@php $style = $section['style'] ?? []; $backgroundColor = $style['background_color'] ?? '#F8FAFC'; $backgroundImage = $style['background_image'] ?? null; $backgroundOpacity = max(0, min(1, (float) ($style['background_opacity'] ?? 0.88))); @endphp
@if($backgroundImage)
@endif

{!! $section['title'] !!}

@if($section['subtitle'])

{{ $section['subtitle'] }}

@endif