row colors for the table

This commit is contained in:
2019-02-23 22:58:34 -06:00
parent 055b09dd6f
commit 5c6ef5f063

View File

@@ -214,6 +214,7 @@ class MoonsAdminController extends Controller
$spm = $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon;
$rentalTemp = new Carbon($moon->RentalEnd);
$rentalEnd = $rentalTemp->format('m-d');
$today = Carbon::now();
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);