fixed some issues on moon total worth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user