invoice changes

This commit is contained in:
2021-08-01 23:39:30 -05:00
parent a4eb7b9ad3
commit 68560e4e35
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<td>{{ $moon['observer_name'] }}</td>
<td>{{ $moon['ore_name'] }}</td>
<td>{{ $moon['quantity'] }}</td>
<td>{{ $moon['amount'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }}</td>
<td>{{ $moon['tax_amount'] }}</td>
</tr>
@endforeach

View File

@@ -49,7 +49,7 @@
<td>{{ $moon['observer_name'] }}</td>
<td>{{ $moon['ore_name'] }}</td>
<td>{{ $moon['quantity'] }}</td>
<td>{{ $moon['amount'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }}</td>
<td>{{ $moon['tax_amount'] }}</td>
</tr>
@endforeach