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) }}