list updated for flex structures
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
{{ Form::submit('Update', ['class' => 'btn btn-primary']) }}
|
{{ Form::submit('Update', ['class' => 'btn btn-primary']) }}
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{!! Form::open(['action' => 'Flex\FlexAdminController@removeFlexStructure', 'method' => 'POST']) !!}
|
{!! Form::open(['action' => 'Flex\FlexAdminController@removeFlexStructure', 'method' => 'POST']) !!}
|
||||||
{{ Form::hidden('structure_type', $structure->structure_type) }}
|
{{ Form::hidden('structure_type', $structure->structure_type) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user