@extends('frontEnd.layouts.master') @section('title', 'Customer Checkout') @push('css') @endpush @section('content')

Order Summary

@include('frontEnd.layouts.ajax.checkout_body')

🔒 Secure SSL Encryption • Fast Delivery

@csrf

01. Delivery Method

@foreach ($shippingcharge as $value) @endforeach

02. Shipping Address

Optional

03. Payment Method

@endsection @push('script') @endpush @push('datalayerScripts') @endpush