{{ $section_data['image']['alt'] ?? config(
{{-- Title --}} @if (!empty($section_data['title']))

{{ $section_data['title'] }}

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

{{ $section_data['description'] }}

@endif {{-- CTA Button --}} @if (!empty($section_data['cta']) && is_array($section_data['cta'])) {{ $section_data['cta']['label'] ?? 'Learn More' }} @endif