{{-- The order, before it is placed. Two columns, and which is which matters: the LEFT one is what you are buying and what will happen, the RIGHT one is what it costs and the button that spends the money. The summary sticks, so on a long left column the total and the button stay in view — the shape every enterprise checkout has, for the reason that the figure you are agreeing to should never be scrolled away from the agreement. The terms acceptance sits at the BOTTOM of the right column, immediately above that button. It used to be at the top of the package list, as a condition of looking at prices; it is a condition of buying, and this is the moment of buying. --}} @php use Illuminate\Support\Number; $eur = fn (int $cents) => Number::currency($cents / 100, in: $lines['currency'] ?? 'EUR', locale: app()->getLocale()); @endphp
{{ __('checkout.eyebrow') }}
{{ $note['body'] }}