From 07b75bb2337dfb39e9a3a097004aef54d1cb9bfd Mon Sep 17 00:00:00 2001 From: jeremy bayse Date: Mon, 22 Jun 2026 16:34:32 +0200 Subject: [PATCH] feat: add authenticated layout with navigation menu for core application modules --- resources/js/Layouts/AuthenticatedLayout.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/js/Layouts/AuthenticatedLayout.vue b/resources/js/Layouts/AuthenticatedLayout.vue index c1f9bd7..0e3ae5c 100644 --- a/resources/js/Layouts/AuthenticatedLayout.vue +++ b/resources/js/Layouts/AuthenticatedLayout.vue @@ -42,6 +42,12 @@ const showingNavigationDropdown = ref(false); > Commandes + + Devis + - Besoins Informatiques - - - Gestion des Devis + Fiches Actions - Profile + {{ __('Profile') }} - Log Out + {{ __('Logout') }}