update fixing by CODEX

This commit is contained in:
Fiqh Pratama
2025-10-26 14:14:06 +07:00
parent 6f9f0d34a3
commit e918e1e8a1
10 changed files with 55 additions and 40 deletions
+5 -2
View File
@@ -319,7 +319,10 @@
<td>
<strong>Expense Number:</strong> {{ $expense_number }}<br>
<strong>Expense Date:</strong> {{ \Carbon\Carbon::parse($tanggal)->locale('id')->isoFormat('D MMMM Y') }}<br>
<strong>Total:</strong> Rp {{ number_format($total, 0, ',', '.') }}
<strong>Total:</strong> Rp {{ number_format($total, 0, ',', '.') }}<br>
@if(!empty($remarks))
<strong>Remarks:</strong> {{ $remarks }}
@endif
</td>
</tr>
</tbody>
@@ -359,4 +362,4 @@
</tr>
</table>
</body>
</html>
</html>