(Shown results for {{ $search_data }} )
Sort Applied: {{ $sorting }}
Showing {{ $fetch_reseller_products->firstItem() }} - {{ $fetch_reseller_products->lastItem() }} of {{ $fetch_reseller_products->total() }} results
@if (!empty($fetch_reseller_products))
@foreach ($fetch_reseller_products as $reseller)
@endforeach
@else
No Products Found, try again with different keyword or category
@endif
{{ $fetch_reseller_products->withQueryString()->links('pagination::bootstrap-4') }}