@extends('front.layoutwithout') @section('title','Boletas') @section('sub-title') @section('content')
@csrf
@foreach($data['students'] as $student)
@endforeach
@csrf
@php $grupo = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); @endphp
@foreach($data['students'] as $student) @foreach($student->PartialCurrentGrades as $stu) {{-- {{dd($stu->subject->plan->id)}} --}}
Student-item-group
@endforeach @endforeach
@csrf
@foreach($data['students'] as $student)
@endforeach
@csrf
@php $grupo = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); @endphp
@foreach($data['students'] as $student) @foreach($student->PartialCurrentGrades as $stu)
@endforeach @endforeach
@endsection @push('css') @endpush @push('js') @endpush