{!! Form::open(['route' => ['analyses.destroy', $id], 'method' => 'delete']) !!}
{!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => 'return confirm("'.__('crud.are_you_sure').'")' ]) !!}
{!! Form::close() !!}