@extends('layouts.master') @php $seo = array ( 'title' => App::getLocale() == 'en' ? ' 401 | Authorization requerid.' : ' 401 | No tienes permisos para ver esta página.', 'description' => App::getLocale() == 'en' ? 'You do not have permission to view this page' : 'No tienes permisos para ver esta página.', 'imagen' => asset('/storage/images/contact-mobile.jpg'), 'url' => App::getLocale() == 'en' ? 'https://marivalarmony.com/' : 'https://marivalarmony.com.mx/', 'nofollow' => 'true', ); @endphp @section('app')

Armony Marival Resort & Spa Punta de Mita – MGallery Collection

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