Add action to the livewire component

I'm using this livewire component: https://filamentphp.com/docs/2.x/tables/getting-started#preparing-your-livewire-component to display the list and wanted to add an Action before the list.

I've tried with adding a custom code to the blade before
$this->table
but not worked.
This will be the same process as the Filament resource but it'll not possible in my case because I'm using a Filament view resource and into that, I've used the livewire component in the Tab section.
Filament
The elegant TALL stack table builder for Laravel artisans.
Was this page helpful?