update fixing by CODEX
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user