{{-- Image Left, Text Right Layout Expects $section and $content. Required content fields: 'image_url', 'text_content' Optional: 'title', 'subtitle', 'button_text', 'button_link', 'image_alt' --}}
@if(!empty($content['title']))

{{ $content['title'] }}

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

{{ $content['subtitle'] }}

@endif
@if(!empty($content['image_url'])) {{ $content['image_alt'] ?? $content['title'] ?? 'Section Image' }} @else
Image Placeholder
@endif
{{-- Use ps- for LTR/RTL padding start --}} @if(!empty($content['text_content']))
{!! $content['text_content'] !!}
@endif @if(!empty($content['button_text']) && !empty($content['button_link'])) @endif