@extends('layouts.frontend') @section('title', trans('messages.checkout')) @section('page_script') @endsection @section('page_header')
{!! 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'])