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