Fixed blade references.

This commit is contained in:
2020-06-22 10:08:18 +02:00
parent e056567f57
commit 9c3796220f
9 changed files with 35 additions and 20 deletions
@@ -169,7 +169,7 @@ class UserController extends Controller
if(Auth::attempt($data)) {
//TODO: Implement home?
return view("admin.users.home", [ "user" => Auth::user() ]);
return view("admin.users.index", [ "user" => Auth::user() ]);
}
return redirect()->back(303);