@extends('template.layout') @section('content')

Matrícula de Alumnos Ingresantes

Listado de Ingresantes a {{$especialidad['nombre']}} del turno {{ $t }}
Información de postulación
@if((int)$isNull == 0) @endif
@if((int)$isNull > 0) @endif
@include('alerts.index')
Código Nombres Apellido Paterno Apellido Materno Especialidad Turno Sección
@endsection @section('scripts') @endsection