display taxes history
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<th>Refinery Revenue Minus Fuel Cost</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ dd($totalTaxes) }}
|
||||
@foreach($i = 0; $i < 12; $i++)
|
||||
<tr>
|
||||
<td>{{ $totalTaxes[$i]['start'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user