template
This commit is contained in:
@@ -341,7 +341,7 @@
|
||||
<div class="net-pay-box">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="net-label">Net Pay: {{ \App\Models\Currency::getDefaultCurrency()->symbol ?? '?' }} {{ number_format($payrollEntry->net_pay, 2) }}</td>
|
||||
<td class="net-label">Net Pay: {{ $companySettings['currency_symbol'] ?? '$' }} {{ number_format($payrollEntry->net_pay, 2) }}</td>
|
||||
<td class="net-amount"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user