@extends('layouts.app') @section('scripts') @vite(['resources/js/procesoSeleccion/candidatos-validacion.js']) @vite(['resources/js/procesoSeleccion/candidato-registro.js']) @vite(['resources/js/utils.js']) @vite(['resources/js/sepomex.js']) @endsection @section('styles') @endsection @section('title') @endsection @section('content')
@include('procesoSeleccion.candidatos.registro-formulario')
@endsection @section('modal') @include('common.modals.mdl-confirmation') {!! Generate::modalErrors() !!} @endsection