Invoice Created: {{$booking->created_at->format('Y-m-d')}}
{{ $hotel->name }}
{{ $hotel->address }}
Email: {{ $hotel->email }}
Phone: {{ $hotel->phone }}

Guest Detail:
{{ $booking->customer->name }}
{{ $booking->customer->phone }}
{{ $booking->customer->email }}
{{ $booking->customer->address }}
Booking Reference {{$booking->ref}}
Total rooms {{$totalRooms}}
Check In