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
|