laporan file dan spd pada dbh
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user