images
banner-img

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

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

{{ $category->name }}

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

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

@endif
images

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

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

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

@endif
@if ($whatsappStore->products->count() > 0) @endif
@if (isset($enable_pwa) && $enable_pwa == 1 && !isiOSDevice())

{{ __('messages.pwa.add_to_home_screen') }}

{{ __('messages.pwa.pwa_description') }}

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