@extends('layouts/contentNavbarLayout') @section('title', 'KPI Indicator - Listing') @section('page-script') @vite(['resources/assets/js/kpi-indicator-pmu-admin.js']) @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'KPI Indicator'], ['label' => 'Manage Indicator'] ]; @endphp @include('layouts.partials.page-header', [ 'title' => 'Manage Indicator', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))->render() ])
{{-- Year --}}
{{-- Division --}}
{{-- Section --}}
{{-- Unit/Office --}}
{{-- Indicator --}}
{{-- Indicator Type --}}
Print
Entries
No Year Division Section Unit/Office Indicator Annual Target Metric Indicator Type Status Action
1 2023 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Sabah New exporters 25 Company Endorse
2 2024 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Terengganu New exporters 30 Company Endorse
3 2024 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Sarawak New exporters 35 Company Endorse
4 2024 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Penang New exporters 40 Company Endorse
5 2024 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Penang New exporters 50 Company Endorse
6 2024 TRANSFORMATION & DIGITAL TRADE DIVISION N/A Penang New exporters 55 Company Endorse
Showing 1 to 6 of 6 entries
@endsection