@lang('document.checkoutTitle')

@lang('document.checkoutDescriptionFst')

@lang('document.paymentMethods')

@foreach ($gateways as $key => $gateway)
@endforeach

@lang('document.orderSummary')
  • {{ $plan->name }}
    {{ $plan->description }}
    / {{ $type }}
  • @lang('common.total')

@lang('document.billingAddress')

{{ __('document.firstName') }}
{{ __('document.lastName') }}
{{ __('document.email') }}
{{ __('document.addressLane1') }}
{{ __('document.addressLane2') }} (Optional)
{{ __('document.countryCode') }}
{{ __('document.postalCode') }}
@push('page_scripts') @endpush