{{ $product->subcategories->name ?? ($product->categories->name ?? '')}}
@for($i = 1; $i <= 5; $i++)
@endfor
({{ $product->review_count }})
₹{{ $product->product_options[0]->price ?? $product->min_price }}
@if(!empty($product->product_options[0]->mrp))
₹{{ $product->product_options[0]->mrp }}
@endif