AREA_PROCESO

main
elmer-20 2 months ago
parent 38a7e52449
commit 340c1d891b

@ -5,7 +5,7 @@ namespace App\Http\Controllers\Administracion;
use App\Http\Controllers\Controller;
use App\Models\Area;
use App\Models\Curso;
use App\Models\proceso;
use App\Models\Proceso;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Validator;

@ -47,6 +47,17 @@ const routes = [
component: () => import('../components/WebPageSections/navbarcontent/General.vue')
},
// {
// path: '/programas/ingenierias',
// name: 'ingenierias',
// component: () => import('../components/WebPageSections/perfiles/ing/CarrerasIng.vue')
// },
// {
// path: '/programas/ingenierias-detalle/:id',
// name: 'ingenierias-detalle',
// component: () => import('../components/WebPageSections/perfiles/ing/Detalles.vue')
// },
{

Loading…
Cancel
Save