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

Back to {{ Str::plural($label) }}
@foreach ($fields as $field) @endforeach @foreach ($items as $item) @foreach ($fields as $field) @php($val = $field->indexValue($item)) @endforeach @endforeach
S.N.{{ $field->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
@csrf @method('patch')
@csrf @method('delete')