On this page
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
No Result Found!
please write some more letters
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