{{__('frontend.back_to_subscription_plan')}}
@foreach ($plans as $plan)
@endforeach
@csrf
@if(isset($promotions) && count($promotions) > 2)
{{ __('frontend.available_coupons') }}
@endif
@foreach ($promotions as $key => $promotion) @if($key < 2)
@endif @endforeach
{{__('frontend.payment_details')}}
{{__('frontend.price')}}
coupon discount
{{__('frontend.subtotal')}}

{{__('frontend.tax')}}

{{__('frontend.total')}}
{{__('frontend.total_payment')}}

{{__('frontend.payment_secure')}}

{{__('frontend.thanks_for_payment')}}

{{__('frontend.payment_success')}}