{{ Form::open(['url' => route('timesheetrule'), 'method'=>'post', 'name' => 'time_sheet_rule', 'id' => 'time_sheet_rule']) }}
{{ Form::close() }}
{{ Form::label('maximum_regular_hours_per_day', __('lbl.maximum_regular_hours_per_day'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('maximum_regular_hours_per_day', !empty($tsrules) ? $tsrules['maximum_regular_hours_per_day'] : "",['placeholder'=>__('lbl.maximum_regular_hours_per_day'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"maximum_regular_hours_per_day","name"=>"maximum_regular_hours_per_day"]) }}
{{ Form::label('maximum_overtime_hours_per_day', __('lbl.maximum_overtime_hours_per_day'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('maximum_overtime_hours_per_day', !empty($tsrules) ? $tsrules['maximum_overtime_hours_per_day'] : "",['placeholder'=>__('lbl.maximum_overtime_hours_per_day'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"maximum_overtime_hours_per_day","name"=>"maximum_overtime_hours_per_day"]) }}
{{ Form::label('overtime_rate_multiplier', __('lbl.overtime_rate_multiplier'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('overtime_rate_multiplier', !empty($tsrules) ? $tsrules['overtime_rate_multiplier'] : "",['placeholder'=>__('lbl.overtime_rate_multiplier'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"overtime_rate_multiplier","name"=>"overtime_rate_multiplier"]) }}
{{ Form::label('doubletime_rate_multiplier', __('lbl.doubletime_rate_multiplier'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('doubletime_rate_multiplier', !empty($tsrules) ? $tsrules['doubletime_rate_multiplier'] : "",['placeholder'=>__('lbl.doubletime_rate_multiplier'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"doubletime_rate_multiplier","name"=>"doubletime_rate_multiplier"]) }}
{{ Form::label('sunday_max_regular_hours_per_day', __('lbl.sunday_max_regular_hours_per_day'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('sunday_max_regular_hours_per_day', !empty($tsrules) ? $tsrules['sunday_max_regular_hours_per_day'] : "",['placeholder'=>__('lbl.sunday_max_regular_hours_per_day'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"sunday_max_regular_hours_per_day","name"=>"sunday_max_regular_hours_per_day"]) }}
{{ Form::label('sunday_regular_rate_multiplier', __('lbl.sunday_regular_rate_multiplier'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('sunday_regular_rate_multiplier', !empty($tsrules) ? $tsrules['sunday_regular_rate_multiplier'] : "",['placeholder'=>__('lbl.sunday_regular_rate_multiplier'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"sunday_regular_rate_multiplier","name"=>"sunday_regular_rate_multiplier"]) }}
{{ Form::label('sunday_overtime_rate_multiplier', __('lbl.sunday_overtime_rate_multiplier'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('sunday_overtime_rate_multiplier', !empty($tsrules) ? $tsrules['sunday_overtime_rate_multiplier'] : "",['placeholder'=>__('lbl.sunday_overtime_rate_multiplier'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"sunday_overtime_rate_multiplier","name"=>"sunday_overtime_rate_multiplier"]) }}
{{ Form::label('maximum_regular_hours_per_week', __('lbl.maximum_regular_hours_per_week'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('maximum_regular_hours_per_week', !empty($tsrules) ? $tsrules['maximum_regular_hours_per_week'] : "",['placeholder'=>__('lbl.maximum_regular_hours_per_week'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"maximum_regular_hours_per_week","name"=>"maximum_regular_hours_per_week"]) }}
{{ Form::label('allow_clockin_before_shift', __('lbl.allow_clockin_before_shift'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('enable_limit_clockin_before_shift', __('lbl.enable_limit_clockin_before_shift'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('clockin_before_shift_limit_time', __('lbl.clockin_before_shift_limit_time'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('clockin_before_shift_limit_time', !empty($tsrules) ? $tsrules['clockin_before_shift_limit_time'] : "",['placeholder'=>__('lbl.clockin_before_shift_limit_time'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"clockin_before_shift_limit_time","name"=>"clockin_before_shift_limit_time"]) }}
{{ Form::label('require_approval_after_how_many_minutes', __('lbl.require_approval_after_how_many_minutes'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('require_approval_after_how_many_minutes', !empty($tsrules) ? $tsrules['require_approval_after_how_many_minutes'] : "",['placeholder'=>__('lbl.require_approval_after_how_many_minutes'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"require_approval_after_how_many_minutes","name"=>"require_approval_after_how_many_minutes"]) }}
{{ Form::label('prevent_employee_clockin_before_break_end', __('lbl.prevent_employee_clockin_before_break_end'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('consider_seventh_worked_day_as_overtime', __('lbl.consider_seventh_worked_day_as_overtime'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('display_declared_tips_in_payroll', __('lbl.display_declared_tips_in_payroll'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('display_payment_tips_in_payroll', __('lbl.display_payment_tips_in_payroll'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('week_starts_on', __('lbl.week_starts_on'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::select('week_starts_on', [1=>"Monday",2=>"Tuesday",3=>"Wednesday",4=>"Thursday",5=>"Friday",6=>"Saturday",0=>"Sunday"] , '',['class'=>'form-control','id'=>'week_starts_on',"name"=>"week_starts_on"]) }}
{{ Form::label('twelve_hour_clock', __('lbl.twelve_hour_clock'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('day_starts_on_time', __('lbl.day_starts_on_time'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('day_starts_on_time', !empty($tsrules) ? $tsrules['day_starts_on_time'] : "",['placeholder'=>__('lbl.day_starts_on_time_ph'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only timepicker","id"=>"day_starts_on_time","name"=>"day_starts_on_time"]) }}
{{ Form::label('auto_clockout_time', __('lbl.auto_clockout_time'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('auto_clockout_time', !empty($tsrules) ? $tsrules['auto_clockout_time'] : "",['placeholder'=>__('lbl.auto_clockout_time_ph'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only timepicker","id"=>"auto_clockout_time","name"=>"auto_clockout_time"]) }}
{{ Form::label('work_time_to_qualify_for_paid_break', __('lbl.work_time_to_qualify_for_paid_break'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('work_time_to_qualify_for_paid_break', !empty($tsrules) ? $tsrules['work_time_to_qualify_for_paid_break'] : "",['placeholder'=>__('lbl.work_time_to_qualify_for_paid_break'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"work_time_to_qualify_for_paid_break","name"=>"work_time_to_qualify_for_paid_break"]) }}
{{ Form::label('duration_of_paid_break', __('lbl.duration_of_paid_break'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('duration_of_paid_break', !empty($tsrules) ? $tsrules['duration_of_paid_break'] : "",['placeholder'=>__('lbl.duration_of_paid_break'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"duration_of_paid_break","name"=>"duration_of_paid_break"]) }}
{{ Form::label('employee_declares_break_type', __('lbl.employee_declares_break_type'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('paid_breaks', __('lbl.paid_breaks'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('unpaid_breaks', __('lbl.unpaid_breaks'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::label('company_code_adp', __('lbl.company_code_adp'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('company_code_adp', !empty($tsrules) ? $tsrules['company_code_adp'] : "",['placeholder'=>__('lbl.company_code_adp'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"company_code_adp","name"=>"company_code_adp"]) }}
{{ Form::label('adp_report_type', __('lbl.adp_report_type'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::select('adp_report_type', [1=>"Work Force",2=>"Total Source"] , '',['class'=>'form-control','id'=>'adp_report_type',"name"=>"adp_report_type"]) }}
{{ Form::label('temp_dept', __('lbl.temp_dept'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('temp_dept', !empty($tsrules) ? $tsrules['temp_dept'] : "",['placeholder'=>__('lbl.temp_dept'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"temp_dept","name"=>"temp_dept"]) }}
{{ Form::label('paychex_export_format', __('lbl.paychex_export_format'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::select('paychex_export_format', [1=>"Preview",2=>"Flex"] , '',['class'=>'form-control','id'=>'paychex_export_format',"name"=>"paychex_export_format"]) }}
{{ Form::label('company_id_as_in_paychex', __('lbl.company_id_as_in_paychex'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::text('company_id_as_in_paychex', !empty($tsrules) ? $tsrules['company_id_as_in_paychex'] : "",['placeholder'=>__('lbl.company_id_as_in_paychex'),"class"=>"form-control col-sm-8 mxlen_8 numer_float_only","id"=>"company_id_as_in_paychex","name"=>"company_id_as_in_paychex"]) }}
{{ Form::label('contact_fax', ' ', ['class' => 'col-sm-3 control-label']) }}
{{ Form::hidden('id', $id, ['name'=>'id', 'id' => 'latestId']) }}