@php $rates = [ 'Dhaka' => (float)\App\Models\Setting::getVal('shipping_Dhaka', 60), 'Chattogram' => (float)\App\Models\Setting::getVal('shipping_Chattogram', 120), 'Rajshahi' => (float)\App\Models\Setting::getVal('shipping_Rajshahi', 120), 'Khulna' => (float)\App\Models\Setting::getVal('shipping_Khulna', 120), 'Barishal' => (float)\App\Models\Setting::getVal('shipping_Barishal', 120), 'Sylhet' => (float)\App\Models\Setting::getVal('shipping_Sylhet', 120), 'Rangpur' => (float)\App\Models\Setting::getVal('shipping_Rangpur', 120), 'Mymensingh' => (float)\App\Models\Setting::getVal('shipping_Mymensingh', 120), ]; @endphp

Checkout

Review your products and fill delivery address information

Review Order Items

@if(isset($appliedCoupon) && $appliedCoupon)
কুপন প্রয়োগ করা হয়েছে {{ $appliedCoupon['code'] }} (-৳{{ number_format($couponDiscount, 2) }})
@csrf
@else
@csrf
@endif
@if(($deliveryMode ?? 'simple') === 'simple')
@endif
Subtotal
@if(isset($appliedCoupon) && $appliedCoupon && $couponDiscount > 0)
Coupon Discount ({{ $appliedCoupon['code'] }}) -৳{{ number_format($couponDiscount, 2) }}
@endif
Shipping Fee ()
Total Payable
@csrf @auth @if(!empty($addresses) && count($addresses) > 0)

Choose Saved Shipping Address

@foreach($addresses as $addr) @endforeach
@endif @endauth

@if(($deliveryMode ?? 'simple') === 'simple') @else
Select Location (Searchable Database)

@endif

Delivery Notes

Payment Method

@if(\App\Models\Setting::getVal('enable_cod', '1') == '1') @endif @if(\App\Models\Setting::getVal('enable_sslcommerz', '1') == '1') @endif @if(\App\Models\Setting::getVal('enable_bkash_direct', '1') == '1') @endif @if(\App\Models\Setting::getVal('enable_manual_bkash', '1') == '1') @endif @if(\App\Models\Setting::getVal('enable_manual_nagad', '1') == '1') @endif @if(\App\Models\Setting::getVal('enable_manual_rocket', '1') == '1') @endif