{{__('frontendmanage.Billing Address')}}

{{__('common.Edit')}}

{{ @$bill->first_name }} {{ @$bill->last_name }}

{{ @$bill->address }}

{{ @$bill->city }} - {{ @$bill->zip_code }}

{{ @$bill->countryDetails->name }}

@lang('frontendmanage.Payment Method')

@if(isset($methods)) @foreach($methods as $key=>$gateway) @php if (!paymentGateWayCredentialsEmptyCheck($gateway->method)){ continue; } @endphp
@if($gateway->method=="Stripe")
@csrf @csrf
@elseif($gateway->method=="MercadoPago") @elseif($gateway->method=="Wallet")
@csrf
@elseif($gateway->method=="RazorPay") @csrf
@csrf
@elseif($gateway->method=="PayPal")
@csrf
@elseif($gateway->method=="PayTM")
@csrf
@elseif($gateway->method=="PayStack")
@csrf {{-- required --}} {{-- required in kobo --}} {{-- required --}}
@elseif($gateway->method == 'Mollie') @includeIf('mollie::subscription',['gateway' => $gateway]) @elseif($gateway->method == 'Authorize.Net') @includeIf('authorizenet::subscription',['gateway' => $gateway]) @elseif($gateway->method == 'Braintree') @includeIf('braintree::subscription',['gateway' => $gateway]) @elseif($gateway->method == 'Flutterwave') @includeIf('flutterwave::subscription',['gateway' => $gateway]) @elseif($gateway->method == 'Jazz Cash') @includeIf('jazzcash::subscription',['gateway' => $gateway]) @elseif($gateway->method == 'Coinbase') @includeIf("coinbase::subscription",['gateway' => $gateway]) @else
@csrf
@endif
@endforeach @endif

{{__('frontend.Your order')}}

{{__('frontend.Plan Title')}}
{{@$cart->plan->title}}
{{__('frontend.Plan Validity')}}
{{@$cart->plan->days}} {{__('common.Days')}}
{{__('frontend.Payable Amount')}} {{getPriceFormat($checkout->purchase_price)}}