Check-in: {{ date('M d, Y', strtotime($booking->check_in)) }}
Check-out: {{ date('M d, Y', strtotime($booking->check_out)) }}
Guests: {{ $booking->adults }} Adults, {{ $booking->childrens }} Children
Rooms: {{ $booking->rooms }}