| Sno |
School |
Standard Name |
Status |
Action |
@forelse ($standards as $key => $standard)
| {{ $key + 1 }} |
{{ $standard->school ? $standard->school->name : '-' }}
|
{{ $standard->name ?? '-' }} |
@if($standard->status == 'active')
Active
@else
Inactive
@endif
|
|
@empty
|
No standards found.
|
@endforelse
{{--
@if(method_exists($standards, 'links'))
{{ $standards->links('pagination::bootstrap-4') }}
@endif
--}}