From a4fef0bb3d14835a9893395a8e20a12607885a64 Mon Sep 17 00:00:00 2001 From: F4ilji Date: Sun, 5 Jul 2026 01:18:04 +0500 Subject: [PATCH] feat(dashboard): add DashboardError.vue with full error context display --- .../js/Pages/Dashboard/DashboardError.vue | 160 ++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 resources/js/Pages/Dashboard/DashboardError.vue diff --git a/resources/js/Pages/Dashboard/DashboardError.vue b/resources/js/Pages/Dashboard/DashboardError.vue new file mode 100644 index 0000000..0921ac4 --- /dev/null +++ b/resources/js/Pages/Dashboard/DashboardError.vue @@ -0,0 +1,160 @@ + + +