@php $fmt = app(\App\Services\Formatter::class); @endphp
{{ $plan->name }}
@if ($plan->is_trial)
{{ $plan->tagline }}
{{ $plan->trial_days }} day trial
@endifsaves {{ $plan->annualSavingPercent() }}%
@endifPrice
Annual works out at {{ $fmt->money($annual / 12) }} a month — @if ($saving > 0) a {{ $saving }}% discount on paying monthly. @elseif ($saving < 0) {{ abs($saving) }}% more than paying monthly. Check the figures. @else the same as paying monthly. @endif
@endifWhat this plan unlocks
These keys come from the product's own configuration — anything not ticked is hidden inside the application, not merely unadvertised.
@if (empty($catalogue['features']))
Pick a product first. If you have picked one and still see this, the product's slug has no
block in config/thinkrax.php.
Caps
Leave a box empty for unlimited.
Pricing page