display fleets

This commit is contained in:
2018-12-08 02:13:16 -06:00
parent 3c70dcc6e3
commit c6746a5c74

View File

@@ -11,41 +11,17 @@
<thead>
<th>Month</th>
<th>Market Tax</th>
</thead>
<tbody>
<tr>
<td>This Month</td>
<td>{{ $totalTaxes['thisMonthMarket'] }}
</tr>
<tr>
<td>Last Month</td>
<td>{{ $totalTaxes['lastMonthMarket'] }}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br>
<div class="container">
<div class="card">
<div class="card-header">
Structure Taxes without Fuel Cost Reduction
</div>
<div class="card-body">
<table class="table table-striped">
<thead>
<th>Month</th>
<th>Reprocessing Generation</th>
<th>Market Generation</th>
</thead>
<tbody>
<tr>
<td>This Month So Far</td>
<td>This Month</td>
<td>{{ $totalTaxes['thisMonthMarket'] }}</td>
<td>{{ $totalTaxes['thisMoMarketGeneration'] }}</td>
</tr>
<tr>
<td>Last Month</td>
<td>{{ $totalTaxes['lastMonthMarket'] }}</td>
<td>{{ $totalTaxes['lastMoMarketGeneration'] }}</td>
</tr>
</tbody>
@@ -53,5 +29,4 @@
</div>
</div>
</div>
@endsection