to hide an action on the view page, try `hidden(fn ($livewire) => $livewire->pageClass === ViewPageN

to hide an action on the view page, try hidden(fn ($livewire) => $livewire->pageClass === ViewPageName::class)
Was this page helpful?