这是我在
index.blade.php
{{ Form :: open (['method'=>'DELETE', 'route'=>['assistants.destroy', $value -> id , 'style'=> 'Display']])}}
<button type="submit" style="display: inline;" class="btn btn-danger btn-sm" ><i class=" glyphicon glyphicon-trash">
</i>
</button>
{{ Form::close() }}