@php $user = Auth::user() ?? session()->get('membershipUser'); @endphp

{{__('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')}}

{{__('frontend.Plan Title')}}
{{@$cart->plan->title}}
{{__('frontend.Plan Validity')}}
{{@$cart->plan->expire}} [{{@$cart->plan->expire_type}}]
{{__('frontend.Payable Amount')}} {{getPriceFormat($checkout->purchase_price)}}