@extends('layouts.app-simple') @php $seo = array ( 'title' => App::getLocale() == 'en' ? ' 404 | You´re lost.' : ' 404 | Forbidden', 'description' => App::getLocale() == 'en' ? 'The page you are looking for does not exist.' : '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('content')

Armony Marival Resort & Spa Punta de Mita – MGallery Collection

404

@if(changeLanguage())

UH OH! You're lost.

The page you are looking for does not exist.
But you can click the button below to go back to the homepage.

Back to home

@else

¡Vaya! La página que buscas no existe.

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