@extends('layouts.content') @section('body_content')
Back List KPI Division
@include('partials.alert')
Division : {{ $division->name }}
Periode : {{ $periode->periode }}
Bulan :
Total Bobot : {{ $totalBobot }}
Total Score :
@if(auth()->user()->roles->accessLevel->name === 'HR-Manager' || auth()->user()->roles->accessLevel->name === "Manager" || auth()->user()->roles->accessLevel->name === "Director") @endif
No Name KPI Variable Target Bobot % ScoreAction
@include('kpi_division_new.modals.add') @include('kpi_division_new.modals.delete') @include('kpi_division_new.modals.edit') @endsection