@extends('layouts.index') @section('title') Detail Program @endsection @section('css') @endsection @section('content')
{{dd($detail)}}
--}}
Project Management Unit - Project Management Systems and Policy
24 Januari 2023 - 17:20 WIB{{ $program->name ? $program->name : '-' }}
{{ $program->ref_kategori_program_id ? $program->ref_kategori_program->nama : '-' }}
{{ $program->ref_program_partner_id ? $program->ref_program_partner->name : '-' }}
{{ $program->program_type ? ucwords($program->program_type) : '-' }}
{!! $program->start_date ? $program->start_date : '-' !!}
{!! $program->end_date ? $program->end_date : '-' !!}
{!! $program->description ? $program->description : '-' !!}
{!! $program->sustainability_impact_focus ? $program->sustainability_impact_focus : '-' !!}
{!! $program->support_needed ? $program->support_needed : '-' !!}
{!! $program->funding_models ? $program->funding_models : '-' !!}
{!! $program->stakholders ? $program->stakholders : '-' !!}
{!! $program->risk_management ? $program->risk_management : '-' !!}
{!! $program->further_exploration_for_discussion ? $program->further_exploration_for_discussion : '-' !!}
{!! $program->decision_making ? $program->decision_making : '-' !!}
{{ $program->name ? $program->name : '-' }}
{{ $program->ref_program_client ? $program->client_program_formulation->name : '-' }}
{!! $program->start_date ? $program->start_date : '-' !!}
{!! $program->end_date ? $program->end_date : '-' !!}
{{ $program->program_type ? ucwords($program->program_type) : '-' }}
{!! $program->description ? $program->description : '-' !!}
{!! $program->timeline_and_total_commited_dates ? $program->timeline_and_total_commited_dates : '-' !!}
{!! $program->financial_scheme ? $program->financial_scheme : '-' !!}
{!! $program->value_considerations ? $program->value_considerations : '-' !!}
{!! $program->resource_allocation ? $program->resource_allocation : '-' !!}
{!! $program->sustainability_impact_focus ? $program->sustainability_impact_focus : '-' !!}
{!! $program->risk_management ? $program->risk_management : '-' !!}
{!! $program->supporting_documents ? $program->supporting_documents : '-' !!}