{!! Form::open(['route' => ['tags.destroy', $id], 'method' => 'delete']) !!}
@can('update tags') @endcan @can('delete tags') {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return conformDel(this,event)" ]) !!} @endcan
{!! Form::close() !!}