'dashboard'], function() { Route::get('/', 'DashboardController@index'); Route::controller('', DashboardController::class); });