@foreach($gallery_images as $index => $image)
@endforeach
@endif
{{ $product_title }}
@if ($sale_price > 0)
@else
@endif
₹{{ $sale_price }}
M.R.P:
₹{{ $price }}
@php
$discountPercent = round(100 - ($sale_price / $price) * 100);
@endphp
{{ $discountPercent }}% OFF
₹{{ $price }}
Inclusive of all taxes
Product Description
{!! $description !!}
@if(!empty($attributes))
@foreach($attributes as $attribute)
@endforeach
@endif
{{ str_replace('_', ' ', $attribute['name']) }}
@foreach($attribute['options'] as $option)
@endforeach