Product List

@forelse($products as $key=>$row) @empty @endif
S.No Category Title Price Action
{{$key+1+($products->currentPage()-1) * ($products->perPage())}} {{$row->category->title ?? ''}} {{$row->title ?? ''}} ₹{{$row->regular_price ?? ''}} Edit Delete
Data not found
{{$products->links()}}
@include('includes.admin.footer')