{!! Form::open(['class' => 'form-inline', 'method' => 'GET', 'id' => 'formOPS', 'url' => url("flight-com")]) !!}
{!! Form::text('date', !\request("date") ? $dateToday : \request("date"), ['class'=>'form-control dateFrom myinput', 'style' => 'width: 120px;', 'placeholder'=>'Date', 'id'=>'date']) !!}
@lang("content.today")
{!! Form::hidden("flight_id", null, ["id" => "refresh_flight_id"]) !!}
{!! Form::close() !!}
{{--@include("chat.layouts.flights-table", ["data" => $flightsData[ARRIVAL], "fltType" => ARRIVAL])--}}
{{-- @include("chat.layouts.flights-table", ["data" => $flightsData[DEPARTURE], "fltType" => DEPARTURE])--}}
{{--@include("chat.layouts.flights-table", ["data" => $flightsData[ALL], "fltType" => ALL])--}}