@php
$th_col = ["no","no_agg","id_lain","nama","bank","cabang","no_rek","nama_rek"];
$th_width = ["3%","10%","10%","17%","15%","15%","15%","15%"];
@endphp
@for ($c=0; $c < count($th_col); $c++)
@php
$col = str_replace("_"," ",$th_col[$c]);
$col = ucwords($col);
@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) }} |
|
--}}