{{ $survey->employee_name }}'s Performance Evaluation {{ $response->year }}
@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?
{{ old('emp_improvement_notes') }}
@error('emp_improvement_notes')
{{ $message }}
@enderror
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?
{{ old('improve_service_notes') }}
@error('improve_service_notes')
{{ $message }}
@enderror
6. How likely is it that you would recommend SK Financial CPA LLC to a friend or colleague?
Not at all likely
Extremely likely
recommend) == 0)?'checked': '' }} id="recommendation0" class="recommendation-input" value="0">
0
1
2
3
4
5
6
7
8
9
10
@error('recommendation')
{{ $message }}
@enderror