@extends('layouts.welcomelayouts.app') @section('title') Check Out - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts.welcomelayouts.topsidebarmenu')

Cart View Shipping & Billing Complete

@csrf
@include('alerts.alerts')

BILLING DETAILS


YOUR ORDER


SubTotal BDT {{ $cartTotalPrice }}
Discount BDT {{ $couponDisc }}
Delivery Charge BDT 60
Tax/Vat: (0 %) BDT 0
Grand Totals BDT {{$gt}}

Coupon Apply

@csrf @include('alerts.alerts')
Use Coupon Code
@if($mcc = Session::get('my_coupon_code')) Your Coupon Code: {{ $mcc }} @else Enter your coupon code if you have one. @endif

Delivery Area

{{--

Payment Method

--}}
{{--

Select Payment Method

--}} {{--
--}}
{{--

Hand Cash

Hand Cash Delivery
--}} {{-- --}} {{-- --}} {{--
--}}


@endsection @push('js') @endpush