@extends('layouts.b4') @section('content')
| 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'] }} |