@php $imagePath = public_path('img/tarbak30x30.png'); @endphp

LAPORAN PENILAIAN SISWA

{{ $lokasi }}

@for($i=0; $i < count($data); $i++) @php $line = $data[$i]; @endphp
@php $no=1; @endphp @for($x=0; $x < count($line['detail']); $x++) @php $line2 = $line['detail'][$x]; @endphp @php $no++; @endphp @endfor
Daftar Nilai: {{ $line['nama_matpel'] }}  
{{ $line['nama_ta'] }}  
Kelas: {{ $line['kode_kelas'] }}  
KKM: {{ App\Helper\SaiHelpers::number_format_decimal($line['kkm'],$export_type) }}  
 
No NIS Nama PH1 PH2 PH3
{{ $no }} {{ $export_type == "excel" ? ($line2['nis'] != "" ? "'".$line2['nis'] : "") : $line2['nis'] }} {{ $line2['nama'] }} {{ App\Helper\SaiHelpers::number_format_decimal($line2['n1'],$export_type) }} {{ App\Helper\SaiHelpers::number_format_decimal($line2['n2'],$export_type) }} {{ App\Helper\SaiHelpers::number_format_decimal($line2['n3'],$export_type) }}
@if($i != (count($data) - 1))
@endif @endfor