From aa1a42e659ae07dc94fd7c78b1464476429b8ce3 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 1 Jun 2026 16:16:00 +0200 Subject: [PATCH] fix(commercial) : flatten clients route --- config/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sidebar.php b/config/sidebar.php index b4dbe2f..c51494d 100644 --- a/config/sidebar.php +++ b/config/sidebar.php @@ -105,7 +105,7 @@ return [ 'items' => [ [ 'label' => 'sidebar.commercial.clients', - 'to' => '/commercial/clients', + 'to' => '/clients', 'icon' => 'mdi:account-group-outline', 'module' => 'commercial', 'permission' => 'commercial.clients.view',