@extends('layouts.b4')
@section('content')
| Month |
Reprocessing Tax |
Market Tax |
| This Month |
{{ $totalTaxes['thisMonthReprocessing'] }} |
{{ $totalTaxes['thisMonthMarket'] }}
|
| Last Month |
{{ $totalTaxes['lastMonthReprocessing'] }} |
{{ $totalTaxes['lastMonthMarket'] }} |
| Month |
Reprocessing Generation |
Market Generation |
| This Month So Far |
{{ $totalTaxes['thisMoRepGeneration'] }} |
{{ $totalTaxes['thisMoMarketGeneration'] }} |
| Last Month |
{{ $totalTaxes['lastMoRepGeneration'] }} |
{{ $totalTaxes['lastMoMarketGeneration'] }} |
@endsection