{{__('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 --}}
@else
@csrf
@endif
@endforeach @endif

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

Plan Title
{{@$cart->plan->name}}
Plan Validity
{{@$cart->plan->days}} Days
{{__('frontend.Payable Amount')}} {{getPriceFormat($cart->plan->price)}}