Captains

{!! Form::select('captain[]', $captains, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'captain1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'captain_report_time', 'reasonName' => 'captain_reason'])
{!! Form::select('captain_dhc[]', $captains, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'captain_dhc1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'captain_dhc_report_time', 'reasonName' => 'captain_dhc_reason'])
{!! Form::select('captain_standby[]', $captains, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'captain_standby1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'captain_standby_report_time', 'reasonName' => 'captain_standby_reason'])

First Officers

{!! Form::select('first_officer[]', $firstOfficers, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'first_officer1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'first_officer_report_time', 'reasonName' => 'first_officer_reason'])
{!! Form::select('first_officer_dhc[]', $firstOfficers, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'first_officer_dhc1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'first_officer_dhc_report_time', 'reasonName' => 'first_officer_dhc_reason'])
{!! Form::select('first_officer_standby[]', $firstOfficers, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'fcm', 'id'=>'first_officer_standby1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'first_officer_standby_report_time', 'reasonName' => 'first_officer_standby_reason'])

Cabin Crew

{!! Form::select('cabin_crew[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_report_time', 'reasonName' => 'cabin_crew_reason'])
{!! Form::select('cabin_crew[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew2'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_report_time', 'reasonName' => 'cabin_crew_reason'])
{!! Form::select('cabin_crew[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew3'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_report_time', 'reasonName' => 'cabin_crew_reason'])
{!! Form::select('cabin_crew[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew4'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_report_time', 'reasonName' => 'cabin_crew_reason'])
{!! Form::select('cabin_crew_dhc[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew_dhc1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_dhc_report_time', 'reasonName' => 'cabin_crew_dhc_reason'])
{!! Form::select('cabin_crew_standby[]', $cabinCrew, null, ['class'=>'form-control input-sm crew', 'data-crew-type' => 'ccm', 'id'=>'cabin_crew_standby1'] ) !!}
@include('fleetwatch.form_report', ['reportName' => 'cabin_crew_standby_report_time', 'reasonName' => 'cabin_crew_standby_reason'])
{!! Form::select('cabin_crew_sup[]', $staff, null, ['class'=>'form-control input-sm crew', 'id'=>'cabin_crew_sup1'] ) !!}
{!! Form::select('cabin_crew_sup_type[]', $supCrew, null, ['class'=>'form-control input-sm'] ) !!} @include('fleetwatch.form_report', ['reportName' => 'cabin_crew_sup_report_time', 'reasonName' => 'cabin_crew_sup_reason'])