{{-- Gambar Kiri --}} @if (!empty($section_data['image']))
{{ $section_data['image_alt'] ?? config(
@if (!empty($section_data['badge']))
{{ $section_data['badge'] }}
@endif
@endif {{-- Konten Kanan --}}
@if (!empty($section_data['title']) || !empty($section_data['highlight']))

{{ $section_data['title'] ?? '' }} @if (!empty($section_data['highlight'])) {{ $section_data['highlight'] }} @endif

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

{!! $section_data['description'] !!}

@endif {{-- Fasilitas --}} @if (!empty($section_data['features']))
@foreach ($section_data['features'] as $feature)
{!! $feature['icon'] ?? '' !!} {{ $feature['label'] }}
@endforeach
@endif {{-- Harga --}} @if (!empty($section_data['price']))

Starting from

{{ $section_data['price'] }}{{$section_data['price_per'] ?? ""}}

@endif {{-- CTA --}} @if (!empty($section_data['cta']))
@foreach ($section_data['cta'] as $button) {{ $button['label'] }} @endforeach
@endif