@php
use App\Models\Setting;
$contactPhone = Setting::get('contact_phone', config('umami.phone', '392 204 3500'));
$contactEmail = Setting::get('contact_email', config('umami.email', 'info@umamibeer.it'));
$contactAddress = Setting::get('contact_address', config('umami.address', 'Via Los Angeles, 4 - Santa Maria degli Angeli (PG)'));
@endphp
Nuova Prenotazione - Umami Beer
📅 NUOVA PRENOTAZIONE
|
|
Data & Ora
{{ $reservation->giorno->format('d/m/Y') }} - {{ $reservation->ora }}
{{ $reservation->numPax }} {{ $reservation->numPax == 1 ? 'persona' : 'persone' }}
|
Dati Cliente
@if($reservation->note)
Note del Cliente
💬 {{ $reservation->note }}
@endif
|
|
Ricevuta il {{ now()->format('d/m/Y H:i') }} | ID: {{ $reservation->id }}
Umami Beer
{{ $contactAddress }}
Cell & WhatsApp: {{ $contactPhone }}
E-mail: {{ $contactEmail }}
|
|