moon blade

This commit is contained in:
2018-10-25 20:26:03 -05:00
parent f1a5db849a
commit 9925bf9f50

View File

@@ -5,7 +5,6 @@
<div class="jumbotron"> <div class="jumbotron">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<th>Region</th>
<th>System</th> <th>System</th>
<th>Name</th> <th>Name</th>
<th>First Ore</th> <th>First Ore</th>
@@ -23,7 +22,6 @@
<tbody> <tbody>
@foreach ($moons as $moon) @foreach ($moons as $moon)
<tr> <tr>
<td>{{ $moon->region }}</td>
<td>{{ $moon->system }}</td> <td>{{ $moon->system }}</td>
<td>{{ $moon->structure }}</td> <td>{{ $moon->structure }}</td>
<td>{{ $moon->firstore }}</td> <td>{{ $moon->firstore }}</td>