moons controller
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<li class="active"><a data-taggle="tab" href="#blank">Blank</a></li>
|
<li class="active"><a data-taggle="tab" href="#blank">Blank</a></li>
|
||||||
@foreach($systems as $system)
|
@foreach($systems as $system)
|
||||||
<li>
|
<li>
|
||||||
<a data-toggle="tab" href="#{{$system}}">{{$system}}</a>
|
<a data-toggle="tab" href="#.{{$system}}">{{$system}}</a>
|
||||||
</li>
|
</li>
|
||||||
@endforeach
|
@endforeach
|
||||||
</ul>
|
</ul>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
@foreach($systems as $system)
|
@foreach($systems as $system)
|
||||||
<div id="{{ $system }}" class="tab-pane fade">
|
<div id=".{{ $system }}" class="tab-pane fade">
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user