Monitoring Kegiatan Aktor Pembangunan Pemerintah
@foreach($data2b as $d) @foreach($d->programs as $p) @foreach($p->activities as $key=>$a) @foreach($a->subActivities as $keyO=>$o) @if($keyO === 0) @endif @if($keyO === 0) @endif @endforeach @endforeach @endforeach @endforeach
No
Kegiatan
Sub Kegiatan
Satuan
Tahun Target {{ $yearNow }}
Realisasi Target tahun {{ $yearNow }}
Alokasi Anggaran tahun {{ $yearNow }}
Realisasi Anggaran tahun {{ $yearNow }}
Status
Sumber Pendanaan
Lokasi Aktual Pelaksanaan Kegiatan
Sem I
Sem II
Sem I
Sem II
{{ $d->institution->name}}
Pillar: {{ $d->pillar->name}}
Tujuan: {{ $d->metadataPurpose->name}}
Indikator SDGs:
[{{ $d->metadataIndicator->code }}] {{ $d->metadataIndicator->name }}
Program: {{ $p->program_name}}
{{ $key + 1 }} {{ $a->nomenclatureActivity->name}}{{ $o->nomenclatureSubActivity->name }} {{ $o->unit }} {{ $o->realisations[0]->target }} {{ $o->realisations[0]->realisation_target_1 }} {{ $o->realisations[0]->realisation_target_2 }} {{ number_format($o->realisations[0]->funds_allocation, 0, ',', '.') }} {{ $o->realisations[0]->realisation_funds_1 }} {{ $o->realisations[0]->realisation_funds_1 }} @if($a->evaluation) @switch($a->evaluation->status_final) @case(0) @break @case(1) @break @case(2) @break @default Tidak Tersedia @endswitch @else Tidak Tersedia @endif {{ $o->source }} {{ $o->location }}
Monitoring Kegiatan Aktor Pembangunan Non-Pemerintah
@foreach($data3 as $d) @foreach($d->programs as $p) @foreach($p->activities as $key=>$a) @foreach($a->outputs as $keyO=>$o) @if($keyO === 0) @endif @if($keyO === 0) @endif @endforeach @endforeach @endforeach @endforeach
No
Kegiatan
Indikator Output
Satuan
Tahun Target {{ $yearNow }}
Realisasi Target tahun {{ $yearNow }}
Alokasi Anggaran tahun {{ $yearNow }}
Realisasi Anggaran tahun {{ $yearNow }}
Status
Sumber Pendanaan
Lokasi Aktual Pelaksanaan Kegiatan
Sem I
Sem II
Sem I
Sem II
{{ $d->institution->name}}
Pillar: {{ $d->pillar->name}}
Tujuan: {{ $d->metadataPurpose->name}}
Indikator SDGs:
[{{ $d->metadataIndicator->code }}] {{ $d->metadataIndicator->name }}
Program: {{ $p->program_name}}
{{ $key + 1 }} {{ $a->activity_name}} {{$a->evaluation ? $a->evaluation->status_evaluation : 0}} {{ $o->output_name }} {{ $o->unit }} {{ $o->realisations[0]->target }} {{ $o->realisations[0]->realisation_target_1 }} {{ $o->realisations[0]->realisation_target_2 }} {{ number_format($o->realisations[0]->funds_allocation, 0, ',', '.') }} {{ $o->realisations[0]->realisation_funds_1 }} {{ $o->realisations[0]->realisation_funds_1 }} @if($a->evaluation) @switch($a->evaluation->status_final) @case(0) @break @case(1) @break @case(2) @break @default Tidak Tersedia @endswitch @else Tidak Tersedia @endif {{ $o->source }} {{ $o->location }}