! ($action instanceof Action && $action->getName() === 'memberships'), )); array_unshift( $actions, Action::make('back_to_overview') ->label('Back to tenant overview') ->color('gray') ->url(TenantResource::getUrl('view', ['record' => $this->getRecord()->getRouteKey()], panel: 'admin')), ); return $actions; } }