From ad7b5610d156c67a519bb4e1d520f30b596d313d Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 18 Aug 2026 13:19:25 +0200 Subject: [PATCH] make sure all invoices routes show active state in the navigation --- resources/js/Layouts/AppLayout.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/js/Layouts/AppLayout.vue b/resources/js/Layouts/AppLayout.vue index e6584d80..3323bd85 100644 --- a/resources/js/Layouts/AppLayout.vue +++ b/resources/js/Layouts/AppLayout.vue @@ -253,7 +253,9 @@ const page = usePage<{ v-if="isInvoicingActivated() && canViewInvoices()" title="Invoices" :icon="DocumentTextIcon" - :current="route().current('invoices')" + :current=" + route().current('invoices') || route().current('invoices.*') + " href="/invoices">