@extends('frontend.layouts.app_novue')
@section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title'))
@section('content')
-
{{$plan->description}}
-
Selected plan price: AUD {{$plan->cost/100}} {{ucfirst($plan->period)}}
Click 'Proceed to checkout' to proceed to the payment portal and to use any voucher codes
{{ $checkout->button('Proceed to checkout', ['class' => 'btn btn-success btn-block']) }}
@endsection
@push('after-scripts')
@endpush