with('user', $user); // Menyediakan informasi pengguna ke dalam tampilan } public function home() { return view('layout.home'); } }