Create Resign
@php
$exitInterviewQuestion = getExitInterviewQuestion();
$reasonForLeaving = [
'Good job opportunities',
'Type of work',
'Salary rate',
'Self-employment',
'Back to study',
'Types of supervision',
'Travel distance',
'Progress is not encouraging',
'Excessive work stress',
'Work environment',
'Reasons for travel',
'Inadequate training',
'Family status',
'Medical or Sickness',
'Other'
];
$workFeelList = [
'Good',
'Challenging',
'General',
'Not inspirational',
'Limited'
];
$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