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