{{ Form::open(['url' => route('shiftschedule'), 'method'=>'POST', 'name' => 'product_mix_report', 'id' => 'timeworkedForm']) }}
{{ Form::button(' '. __('lbl.filter'), ["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }} @if(Helper::checkAccess('time_worked_export')) {{ Form::button(' '. __('lbl.pdf'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"pdf","type"=>"submit","name"=>"export"]) }} {{ Form::button(' '. __('lbl.xlsx'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"xlsx","type"=>"submit","name"=>"export"]) }} {{ Form::button(' '. __('lbl.time_report'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary downloadProductMixReport","value"=>"time_report","type"=>"submit","name"=>"export"]) }} @endif @if(Helper::checkAccess('time_worked_payroll_export')) {{ Form::button(' '. __('lbl.export_payroll'), ["style"=>"display:none","class"=>"clickbtncommon btn btn-sm btn-primary downloadProductMixReport","value"=>"time_payroll_export","type"=>"submit","name"=>"export"]) }} @endif
{{Form::close()}}
{{ Form::text('datetimes', '',["class"=>"form-control datetimes","id"=>"datetimes1","name"=>"datetimes"]) }}
{{ Form::select('userId', $users, null, ['class' => 'form-control select2 employees input-sm', 'id'=>'userId']) }}
{{ Form::select('estaId', $establishments, $currentEstaId, ['class' => 'form-control establishments select2 input-sm', 'id' => 'estaId']) }}
{{ Form::button(' '. __('lbl.filter'), ["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }} @if(Helper::checkAccess('time_worked_export')) {{ Form::button(' '. __('lbl.pdf'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"pdf","type"=>"submit","name"=>"export"]) }} {{ Form::button(' '. __('lbl.xlsx'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"xlsx","type"=>"submit","name"=>"export"]) }} {{ Form::button(' '. __('lbl.time_report'), ["style"=>"display:inline","class"=>"clickbtncommon btn btn-sm btn-primary downloadProductMixReport","value"=>"time_report","type"=>"submit","name"=>"export"]) }} @endif @if(Helper::checkAccess('time_worked_payroll_export')) {{ Form::button(' '. __('lbl.export_payroll'), ["style"=>"display:none","class"=>"clickbtncommon btn btn-sm btn-primary downloadProductMixReport","value"=>"time_payroll_export","type"=>"submit","name"=>"export"]) }} @endif
{{ $title }}
{{__('lbl.show_empty')}}