admin dashboard in the dashboard controller
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user