@php
$th_col = ["no","nis","nama","kode_jur","nama_jur","jenis_kelamin","flag_aktif","tgl_input"];
$th_colname = ["NO","NIS","Nama","Kode Jurusan","Nama Jurusan","Jenis Kelamin","Flag Aktif","Tgl Input"];
$th_width = ["5%","10%","20%","10%","20%","10%","10%","15%"];
@endphp
@for ($c=0; $c < count($th_col); $c++)
@php
$col = $th_colname[$c];
@endphp
@endfor
@php
$no=$start + 1;
@endphp
@for($x=0; $x < count($data); $x++)
@php
$line2 = $data[$x];
@endphp
@for ($c=0; $c < count($th_col); $c++)
{{ $line2[$th_col[$c]] }}
|
@endfor
@php
$no++;
@endphp
@endfor
{{--
Total |
{{ App\Helper\SaiHelpers::number_format_decimal($nilai,$export_type) }} |
{{ App\Helper\SaiHelpers::number_format_decimal($ppn,$export_type) }} |
{{ App\Helper\SaiHelpers::number_format_decimal($total,$export_type) }} |
|
{{ App\Helper\SaiHelpers::number_format_decimal($total_bayar,$export_type) }} |
|
--}}