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

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

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?

6. How likely is it that you would recommend SK Financial CPA LLC to a friend or colleague?

Not at all likely

Extremely likely

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