@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Internal server error | 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

500

@if(changeLanguage())

Internal server error

An error occurred and your request couldn't be completed. Please try again.

Back to home

@else

Error interno del servidor

¡Vaya! algo salió mal. Se produjo un error y no se pudo completar su solicitud. Inténtalo de nuevo.

Visita la página de inicio

@endif
@endsection