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'] }} +