| # |
School Name |
Standard |
Section Name |
Action |
@forelse ($sections as $key => $section)
| {{ $key + 1 }} |
{{ $section->school->name ?? '-' }} |
{{ $section->standard->name ?? '-' }} |
{{ $section->section_name ?? '-' }} |
|
@empty
|
No sections found.
|
@endforelse
@if(method_exists($sections, 'links'))
{{ $sections->links('pagination::bootstrap-4') }}
@endif