@if ($offer_ok && $product->offer != '') @empty(!$product)

{!! __('Today Offers') !!}

{{--


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

{{ $product->title }}

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

{!! __('Limited offer timeout') !!}

@else

{!! __('Limited time offer') !!}

@endif
@section('scripts') @endsection @endempty @else @endif