@extends('front.layoutwithout') @section('title', 'Inscripción y reinscripción') @section('sub-title') @section('content') {{--
--}}
@if (!$data['student']->is_bis) @else @endif @foreach (@optional($data['student']->grades)->where('cycle_id', session('cycle')->id) as $key => $studentSubject) @if (!$data['student']->is_bis) @else @endif @csrf @endforeach
Clave NombreFaltas 1er Parcial 2do Parcial 3er Parcial 4to ParcialMóduloCalif Créditos
{{ $studentSubject->subject->code }} {{ $studentSubject->subject->name }} {{ $studentSubject->partial_1 }} {{ $studentSubject->partial_2 }} {{ $studentSubject->partial_3 }} {{ $studentSubject->partial_4 }}{{ $studentSubject->level }}{{ $studentSubject->grade }} {{ $studentSubject->subject->credits }}
@endsection @push('css') @endpush @push('js') {{-- --}} @endpush