Use Blade components to render errors pages #38786
Unanswered
freekmurze
asked this question in
Ideas
Replies: 1 comment
-
Something like this? <x-error-page title="Error Page" code="500" message="Error Page"/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the default error page views,
@extend
and.@section
are being used.It would be nice if that would be replaced by Blade components.
Beta Was this translation helpful? Give feedback.
All reactions