@php
$r = $reservation;
$money = fn ($value) => '€'.number_format((float) $value, 0);
$r->loadMissing('yacht', 'experience', 'destination');
@endphp
|
Saint Yachting
Your charter is reserved
|
|
Dear {{ $r->customer_name }}, thank you for booking with Saint Yachting. Your reservation is
received and held as pending while our concierge confirms
the details and arranges payment with you directly.
Your Reference
{{ $r->reference }}
| Date | {{ $r->date->translatedFormat('D, j F Y') }} |
| Experience | {{ $r->experience?->name }} · {{ $r->experience?->time_label }} |
| Yacht | {{ $r->yacht?->full_name }} |
| Destination | {{ $r->destination?->name ?? 'Captain’s choice' }} |
| Guests | {{ $r->number_of_people }} |
| Date slot base | {{ $money($r->base_price) }} |
| Experience | {{ $money($r->experience_price) }} |
| Per guest ({{ $r->number_of_people }}) | {{ $money($r->per_person_total) }} |
| Total | {{ $money($r->total_price) }} |
VAT included.
|
|
Saint Yachting · Mykonos, Greece
|
|