@extends('layout.main')
@section('content')
@lang('file.Performance Appraisal')
|
{{trans('file.Company')}} |
{{trans('file.Employee')}} |
{{trans('file.Department')}} |
{{trans('file.Designation')}} |
@lang('file.Appraisal Date') |
{{trans('file.action')}} |
@include('performance.appraisal.create-modal')
@include('performance.appraisal.edit-modal')
@include('performance.indicator.delete-modal')
@include('performance.goal-type.delete-checkbox-confirm-modal')
@endsection
@push('scripts')
@endpush