@section('tittle') {{"SELF APPRAISAL REPORT"}}@endsection @extends('nav') @section('content')
@csrf
{{$name}}
@foreach($results as $index => $row) @endforeach
SNO EFFECT FROM KPI POINT TARGET ACTUAL INCHARGE POINT INCHARGE REMARK KPI REMARK APPROVAL TARGET APPROVAL UOM
{{ $index + 1}} {{ $row['Effect_From'] }} {{ $row['KPI_POINT'] }} {{ $row['Target'] }} {{ $row['ACTUAL'] }} {{ $row['Incharge_Point'] }} {{ $row['Remarks'] }} {{ $row['Kpi_Remarks'] }} {{ $row['Approval'] }} {{ $row['Target_approval'] }} {{ $row['Uom'] }}
@endsection