Page Section List

@forelse($sections as $key=>$row) @empty @endif
S.No Title Status Action
{{$key+1+($sections->currentPage()-1) * ($sections->perPage())}} {{$row->title ?? ''}} @if($row->status == 1) @else @endif Edit {{-- Delete --}}
Data not found
{{$sections->links()}}
@include('includes.admin.footer')