Appraisal Form
@foreach($KpiTemplate->KpiCategory as $category)
{{ $category->category_name }}
@foreach($category->KpiObjective as $question)
{{ $question->kpi_objective }}
@if($question->kpi_answer_type == 'slider')
1
2
3
4
5
6
7
8
9
10
@endif @if($question->kpi_answer_type == 'textarea')
{{ @$performanceform[$question->id] }}
@endif
@endforeach
@endforeach
@lang('app.save')
@lang('app.cancel')