@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'This page isn´t working right now | Inovation Travel by Marival Resorts' : 'Esta página no funciona en este momento | 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

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