Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

6 lines
141 B
PHP

@extends('errors::minimal-with-home')
@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))