@extends('layouts.master-simple') @php $seo = array ( 'title' => App::getLocale() == 'en' ? ' 403 | Forbidden' : ' 403 | Forbidden', 'description' => App::getLocale() == 'en' ? 'Access to this resource on the server is denied' : 'El acceso a este recurso en el servidor está denegado', '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

403

@if(changeLanguage())

Forbidden

Access to this resource on the server is denied!. But you can click the button below to go back to the homepage.

Back to home

@else

Forbidden

¡El acceso a este recurso en el servidor está denegado! 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