<?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>
Screenshot_from_2024-11-15_13-37-35.png
Was this page helpful?