@extends('layouts.app', ['title' => 'Estado del proceso de exploración', 'titleIcon' => asset('images/icons/Prueba_3.png')]) @section('content')

Niños/jóvenes

@institution Descargar Informe Total @endinstitution @forelse($students as $student) @php $teacherTest = $student->teacherTest; $carerTest = $student->carerTest; $potTest = $student->ownPotTest; $talTestStatus = $student->talTestStatus; @endphp @empty @endforelse
Niño/joven Edad Potencial de Aprehendizaje Campo de Talento
{{$student->fullName}} {{$student->age}} años @if(@$teacherTest->status === null) - @elseif(@$teacherTest->status == TestStatus::COMPLETED) @else @endif @if(@$carerTest->status === null) - @elseif(@$carerTest->status == TestStatus::COMPLETED) @else @endif @if(@$potTest->status === null) - @elseif(@$potTest->status == TestStatus::COMPLETED) @else @endif @if($talTestStatus === null || $talTestStatus == TestStatus::NOT_NEEDED) - @elseif($talTestStatus == TestStatus::COMPLETED) @else @endif @if(($talTestStatus == TestStatus::COMPLETED || $talTestStatus == TestStatus::NOT_NEEDED) && $student->potTestCompleted) @institution Informe @else Informe @endinstitution @endif
No hay niños/jóvenes para mostrar
@endsection @push('js') @endpush