moons controller
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
@foreach($systems as $system)
|
@foreach($systems as $system)
|
||||||
<li><a data-toggle="pill" href="{{ $system }}">{{ $system }}</a></li>
|
<li><a data-toggle="pill" href="{{ $system }}">{{ $system }}</a></li>
|
||||||
@endforeach
|
@endforeach
|
||||||
<li class="active"><a data-toggle="pill" href="#6X7-JO">6X7-JO</a></li>
|
|
||||||
<li><a data-toggle="pill" href="#A-803L">A-803L</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
@@ -55,12 +53,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
<div id="6X7-JO" class="tab-pane fade in active">
|
|
||||||
<h3>Table Goes here</h3>
|
|
||||||
</div>
|
|
||||||
<div id="A-803L" class="tab-pane fade">
|
|
||||||
<h3>Table Goes Here</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
Reference in New Issue
Block a user