{!! Form::label('location','Place of Work',[]) !!}
{!! Form::select('location',$locations,'',['class'=>'form-control show-tick','title'=>trans('messages.select_one'),'id'=>'location']) !!}
{!! tooltip('Only fill in employment end date if on fixed term contract') !!}
{{trans('messages.to')}}
Section B | Working Hours and Rest Days
{!! Form::label('work_day','Number of Working Days Per Week',[]) !!}
{!! Form::input('text','work_day','',['class'=>'form-control']) !!}
{!! Form::label('rest_day','Rest Day Per Week',[]) !!}
{!! Form::input('text','rest_day','',['class'=>'form-control','placeholder'=>'(specify day)']) !!}
{!! Form::label('work_details','Details of Working Hours',[]) !!}
{!! Form::textarea('work_details','',['size'=>'30x5','class'=>'form-control','placeholder'=>'e.g.:
- Start & End Time (Weekday & Weekend)
- Break Hours
- Total Working Hours (excluding break hours)','data-autoresize'=>1]) !!}
Section C | Salary
{!! Form::label('salary_payment','Salary Period',[]) !!}
{!! Form::input('text','salary_payment','',['class'=>'form-control','placeholder'=>'(e.g. 1st to 31st)']) !!}
{!! Form::label('date_of_salary_payment','Date(s) of Salary Payment',[]) !!}
{!! Form::input('text','date_of_salary_payment','',['class'=>'form-control','placeholder'=>'(e.g. 2nd of every calendar month)']) !!}
{!! Form::label('date_of_overtime_payment','Date(s) of Overtime Payment',[]) !!}
{!! Form::input('text','date_of_overtime_payment','',['class'=>'form-control','placeholder'=>'(e.g. 2nd of every calendar month)']) !!}
{!! Form::label('basic_salary','Basic Salary',[]) !!} (Per Period)
{!! Form::input('text','basic_salary','',['class'=>'form-control','placeholder'=>'(specify hourly rate if on part-time employment)']) !!}
{!! Form::label('overtime_rate_of_pay','Overtime Rate of Pay',[]) !!}
{!! Form::input('text','overtime_rate_of_pay','',['class'=>'form-control','placeholder'=>'(only if working hours more than 8 hours a day or 44 hours a week)']) !!}
{!! Form::label('allowance_lbl','Fixed Allowances Per Salary Period',[]) !!}
{!! Form::label('deduction_lbl','Fixed Deductions Per Salary Period',[]) !!}
{!! Form::label('paid_hospitalisation','Paid Hospitalisation Leave Per Year:',[]) !!}
{!! Form::number('paid_hospitalisation','',['class'=>'form-control','step'=>'any']) !!}
(Note that paid hospitalisation per year is inclusive of paid outpatient sick leave. Leave entitlement for part-time employees may be pro-rated based on hours.)
{!! Form::label('other_benefit','Other Medical Benefits',[]) !!}
{!! Form::textarea('other_benefit','',['size'=>'30x3','class'=>'form-control','placeholder'=>'(optional, to specify)','data-autoresize'=>1]) !!}
{!! Form::label('medical_paid','Paid Medical Examination Fee',[]) !!}
Section E | Others
{!! Form::label('prorbation_length','Length of Probation:',[]) !!}
{!! Form::input('text','prorbation_length','',['class'=>'form-control','placeholder'=>'(e.g. 1 month)']) !!}
{!! Form::label('notice_period','Notice Period for Termination of Employment',[]) !!}
{!! Form::textarea('notice_period','',['size'=>'30x5','class'=>'form-control','placeholder'=>'(initiated by either party whereby the length shall be the same)','data-autoresize'=>1]) !!}