@extends("vendor.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 }} {{ get_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