ID |
Section Name |
Description |
Actions |
@if(count($sections)>0)
@foreach ($sections as $section)
{{ $section->id }} |
{{ $section->section_name }} |
{{ $section->description }} |
|
@endforeach
@else
There are no data. |
@endif
{{-- $sections->links() --}}
{{ $sections->appends(request()->query())->links() }}