{{ $survey->employee_name }}'s Performance Evaluation
@csrf
1. Overall, how satisfied or dissatisfied are you with {{ $survey->employee_name }}?
Extremely Satisfied
Satisfied
Neutral
Dissatisfied
Extremely Dissatisfied
@error('satisfaction')
{{ $message }}
@enderror
2. How quickly does {{ $survey->employee_name }} follow up on your requests, emails, and calls?
Extremely quickly
Quite quickly
Moderately quickly
Slightly quickly
Not at all quickly
@error('follow_up')
{{ $message }}
@enderror
3. What would you say about {{ $survey->employee_name }} and how can {{ ($survey->gender == 0)?'she':'he' }} improve {{ ($survey->gender == 0)?'her':'his' }} performance?
4. Overall, how satisfied or dissatisfied are you with SK Financial CPA?
Extremely Satisfied
Satisfied
Neutral
Dissatisfied
Extremely Dissatisfied
@error('satisfaction_sk')
{{ $message }}
@enderror
5. Is there anything you might suggest we do to improve our level of service? What might make it better?
6. How likely is it that you would recommend SK Financial CPA LLC to a friend or colleague?
Not at all likely
Extremely likely
0
1
2
3
4
5
6
7
8
9
10
@error('recommendation')
{{ $message }}
@enderror