コード例 #1
0
 public function edit()
 {
     $themes = Profile::THEMES();
     $model = Profile::loginProfile();
     return view('profiles.edit', compact(['model', 'themes']));
 }