From 76658b85f1d32b7bcbcc6395d44d7caa0e96d299 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 30 Nov 2020 11:25:28 -0600 Subject: [PATCH] list updated for flex structures --- resources/views/flex/list.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/flex/list.blade.php b/resources/views/flex/list.blade.php index af212c1ef..ab20226d6 100644 --- a/resources/views/flex/list.blade.php +++ b/resources/views/flex/list.blade.php @@ -39,7 +39,6 @@ {{ Form::submit('Update', ['class' => 'btn btn-primary']) }} {!! Form::close() !!} - {!! Form::open(['action' => 'Flex\FlexAdminController@removeFlexStructure', 'method' => 'POST']) !!} {{ Form::hidden('structure_type', $structure->structure_type) }}