9 lines
199 B
PHP
9 lines
199 B
PHP
|
@extends('errors::layout')
|
||
|
|
||
|
@section('title', __('Unauthorized'))
|
||
|
@section('code', '401')
|
||
|
@section('code1', '4')
|
||
|
@section('code2', '0')
|
||
|
@section('code3', '1')
|
||
|
@section('message', __('Unauthorized'))
|