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