color issues

This commit is contained in:
2020-06-22 20:48:33 -05:00
parent f2c3507355
commit f8a77b7c29

View File

@@ -295,6 +295,7 @@ class MoonsController extends Controller
'Type' => $moon->rental_type,
'Difference' => $rentalTemp->diffInDays($today),
'Paid' => $moon->paid,
'Until' => $moon->rental_until,
]);
}