{{ $product->name }}

@if ($product->image && $product->image->getUrl('thumb'))
{{ $product->image->alt_text ?? $product->name }}
@endif

{{ $product->name }}

Available Sizes

@foreach ($sizeVariants as $variant)
{{ number_format((float) $variant->size, 3) }} {{ $product->unit->name }} NRS {{ number_format((float) $variant->mrp, 2) }} Low stock threshold: {{ number_format((float) $variant->low_stock_qty, 0) }}
@endforeach

Category: {{ filled($sharedCategory) ? $sharedCategory : 'Please fill category from Product Descriptions module.' }}

{{ $product->name }}

@if (filled($sharedDescription)) {!! $sharedDescription !!} @else

Please fill description from Product Descriptions module.

@endif