public function index() { $tables = Table::paginate(7); return view('users.index', compact('tables')); }