@extends('master.front') @section('title') {{__('Billing')}} @endsection @section('content')

আপনার অর্ডারটি কনফর্ম করতে তথ্যগুলো পূরণ করে "অর্ডার করুন" বাটন এ ক্লিক করুন অথবা ফোনে অর্ডার করতে এই নাম্বার 01920872123 এর উপরে ক্লিক করুন।

{{__('Billing Address')}}

@csrf
@if (PriceHelper::CheckDigital())
{{ __('শিপিং নির্বাচন করুন') }}*
@if (PriceHelper::CheckDigital() == true) @php $free_shipping = DB::table('shipping_services')->whereStatus(1)->whereIsCondition(1)->first(); @endphp {{ __('Please select shipping method') }} @error('shipping_id')

{{ $message }}

@enderror @endif
@endif
{{ __('পেমেন্ট মেথড সিলেক্ট করুন') }}
@foreach ($payments as $index => $gateway)
@endforeach
@if ($setting->is_privacy_trams == 1)
@endif
@if ($setting->is_privacy_trams == 1) @else @endif

উপরের বাটনে ক্লিক করলে আপনার অর্ডারটি সাথে সাথে কনফার্ম হয়ে যাবে!

@include('includes.checkout_sitebar',$cart)
@endsection