admin dashboard in the dashboard controller

This commit is contained in:
2020-04-03 02:27:18 -05:00
parent 4b56fb9025
commit 1944f651e5
3 changed files with 11 additions and 45 deletions

View File

@@ -30,6 +30,13 @@ class DashboardController extends Controller
$this->middleware('role:Guest');
}
/**
* Show the administration dashboard.
*/
public function displayAdminDashboard() {
return view('admin.dashboards.dashboard');
}
/**
* Show the application dashboard.
*