{{ Str::plural($label) }}

@if ($softDeletes) Trashed @endif @if ($exportable) Export @endif Add {{ $label }}
@foreach ($fields as $field) @endforeach @if ($togglable) @endif @foreach ($extraToggles as $toggle) @endforeach @foreach ($items as $item) @foreach ($fields as $field) @php($val = $field->indexValue($item)) @endforeach @if ($togglable) @endif @foreach ($extraToggles as $toggle) @endforeach @endforeach
S.N.{{ $field->label }}Published{{ $toggle['label'] }}Actions
{{ $loop->iteration }} @if (is_bool($val)) {{ $val ? 'Yes' : 'No' }} @elseif ($field instanceof \App\Crud\Fields\Image) @if ($val) {{ $field->label }} @else @endif @elseif ($field instanceof \App\Crud\Fields\Icon) @if ($val) @else @endif @else {{ Illuminate\Support\Str::limit((string) $val, 60) }} @endif Show Edit
@csrf @method('delete')