5 lines
130 B
PHP
5 lines
130 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', __('Unauthorized'))
|
|
@section('code', '401')
|
|
@section('message', __('Unauthorized'))
|