Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created August 20, 2014 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eminetto/e49962b3b009d87a1ecd to your computer and use it in GitHub Desktop.
Save eminetto/e49962b3b009d87a1ecd to your computer and use it in GitHub Desktop.
{{ Form::open(['method' => 'DELETE', 'route' => ['articles.destroy', $article->id]]) }}
{{ Form::submit('Excluir', array('class' => 'btn btn-danger btn-xs',
'onclick'=>'javascript:return confirm(\'Tem certeza que deseja excluir este artigo?\')')) }}
{{ Form::close() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment