@include('Flight::frontend.layouts.search.filter-search')
@if($rows->total() > 0) @foreach($rows as $row)
@include('Flight::frontend.layouts.search.loop-grid')
@endforeach @else
{{__("Flight not found")}}
@endif
@include('Flight::frontend.layouts.search.modal-form-book') @if($rows->total() > 0)
{{ __("Showing :from - :to of :total Flights",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}
@endif {{$rows->appends(request()->query())->links()}}