moon ledger stuff
This commit is contained in:
@@ -134,6 +134,8 @@ class MoonLedgerController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd($structures);
|
||||||
|
|
||||||
return view('moons.ledger.corpmoons')->with('miningLedgers', $miningLedgers)
|
return view('moons.ledger.corpmoons')->with('miningLedgers', $miningLedgers)
|
||||||
->with('structures', $structures);
|
->with('structures', $structures);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
@foreach($structures as $structure)
|
@foreach($structures as $structure)
|
||||||
<div id="W4RP-{{$structure}}" class="tab-pane fade">
|
<div id="W4RP-{{ $structure }}" class="tab-pane fade">
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Character</th>
|
<th>Character</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user