take(4)->get(); } catch (QueryException $e) { return view('system/errors/not_installed'); } return view('home', [ 'users' => $users, ]); } }