view flight bids in flights screen #203

This commit is contained in:
Nabeel Shahzad
2018-03-20 11:28:06 -05:00
parent 06e1cd15c0
commit 4e59bd0442
9 changed files with 69 additions and 25 deletions
@@ -4,7 +4,7 @@
@section('content')
<div class="row">
<div class="col-md-12">
<h3 class="description">{{ $flight->ident }} - {{ $flight->dpt_airport->full_name }} to {{ $flight->arr_airport->full_name }}</h3>
<h2 class="description">{{ $flight->ident }} - {{ $flight->dpt_airport->full_name }} to {{ $flight->arr_airport->full_name }}</h2>
</div>
</div>