{{ $product->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
{{ __('messages.whatsapp_stores_templates.description') }}
{!! $product->description !!}
{{ __('messages.whatsapp_stores_templates.recommended_products') }}