diff --git a/frontend/src/routes/dashboard/clients_and_providers/+page.svelte b/frontend/src/routes/dashboard/clients_and_providers/+page.svelte
index 2d25421a..ca02a3f0 100644
--- a/frontend/src/routes/dashboard/clients_and_providers/+page.svelte
+++ b/frontend/src/routes/dashboard/clients_and_providers/+page.svelte
@@ -195,7 +195,7 @@
Gestiona el catálogo de clientes y proveedores de tu empresa
-
+
Nuevo Cliente/Proveedor
diff --git a/frontend/src/routes/dashboard/clients_and_providers/new/+page.svelte b/frontend/src/routes/dashboard/clients_and_providers/new/+page.svelte
new file mode 100644
index 00000000..2888f15a
--- /dev/null
+++ b/frontend/src/routes/dashboard/clients_and_providers/new/+page.svelte
@@ -0,0 +1,438 @@
+
+
+
+
+
+
goto('/dashboard/clients_and_providers')}>
+
+
+
+
Nuevo Cliente/Proveedor
+
+ Completa los datos para crear un nuevo cliente o proveedor
+
+
+
+
+
+
+
+ Información del Cliente/Proveedor
+
+ Todos los campos marcados con * son obligatorios
+
+
+
+
+
+
+
+
+
+
+
goto('/dashboard/clients_and_providers')} disabled={loading}>
+ Cancelar
+
+
+ Limpiar
+
+
+ {#if loading}
+
+ {:else}
+ Crear Cliente/Proveedor
+ {/if}
+
+
+
+
+
diff --git a/frontend/src/routes/dashboard/customs_brokers/+page.svelte b/frontend/src/routes/dashboard/customs_brokers/+page.svelte
index fe9682fd..f90963cd 100644
--- a/frontend/src/routes/dashboard/customs_brokers/+page.svelte
+++ b/frontend/src/routes/dashboard/customs_brokers/+page.svelte
@@ -175,7 +175,7 @@
Gestiona el catálogo de agentes aduanales
-
+
Nuevo Agente Aduanal
diff --git a/frontend/src/routes/dashboard/customs_brokers/new/+page.svelte b/frontend/src/routes/dashboard/customs_brokers/new/+page.svelte
new file mode 100644
index 00000000..8777c854
--- /dev/null
+++ b/frontend/src/routes/dashboard/customs_brokers/new/+page.svelte
@@ -0,0 +1,395 @@
+
+
+
+
+
+
goto('/dashboard/customs_brokers')}>
+
+
+
+
Nuevo Agente Aduanal
+
+ Completa los datos para crear un nuevo agente aduanal
+
+
+
+
+
+
+
+ Información del Agente Aduanal
+
+ Todos los campos marcados con * son obligatorios
+
+
+
+
+
+
+