diff --git a/app/Http/Controllers/MoonsAdminController.php b/app/Http/Controllers/MoonsAdminController.php index 64419d882..2e92d45e4 100644 --- a/app/Http/Controllers/MoonsAdminController.php +++ b/app/Http/Controllers/MoonsAdminController.php @@ -220,7 +220,6 @@ class MoonsAdminController extends Controller //Set the contact name $contact = $lookup->CharacterName($rental->Contact); - dd($contact); } //Set the color for the table @@ -235,7 +234,7 @@ class MoonsAdminController extends Controller //Calculate hte price of the moon based on what is in the moon $price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity); - + dd($contact); //Add the data to the html string to be passed to the view array_push($table, [ 'SPM' => $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon,