@extends('layouts.app') @section('title', 'Section List') @section('content')

Sections

{{-- Alert Messages --}} @include('common.alert')
All Sections
@if(count($sections)>0) @foreach ($sections as $section) @endforeach @else @endif
ID Section Name Description Actions
{{ $section->id }} {{ $section->section_name }} {{ $section->description }}
There are no data.
{{-- $sections->links() --}} {{ $sections->appends(request()->query())->links() }}
@include('sections.delete-modal') @endsection @push('script') @endpush