@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'UH OH! You´re lost | Inovation Travel by Marival Resorts' : '¡Vaya! La página que buscas no existe | Inovation Travel by Marival Resorts', 'description' => App::getLocale() == 'en' ? '' : '', 'imagen' => asset('/storage/opengraph/inovations-travel-vacations.jpg'), 'url' => App::getLocale() == 'en' ? 'https://traveladvisors.inovationtravel.com/' : 'https://asesoresdeviaje.inovationtravel.com', 'index'=>'noindex', 'follow'=>'nofollow', ); @endphp @section('content') Inovation Travel by Marival Resorts

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