wormhole database migration

This commit is contained in:
2019-09-08 04:51:34 -05:00
parent 80052803cc
commit 3e30c3ae92
2 changed files with 7 additions and 1 deletions
@@ -18,6 +18,7 @@
<th></th>
</thead>
<tbody>
@if($reqs != null)
@foreach($reqs as $req)
<tr>
<td>{{ $req->corporation_name }}</td>
@@ -37,6 +38,11 @@
{!! Form::close() !!}
</tr>
@endforeach
@else
<tr>
No Structure Requests
</tr>
@endif
</tbody>
</table>
</div>