orderBy('start_time', 'desc') ->paginate(10); return view('admin.bookings.index', compact('bookings')); } }