{{ $no++ }} |
{{ $row->nis }} |
{{ $row->nisn }} |
{{ $row->nama }} |
{{ $row->kompetensi }} |
@foreach ($mapel as $data)
@php
$usbn = DB::table('usbns')->select('nilai')->where('siswa_id', $row->id)
->where('tahun', $setting->tahun)->where('mapelusbn_id', $data->id)->first();
@endphp
{{ round(old('bln', !empty($usbn) ? $usbn->nilai : 0)) }} |
@endforeach
{{ number_format(round($sum)/$count,2) }} |
@endforeach