modified table for moons and made a tax summary
This commit is contained in:
@@ -59,7 +59,7 @@ class MoonsController extends Controller
|
||||
}
|
||||
|
||||
if($today > $rentalTemp) {
|
||||
$color = 'table-success';
|
||||
$color = 'table-primary';
|
||||
} else {
|
||||
$color = 'table-danger';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user