fix(commercial) : flatten clients route

This commit is contained in:
Matthieu
2026-06-01 16:16:00 +02:00
parent a84bde5bcc
commit aa1a42e659
+1 -1
View File
@@ -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',