feat(medicos): módulo CRUD de médicos con tabla, búsqueda y modal edición

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-03 00:42:36 -05:00
co-authored by Claude Sonnet 4.6
parent 665fee99a9
commit 1574f12275
6 changed files with 393 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php return [
'slug' => 'medicos',
'name' => 'Médicos',
'icon' => 'fas fa-user-md',
'category' => 'clinico',
'route' => '/erp.php?m=medicos&v=index',
'is_active' => true,
'sort_order' => 51,
'oleada' => 0,
'description' => 'Gestión del catálogo de médicos',
'links' => [
['name' => 'Médicos', 'icon' => 'fas fa-user-md', 'route' => '/erp.php?m=medicos&v=index'],
],
];