Add Livewire comment system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user