main system

This commit is contained in:
Kevin Adametz 2021-01-15 18:16:31 +01:00
parent 0baac018a2
commit a96d7d5c77
115 changed files with 4589 additions and 557 deletions

View file

@ -19,7 +19,7 @@ class HomeController extends Controller
*/
public function __construct()
{
$this->middleware('guest');
// $this->middleware('guest');
}
/**
@ -46,7 +46,7 @@ class HomeController extends Controller
'user' => Auth::user(),
'now' => Carbon::now(),
];
return view('home', $data);
return view('dashboard', $data);
}
public function loadingModal(){