Add Livewire comment system

This commit is contained in:
2026-01-10 15:02:14 +01:00
parent 67f5d0db8b
commit 5f575024e2
13 changed files with 456 additions and 33 deletions

View File

@@ -31,7 +31,7 @@
</a>
</div>
<div class="w-[60vw]">
@include('partials.comment', ['comment' => $comment])
{{--@include('partials.comment', ['comment' => $comment])--}}
</div>
</div>
@elseif($comment->commentable_type == 'App\Models\Hentai')
@@ -53,7 +53,7 @@
</a>
</div>
<div class="w-[60vw]">
@include('partials.comment', ['comment' => $comment])
{{--@include('partials.comment', ['comment' => $comment])--}}
</div>
</div>
@endif