@lang('frontendmanage.Payment Method')
@if(isset($methods))
@foreach($methods as $key=>$gateway)
@php
if (!paymentGateWayCredentialsEmptyCheck($gateway->method)){
continue;
}
@endphp
@endforeach
@endif
{{__('frontend.Renew Your Membership Plan')}}
{{__('frontend.Plan Title')}}
{{@$membershipPlan->title}}
{{__('frontend.Plan Validity')}}
{{@$membershipPlan->expire}} [{{@$membershipPlan->expire_type}}]
{{__('frontend.Payable Amount')}}
{{getPriceFormat($membershipPlan->price)}}