@foreach ($this->getRegisteredMyProfileComponents() as $component) @unless(is_null($component)) @livewire($component) @endunless @endforeach