@extends('layouts.content') @section('body_content')
{{-- --}}
@if(auth()->user()->roles->accessLevel->name === "Manager" || auth()->user()->roles->accessLevel->name === "HR-Manager" || auth()->user()->roles->accessLevel->name === "HR-Legal-Staff" || auth()->user()->roles->accessLevel->name === "Director" || auth()->user()->roles->accessLevel->name === "Developer" ) @endif
@include('partials.alert')
Department : {{ $authDepart->name }}
Periode :
Quartal :
Total Bobot Department :
Total Bobot Common Goals :
Total Score :
@include('kpi_department_hc.modal.addKpi') @include('kpi_department_hc.modal.edit') @include('kpi_department_hc.modal.showKpiDetail') @include('kpi_department_hc.modal.showPartKpi') = @endsection