Checkout ({{$cart->quantity}} items)

@csrf

Billing details

@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

Your Order

ProductSubtotal
{{$product->title}} x {{$cart->quantity}}{{priceSuffix($cart->item_total_price)}}
Subtotal{{priceSuffix($cart->sub_total)}}
Shipping @foreach($shippingMethods as $shippingMethod) id == $cart->shipping_method_id ? 'checked' : ''}} onchange="updateShippingMethod({{ $shippingMethod->id }})"> @endforeach
Total{{priceSuffix($cart->total)}}
@push('scripts') @endpush