display fleets
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user