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

Calificación de Postulantes

Datos Generales

Postulante: {{ $examen_postulante->postulante->apellido_paterno . ' ' . $examen_postulante->postulante->apellido_materno . ', ' . $examen_postulante->postulante->nombres }}

Examen: {{ $examen_postulante->examen->nombre }}

Respuestas del postulante
@if($criterios) @for($i = 0; $i < $nro_preguntas; $i++)
@endfor @else
@for($i = 0; $i < $nro_preguntas; $i++)
@if(($i+1)%$divisor == 0)
@endif @endfor
@endif
@endsection @section('scripts') @endsection