Halo {{ $guest->name }},
Booking Anda telah berhasil dikonfirmasi. Berikut adalah detail booking Anda:
📋 Detail Booking
Kode Booking:
{{ $booking->booking_code }}
Status:
{{ $booking->status == 'confirmed' ? 'Dikonfirmasi' : ucfirst($booking->status) }}
Hotel:
{{ $hotelName }}
Kamar:
{{ $room->room_type }} - No. {{ $room->room_number }}
Check-in:
{{ \Carbon\Carbon::parse($booking->check_in_date)->format('d F Y') }}
Check-out:
{{ \Carbon\Carbon::parse($booking->check_out_date)->format('d F Y') }}
Durasi:
{{ $booking->duration }} malam
Jumlah Tamu:
{{ $booking->guests }} orang
Total Harga:
Rp {{ number_format($booking->total_price, 0, ',', '.') }}
📝 Permintaan Khusus
{{ $booking->special_requests }}
📞 Informasi Kontak Hotel
@php $hotelPhone = \App\Models\Settings::get('hotel_phone'); $hotelEmail = \App\Models\Settings::get('hotel_email'); $hotelAddress = \App\Models\Settings::get('hotel_address'); @endphp @if($hotelPhone)Telepon: {{ $hotelPhone }}
@endif @if($hotelEmail)Email: {{ $hotelEmail }}
@endif @if($hotelAddress)Alamat: {{ $hotelAddress }}
@endifCatatan Penting:
- Harap tiba di hotel pada waktu check-in yang telah ditentukan
- Bawa identitas diri yang valid saat check-in
- Simpan kode booking ini untuk referensi
- Hubungi hotel jika ada perubahan atau pembatalan