{!! $product->title !!} @if ($product->offer)
{!! $product->getPercentAttribute() !!}%
@else @endif
{{--
--}}
@if ($product->offer)

{!! $product->price !!}

{!! $product->offer !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}

@else {!! $product->price !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!} @endif