Add comment restore button

This commit is contained in:
2026-05-06 21:15:15 +02:00
parent 75f631c3e6
commit 09c08f3fea
3 changed files with 44 additions and 0 deletions

View File

@@ -109,6 +109,16 @@
Delete
</button>
@endcan
@can ('restore', $comment)
<button
wire:click="restoreComment"
type="button"
class="text-gray-900 dark:text-gray-100 font-medium"
>
Restore
</button>
@endcan
@endauth
</div>
</div>