@csrf
@if ($cart->type == 'delivery')
@else
@endif
Change Time

Shipping Information

Form for Shipping Information

Location Type

Form for Location Type

Billing Address

Form for Billing Address

Choose Delivery Date

Form for choose delivery date

Order Summary

Shipping Cost
$00 CAD
Order sub-total
${{ Midhas::formatPrice($cart->total_amount, 2) }}
Tax
${{ Midhas::formatPrice($cart->tax_total, 2) }}
Order Total
${{ Midhas::formatPrice($cart->grand_total, 2) }}
Back