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)
|
||||
->with('structures', $structures);
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<br>
|
||||
<div class="tab-content">
|
||||
@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">
|
||||
<thead>
|
||||
<th>Character</th>
|
||||
|
||||
Reference in New Issue
Block a user