{{-- Contact — campos comunes a todos los demos --}} @php $hasDemoSpecificContact = view()->exists('admin.site-data.contact.' . get_theme_demo()); @endphp {{-- Info alert — hospitality only --}} @if($isHospitality)
These fields control the /contact page and the contact info shown in the header and footer.
@endif

{{ $isHospitality ? 'Contact Details' : 'Datos de contacto' }}

{{ $isHospitality ? 'Phone, email, address and hours — shown in the header bar, contact page, and footer.' : 'Datos que aparecen en el header, contacto y pie de página.' }}

@if($isHospitality)Shown in header top bar, contact page, and footer.@endif
@if($isHospitality)Used for the Google Maps embed on the contact page and footer.@endif
@if($isCorporate && !$hasDemoSpecificContact)
If filled, a second office card will appear.
@if(!empty($siteData['contact']['secondary_address']))
@endif
@elseif(!$isCorporate)
@if($isHospitality)Shown in the header top bar.@endif
@endif
@if(!$hasDemoSpecificContact)

{{ $isHospitality ? 'Contact Page Content' : 'Página de contacto' }}

{{ $isHospitality ? 'The text content on the /contact page — header title, heading, subtitle, and description.' : 'Textos que aparecen en la página de contacto del sitio.' }}

@if(!$isHospitality)
Texto pequeño encima del título.
@endif
@if($isHospitality)The large title in the parallax header.@endif
@if($isHospitality)
The heading below the map section.
@endif
{{ $isHospitality ? 'Short text on the contact info card.' : 'Texto introductorio en la tarjeta de datos de contacto.' }}
@endif