{{-- En-tête : logo sur fond sombre, filet à la couleur principale --}} {{-- Corps du message (modèle des réglages) --}} {{-- Récapitulatif du séjour --}} @if($booking) @endif {{-- Coordonnées de paiement (IBAN des réglages), e-mails clients seulement --}} @if($booking && $iban) @endif {{-- Bouton + pièce jointe + conditions générales --}} @if($bookingUrl || $attachmentName || $termsUrl) @endif {{-- Pied de page : coordonnées --}}
@if($logo) {{ $hotelName }} @else
{{ $hotelName }}
@endif
{{ $body }}
{{ $labels['summary'] }}
@if($booking->arrival_time)@endif @foreach($booking->services as $line) @endforeach
{{ $labels['reference'] }}{{ $booking->reference }}
{{ $labels['room'] }}{{ $booking->room?->translate('name', $booking->guest?->language) }}
{{ $labels['dates'] }} {{ $booking->check_in->format('d.m.Y') }} → {{ $booking->check_out->format('d.m.Y') }} · {{ $booking->nights }} {{ $labels['nights'] }} @if($checkInTime || $checkOutTime)
{{ $checkInTime }} → {{ $checkOutTime }}@endif
{{ $labels['arrival'] }}{{ $booking->arrival_time }}
{{ $labels['guests'] }}{{ $booking->adults }} {{ $labels['adults'] }}@if($booking->children > 0), {{ $booking->children }} {{ $labels['children'] }}@endif
 + {{ $line->name }}@if($line->quantity > 1) ×{{ $line->quantity }}@endif · {{ number_format((float) $line->total, 2, '.', "'") }} {{ $booking->currency }}
{{ $labels['total'] }}{{ number_format((float) $booking->total, 2, '.', "'") }} {{ $booking->currency }}
{{ $labels['payment'] }}
{{ $labels['payee'] }}{{ $hotelName }}@if($payeeAddress), {{ $payeeAddress }}@endif
IBAN{{ $iban }}
{{ $labels['paymentRef'] }}{{ $booking->reference }}
@if($bookingUrl) {{ $labels['button'] }} @endif @if($attachmentName)

📎 {{ $labels['attachment'] }} {{ $attachmentName }}

@endif @if($termsUrl)

{{ $labels['terms'] }}

@endif
{{ $hotelName }} @if($address)
{{ $address }}@endif @if($phone || $email)
{{ $phone }}@if($phone && $email) · @endif{{ $email }}@endif @if($website)
{{ preg_replace('#^https?://#', '', $website) }}@endif