@forelse($components as $id => $component)
{{-- min-h-0 and the column: without them the flex child
refuses to shrink below its content, and capping the
panel achieves nothing. --}}
@livewire($component['name'], $component['arguments'], key($id))
@empty
@endforelse