From 245f92df403c609bf03d87430700561cf6250b18 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 11 Dec 2018 18:55:58 -0600 Subject: [PATCH] structure controller --- resources/views/structures/taxes.blade.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/views/structures/taxes.blade.php b/resources/views/structures/taxes.blade.php index 5fcb076e3..dca25e059 100644 --- a/resources/views/structures/taxes.blade.php +++ b/resources/views/structures/taxes.blade.php @@ -11,18 +11,25 @@ Month Market Tax - Market Generation + Market Revenue + Refinery Tax + Refinery Revenue This Month {{ $totalTaxes['thisMonthMarket'] }} - {{ $totalTaxes['thisMoMarketGeneration'] }} + {{ $totalTaxes['thisMonthRevMarket'] }} + {{ $totalTaxes['thisMonthRefinery'] }} + {{ $totalTaxes['thisMonthRevRefinery'] }} Last Month {{ $totalTaxes['lastMonthMarket'] }} {{ $totalTaxes['lastMoMarketGeneration'] }} + {{ $totalTaxes['lastMonthRefinery'] }} + {{ $totalTaxes['lastMonthRevRefinery'] }} +