@php
$th_col = ["no","kode_mitra","nama","alamat","kode_bank","nama_bank","no_rekening","nama_rekening","email","pic","no_tel"];
$th_width = ["30px","100px","200px","200px","90px","150px","100px","250px","150px","90px","90px"];
@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) }} |
|
--}}