Guest Name: {{ $booking->guest_name }}
Hotel Name: {{ $booking->hotel_name }}
Check-in: {{ $booking->check_in }}
Check-out: {{ $booking->check_out }}
Room Type: {{ $booking->room_type }}
Total Price: ₹{{ $booking->price }}