{{-- Choosing a package. Choosing only — nothing is agreed to on this page. ## What was wrong with the last one Everything but the cards was pinned to the left half of the window: a 68-character title, an 80-character footnote, and a switch under them, on a 1240px shell. It read as a column that had lost its second half. And the terms sat at the TOP as a condition of looking at prices, which is the wrong order twice over — it is a condition of BUYING, and the buttons below it were dead until it was ticked, so the page arrived looking broken. The acceptance now lives one step later, on the checkout page, directly above the button that spends money. This page has no form on it at all. ## The shape A header band that uses the width — name and purpose left, the term switch right, where a control belongs. Then the cards. Then a closing band of three columns rather than a paragraph trailing off to the left. --}} @php use Illuminate\Support\Number; $eur = fn (int $cents, string $currency) => Number::currency($cents / 100, in: $currency, locale: app()->getLocale()); $bestFreeMonths = (int) collect($plans)->max('free_months'); @endphp
{{ __('order.eyebrow') }}
{{ __('order.subtitle') }}
{{ $plan['audience'] }}
@endif {{-- The price of the term that is selected — the whole price, in the unit it is charged in. The yearly view used to show the monthly EQUIVALENT in the headline, so on a package with no free months the figure did not move at all when the switch was thrown, and the page looked like it had ignored the click. What a year works out to per month is worth knowing and is said underneath. --}}{{ $eur($plan['gross'], $plan['currency']) }} {{ __('order.per_month') }}
{{ __('order.incl_vat', ['rate' => $vat]) }} · {{ __('order.net') }} {{ $eur($plan['net'], $plan['currency']) }}
{{ $eur($plan['yearly_gross'], $plan['currency']) }} {{ __('order.per_year') }}
{{ __('order.per_month_equivalent', ['amount' => $eur($plan['yearly_per_month'], $plan['currency'])]) }} · {{ __('order.incl_vat', ['rate' => $vat]) }} · {{ __('order.net') }} {{ $eur($plan['yearly_net'], $plan['currency']) }}
@if ($plan['free_months'] > 0){{ trans_choice('order.free_months_hint', $plan['free_months'], ['count' => $plan['free_months']]) }} · {{ __('order.instead_of', ['amount' => $eur($plan['twelve_months_gross'], $plan['currency'])]) }}
@endif{{ __('order.setup', ['amount' => $eur($setup, $plan['currency'])]) }}
@endif {{-- Read from the estate, not written down: where a host has room this rolls out on its own. --}}
{{ $note['body'] }}