@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')
You do not have permission to view this page.
But you can click the button below to go back to the homepage.
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.
@endif