@foreach($data as $booking) @endforeach
Guest Order Date Check In Check Out Room Type Status
{{ $initials[$booking->id] }}
{{$booking->created_at->DiffForHumans()}}
{{$booking->check_in}}
{{$booking->check_out}}
{{ $booking->room->title ?? 'Room not defined' }}
{{$data->links()}}