@for($i = 0; $i < 2; $i++)
@for($j = 0; $j < 12; $j++)
{{ $whatsappStore->store_announcement }}
@endfor
@endfor
{{ __('messages.whatsapp_stores_templates.choos_your_category') }}
{{ __('messages.whatsapp_stores_templates.choose_your_product') }}
@forelse ($whatsappStore->products()->orderByRaw('sort IS NULL, sort ASC')->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.whatsapp_stores.our_trending_videos') }}
{{ __('messages.pwa.add_to_home_screen') }}
{{ __('messages.pwa.pwa_description') }}