{{$product->category->currentDescription->title}} - {{$product->subCategory->currentDescription->title}}
{{$product->title}}
{{$product->price['cost']}} {{__('web.sar')}}
@if($product->price['offer_discount'])
{{$product->price['cost_before_discount_offer']}} {{$product->price['offer_percentage']}}%
@endif
@if($product->price['discount'])
{{$product->price['cost_before_discount']}} {{$product->price['percentage']}}%
@endif