{!! __('Availability now') !!}
@else{!! __('Not available now') !!}
@endif @php // dump($data); @endphp{!! __('The price') !!}
{!! $new_price !!} {!! __('EGP') !!} / @if (@$units[$new_id]) {!! @$units[$new_id] !!} @endif
@if ($quantity > 1){!! __('Total') !!}
{!! $quantity !!}×{!! $new_price !!} = {!! $new_price*$quantity !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}
{!! __('The price') !!} {!! $product->price !!}
{!! $product->offer !!} {!! __('EGP') !!} {!! optional($product->unit)->title !!}
@else{!! __('The price') !!}
{!! $product->price !!} {!! __('EGP') !!} {!! optional($product->unit)->title !!}
@endif @if ($quantity > 1) @php $offer = $product->offer ?? $product->price; @endphp{!! __('Total') !!}
{!! $quantity !!}×{!! $offer !!} = {!! $offer*$quantity !!} {!! __('EGP') !!} {!! optional($product->unit)->title !!}
@endif @endif{!! __('The price') !!} {!! $product->price !!}
{!! $product->offer !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}
{!! __('The price') !!} {!! $product->price !!}
{!! $product->offer !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}
{!! __('Total') !!}
{!! $quantity !!}×{!! $offer !!} = {!! $offer*$quantity !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}