@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Service Unavailable | Inovation Travel by Marival Resorts' : 'Error interno del servidor | 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

503

@if(changeLanguage())

Service Unavailable

The server is temporarily busy, try again later!

Back to home

@else

Error interno del servidor

El servidor está temporalmente ocupado, ¡inténtalo de nuevo más tarde!

Visita la página de inicio

@endif
@endsection