@extends("admin.template.layout") @section('header') @stop @section('content')
@if($from || $to || $category) Reset @else @endif
@if ($list->total() > 0)
@foreach ($list as $item) @endforeach
# Product Name Seller Created Date Action
{{ $i }} {{ $item->name }} {{ $item->business_name }} {{web_date_in_timezone($item->created_on,'d-M-Y h:i A')}}
{!! $list->links('admin.template.pagination') !!}
@else

No request found

@endif
@stop @section('script') @stop