where('user_id', auth()->id()) ->latest() ->get(); return view('livewire.histori', [ 'bookings' => $bookings ]); } }