{{--sm:my-8 --}}
@forelse($components as $id => $component)
@livewire($component['name'], $component['attributes'], key($id))
@empty
@endforelse