@extends('layouts.master-simple') @php $seo = array ( 'title' => App::getLocale() == 'en' ? ' 402 | This page isn´t working right now.' : ' 402 | Esta página no funciona en este momento', 'description' => App::getLocale() == 'en' ? 'But you can click the button below to go back to the homepage.' : 'Pero puedes hacer click en el botón a continuación para volver a la página de inicio.', 'imagen' => asset('/storage/images/contact-mobile.jpg'), 'url' => App::getLocale() == 'en' ? 'https://marivalarmony.com/' : 'https://marivalarmony.com.mx/', 'nofollow' => 'true', ); @endphp @section('app')

Armony Marival Resort & Spa Punta de Mita – MGallery Collection

402

@if(changeLanguage())

This page isn't working right now.

But you can click the button below to go back to the homepage.

Back to home

@else

Esta página no funciona en este momento.

Pero puedes hacer click en el botón a continuación para volver a la página de inicio.

Visita la página de inicio

@endif
@endsection