Page List

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