@php $hotelLogo = \App\Models\Settings::get('hotel_logo', ''); $hotelName = \App\Models\Settings::get('hotel_name', 'Hotel'); @endphp
@if($hotelLogo) {{ $hotelName }} Logo @endif

🎉 Booking Dikonfirmasi!

Terima kasih atas kepercayaan Anda

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, ',', '.') }}
@if($booking->special_requests)

📝 Permintaan Khusus

{{ $booking->special_requests }}

@endif

📞 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 }}

@endif

Catatan Penting: