{{-- 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)
{{ $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.' }}
{{ $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.' }}