@extends('layout.backend.main'); @section('page_content')
@forelse ($performances as $performance) @empty @endforelse
Id Employee Name Department Name Designation Name Status Branch Subject Goals Target Achievement Target Rating Overall Rating Start Date End Date Feedback Appraisal Date Action
{{ $performance->id }} {{ optional( $performance->employees)->name }} {{ optional( $performance->department)->name }} {{ optional( $performance->designations)->name}} {{ optional( $performance->statuses)->name}} {{ $performance->branch}} {{ $performance->subject}} {{ $performance->goals}} {{ $performance->target_achievement }} {{ $performance->target_rating }} {{ $performance->overall_rating }} {{ $performance->start_date }} {{ $performance->end_date }} {{ $performance->feedback}} {{ $performance->appraisal_date }}
No positions found.
{!! $performances->links('pagination::bootstrap-5') !!}
@endsection