#14 Assign aircraft to the flights

This commit is contained in:
Nabeel Shahzad
2017-06-19 14:29:10 -05:00
parent 65e58c91c5
commit 2a18d629aa
9 changed files with 201 additions and 101 deletions

View File

@@ -14,10 +14,12 @@
@foreach($flights as $flight)
<tr>
<td>
<a href="{!! route('admin.flights.show', [$flight->id]) !!}">
{!! $flight->airline->code !!}{!! $flight->flight_number !!}
@if($flight->route_code)
(C: {!! $flight->route_code !!} L: {!! $flight->route_leg !!})
@endif
</a>
</td>
<td>{!! $flight->dpt_airport->icao !!}</td>
<td>