view flight bids in flights screen #203
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user