list updated for flex structures

This commit is contained in:
2020-11-30 11:25:28 -06:00
parent cbf2c3f9e4
commit 76658b85f1

View File

@@ -39,7 +39,6 @@
{{ Form::submit('Update', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
</td>
<td>
{!! Form::open(['action' => 'Flex\FlexAdminController@removeFlexStructure', 'method' => 'POST']) !!}
{{ Form::hidden('structure_type', $structure->structure_type) }}