@extends('layouts.portal', ['title' => 'Realizar Instrumento']) @section('content')
Antes de inciar, por favor revise la siguiente guía. Cuando termine de leerla, regrese a esta pestaña.
@if($partaker->age < Constants::MINIMUM_AGE_POTENCIAL_APRENDIZAJE && $partaker->age < Constants::MINIMUM_AGE_CAMPO_TALENTO)Usted no tiene procesos asignados. Por favor, comuníquese con quien lo(a) invitó a participar.
@else @if($partaker->ownPotTest->status != TestStatus::COMPLETED) @php $test = $partaker->ownPotTest; @endphpRealizar antes de: {{$test->pinExpirationDate->format('d/m/Y')}}
@if($test->status == TestStatus::TO_DO) Iniciar @elseif($test->status == TestStatus::TO_COMPLETE) Continuar @endifSe han realizado todos los procesos asignados.
¡Gracias por participar!
@elseRealizar antes de: {{$test->pinExpirationDate->format('d/m/Y')}}
@if($partaker->talTestStatus == TestStatus::TO_DO) Iniciar @elseif($partaker->talTestStatus == TestStatus::TO_COMPLETE) Continuar @endifAntes de inciar, por favor revise la siguiente guía. Cuando termine de leerla, regrese a esta pestaña.
@if($partaker->pot_source_id == SourcesIds::DOCENTE) @else @endifPor favor, presione el botón Iniciar para realizar la(s) actividad(es) indicada(s).
# | Actividad | Niño/joven | Vencimiento | Estado | |
---|---|---|---|---|---|
{{$loop->iteration}} | {{$test->instrument->name}} | {{$test->student->fullName}} | {{$test->pinExpirationDate->format('d/m/Y')}} | @php switch($test->status) { case TestStatus::TO_COMPLETE: $testStatusColor = 'info'; break; case TestStatus::COMPLETED: $testStatusColor = 'success'; break; default: $testStatusColor = 'primary'; } @endphp {{$test->status}} | @if($test->status != TestStatus::COMPLETED) @if($test->status == TestStatus::TO_DO) Iniciar @elseif($test->status == TestStatus::TO_COMPLETE) Continuar @endif @endif |