{{-- Account and Billing sections left intact visually (user is already authenticated) --}}
Account Information
Logged in as {{ auth()->user()->email }}
Billing Information
Billing details can be updated in your profile after checkout.
Payment Method
Order Summary
{{ $plan->name }} Plan
@if ($plan->is_featured)
Most Popular
@endif
{{ ucfirst($billing) }} billing
Ref: {{ $reference }}
{{ $plan->currencySymbol() }}{{ number_format($amount_cents / 100, 2) }}
/{{ $billing === 'yearly' ? 'year' : 'month' }}
What's included:
-
@foreach ($plan->features_list as $f)
- {{ $f }} @endforeach
Subtotal
{{ $plan->currencySymbol() }}{{ number_format($amount_cents / 100, 2) }}
Tax
—
Total Today
{{ $plan->currencySymbol() }}0.00
After trial:
{{ $plan->currencySymbol() }}{{ number_format($amount_cents / 100, 2) }}/{{ $billing === 'yearly' ? 'year' : 'month' }}
30-day money-back guarantee