{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")

Employee Performance Appraisal


@foreach (config('constant.employee_performance_appraisal.performance_evaluation_radio_value') as $rLabel) @endforeach @foreach (config('constant.employee_performance_appraisal.performance_evaluation') as $key => $label) @foreach (config('constant.employee_performance_appraisal.performance_evaluation_radio_value') as $rValue => $rLabel) @endforeach @endforeach
Performance evaluation{{ $rLabel }}Comments
{{ $label }}
Overall Rating




@endsection {{-- Scripts Section --}} @section('scripts') @endsection