Appraisal Form

@foreach($KpiTemplate->KpiCategory as $category)
{{ $category->category_name }}
@foreach($category->KpiObjective as $question)
{{ $question->kpi_objective }}
@if($question->kpi_answer_type == 'slider')
@endif @if($question->kpi_answer_type == 'textarea') @endif
@if($question->kpi_answer_type == 'slider')
@endif @if($question->kpi_answer_type == 'textarea') @endif
@endforeach
@endforeach
Approve @lang('app.cancel')