@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', 'url' => url("flight-com")]) !!}
{{-- --}}
@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], "headFltType" => ARRIVAL])
@include("flight-com.layouts.flights-table", ["data" => $flightsData[DEPARTURE], "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")
@include("flight-com.layouts.trc-tab")
@include("flight-com.layouts.ckn-tab")
@include("flight-com.layouts.arr-tab")
@include("flight.mvt_tab", ["maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => LDM, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => LIR, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => LDS, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => NOT, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => CPM, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => CAL, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => PSM, "maxHeight" => "500px", "minHeight" => "500px"])
@include("flight.message_tab", ["type" => PTM, "maxHeight" => "500px", "minHeight" => "500px"])
@if ($staffViewPermission)
@include("flight.staff_tab", ["maxHeight" => "500px", "minHeight" => "500px"])
@endif
  • No more messages
  • @include("template.modal-loading", ["text" => "Please wait. Messages are being loaded"])
    @endsection @section("js") {{----}} {{----}} {{----}} {{-- --}} @endsection