| MISSED ARTG-5 EXPLANATION |
|
{!! Form::textarea('missed_artg', null, [ 'class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| MISSED DCS-3 EXPLANATION |
|
{!! Form::textarea('missed_dcs', null, [ 'class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| DELAY EXPLANATION |
|
{!! Form::textarea('delay', null, ['class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| CHECK-IN/TKTG ISSUES |
|
{!! Form::textarea('ckn', null, ['class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| RAMP/CREW/DISRUPTIVE PAX ETC |
|
{!! Form::textarea('ramp', null, ['class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| SAFETY / SECURITY / SYSTEM ISSUES |
|
{!! Form::textarea('safety', null, ['class' => 'message_input2', 'style' => 'width: 100%', 'cols' => 79, 'rows' => 4]) !!}
|
| OTHER |
|
{!! Form::textarea('other', null, ['class' => 'message_input2', 'style' => 'width: 100%', 'rows' => 4]) !!}
|
| INVOL DENIED BOARDING | |
| {{ $i }} |
{!! Form::textarea($property, null, ['class' => 'message_input2', 'style' => 'width: 100%', 'rows' => 2]) !!}
|