@if(!empty($content['bg_image']))
@endif

{{ $content['title'] ?? 'Kendine Dönüş Yolculuğunda Sana Eşlik Ediyorum' }}

@if(!empty($content['subtitle']))

{{ $content['subtitle'] }}

@endif @if(!empty($content['button_text']) && !empty($content['button_url'])) @php $btnBg = $content['button_color'] ?? '#c49626'; $btnText = $content['button_text_color'] ?? '#ffffff'; $btnClass = $content['button_custom_class'] ?? ''; $btnStyle = $content['button_custom_style'] ?? ''; @endphp {{ $content['button_text'] }} @endif