view: adding custom error pages.
This commit is contained in:
parent
f332f0a40f
commit
e0cc057177
7 changed files with 35 additions and 0 deletions
5
resources/views/errors/429.blade.php
Normal file
5
resources/views/errors/429.blade.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<x-layout name="error">
|
||||
<x-slot name="code">429</x-slot>
|
||||
<x-slot name="title">{{ __('errors.429.title') }}</x-slot>
|
||||
<x-slot name="message">{{ __('errors.429.message') }}</x-slot>
|
||||
</x-layout>
|
||||
Reference in a new issue