@php $title = $typeLabel . ' Options'; $header = $typeLabel . ' Options'; @endphp @extends('admin.layouts.app') @section('content')

{{ $typeLabel }} Options

Add option
@forelse ($lookups as $lookup) @empty @endforelse
Label Slug Status Actions
{{ $lookup->label }}
{{ $lookup->slug }} @if ($lookup->is_active) Active @else Inactive @endif
@csrf @method('DELETE')
No options yet

Click "Add option" to create the first value for this dropdown.

@endsection