update to moon blade
This commit is contained in:
@@ -60,7 +60,7 @@ class MoonsController extends Controller
|
|||||||
//Add the data to the html string to be passed to the view
|
//Add the data to the html string to be passed to the view
|
||||||
array_push($table, [
|
array_push($table, [
|
||||||
'SPM' => $spm,
|
'SPM' => $spm,
|
||||||
'StructureName' => $moon->StrucutreName,
|
'StructureName' => $moon->StructureName,
|
||||||
'FirstOre' => $moon->FirstOre,
|
'FirstOre' => $moon->FirstOre,
|
||||||
'FirstQuantity' => $moon->FirstQuantity,
|
'FirstQuantity' => $moon->FirstQuantity,
|
||||||
'SecondOre' => $moon->SecondOre,
|
'SecondOre' => $moon->SecondOre,
|
||||||
|
|||||||
Reference in New Issue
Block a user