{{ $lokasi[0]['nama'] }}

LAPORAN TARIF MAHASISWA

@for ($c=0; $c < count($th_col); $c++) @php $col = $th_colname[$c]; @endphp @endfor @php $no=$start + 1; $tot = []; for($i=0; $i < count($th_col); $i++){ if($i > 4){ $tot[$th_col[$i]] = 0; } } @endphp @for($x=0; $x < count($data); $x++) @php $line2 = $data[$x]; @endphp @for ($c=0; $c < count($th_col); $c++) @if($c > 4) @php $tot[$th_col[$c]] += floatval($line2[$th_col[$c]]); @endphp @else @endif @endfor @php $no++; @endphp @endfor @for ($c=5; $c < count($th_col); $c++) @if($c > 4) @endif @endfor
{{ $col }}
{{ App\Helper\SaiHelpers::number_format_decimal($line2[$th_col[$c]],$export_type) }} {{ $line2[$th_col[$c]] }}
Total{{ App\Helper\SaiHelpers::number_format_decimal($tot[$th_col[$c]],$export_type) }}