G
a
i
n
u
p
@section('tittle') {{"TARGET ENTRY BETA"}}@endsection
@extends('LifeAtGainup.Navbar.nav') @section('content')
@csrf
TNo
--Select Employee--
@foreach ($can_per as $row)
{{$row['Name']}} / {{$row['Tno']}}
@endforeach
NAME
DEPARTMENT
POSITION
EMPLNO
YEAR
*
--Select Year--
{{ now()->year - 1 }}
{{ now()->year }}
Loading...
Clear ALL
Blue - Not Editable
(Mandatory Points)
Red - APPROVED
(Get UnApprove For Adding New KPI Points *)
Green - NOT APPROVED
SNO
KPI(Key Performance Indicator)
Responsibility
Weightage
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Action
Total Weightage : 0
@php $user_emp = session('empl_id'); @endphp
@if($user_emp == 44319||$user_emp == 43200||$user_emp == 50294)
SAVE
@else
@endif
Target Entry Approved On
@if ($message = Session::get('success'))
{{$message}}
@endif @if ($message = Session::get('alert'))
{{$message}}
@endif @endsection