@csrf
@if ($errors->any()) @endif

{{__index('CHECKOUT')}}

{!!__index('ALL_PLANS_INCLUDE')!!}

@foreach ($gateways as $key => $gateway) @if($gateway['status'] == "enable")
@endif @endforeach

{{__index('ORDER_SUMMARY')}}

{!!__index('IT_CAN_HELP')!!}

{{ $plan->title }}

{{ $plan->symbol }} {{ number_format($plan->price) }}

{{ __index('USER_MONTH')}}

{{ __index('SUBTOTAL')}}

{{ $plan->symbol }} {{ number_format($plan->price) }}

{{ __index('TAX')}}

{{ $plan->symbol }} 0.00

{{ __index('TOTAL')}}

{{ $plan->symbol }} {{ number_format($plan->price) }}

{{ __index('BY_CONTINUING')}}