{!!Form::open(['to'=>'crewroster.crew-report', 'method' => 'get', 'class'=>"form-inline", 'id' => 'formExpiry'])!!} {!! Form::select('crew', ['fcm'=>'Flight Crew','ccm'=>'Cabin Crew'], $crewType, ['class'=>'form-control input_roster margin_right', 'id'=>'crew']) !!} {!! Form::hidden('reportType', 'Expiry Summary') !!}
{!! Form::input('submit', 'submit','Submit',[ 'class' => "btn btn-primary"]) !!}
{!!Form::close()!!}
EMPTY VALID VALID EXPIRED {{--Apply Filter--}}