{{ __('order.subtitle') }}
{{ $plan['audience'] }}
@endif {{-- Gross, like the public sheet. A customer quoted 58,80 € out there must not meet 49 € on the page with the button on it. --}}{{ Number::currency($plan['gross'] / 100, in: $plan['currency'], locale: app()->getLocale()) }} {{ __('order.per_month') }}
{{ __('order.incl_vat', ['rate' => $vat]) }} · {{ __('order.net') }} {{ Number::currency($plan['net'] / 100, in: $plan['currency'], locale: app()->getLocale()) }}
@if ($setup > 0){{ __('order.setup', ['amount' => Number::currency($setup / 100, in: $plan['currency'], locale: app()->getLocale())]) }}
@endif{{ __('order.terms') }}
@endif