@once @push('stylesheets') @endpush @endonce @php $pciIvEdit = canField('pc-forms', 'project_brief_descriptions', 'edit'); $pciIvSrc = $pcForm ?? null; $pciIvFill = $pciCrudDraftFill ?? []; $pciIvCustody = old('pc_iv_asset_custody_transfer'); if (! is_array($pciIvCustody)) { $pciIvCustody = $pciIvSrc?->pc_iv_asset_custody_transfer ?? ($pciIvFill['pc_iv_asset_custody_transfer'] ?? []); if (! is_array($pciIvCustody)) { $pciIvCustody = []; } } $pciIvImpacts = old('pc_iv_post_completion_impacts'); if (! is_array($pciIvImpacts)) { $pciIvImpacts = $pciIvSrc?->pc_iv_post_completion_impacts ?? ($pciIvFill['pc_iv_post_completion_impacts'] ?? []); if (! is_array($pciIvImpacts)) { $pciIvImpacts = []; } } $pciIvFeasibility = old('pc_iv_feasibility_analysis'); if (! is_array($pciIvFeasibility)) { $pciIvFeasibility = $pciIvSrc?->pc_iv_feasibility_analysis ?? ($pciIvFill['pc_iv_feasibility_analysis'] ?? []); if (! is_array($pciIvFeasibility)) { $pciIvFeasibility = []; } } $pciIvFeasNpv = is_array($pciIvFeasibility['financial_npv'] ?? null) ? $pciIvFeasibility['financial_npv'] : []; $pciIvFeasBcr = is_array($pciIvFeasibility['financial_bcr'] ?? null) ? $pciIvFeasibility['financial_bcr'] : []; $pciIvFeasIrr = is_array($pciIvFeasibility['ifrr_ierr'] ?? null) ? $pciIvFeasibility['ifrr_ierr'] : []; $pciIvFeasUnit = is_array($pciIvFeasibility['unit_cost_analysis'] ?? null) ? $pciIvFeasibility['unit_cost_analysis'] : []; $pciIvDisplayDecimal = static function (mixed $raw) use ($pciIvEdit): string { if ($raw === null || $raw === '') { return ''; } $plain = \App\Helpers\PC\AmountMillionHelper::normalizePlanProvisionAmountInput( is_string($raw) ? str_replace('%', '', $raw) : $raw ); if ($plain === null || $plain === '' || ! is_numeric($plain)) { return ''; } $n = (float) $plain; if ($pciIvEdit) { return number_format($n, 2, '.', ''); } return number_format($n, 2); }; $pciIvDisplayPct = static function (mixed $raw) use ($pciIvEdit): string { if ($raw === null || $raw === '') { return ''; } $plain = \App\Helpers\PC\AmountMillionHelper::normalizePlanProvisionAmountInput( is_string($raw) ? str_replace('%', '', $raw) : $raw ); if ($plain === null || $plain === '' || ! is_numeric($plain)) { return ''; } $n = min(100, max(0, (float) $plain)); if ($pciIvEdit) { return number_format($n, 2, '.', ''); } return number_format($n, 2).'%'; }; $pciIvAssetsAnalyticsWizardStep = (int) ($pciIvAssetsAnalyticsWizardStep ?? 11); $pciIvAssetsAnalyticsStepTitle = $pciIvAssetsAnalyticsStepTitle ?? '11. Assets, Impact, Sustainability & Financial/Economic Analysis'; @endphp
21. Impact after Completion of the Project
@foreach([ 'financial' => 'a) Financial', 'economic' => 'b) Economic', 'technological' => 'c) Technological', 'social' => 'd) Social (Education, Health, Employment, area Development, etc.)', 'environmental' => 'e) Environmental', 'climate' => 'f) Climate (Mitigation, Adaptation and Co-Benefits)', 'any_other' => 'g) Any other', ] as $impactKey => $impactLabel)| Feasibility Evaluation Component Parameters | As Projected in Approved PC-I | Post-Completion Ground Evaluated Values |
|---|---|---|
| Financial Net Present Value (NPV Metric) | ||
| Financial Benefit Cost Ratio (BCR Outlays) | ||
| Internal Financial / Economic Rate of Return (IFRR / IERR) | ||
| Unit Cost Analysis (Core Social Sector Tracking) |