Detail Rencana Kegiatan

@include('components.flash') {{ session()->forget(['alert-type', 'status']) }} @include('components.rencana-kerja.timeline-steps')
@if (Request::is('inspektur/rencana-kinerja/*')) @if ($timKerja->status == 3) @elseif ($timKerja->status == 7) @endif @endif

Informasi Tim

@if (count($operator) > 0) @endif
Nama Tim: {{ $timKerja->nama }}
PJ Kegiatan: {{ $timKerja->ketua->name }}
Operator: @foreach ($operator as $op)
  • {{ $op->user->name }}
  • @endforeach
    Unit Kerja: {{ $unitKerja[$timKerja->unitkerja] }}
    Tahun: {{ $timKerja->tahun }}
    Total Anggaran @foreach ($timKerja->rencanaKerja as $rk)