Skip to content

Instantly share code, notes, and snippets.

@bishoyAtif
Created May 25, 2018 13:19
Show Gist options
  • Save bishoyAtif/ce33e359206f01e925cd37b52a051ebf to your computer and use it in GitHub Desktop.
Save bishoyAtif/ce33e359206f01e925cd37b52a051ebf to your computer and use it in GitHub Desktop.
<form action="{!! $deleteUrl !!}" method="POST">
<input type="hidden" name="_method" value="delete">
{{ csrf_field() }}
<button type="submit" class="btn btn-danger">Delete</button>
</form>
<a href="{!! $editUrl !!}" class="btn btn-primary" role="button" aria-pressed="true">Edit</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment