dashboard

This commit is contained in:
2019-08-06 02:10:52 -05:00
parent 6d312ba589
commit 5b1e580a4f

View File

@@ -48,7 +48,11 @@
<tbody>
@foreach($open as $o)
<tr>
<td>{{ $o->fleet_commander_name }}</td>
@if(isset($o->fleet_commander_name))
<td>{{ $o->fleet_commander_name }}</td>
@else
<td></td>
@endif
<td>{{ $o->ship_type }}</td>
<td>{{ $o->loss_value }}</td>
<td>{{ $o->approved }}</td>