mining tax testing
This commit is contained in:
@@ -124,8 +124,6 @@ class MiningTaxesController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
dd($structures);
|
||||
|
||||
//Return the view with the extractions variable for html processing
|
||||
return view('miningtax.user.display.upcoming')->with('structures', $structures);
|
||||
}
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
<tbody>
|
||||
@foreach($structures as $ex)
|
||||
<tr>
|
||||
<td>{{ $ex['structure_name'] }}</td>
|
||||
<td>{{ $ex['start_time'] }}</td>
|
||||
<td>{{ $ex['arrival_time'] }}</td>
|
||||
<td>{{ $ex['decay_time'] }}</td>
|
||||
<td>{{ $ex['structure_name'] }} UTC</td>
|
||||
<td>{{ $ex['start_time'] }} UTC</td>
|
||||
<td>{{ $ex['arrival_time'] }} UTC</td>
|
||||
<td>{{ $ex['decay_time'] }} UTC</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user