diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index fd8f11c36339901acf4291350ba09e85b00f26c3..99c200031b7060ce3b9a6fb4cf66d022203bf30c 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -19,9 +19,8 @@ class DashboardController extends Controller { public function index() - { + { dd('index'); - $user = Auth::user(); if ($user->isTypeAdmin()) {