@include('components.tim-kerja.create'); @include('components.tim-kerja.edit');

Kelola Rencana Kinerja

@include('components.flash')

Halaman Mengelola Rencana Kinerja Pegawai Inspektorat Utama.

{{ session()->forget(['alert-type', 'status']) }}
@csrf
@php $currentYear = date('Y'); $selectedYear = request()->query('year', $currentYear); @endphp
@foreach ($timKerja as $tim) @endforeach
No Tahun Unit Kerja IKU Kegiatan PJ Kegiatan Status Aksi
{{ $loop->iteration }} {{ $tim->tahun }} {{ $unitKerja[$tim->unitkerja] }} {{ $tim->iku->iku }} {{ $tim->nama }} {{ $tim->ketua->name }} {{ $statusTim[$tim->status] }}
{{-- @if ($tim->status != 2) --}} {{-- @endif --}} @if ($tim->status == 0) @endif {{-- @if ($tim->status == 1)
@csrf
@elseif ($tim->status == 2)
@csrf
@endif --}}