@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'UH OH! Authorization requerid | Inovation Travel by Marival Resorts' : '¡Vaya! Necesitas permiso | 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

401

@if(changeLanguage())

UH OH! Authorization requerid.

You do not have permission to view this page.
But you can click the button below to go back to the homepage.

Back to home

@else

¡Vaya! Necesitas permiso

No tienes permisos para ver esta página. 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