@extends('layouts.app', ['title' => 'Informe Básico de Resultados', 'titleIconClass' => 'file-alt']) @php function getReportRecord($talReports, $talentId, $factorId) { return $talReports->where('tal_talent_id', $talentId)->where('tal_factor_id', $factorId)->first(); } @endphp @section('content')

SÍNTESIS DE RESULTADOS

{{$student->first_name}}

NOMBRES

{{$student->last_name}}

APELLIDOS

@date(now())

FECHA DE INFORME

{{$student->age}} años

EDAD

{{@$student->identificationType->name ?? '-'}}

TIPO D.I.

{{$student->identification}}

NÚMERO

{{$student->grade ?? '-'}}

GRADO

{{$student->sex ?? '-'}} {{-- {!! $student->sex == 'M' ? '' : ''!!} --}}

SEXO

{{$potTestResult->developmentLevel->name}}
{{$potTestResult->developmentLevel->name}}

DISTRIBUCIÓN DE FACTORES:

Fig.1 Puntajes de participantes por factor
@if($talTestResult)
{{$talTestResult->firstTalent->name}}
{{$potTestResult->developmentLevel->name}}
Infografia talento principal

NIVEL DE DESARROLLO A PROMOVER: {{$talTestResult->developmentLevel[0]->name}}

b. SECUNDARIO: {{$talTestResult->secondTalent->name}}

Infografia talento secundario

NIVEL DE DESARROLLO A PROMOVER: {{$talTestResult->developmentLevel[1]->name}}

@endif
Botón Ver Informe detallado
Volver
@endsection @push('js') @endpush