{{-- Judul dan Deskripsi --}}
@if (!empty($section_data['title']))

{{ $section_data['title'] }}

@endif @if (!empty($section_data['description']))

{{ $section_data['description'] }}

@endif
{{-- List Items --}} @if (!empty($section_data['items']) && is_array($section_data['items']))
@foreach ($section_data['items'] as $item)
{{ $item['image']['alt'] ?? config(

{{ $item['title'] ?? '' }}

{{ $item['description'] ?? '' }}

@endforeach
@endif