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
@@ -5,19 +5,20 @@
<div class="row">
@include('flash::message')
<div class="col-md-9">
<h2 class="description">flights</h2>
@include("flights.table")
<h2 class="description">{{ $title ?? 'Flights' }}</h2>
@include('flights.table')
</div>
<div class="col-md-3">
@include("flights.search")
@include('flights.nav')
@include('flights.search')
</div>
</div>
<div class="row">
<div class="col-12 text-center">
{{ $flights->links("pagination.default") }}
{{ $flights->links('pagination.default') }}
</div>
</div>
@endsection
@include("flights.scripts")
@include('flights.scripts')