fixed some issues on moon total worth
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
@foreach($composition as $key => $value)
|
@foreach($composition as $key => $value)
|
||||||
@if($value > 0)
|
@if($value > 0)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $key }}</td>
|
<td>{{ str_replace('_', ' ', $key) }}</td>
|
||||||
<td>{{ number_format($value, 0, ".", ",") }}</td>
|
<td>{{ number_format($value, 0, ".", ",") }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user