Cetak Legger
@php $reqKelas = request()->get('kelas'); $reqTahunAjaran = request()->get('tahun_ajaran'); $reqSemester = request()->get('semester'); @endphp @if(isset($reqKelas))

Kelas yang dipilih: {{ \App\Models\Kelas::find($reqKelas)->nama_kelas }}

@endif
@if (isset($reqKelas))
Print
@php $firstKey = ''; @endphp @foreach ($hasil as $key => $value) @if ($loop->first) @php $firstKey = $key; @endphp @endif @endforeach @foreach ($hasil[$firstKey]['nilai'] as $mapel => $value) @endforeach @php $firstKey = ''; @endphp @foreach ($hasil as $key => $value) @if ($loop->first) @php $firstKey = $key; @endphp @endif @endforeach @foreach ($hasil[$firstKey]['nilai'] as $mapel => $value) @endforeach @foreach ($hasil as $key => $value) @foreach ($value['nilai'] as $key => $value) @endforeach @endforeach
Nama{{ $mapel }}
NP NK
{{ $value['nama'] }}{{ $value['NP'] }} {{ $value['NK'] }}
@endif