✎ Prenotazione Modificata
Ciao {{ $reservation->nome }},
La tua prenotazione e stata aggiornata con successo.
@if(!empty($changes))
|
Modifiche apportate
@foreach($changes as $field => $change)
| {{ $field }}: |
{{ $change['old'] }}
→
{{ $change['new'] }}
|
@endforeach
|
@endif
|
Dettagli Aggiornati
| Data: |
{{ $reservation->giorno->format('d/m/Y') }} |
| Ora: |
{{ substr($reservation->ora, 0, 5) }} |
| Persone: |
{{ $reservation->numPax }} |
| Stato: |
{{ $isConfirmed ? 'Confermata' : 'In Attesa di Conferma' }}
|
| Codice: |
{{ $reservation->confirmation_code }} |
|
@if(!empty($modificationUrl))
|
Vuoi apportare ulteriori modifiche?
Modifica Prenotazione
Il link e valido fino a 1 ora dopo l'orario della prenotazione.
|
@endif
Per qualsiasi domanda, contattaci:
Cell & WhatsApp: {{ $contactPhone }}
Email: {{ $contactEmail }}
|