simple user search and pagination

This commit is contained in:
Nabeel Shahzad
2017-12-22 15:11:27 -06:00
parent 50ede116ca
commit 81ac281d9f
7 changed files with 74 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
<th>Flight #</th>
<th>Dep</th>
<th>Arr</th>
<th>Route</th>
{{--<th>Route</th>--}}
<th>Dpt Time</th>
<th>Arr Time</th>
<th>Notes</th>
@@ -29,7 +29,7 @@
(Alt: {!! $flight->alt_airport->icao !!})
@endif
</td>
<td>{!! $flight->route !!}</td>
{{--<td>{!! $flight->route !!}</td>--}}
<td>{!! $flight->dpt_time !!}</td>
<td>{!! $flight->arr_time !!}</td>
<td>{!! $flight->notes !!}</td>