@extends('layouts.app') @section('scripts') @vite(['resources/js/procesoSeleccion/candidatos-validacion.js']) @vite(['resources/js/procesoSeleccion/candidatos.js']) @vite(['resources/js/utils.js']) @endsection @section('styles') @vite(['resources/css/procesoSeleccion/candidatos.css']) @endsection @section('title') {{ Breadcrumbs::render('candidatos') }} @endsection @section('content')
Datos
{!! Form::text('dato_carrea', $carrera['carrera'] , ['class' => 'form-control text-uppercase input-falso fw-bold' ]) !!}
{!! Form::text('dato_periodo', $periodoActual , ['class' => 'form-control text-uppercase input-falso' ]) !!}
{!! Form::text('dato_total_registrados', $totalRegistrados , ['class' => 'form-control text-uppercase input-falso' ]) !!}
{!! Form::text('dato_total_aceptados', $totalAceptados , [ 'id' => 'dato_total_aceptados', 'class' => 'form-control text-uppercase input-falso' ]) !!}
@endsection @section('modal') @include('procesoSeleccion.candidatos.modals.new-modal') @include('common.modals.mdl-confirmation') {!! Generate::modalErrors() !!} @endsection