@foreach ($product->images_url as $image)
items
@endforeach
@foreach ($product->images_url as $image)
items
@endforeach

{{ $product->name }}

{{ $product->currency->currency_icon }} {{ $product->selling_price }} @if ($product->net_price) {{ $product->currency->currency_icon }} {{ $product->net_price }} @endif

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

{!! $product->description !!}

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