{!! Form::open(['method' => 'GET', 'url' => url("crew/report?reportType=Late_No_Show"), 'class' => 'form-inline', 'id' => 'formLateNoShow']) !!}
{!! Form::label('crew', trans("content.crew")) !!}
{!! Form::select('crew', ['fcm'=>'Flight Crew','ccm'=>'Cabin Crew'], $crewType, ['class'=>'form-control input_roster crew']) !!}
{{--{!! Form::hidden('reportType', 'Late_No_Show') !!}--}}
{!! Form::label('dateFrom', trans("content.from")) !!}
{!! Form::text('dateFrom', \request("dateFrom") ? \request("dateFrom") : date('Y-m-d'), ['class' => 'form-control dateFrom inputDateSmall', 'required' => true]) !!}
{!! Form::label('dateFrom', trans("content.to")) !!}
{!! Form::text('dateTo', \request("dateTo") ? \request("dateTo") : date('Y-m-d'), ['class' => 'form-control dateTo inputDateSmall', 'required' => true]) !!}
{!! Form::label('perPage', trans("content.per_page")) !!}
{!! Form::select('perPage', [10 => 10, 20 => 20, 50 => 50, '' => 'All'], \request("perPage"), ['class' => 'form-control']) !!}
{!! Form::submit('Submit', ['class' => 'btn btn-primary']) !!}
{{--{!! Form::label('filter', 'Filter', ['style' => 'margin-left: 50px']) !!}
{!! Form::select('filter', ['' => 'All', 'withinLimit' =>'Within Limit', 'crossedLimit'=>'Crossed Limit' ], '', ['class' => 'form-control']) !!}
{!! Form::button('Apply', ['class' => 'btn btn-warning', 'id' => 'applyFilter']) !!}--}}
{!! Form::close() !!}
@if ($reportType =='Late_No_Show')
@lang("content.found") {!! count($lateNoShow) !!} @lang("content.crew")
@endif
@if (count($lateNoShow))
@endif