@lang('frontendmanage.Payment Method')
@if(isset($methods))
@foreach($methods as $key=>$gateway)
@php
if (!paymentGateWayCredentialsEmptyCheck($gateway->method)){
continue;
}
@endphp
@endforeach
@endif
{{__('frontend.Update Your Plan Level')}}
{{__('membership.Plan')}}
{{@$membershipPlan->title}}
{{__('membership.Level')}}
{{ $planLevel->level->title }}
{{__('frontend.Payable Amount')}}
{{getPriceFormat($planLevel->price)}}