@extends('pdf.layout.certificates.certificate_layout') @section('content') @foreach ($periods as $index_grade => $grade) @endforeach @for ($i = 0; $i <= 80 - $count_subjects; $i++) @endfor
CLAVE NOMBRE DE LA ASIGNATURA CICLO EN QUE SE CURSÓ CALIFICACIÓN OBSERVACIONES
NÚMERO LETRA
{{ $grade->class->cve_subject }} {{ $grade->class->name }} {{ $grade->cycle->year }}-{{ $grade->cycle->sub_cycle }} {{ round($grade->grade, 2) }} {{ $grade->grade_text }} {{-- {{ $grade->description }} --}}
{{ $i }}
@endsection