I have a send button
{!! Form::submit('Registrar',['class' => 'btn btn-primary'] ) !!}
works fine, but I would like to see if there is any quick option of confirmation question. example
onclick="return confirm('¿Estas Seguro?')"
I have tried to read the documentation of laravel and laravel collective. but I can not solve it. Does anyone know?