diff --git a/src/Http/Controllers/DashComponentController.php b/src/Http/Controllers/DashComponentController.php index 21693681..451188f5 100644 --- a/src/Http/Controllers/DashComponentController.php +++ b/src/Http/Controllers/DashComponentController.php @@ -151,7 +151,7 @@ class DashComponentController extends Controller */ public function showAddComponentGroup() { - return View::make('dashboard.components.add-group')->with([ + return View::make('dashboard.components.groups.add')->with([ 'pageTitle' => trans('dashboard.components.groups.add.title').' - '.trans('dashboard.dashboard'), ]); }