@php
$exitInterviewQuestion = getExitInterviewQuestion();
$reasonForLeaving = [
'Better job opportunities',
'Family Issues',
'Rate of Pay/Compensation',
'Illness or Physical Condition',
'Moving out of City or Country',
'Conflict with Co-worker',
'Retirement',
'Conflict with Supervisor',
'Self-Employment',
'Other'
];
$retain_reasons_list = [
'Role change',
'Job grade Change',
'Supervisor Change',
'Salary Increase',
'Promotion',
'Other'
];
$amountOfWorkloadList = [
'Too much for one person',
'Sometimes a lot, but most of the time just right',
'Normal',
'Work pressure is higher than time'
];
$getInNewJob = [
'Good future',
'Good working hours',
'Higher salary',
'More interesting work',
'Less difficult work',
'Want to return to a former business or job'
];
@endphp