@if (sizeof(Cart::instance('default')->content()) > 0)
{!! __('Subtotal') !!} | {{ $subtotal }} | {{ __('EGP') }} |
{!! __('Discount value') !!} | {{ @$coupon['discount'] }} | {{ __('EGP') }} |
{{ __('Shipping') }} | {{ @$destination->title ?? '' }}{{ @$destination->amount ?? '0.0' }} | {{ __('EGP') }} |
{{ __('Totle Price') }} | @if ($subtotal > @$coupon['min_amount']) {{ $subtotal - @$coupon['discount']}} @else {{ $subtotal }} @endif | {{ __('EGP') }} |