diff --git a/resources/views/moons/user/allmoons.blade.php b/resources/views/moons/user/allmoons.blade.php
index 99cf4a541..99384fb0b 100644
--- a/resources/views/moons/user/allmoons.blade.php
+++ b/resources/views/moons/user/allmoons.blade.php
@@ -62,8 +62,8 @@
{{ $moon->FirstQuantity }} |
@endif
@if(in_array($moon->SecondOre, $gasGoo))
- {{ $moon->SecondOre }} |
- {{ $moon->SecondQuantity }} |
+ {{ $moon->SecondOre }} |
+ {{ $moon->SecondQuantity }} |
@elseif(in_array($moon->SecondOre, $r8Goo))
{{ $moon->SecondOre }} |
{{ $moon->SecondQuantity }} |
@@ -81,8 +81,8 @@
{{ $moon->SecondQuantity }} |
@endif
@if(in_array($moon->ThirdOre, $gasGoo))
- {{ $moon->ThirdOre }} |
- {{ $moon->ThirdQuantity }} |
+ {{ $moon->ThirdOre }} |
+ {{ $moon->ThirdQuantity }} |
@elseif(in_array($moon->ThirdOre, $r8Goo))
{{ $moon->ThirdOre }} |
{{ $moon->ThirdQuantity }} |
@@ -100,8 +100,8 @@
{{ $moon->ThirdQuantity }} |
@endif
@if(in_array($moon->FourthOre, $gasGoo))
- {{ $moon->FourthOre }} |
- {{ $moon->FourthQuantity }} |
+ {{ $moon->FourthOre }} |
+ {{ $moon->FourthQuantity }} |
@elseif(in_array($moon->FourthOre, $r8Goo))
{{ $moon->FourthOre }} |
{{ $moon->FourthQuantity }} |
@@ -139,7 +139,7 @@