{{ __('messages.whatsapp_stores_templates.choos_your_category') }}
{{ __('messages.whatsapp_stores_templates.choose_your_product') }}
@forelse ($whatsappStore->products()->latest()->take(8)->get() as $product)
@empty
@endforelse
{{-- Product Image --}}
{{-- Name and Category --}}
{{-- Price and Add to Cart --}}
{{ $product->name }}
{{ $product->category->name }}
{{ __('messages.whatsapp_stores_templates.product_not_found') }}
{{ __('messages.business.business_hours') }}
@foreach ($businessDaysTime as $key => $dayTime)
@endforeach
{{ __('messages.business.' . \App\Models\BusinessHour::DAY_OF_WEEK[$key]) }}:
{{ $dayTime ?? __('messages.common.closed') }}
{{ __('messages.pwa.add_to_home_screen') }}
{{ __('messages.pwa.pwa_description') }}