@lang('tools.checkoutTitle')

@lang('tools.checkoutDescriptionFst')

@lang('tools.checkoutDescriptionSec')

@lang('tools.orderSummary')

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

@lang('tools.paymentMethods')

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

@lang('tools.billingAddress')

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