paginate(15, ['id', 'title', 'name'], 'pageu'); // TODO visit counting $tables = Table::forList() ->orderBy('visits', 'desc') ->paginate(10, ['*'], 'paget'); return view('welcome', compact('users', 'tables')); } }