alliance moon testing
This commit is contained in:
@@ -296,9 +296,8 @@ class MoonsController extends Controller
|
|||||||
'Worth' => number_format($moon->moon_worth, 0, ".", ","),
|
'Worth' => number_format($moon->moon_worth, 0, ".", ","),
|
||||||
'RentalEnd' => $rentalEnd,
|
'RentalEnd' => $rentalEnd,
|
||||||
'RowColor' => $color,
|
'RowColor' => $color,
|
||||||
|
'Type' => $moon->rental_type,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$color = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dd($table);
|
dd($table);
|
||||||
|
|||||||
Reference in New Issue
Block a user