Skip to content

Instantly share code, notes, and snippets.

@minons1
Created June 26, 2021 21:05
Show Gist options
  • Save minons1/b862ba0d097860e50f1b0274a13d2053 to your computer and use it in GitHub Desktop.
Save minons1/b862ba0d097860e50f1b0274a13d2053 to your computer and use it in GitHub Desktop.
<!-- Form to delete Story -->
<form class="d-inline justify-content-end" action="/blog/<?=$ablog['blog_id']?>/delete" method="post">
<?= csrf_field(); ?>
<button class="btn btn-outline-danger btn-sm">Delete</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment