structure controller
This commit is contained in:
@@ -11,18 +11,25 @@
|
||||
<thead>
|
||||
<th>Month</th>
|
||||
<th>Market Tax</th>
|
||||
<th>Market Generation</th>
|
||||
<th>Market Revenue</th>
|
||||
<th>Refinery Tax</th>
|
||||
<th>Refinery Revenue</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>This Month</td>
|
||||
<td>{{ $totalTaxes['thisMonthMarket'] }}</td>
|
||||
<td>{{ $totalTaxes['thisMoMarketGeneration'] }}</td>
|
||||
<td>{{ $totalTaxes['thisMonthRevMarket'] }}</td>
|
||||
<td>{{ $totalTaxes['thisMonthRefinery'] }}</td>
|
||||
<td>{{ $totalTaxes['thisMonthRevRefinery'] }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Last Month</td>
|
||||
<td>{{ $totalTaxes['lastMonthMarket'] }}</td>
|
||||
<td>{{ $totalTaxes['lastMoMarketGeneration'] }}</td>
|
||||
<td>{{ $totalTaxes['lastMonthRefinery'] }}</td>
|
||||
<td>{{ $totalTaxes['lastMonthRevRefinery'] }}</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user