@extends('layouts.frontend') @section('title', trans('messages.checkout')) @section('page_script') @endsection @section('page_header')

{{ trans('messages.your_subscriptions') }}

@endsection @section('content') @include("account._menu")

{{ trans('messages.subscription') }}

@include("account.subscription._billing_information")

{!! trans('messages.pay_by_credit_card') !!}

{!! trans('messages.purchasing_intro_' . $gateway['name'], [ 'plan' => $plan->name, 'price' => Acelle\Library\Tool::format_price($plan->price, $plan->currency->format) ]) !!}

@include("account.subscription.card._" . $gateway['name'])
@endsection