| S No. |
Title |
Key |
Status |
Actions |
@foreach ($records as $key => $record)
| {{ $records->firstItem() + $key }} |
{{ $record->title }} |
{{ $record->key ?? '' }} |
{{ $record->status ? 'ENABLED' : 'DISABLED' }} |
|
@endforeach
@if (count($records) === 0)
| NO RECORDS FOUND |
@endif
{{ $records->appends(request()->input())->links() }}
@if (session()->has('success'))
@endif