@extends('layouts/contentNavbarLayout') @section('title', 'KPI Achievement') @section('content') @vite('resources/assets/js/kpiAchievement.js') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'KPI Achievement'], ['label' => 'List of Achievement'] ]; @endphp @include('layouts.partials.page-header', [ 'title' => 'List of Achievement', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))->render() ])


Print
Entries
@include('content.achievement-types-table.type1') @include('content.achievement-types-table.type2') @include('content.achievement-types-table.type3') @include('content.achievement-types-table.type4') @include('content.achievement-types-table.type5') @include('content.achievement-types-table.type6')
No Year Division Section Unit/Office Indicator Annual Target Metric Indicator Type Status Action
Showing 1 to 1 of 1 Entries

@endsection