modified table for moons and made a tax summary

This commit is contained in:
2019-02-27 22:15:14 -06:00
parent 2e545464b1
commit b880dab1bf
8 changed files with 295 additions and 79 deletions

View File

@@ -59,7 +59,7 @@ class MoonsController extends Controller
}
if($today > $rentalTemp) {
$color = 'table-success';
$color = 'table-primary';
} else {
$color = 'table-danger';
}