moon admin controller
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user