update to moon blade

This commit is contained in:
2019-02-23 21:54:07 -06:00
parent 5edec74591
commit 586bc267ac

View File

@@ -67,6 +67,7 @@ class MoonsController extends Controller
'SecondQuantity' => $moon->SecondQuantity,
'ThirdOre' => $moon->ThirdOre,
'ThirdQuantity' => $moon->ThirdQuantity,
'FourthOre' => $moon->FourthOre,
'FourthQuantity' => $moon->FourthQuantity,
'Price' => $moonprice,
'Worth' => number_format($worth, "2", ".", ","),