@extends('layouts.app', ['title' => 'Ver Resultado de Instrumentos', 'titleIcon' => asset('images/icons/Prueba_3.png')]) @section('content')
{{$student->fullName}} ({{$student->age}} años)
Resultado
{{$testResult->developmentLevel->name}}
@endif @if($testResult->instrument_type == InstrumentTypes::CAMPO_TALENTO)Talento Principal
{{$testResult->firstTalent->name}}
Nivel: {{$testResult->developmentLevel[0]->name}}
Talento Secundario
{{$testResult->secondTalent->name}}
Nivel: {{$testResult->developmentLevel[1]->name}}