@extends('layouts.b4') @section('content')
Structure Taxes
Month Market Tax Market Revenue Refinery Tax Refinery Revenue
This Month {{ $totalTaxes['thisMonthMarket'] }} {{ $totalTaxes['thisMonthRevMarket'] }} {{ $totalTaxes['thisMonthRefinery'] }} {{ $totalTaxes['thisMonthRevRefinery'] }}
Last Month {{ $totalTaxes['lastMonthMarket'] }} {{ $totalTaxes['lastMonthRevMarket'] }} {{ $totalTaxes['lastMonthRefinery'] }} {{ $totalTaxes['lastMonthRevRefinery'] }}
@endsection