@foreach ($dbSections as $section) @php $componentName = $this->getComponentName($section); @endphp @if ($componentName) @livewire($componentName, $this->getSectionProps($section), key($section->id)) @endif @endforeach