@if(!empty($sectionlist))
@foreach($sectionlist as $key => $section)
{{ $section->section_title }}
{{ $section->section_subtitle }}
@livewire('section-item', [ 'sectionId' => $section->section_id, 'sectionLayout' => $section->section_layout ])
@endforeach
@endif