{{ $row['nama'] }} |
{{ $row['no_bukti'] }} |
{{ $row['kota'] }} |
{{ substr($data[0]['tanggal'],8,2) }} {{ App\Helper\SaiHelpers::getNamaBulan(substr(str_replace("-","",$data[0]['tanggal']),0,6)) }} |
{{ $judul }} |
@php
$tot = 0;
@endphp
@for ($x=0; $x < count($row['detail']); $x++)
@php
$row1 = $row['detail'][$x];
$nilai = App\Helper\SaiHelpers::number_format_decimal($row1['nilai'],$export_type);
$tot+=+floatval($row1['nilai']);
@endphp
{{ ($x+1) }} |
{{ $row1['nim'] }} |
{{ $row1['no_ref1'] }} |
{{ $row1['nama'] }} |
{{ $nilai }} |
{{ $nilai }} |
@endfor
{{ App\Helper\SaiHelpers::number_format_decimal($tot,$export_type) }} |
{{ App\Helper\SaiHelpers::number_format_decimal($tot,$export_type) }} |
|