moons admin controller
This commit is contained in:
@@ -94,6 +94,8 @@ class MoonsAdminController extends Controller
|
|||||||
'Moon' => $request->moon,
|
'Moon' => $request->moon,
|
||||||
])->get();
|
])->get();
|
||||||
|
|
||||||
|
dd($moon);
|
||||||
|
|
||||||
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
|
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
|
||||||
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
|
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user