with(['table.venue']) ->orderBy('start_time', 'desc') ->paginate(10); return view('pages.booking-history', compact('bookings')); } }