Product List

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