From 20bb89f38871df1037d31fd6ff2ae859b9916562 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 31 May 2021 23:37:30 +0900 Subject: [PATCH] moon displays --- resources/views/miningtax/user/display/moons/allmoons.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/miningtax/user/display/moons/allmoons.blade.php b/resources/views/miningtax/user/display/moons/allmoons.blade.php index e0c5b11ba..935e0f2eb 100644 --- a/resources/views/miningtax/user/display/moons/allmoons.blade.php +++ b/resources/views/miningtax/user/display/moons/allmoons.blade.php @@ -34,6 +34,7 @@ @foreach($moons as $moon) @if($moon['system'] == $system) + {{ dd($moon['ores']) }} @if(isset($moon['ores'][0])) @if(in_array($moon['ores'][0], $r4Goo)) {{ $moon['ores'][0]['ore_name'] }}