label(__('Take Tour')) ->icon('heroicon-o-academic-cap') ->color('gray') ->action(function (): void { $this->dispatch('start-page-tour'); }); } }