{{-- Generic Default Layout Expects $section and $content (which is $section->content) Tries to render common fields like title, subtitle, text_content, image_url, button_text, button_link --}}
@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' }} @endif @if(!empty($content['text_content']))
{!! $content['text_content'] !!}
@endif @if(!empty($content['button_text']) && !empty($content['button_link'])) @endif