@can('options.show') @endcan @can('options.edit') @endcan @can('options.destroy') {!! Form::open(['route' => ['options.destroy', $id], 'method' => 'delete']) !!} {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-link text-danger', 'onclick' => "return confirm('Are you sure?')" ]) !!} {!! Form::close() !!} @endcan