|
@if($logo)
|
{{ $instituto->nombre ?? '' }}{{ $instituto->direccion ?? '' }} Código Modular: {{ $instituto->codigo_modular ?? '' }} | DRE: {{ $instituto->dre ?? '' }} |
| # | Curso | Tipo | Créditos | Horas |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $curso->nombre }} | {{ $curso->tipo }} | {{ $curso->creditos }} | {{ $curso->horas_semestrales }} |
| Total Créditos | {{ $cursos->sum('creditos') }} | |||