Created
June 26, 2021 21:05
-
-
Save minons1/b862ba0d097860e50f1b0274a13d2053 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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