This commit is contained in:
Pusdatin BPKD Jkt
2022-07-27 16:18:01 +07:00
parent 8cc39e02ac
commit cf2a0ffdba
2 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@
$totalAKB+=floatVal($vwAKB["v_akb_".substr("00".($key+1),-2)]);
} ?>
</div>
<div class="row" style="font-size:1.1em;">
<div class="row" style="font-size:1.0em; font-weight:bold;">
<div class="col-12"><hr></div>
<div class="col-6">TOTAL AKB</div>
<div class="col-6 text-right">{{ separateNumberIndo($totalAKB) }}</div>
@@ -78,7 +78,7 @@
</tr>
<?php $totalSPD+=floatVal($spd->jml); } ?>
<tr >
<td colspan="2">TOTAL SPD</td>
<td colspan="2"><strong>TOTAL SPD</strong></td>
<td class="text-right"><strong>{{ separateNumberIndo($totalSPD) }}</strong></td>
</tr>
</tbody>