@extends('layouts.app', ['title' => 'Estado del proceso de exploración', 'titleIcon' => asset('images/icons/Prueba_3.png')]) @section('content')
Niño/joven | Edad | ![]() |
![]() |
@forelse($students as $student) @php $teacherTest = $student->teacherTest; $carerTest = $student->carerTest; $potTest = $student->ownPotTest; $talTestStatus = $student->talTestStatus; @endphp |
---|---|---|---|---|
{{$student->fullName}} | {{$student->age}} años |
@if(@$teacherTest->status === null)
-
@elseif(@$teacherTest->status == TestStatus::COMPLETED)
![]() ![]() ![]() ![]() ![]() ![]() |
@if($talTestStatus === null || $talTestStatus == TestStatus::NOT_NEEDED)
-
@elseif($talTestStatus == TestStatus::COMPLETED)
![]() ![]() |
@if(($talTestStatus == TestStatus::COMPLETED || $talTestStatus == TestStatus::NOT_NEEDED) && $student->potTestCompleted) @institution Informe @else Informe @endinstitution @endif |
No hay niños/jóvenes para mostrar |