Implement airport hub restriction closes #104

This commit is contained in:
Nabeel Shahzad
2018-02-28 15:37:24 -06:00
parent 3188f356eb
commit 448a9846c9
3 changed files with 53 additions and 10 deletions

View File

@@ -37,6 +37,18 @@
</td>
</tr>
<tr>
<td>Home Airport</td>
<td>
<div class="input-group form-group-no-border{{ $errors->has('home_airport_id') ? ' has-danger' : '' }}">
{!! Form::select('home_airport_id', $airports, null , ['class' => 'form-control select2']) !!}
</div>
@if ($errors->has('home_airport_id'))
<p class="text-danger">{{ $errors->first('home_airport_id') }}</p>
@endif
</td>
</tr>
<tr>
<td>Country</td>
<td>