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

{{ $product->name }}

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

@if ($product->net_price) {{ currencyFormat($product->net_price, 2, $product->currency->currency_code) }} @endif {{ currencyFormat($product->selling_price, 2, $product->currency->currency_code) }} @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()->orderByRaw('sort IS NULL, sort ASC')->latest()->get() as $index => $product) @php $cardClass = 'product-card-' . (($index % 5) + 1); @endphp
{{ $product->name }}

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

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