aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/419.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/errors/419.blade.php')
-rw-r--r--resources/views/errors/419.blade.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/resources/views/errors/419.blade.php b/resources/views/errors/419.blade.php
index c09216e..7008bd8 100644
--- a/resources/views/errors/419.blade.php
+++ b/resources/views/errors/419.blade.php
@@ -1,5 +1,4 @@
-@extends('errors::minimal')
-
-@section('title', __('Page Expired'))
-@section('code', '419')
-@section('message', __('Page Expired'))
+<x-minimal-error>
+ <x-slot:code>419</x-slot:code>
+ <x-slot:message>Page Expired</x-slot:message>
+</x-minimal-error>