{!!Form::open(['method' => 'GET', 'url' => url("crew/report?reportType=Route"),'class'=>"form-inline", 'id' => 'formRoute' ]) !!}
{!! Form::select('crew', ['fcm'=>'Flight Crew','ccm'=>'Cabin Crew'], $crewType, ['class'=>'form-control input_roster crew']) !!}
{!! Form::select('designation', $designationList , \request("destination"), ['class'=>'form-control input_roster crew_designation']) !!}
{!! Form::input('text', 'routesReportDate', $date, ['class'=>'dateFrom form-control', 'id' => 'routesReportDate']) !!}
{{--{!! Form::hidden('reportType', 'Route') !!}--}}
{!! Form::input('submit', 'submit','Submit',[ 'class' => "btn btn-primary"]) !!}
{!!Form::close()!!}
@php $sectors_dyu = ['DYU-FRA', 'DYU-IST', 'DYU-DXB', 'DYU-URC', 'DYU-ALA', 'DYU-DME', 'DYU-LED','DYU-IKT','DYU-KRR', 'DYU-KJA','DYU-LBD', 'DYU-SVX', 'DYU-KZN', 'DYU-REN'] @endphp
@php $sectors_dyu_stations = ['FRA', 'IST', 'DXB', 'URC', 'ALA', 'DME', 'LED','IKT', 'KRR', 'KJA','LBD','SVX', 'KZN', 'REN'] @endphp
@php $sectors_lbd = ['LBD-DME', 'LBD-LED', 'LBD-KRR', 'LBD-KJA', 'LBD-REN', 'LBD-KZN','LBD-AER', 'LBD-HMA','LBD-NJC', 'LBD-TJM'] @endphp
@php $sectors_lbd_stations = ['DME', 'LED', 'KRR', 'KJA', 'REN', 'KZN','AER', 'HMA', 'NJC', 'TJM'] @endphp
@php $reportName = ['Crew Hours Report'] @endphp
@php $columnNames[0] = ['No', 'Last Name', 'First Name', 'Designation', ['Counter' => 2], ['DYU Routes' => 14], ['LBD Routes' => 10] ] @endphp
@php $columnNames[1] = ['', '', '', '', 'Stand-by', 'DHC'] @endphp
@php $exportArray = [] @endphp
@if (count($crew))
@endif