aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/401.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/errors/401.blade.php')
-rw-r--r--resources/views/errors/401.blade.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php
new file mode 100644
index 0000000..5c586db
--- /dev/null
+++ b/resources/views/errors/401.blade.php
@@ -0,0 +1,5 @@
+@extends('errors::minimal')
+
+@section('title', __('Unauthorized'))
+@section('code', '401')
+@section('message', __('Unauthorized'))