@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['description']))

{{ $section_data['description'] }}

@endif