{{ __('messages.whatsapp_stores_templates.search_tours') }}
{{ __('messages.common.filter') }}

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

@foreach ($whatsappStore->categories as $category) @endforeach

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

@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') }}
@foreach ($products as $product)
img

{{ $product->name }}

{{ $product->category->name }}

{{ Str::limit(strip_tags($product->description) ?? '', 200) }}

@if ($product->net_price) {{ $product->currency->currency_icon }} {{ $product->net_price }} @endif {{ $product->currency->currency_icon }} {{ $product->selling_price }}
{{-- {{ $product->currency->currency_icon }}{{ $product->selling_price }} --}} {{ __('messages.whatsapp_stores.explore') }}
@endforeach
{{ $products->links() }}
@if ($products->count() == 0)

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

@endif