diff --git a/resources/views/moons/user/allmoons.blade.php b/resources/views/moons/user/allmoons.blade.php index daf324cfd..4e94e6286 100644 --- a/resources/views/moons/user/allmoons.blade.php +++ b/resources/views/moons/user/allmoons.blade.php @@ -57,6 +57,9 @@ @elseif(in_array($moon->FirstOre, $r64Goo)) {{ $moon->FirstOre }} {{ $moon->FirstQuantity }} + @else + {{ $moon->FirstOre }} + {{ $moon->FirstQuantity }} @endif @if(in_array($moon->SecondOre, $gasGoo)) {{ $moon->SecondOre }} @@ -73,6 +76,9 @@ @elseif(in_array($moon->SecondOre, $r64Goo)) {{ $moon->SecondOre }} {{ $moon->SecondQuantity }} + @else + {{ $moon->SecondOre }} + {{ $moon->SecondQuantity }} @endif @if(in_array($moon->ThirdOre, $gasGoo)) {{ $moon->ThirdOre }} @@ -89,6 +95,9 @@ @elseif(in_array($moon->ThirdOre, $r64Goo)) {{ $moon->ThirdOre }} {{ $moon->ThirdQuantity }} + @else + {{ $moon->ThirdOre }} + {{ $moon->ThirdQuantity }} @endif @if(in_array($moon->FourthOre, $gasGoo)) {{ $moon->FourthOre }} @@ -105,6 +114,9 @@ @elseif(in_array($moon->FourthOre, $r64Goo)) {{ $moon->FourthOre }} {{ $moon->FourthQuantity }} + @else + {{ $moon->FourthOre }} + {{ $moon->FourthQuantity }} @endif {{ $moon->Availability }}