laporan file dan spd pada dbh

This commit is contained in:
Pusdatin BPKD Jkt
2022-10-27 14:44:04 +07:00
parent 2edffa6584
commit 2df12fe3d2
17 changed files with 596 additions and 45 deletions
@@ -15,10 +15,10 @@
<?php
foreach($SPDs as $spd){ ?>
<tr>
<td><input type="checkbox" name="spd[]" value="{{ $spd->i_spdno_dok }}" {{ array_search($spd->i_spdno_dok, array_column($selected, "no_spd")) > -1?"checked":"" }}></td>
<td>{{ $spd->i_spdno_dok }}</td>
<td class="text-center">{{ date("d-m-Y",strtotime($spd->d_spdno)) }}</td>
<td class="text-right">{{ separateNumberIndo($spd->jml) }}</td>
<td><input type="checkbox" name="spd[]" value="{{ $spd->no_spd }}" {{ array_search($spd->no_spd, array_column($selected, "no_spd")) > -1?"checked":"" }}></td>
<td>{{ $spd->no_spd }}</td>
<td class="text-center">{{ date("d-m-Y",strtotime($spd->tgl)) }}</td>
<td class="text-right">{{ separateNumberIndo($spd->jumlah) }}</td>
</tr>
<?php } ?>
</tbody>