Update (admin): Add delete post forever

This commit is contained in:
2023-08-02 00:21:00 +08:00
parent 7c1f02012c
commit 7eafdbd8b3
5 changed files with 26 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ class="img-fluid rounded-2" alt=""></td>
class="btn">Index to Search Engines</a>
<a href="{{ route('posts.manage.edit', ['post_id' => $post->id]) }}"
class="btn">Edit</a>
<a href="{{ route('posts.manage.delete', ['post_id' => $post->id]) }}"
class="btn">Delete Forever</a>
</div>
</td>