@extends('front.layouts.master') @push('css_before') @endpush @push('css_after') @endpush @section('content')

From

To

Journey date

From

To

Journey date

Return date

@if ($success)

{{ count($data) }} Flights found

Filter By Price

-

Number of stops

{{--
--}}
latest filter
@foreach ($data as $flight) @endforeach
@endif
@endsection @push('js') @endpush