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