<?phpnamespace Webkul\Chatter\Livewire;use Filament\Forms;use Filament\Forms\Concerns\Interacts
this is my livewire component how we can show messages to livewire component
<div class="flex flex-col h-full space-y-4">
<div class="space-y-4">
{{ $this->form }}
<x-filament::button
wire:click="create"
color="primary"
>
Send
</x-filament::button>
</div>
Here all the comments will be displayed.
{{ $this->messageInfoList }}
</div>
<div class="flex flex-col h-full space-y-4">
<div class="space-y-4">
{{ $this->form }}
<x-filament::button
wire:click="create"
color="primary"
>
Send
</x-filament::button>
</div>
Here all the comments will be displayed.
{{ $this->messageInfoList }}
</div>
