moons controller

This commit is contained in:
2020-02-23 23:30:56 -06:00
parent 52ebcf0041
commit 09cf7b46dd

View File

@@ -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