@livewire('academic.sse.menu.student-tracing.register-attention-unity.menu-register-attention', ['tab' => 'registerAttention', 'estpId' => $dataStudent['estp_id']])

Caso

Codigo:
{{ $dataCase['ce_id'] }}
Asunto:
{{ $dataCase['caso_nombre'] }}
Fecha Creación:
{{ $dataCase['ce_fecha_in'] }}
Origen:
{{ $dataCase['unid_nombre'] }}
Propietario:
{{-- {{$dataCase['nombre']}} --}}

Historial

@if ($caseHistory != null && count($caseHistory) > 0) @foreach ($caseHistory as $history) @endforeach @endif
Dependencia Fecha Petición Direccionado a Forma de atención
{{ $history['unid_nombre'] }} {{ $history['ced_fecha_cambio'] }} {{ $history['ced_respuesta'] }} {{ $history['direccionado'] }} {{ $history['foat_nombre'] }}

Registrar

Tipo: @error('selectedTypeAttention') {{ $message }} @enderror
Solución: @error('solutionCase') {{ $message }} @enderror
Direccionado a: @error('dependencyToValue') {{ $message }} @enderror
@error('attentionWaysValue') {{ $message }} @enderror
Estado: @error('caseStatus') {{ $message }} @enderror
@if ($typeAttentions->contains('caso_id', $dataCase['caso_id']) || $history['id_unidad'] == session('unid_id')) @endif Volver
@if (session()->has('caseDependencyUpdated'))
{{ session('caseDependencyUpdated') }}
@endif @if (session()->has('caseDependencyUpdatedFailed'))
{{ session('caseDependencyUpdatedFailed') }}
@endif