{{ $survey->employee_name }}'s Performance Evaluation {{ $response->year }}

@csrf

1. Overall, how satisfied or dissatisfied are you with {{ $survey->employee_name }}?

@error('satisfaction') {{ $message }} @enderror

2. How quickly does {{ $survey->employee_name }} follow up on your requests, emails, and calls?

@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?

@error('emp_improvement_notes') {{ $message }} @enderror

4. Overall, how satisfied or dissatisfied are you with SK Financial CPA?

@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?

@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">
@error('recommendation') {{ $message }} @enderror