Appraisal Form

{{ csrf_field() }} @if(count($appraisal_section) > 0) @php $i = 0; $data = unserialize($appraisal_allocation->data); $count = $sum = $total = $average = 0; if(isset($data['question'])) { $count = count($data['question']); $sum = array_sum($data['question']); $total = $count * 5; $average = round((100 * $sum) / $total,2); } @endphp

Employee Name

Appraisal Date

Appraisal Period

Team

Domin

Appraiser's Name

Total {{ $sum }}

Percentage {{ $average }}%

Unsatisfactory

1

Marginal

2

Satisfactory

3

Highly Satisfactory

4

Exceptional

5

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

@endforeach
@php $i = 0; @endphp @foreach($extra_question as $e_key => $e_que) @if($e_que->employee_allow == 'Yes') @if($appraisal_allocation->emp_id == $appraisal_allocation->allocation_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

@if($appraisal_allocation->supervisor_get != null)

AREAS TO BE IMPROVED/PROFESSIONAL DEVELOPMENT GOALS (FOR EC)

EC ID

EC Name

@endif @if($appraisal_allocation->status != '2')
@endif
@foreach($category as $cat) @endforeach
{{ $cat->cat_name }} {{ $cat->range }} {{ $cat->description }}
@endif
@if(session('error')) @endif @include('components/footer')