@include('procesoSeleccion.candidatos.partials.inicio')
@if($permisos['REG'])
@include('procesoSeleccion.candidatos.partials.registro')
@endif
@if($permisos['IMP_COMP'])
@include('procesoSeleccion.candidatos.partials.reimprimir_comprobante')
@endif
@if($permisos['REC_FOL'])
@include('procesoSeleccion.candidatos.partials.recuperar_folio')
@endif
@if(isset($permisos['RES']))
@if($permisos['RES'])
@include('procesoSeleccion.candidatos.partials.resultados')
@endif
@endif