moon admin controller for approving or denying moon has been updated.

This commit is contained in:
2020-03-02 21:56:08 -06:00
parent b91d477c26
commit 92e8a12f81

View File

@@ -36,7 +36,11 @@
<tbody>
@foreach($moons as $moon)
@if($moon->System == $system)
@if($moon->Availability == 'Deployed')
<tr class="table-danger">
@else
<tr>
@endif
<td>{{ $moon->System . " - " . $moon->Planet . " - " . $moon->Moon }}</td>
<td>{{ $moon->Corporation }}</td>
<td>{{ $moon->StructureName }}</td>