Beispiel #1
0
 public function admin()
 {
     $users = User::All();
     return view('admin.index', compact('users'));
 }