From 59c29e3a4003c0ef7f873a358d9668cabeab8eb1 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 8 May 2020 01:03:20 -0500 Subject: [PATCH] fixed some issues on moon total worth --- resources/views/moons/user/displayTotalWorth.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/moons/user/displayTotalWorth.blade.php b/resources/views/moons/user/displayTotalWorth.blade.php index 5a51af8a6..2f3947689 100644 --- a/resources/views/moons/user/displayTotalWorth.blade.php +++ b/resources/views/moons/user/displayTotalWorth.blade.php @@ -25,7 +25,7 @@ @foreach($composition as $key => $value) @if($value > 0) - {{ $key }} + {{ str_replace('_', ' ', $key) }} {{ number_format($value, 0, ".", ",") }} @endif