Add AirspaceMap widget; airport overview page

This commit is contained in:
Nabeel Shahzad
2018-03-27 11:40:37 -05:00
parent 5cbb480f6e
commit 504b33ba2a
9 changed files with 160 additions and 5 deletions

View File

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