@props(['product'])
@if ($product->coverImageUrl()) {{ $product->name }} @else
{{ config('site.brand.product_line') }}
@endif @if ($product->isOnOffer()) OFFER @endif
{{ $product->category->name }}

{{ $product->name }}

@if ($product->short_description)

{{ $product->short_description }}

@endif
@if ($product->hasPrice()) ₹{{ number_format((float) $product->price, 2) }} @if ($product->isOnOffer()) ₹{{ number_format((float) $product->mrp, 2) }} @endif @else {{ __('site.product_price_on_request') }} @endif @if ($product->unit_label) {{ $product->unit_label }} @endif