Page List

@foreach($pages as $key=>$row) @endforeach
S.No Title Status Action
{{$key+1+($pages->currentPage()-1) * ($pages->perPage())}} {{$row->title}} @if($row->status == 1) @else @endif Edit Delete
{{$pages->links()}}
@include('includes.admin.footer')