{{ __('messages.whatsapp_stores_templates.date_posted') }}

{{ __('messages.whatsapp_stores_templates.search_price_range') }}

@if($priceSortOrder == '1') {{ __('messages.whatsapp_stores_templates.low_to_high') }} @elseif($priceSortOrder == '2') {{ __('messages.whatsapp_stores_templates.high_to_low') }} @else {{ __('messages.whatsapp_stores_templates.search_price_range') }} @endif
{{ __('messages.whatsapp_stores_templates.low_to_high') }}
{{ __('messages.whatsapp_stores_templates.high_to_low') }}

{{ __('messages.whatsapp_stores_templates.all_categories') }}

@foreach ($categories as $category)
@endforeach
@foreach ($products as $product) @endforeach
{{ $products->links() }}
@if ($products->count() == 0)

{{ __('messages.whatsapp_stores.no_product_found') }}

@endif