{{ Form::open(['url' => route('timeworked'), 'method'=>'POST', 'name' => 'product_mix_report', 'id' => 'timeworkedForm']) }}
{{ Form::text('datetimes', '',["class"=>"form-control datetimes","id"=>"datetimes","name"=>"datetimes"]) }}
{{ Form::select('userId', $users, null, ['class' => 'form-control select2 employees input-sm', 'id'=>'userId']) }}
{{ Form::select('establishmentId', $establishments, $currentEstaId, ['class' => 'form-control establishments select2 input-sm', 'id' => 'establishmentId']) }}
{{ Form::button(' '. __('lbl.filter'),["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }}
{{Form::close()}}
{{ $title }}
{{__('lbl.show_empty')}}