Appraisal Form

{{csrf_field()}} @if(count($appraisal_section) > 0)

Employee Name

Appraisal Date

Appraisal Period

Team

Domin

Appraiser's Name

Unsatisfactory

1

Marginal

2

Satisfactory

3

Highly Satisfactory

4

Exceptional

5

PART - 1
@php $i = 0; @endphp @foreach($appraisal_section as $main_key => $section)
{{ $section->section_name }}
@foreach($main_question as $key => $main_section) @if($main_section->section_id == $section->id) @php $i++; @endphp @endif @endforeach
Sr No. Questions Ranking Comments
{{ $i }}

{{ $main_section->question }}

@if($main_key > 0) @endif
@endforeach
@php $i = 0; @endphp @foreach($extra_question as $e_key => $e_que) @if($e_que->employee_allow == 'Yes') @if($appraisal_allocation->emp_id == Auth::user()->emp_id) @endif @else @endif @endforeach
Sr No. To be filled by the Appraiser/Appraisee Filled by Appraisee
{{ ++$i }} {{ $e_que->question}}
{{ ++$i }} {{ $e_que->question}}

Comments and Suggestions by the Appraiser : [For Supervisor/ Management]

Recommendations

@foreach($category as $cat) @endforeach
{{ $cat->cat_name }} {{ $cat->range }} {{ $cat->description }}
@endif
@if(session('error')) @endif @include('components/ufooter')