@livewire("academic.sse.menu.student-tracing.register-attention-unity.menu-register-attention",['tab'=> 'homologation','estpId'=> $dataStudent["estp_id"]])
Homologación
@if($periods != null && count($periods)) @foreach($periods as $period)
Periodo: {{$period["periodo"]}}
@php $detail =$this->getHomologationByPeunId($period["peun_id"]); @endphp
Codigo
Materia
Nota
@foreach($detail as $homo)
{{$homo["mate_codigomateria"]}}
{{$homo["mate_nombre"]}}
{{($homo["ticl_descripcion"]==null)?'-':$homo["ticl_descripcion"]}}
@endforeach @endforeach @else
No hay datos de homologación
@endif