moons admin controller
This commit is contained in:
@@ -66,7 +66,7 @@ class MoonsAdminController extends Controller
|
|||||||
])->first();
|
])->first();
|
||||||
$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);
|
||||||
|
dd($price);
|
||||||
$date = new Carbon($request->date . '00:00:01');
|
$date = new Carbon($request->date . '00:00:01');
|
||||||
//Update the database entry
|
//Update the database entry
|
||||||
Moon::where([
|
Moon::where([
|
||||||
|
|||||||
Reference in New Issue
Block a user