fixed some issues on moon total worth

This commit is contained in:
2020-05-08 01:03:20 -05:00
parent a493043aa4
commit 59c29e3a40

View File

@@ -25,7 +25,7 @@
@foreach($composition as $key => $value)
@if($value > 0)
<tr>
<td>{{ $key }}</td>
<td>{{ str_replace('_', ' ', $key) }}</td>
<td>{{ number_format($value, 0, ".", ",") }}</td>
</tr>
@endif