you should check the visibility in the view ```php {{ ($action = $this->testAction())->isVisible()

you should check the visibility in the view

{{ ($action = $this->testAction())->isVisible() ? $action : '' }}
Was this page helpful?