vector
vector
vector
vector
vector
vector

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

@foreach ($whatsappStore->categories as $category) @endforeach @if ($whatsappStore->categories->count() == 0)

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

@endif

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

@foreach ($whatsappStore->products()->latest()->take(8)->get() as $product) @endforeach @if ($whatsappStore->products->count() == 0)

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

@endif
@include('whatsapp_stores.templates.order_modal') @include('whatsapp_stores.templates.cart_modal')