{{-- About — campos comunes a todos los demos --}} @php $hasDemoSpecificAbout = view()->exists('admin.site-data.about.' . get_theme_demo()); @endphp @if(!$hasDemoSpecificAbout) {{-- Info alert per type --}} @if($isHospitality)
These fields control the /about page (Our Story).
@elseif($isCorporate)
These fields control the /about page — intro text, mission section, counters, culture & values.
@endif {{-- Page Header — all types --}}

{{ $isCorporate ? 'Page Header' : ($isHospitality ? 'Page Header' : 'Encabezado de página') }}

{{ $isCorporate ? 'The gradient header with title and breadcrumb.' : ($isHospitality ? 'The hero section at the top of the page with parallax background.' : 'La sección hero del encabezado de la página.') }}

@if(!$isCorporate)
{{ $isHospitality ? 'Small text above the section heading.' : 'Texto pequeño encima del título.' }}
@endif
@if($isHospitality)
@endif
@endif {{-- hasDemoSpecificAbout --}} {{-- Non-corporate: Main content + Descriptions --}} @if(!$isCorporate)

{{ $isHospitality ? 'Main Content Section' : 'Contenido principal' }}

{{ get_demo_type() === 'hospitality' ? 'The "Who We Are" section below the header with heading, paragraphs and gallery.' : 'La sección principal con texto descriptivo.' }}

@if(get_demo_type() === 'hospitality')
The heading of the main text section (e.g. "From Tucumán to Miami.").
@else
@endif

{{ get_demo_type() === 'hospitality' ? 'Text Paragraphs' : 'Descripciones' }}

{{ get_demo_type() === 'hospitality' ? 'The paragraphs that appear below the section heading.' : 'Los párrafos de texto de la página.' }}

@endif