add extra airports and edit link

This commit is contained in:
Nabeel Shahzad
2017-12-27 09:57:41 -06:00
parent 4f6b8e8e23
commit 13eb1ace31
2 changed files with 28 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<tbody>
@foreach($airports as $airport)
<tr>
<td>{!! $airport->icao !!}</td>
<td><a href="{!! route('admin.airports.edit', [$airport->id]) !!}">{!! $airport->icao !!}</a></td>
<td>{!! $airport->name !!}</td>
<td>{!! $airport->location !!}</td>
<td>{!! $airport->timezone !!}</td>