@csrf @method('post')

{{ __('confirm_order') }}

{{ __('delivery_address') }}

home {{ __('home') }}

{{ $data['date']['content'] }}

{{ __('merchant_info') }}

seller

{{ isset($branch) ? $branch->name : '' }}

{{ $textt }}

{{ __('choose_delivery_time') }}

@foreach($days as $day)
@endforeach
@foreach($data['payment'] as $payment)
@endforeach
  • {{ __('total') }} {{ $data['TotalPrice'] }} {{ __('KD') }}
  • {{ __('delivery') }} {{ $data['totaShippingCost'] }} {{ __('KD') }}
  • {{ __('discount_coupon') }} -{{ $coupons != false ? $coupons->value : 0 }} %
  • {{ __('grand_total') }} {{ $data['total'] }} {{ __('KD') }}