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.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php
index 5c586db..7c0d081 100644
--- a/resources/views/errors/401.blade.php
+++ b/resources/views/errors/401.blade.php
@@ -1,5 +1,4 @@
-@extends('errors::minimal')
-
-@section('title', __('Unauthorized'))
-@section('code', '401')
-@section('message', __('Unauthorized'))
+<x-minimal-error>
+ <x-slot:code>401</x-slot:code>
+ <x-slot:message>Unauthorized</x-slot:message>
+</x-minimal-error>