moons controller

This commit is contained in:
2019-05-05 21:28:46 -05:00
parent 3256b0519d
commit 4459080882

View File

@@ -99,7 +99,7 @@ class MoonsController extends Controller
'FourthQuantity' => $moon->FourthQuantity,
'Price' => $moonprice,
'Worth' => number_format($worth, "2", ".", ","),
'RentalEnd' => $rental->RentalEnd,
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
]);
}