@include('Reseller.navbar') @include('Reseller.menu'); ?>
@php $search_text = request('search'); $selected_sort = request('sort'); @endphp

Search with Price Sorting

@csrf
@php $selected_category = request('search'); $selected_sort = request('sort'); @endphp

Category Filter with Price Sorting

Category: {{ $search_data }}
Sort: {{ $sorting }}

(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') }}

Theme Customizer


Customize & Preview in Real Time

Menu Color Options

Layout Options

Navigation Color Options
Solid
Gradient

Solid

Gradient

@include('Reseller.footer')