From 55185bae5b3d2aa2a3cc710516571e5cad0bb83d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 31 May 2021 23:46:54 +0900 Subject: [PATCH] moon displays --- .../user/display/moons/allmoons.blade.php | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/views/miningtax/user/display/moons/allmoons.blade.php b/resources/views/miningtax/user/display/moons/allmoons.blade.php index 8e93ddb62..7b8b1cafd 100644 --- a/resources/views/miningtax/user/display/moons/allmoons.blade.php +++ b/resources/views/miningtax/user/display/moons/allmoons.blade.php @@ -38,23 +38,23 @@ @if(isset($moon['ores'][0])) @if(in_array($moon['ores'][0]['ore_name'], $r4Goo)) {{ $moon['ores'][0]['ore_name'] }} - {{ round(($moon['ores'][0]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][0]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][0]['ore_name'], $r8Goo)) {{ $moon['ores'][0]['ore_name'] }} - {{ round(($moon['ores'][0]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][0]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][0]['ore_name'], $r16Goo)) {{ $moon['ores'][0]['ore_name'] }} - {{ round(($moon['ores'][0]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][0]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][0]['ore_name'], $r32Goo)) {{ $moon['ores'][0]['ore_name'] }} - {{ round(($moon['ores'][0]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][0]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][0]['ore_name'], $r64Goo)) {{ $moon['ores'][0]['ore_name'] }} - {{ round(($moon['ores'][0]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][0]['quantity'] * 100.00), 2, ".", ",") }}% @endif @else @@ -63,23 +63,23 @@ @if(isset($moon['ores'][1])) @if(in_array($moon['ores'][1]['ore_name'], $r4Goo)) {{ $moon['ores'][1]['ore_name'] }} - {{ round(($moon['ores'][1]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][1]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][1]['ore_name'], $r8Goo)) {{ $moon['ores'][1]['ore_name'] }} - {{ round(($moon['ores'][1]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][1]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][1]['ore_name'], $r16Goo)) {{ $moon['ores'][1]['ore_name'] }} - {{ round(($moon['ores'][1]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][1]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][1]['ore_name'], $r32Goo)) {{ $moon['ores'][1]['ore_name'] }} - {{ round(($moon['ores'][1]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][1]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][1]['ore_name'], $r64Goo)) {{ $moon['ores'][1]['ore_name'] }} - {{ round(($moon['ores'][1]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][1]['quantity'] * 100.00), 2, ".", ",") }}% @endif @else @@ -88,23 +88,23 @@ @if(isset($moon['ores'][2])) @if(in_array($moon['ores'][2]['ore_name'], $r4Goo)) {{ $moon['ores'][2]['ore_name'] }} - {{ round(($moon['ores'][2]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][2]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][2]['ore_name'], $r8Goo)) {{ $moon['ores'][2]['ore_name'] }} - {{ round(($moon['ores'][2]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][2]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][2]['ore_name'], $r16Goo)) {{ $moon['ores'][2]['ore_name'] }} - {{ round(($moon['ores'][2]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][2]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][2]['ore_name'], $r32Goo)) {{ $moon['ores'][2]['ore_name'] }} - {{ round(($moon['ores'][2]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][2]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][2]['ore_name'], $r64Goo)) {{ $moon['ores'][2]['ore_name'] }} - {{ round(($moon['ores'][2]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][2]['quantity'] * 100.00), 2, ".", ",") }}% @endif @else @@ -113,23 +113,23 @@ @if(isset($moon['ores'][3])) @if(in_array($moon['ores'][3]['ore_name'], $r4Goo)) {{ $moon['ores'][3]['ore_name'] }} - {{ round(($moon['ores'][3]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][3]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][3]['ore_name'], $r8Goo)) {{ $moon['ores'][3]['ore_name'] }} - {{ round(($moon['ores'][3]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][3]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][3]['ore_name'], $r16Goo)) {{ $moon['ores'][3]['ore_name'] }} - {{ round(($moon['ores'][3]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][3]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][3]['ore_name'], $r32Goo)) {{ $moon['ores'][3]['ore_name'] }} - {{ round(($moon['ores'][3]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][3]['quantity'] * 100.00), 2, ".", ",") }}% @endif @if(in_array($moon['ores'][3]['ore_name'], $r64Goo)) {{ $moon['ores'][3]['ore_name'] }} - {{ round(($moon['ores'][3]['quantity'] * 100.0), 2) }} + {{ number_format(($moon['ores'][3]['quantity'] * 100.00), 2, ".", ",") }}% @endif @else