@extends('errors.layout', [ 'classPage' => 'error-page', 'activePage' => '403', 'title' => __(env("INSTANCE_NAME", "MI AGENCIA GHP")), 'pageBackground' => null // Quitar imagen de fondo ]) @section('content') @include('includes.tailwind')
{{ __('Esta instancia está inactiva. Por favor, contacta con soporte para más información.') }}