On this page
Usage
Use the Comments livewire component
to add comments component to any filament page, in your blade file, add:
1<livewire:replies.comments :item="$ticket" />
pass the item
as the main model you want to associate the comment with