@if (isset($dataStudent) && isset($dataStudent['estp_id']))
@livewire('academic.sse.menu.student-tracing.register-attention-unity.menu-register-attention', ['tab' => 'registerAttention', 'estpId' => $dataStudent['estp_id']]) @else
No se encontraron datos del estudiante.
@endif

Registrar.

Recuerde actualizar los datos del estudiante antes de registrar el caso.
Tipo: @error('selectedTypeAttention') {{ $message }} @enderror
Tipo Requerimiento: @error('requirementType') {{ $message }} @enderror
Forma de Atención: @error('attentionWaysValue') {{ $message }} @enderror
Direccionado a: @error('dependencyToValue') {{ $message }} @enderror
Estado: @error('caseStatus') {{ $message }} @enderror
Observación: @error('observationCase') {{ $message }} @enderror
@if (session()->has('messageSaved'))
{{ session('messageSaved') }}
@endif
Volver

Casos Abiertos.

@if ($attentionsByEstpId != null && count($attentionsByEstpId) > 0) @foreach ($attentionsByEstpId as $attention) @php $maxima = \Carbon\Carbon::createFromTimeString($attention['ce_fecha_max']) //->addDays(30) ->startOfDay(); @endphp @endforeach @endif
Codigo Caso Fecha inicio Fecha fin Atención Fecha oportuna Acción
{{ $attention['ce_id'] }} {{ $attention['caso_nombre'] }} {{ $attention['ce_fecha_in'] }} {{ $attention['ce_fecha_max'] }} {{ $maxima->format('Y-m-d') }}