@php $money = fn ($value) => '€'.number_format((float) $value, 0); @endphp
@if ($reference) {{-- ===================================================== CONFIRMED --}}

Thank you, {{ $customer_name }}. We’ve received your request and emailed a confirmation to {{ $customer_email }}. Our concierge will be in touch shortly.

Your Reference

{{ $reference }}

Secure online payment is coming soon — for now your booking is held as pending while our team confirms availability and arranges payment with you directly.

@elseif ($slot) {{-- ===================================================== CHECKOUT --}}
{{-- ----- LEFT · GUEST DETAILS ----------------------------- --}}
@error('booking') @enderror

Your Details

Who’s sailing?

@error('customer_name')

{{ $message }}

@enderror
@error('customer_email')

{{ $message }}

@enderror
@error('customer_phone')

{{ $message }}

@enderror
@error('special_requests')

{{ $message }}

@enderror
{{-- Honeypot — visually hidden, must stay empty. --}}
@error('accept_terms')

{{ $message }}

@enderror

No payment is taken now — your charter is held as pending while we confirm.

{{-- ----- RIGHT · ORDER SUMMARY ---------------------------- --}}
@else {{-- ===================================================== NO SESSION --}}

We couldn’t find a charter in progress. Choose your date, experience and yacht to begin.

@endif