A quick snippet if you are wanting to delete models and are not using the Collective Forms;
<form action="/run/{{ $item_id }}" method="POST">
{{ csrf_field() }}
<input type="hidden" name="_method" value="DELETE" />
<button type="submit"><i class="fa fa-trash" /></i></button>
</form>
