@foreach($data as $booking) @endforeach
Room Order Date Blocked From Blocked To Block By Status
{{ $booking->room->title ?? 'Room not defined' }}
{{$booking->created_at->DiffForHumans()}}
{{ date('Y-m-d', strtotime($booking->check_in)) }}
{{ date('Y-m-d', strtotime($booking->check_out)) }}
{{$data->links()}}