@if($rows->total() > 1)
{{ __(":count flights found",['count'=>$rows->total()]) }}
@else
{{ __(":count flight found",['count'=>$rows->total()]) }}
@endif
@include('Layout::global.search.orderby',['routeName'=>'flight.search','hideMap'=>true])
@include('Flight::frontend.layouts.search.modal-form-book')