Add ICAO field for aircraft #111

This commit is contained in:
Nabeel Shahzad
2018-01-03 12:41:01 -06:00
parent 4a5c11fc34
commit 15726d0610
2 changed files with 15 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
<thead>
<th>Subfleet</th>
<th>Name</th>
<th>Registration</th>
<th style="text-align: center;">ICAO</th>
<th style="text-align: center;">Registration</th>
<th style="text-align: center;">Active</th>
<th style="text-align: right;"></th>
</thead>
@@ -19,7 +20,8 @@
@endif
</td>
<td><a href="{!! route('admin.aircraft.edit', [$ac->id]) !!}">{!! $ac->name !!}</a></td>
<td>{!! $ac->registration !!}</td>
<td style="text-align: center;">{!! $ac->icao !!}</td>
<td style="text-align: center;">{!! $ac->registration !!}</td>
<td style="text-align: center;">
@if($ac->active == 1)
<span class="label label-success">Active</span>