diff --git a/app/Http/Controllers/Flex/FlexAdminController.php b/app/Http/Controllers/Flex/FlexAdminController.php index 840bb9374..902a648fb 100644 --- a/app/Http/Controllers/Flex/FlexAdminController.php +++ b/app/Http/Controllers/Flex/FlexAdminController.php @@ -33,8 +33,6 @@ class FlexAdminController extends Controller //Get the structures from the database $structures = FlexStructure::all(); - dd($structures); - return view('flex.list')->with('structures', $structures); } diff --git a/resources/views/flex/list.blade.php b/resources/views/flex/list.blade.php index 0456f40b7..0418eacae 100644 --- a/resources/views/flex/list.blade.php +++ b/resources/views/flex/list.blade.php @@ -7,7 +7,6 @@