default_language) == 'Arabic') dir="rtl" @endif>
@foreach ($product->images_url as $image)
image
@endforeach

{{ $product->name }}

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

@if ($product->net_price) {{ $product->currency->currency_icon }}{{ $product->net_price }} @endif {{ $product->currency->currency_icon }} {{ $product->selling_price }} @if ($product->available_stock == 0) {{ __('messages.whatsapp_stores.out_of_stock') }} @endif

@if ($product->available_stock != 0)
@endif
{{ __('messages.whatsapp_stores_templates.description') }}

{!! $product->description !!}

{{ __('messages.whatsapp_stores_templates.recommended') }}
{{ __('messages.whatsapp_stores.package') }}

img
@foreach ($whatsappStore->products as $index => $product) @php $cardClass = 'product-card-' . (($index % 5) + 1); @endphp
{{ $product->name }}

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

@if ($product->net_price) {{ $product->currency->currency_icon }} {{ $product->net_price }} @endif {{ $product->currency->currency_icon }} {{ $product->selling_price }}
@if ($product->available_stock > 0) @else @endif
@endforeach
img
@include('whatsapp_stores.templates.order_modal') @include('whatsapp_stores.templates.travel.cart_modal')