@php $logoPath = public_path('assets/logo.png'); $logoSrc = file_exists($logoPath) && isset($message) ? $message->embed($logoPath) : asset('assets/logo.png'); @endphp Booking Notification - G4 Homez
G4 Homez logo

{{ $isForAdmin ? 'New Booking Request' : 'Booking Request Received' }}

{{ $isForAdmin ? 'A customer submitted a new booking from the website.' : 'Thank you for choosing G4 Homez. Your request is now under review.' }}

Booking ID: #{{ $booking->id }}
Customer Name: {{ $booking->full_name }}
Email: {{ $booking->email }}
Phone: {{ $booking->phone }}
Location: {{ $booking->location }}
Room: {{ $booking->room->name }} (Room #{{ $booking->room->room_number }})
Check-in: {{ \Carbon\Carbon::parse($booking->check_in)->format('M d, Y') }}
Check-out: {{ \Carbon\Carbon::parse($booking->check_out)->format('M d, Y') }}
@if($booking->special_requests)

Special Requests

{{ $booking->special_requests }}

@endif @if(!$isForAdmin)

Your booking is currently pending confirmation. We will contact you shortly with the next steps.

@endif
G4 Homez - Kilakala Bong'ola, Morogoro, Tanzania
Phone: +255 782 437 508 | Email: booking@g4homez.com