From 9cc941dd1ea52416c4f175e9da76b2b9c2bbe59b Mon Sep 17 00:00:00 2001 From: Felix Huber Date: Tue, 11 Oct 2022 19:25:45 +0200 Subject: [PATCH] update Error page to properly display in empty layout --- resources/js/Pages/Error.vue | 75 ++++++++++++++++++++++++++++++++---- src/Exception/Handler.php | 3 +- 2 files changed, 69 insertions(+), 9 deletions(-) diff --git a/resources/js/Pages/Error.vue b/resources/js/Pages/Error.vue index c2e9f206..7992911d 100644 --- a/resources/js/Pages/Error.vue +++ b/resources/js/Pages/Error.vue @@ -1,13 +1,74 @@