From c6746a5c74a61ef0de8bdbdc39a9d136d15cade3 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 8 Dec 2018 02:13:16 -0600 Subject: [PATCH] display fleets --- resources/views/structures/taxes.blade.php | 31 +++------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/resources/views/structures/taxes.blade.php b/resources/views/structures/taxes.blade.php index b7a9f06fc..5fcb076e3 100644 --- a/resources/views/structures/taxes.blade.php +++ b/resources/views/structures/taxes.blade.php @@ -11,41 +11,17 @@ Month Market Tax - - - - This Month - {{ $totalTaxes['thisMonthMarket'] }} - - - Last Month - {{ $totalTaxes['lastMonthMarket'] }} - - - - - - -
-
-
-
- Structure Taxes without Fuel Cost Reduction -
-
- - - - - + + + @@ -53,5 +29,4 @@ - @endsection \ No newline at end of file
MonthReprocessing Generation Market Generation
This Month So FarThis Month{{ $totalTaxes['thisMonthMarket'] }} {{ $totalTaxes['thisMoMarketGeneration'] }}
Last Month{{ $totalTaxes['lastMonthMarket'] }} {{ $totalTaxes['lastMoMarketGeneration'] }}