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

Fill in the details below to complete your order

Order by Phone? Call us: {{ $contact?->hotline }}
@if($bkash_gateway)
@endif

Secure 256-bit SSL Encrypted Payment

Order Summary
@include('frontEnd.layouts.ajax.checkout_body')
@endsection @push('script') @endpush