moon blade
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user