@extends("flight-com.layouts.layout") @section("css") {{----}} {{----}} {{----}} @endsection @section("content")
{{-- @include("flight-com.layouts.picture-upload")--}} @include("flight-com.layouts.dropzone-upload")
{!! Form::open(['class' => 'form-inline', 'method' => 'GET', 'id' => 'formOPS']) !!}
@lang("content.today") {!! Form::hidden("flight_id", null, ["id" => "refresh_flight_id"]) !!}
{!! Form::close() !!}
@if (!$airlineModule)
@include("flight-com.layouts.flights-table", ["data" => $flightsData[ARRIVAL], "isMobile" => true, "headFltType" => ARRIVAL])
@include("flight-com.layouts.flights-table", ["data" => $flightsData[DEPARTURE], "isMobile" => true, "headFltType" => DEPARTURE])
@endif
@include("flight-com.layouts.flights-table", ["data" => $flightsData[ALL], "headFltType" => ALL])
@include("flight-com.layouts.flights-table", ["data" => $flightsData[CANCELLED], "headFltType" => CANCELLED])
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Please select a flight {{--@lang("modules.flight_watch")--}} {{----}}
{{--
--}} {{----}} {{--
--}}
@include("flight-com.layouts.chat-tab-mobile")
@include("flight-com.layouts.trc-tab-mobile")
@include("flight-com.layouts.ckn-tab-mobile")
@include("flight-com.layouts.arr-tab-mobile")
@include("flight.mvt_arr_dep_tab", ["maxHeight" => "100%"])
@include("flight.message_tab", ["type" => LDM, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => LIR, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => LDS, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => NOT, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => CPM, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => CAL, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => PSM, "maxHeight" => "100%"])
@include("flight.message_tab", ["type" => PTM, "maxHeight" => "100%"])
@include("flight.staff_tab", ["maxHeight" => "100%"])
  • No more messages
  • @include("template.modal-loading", ["text" => "Please wait. Messages are being loaded"])
    @endsection @section("js") {{-- --}} {{----}} {{----}} {{----}} @endsection