Part-A is taken from the PC-IV (read-only). Light-blue fields are for Planning Officer narrative and observations.
@endif| 1. | Project Title: | {{ $titleLine }} | |||||||||||||||
| 2. | Location: | {!! nl2br(e($dec($paper['location'] ?? '—'))) !!} | |||||||||||||||
| 3. | Authorities Responsible for; |
(i) Sponsoring Agency
{{ $dec($paper['sponsoring_agency'] ?? '—') }} (ii) Executing Agency
{{ $dec($paper['executing_agency'] ?? '—') }} (iii) Operation & Maintenance
{!! nl2br(e($dec($paper['om_agency'] ?? '—'))) !!} |
|||||||||||||||
| 4. | Date of Receipt of PC-IV in P&D: | {{ $dec($paper['receipt_date'] ?? '—') }} | |||||||||||||||
| 5. | Cost of Project: (Rs. in million) |
|
|||||||||||||||
| 6. | Expenditure Incurred: | {{ $dec($paper['expenditure_incurred'] ?? '—') }} | |||||||||||||||
| 7. | Period of Implementation: | {!! nl2br(e($dec($paper['implementation_periods'] ?? '—'))) !!} | |||||||||||||||
| 8. | Plan Framework: |
a. Sector Strategy:
{{ $dec($paper['sector_strategy'] ?? '') !== '' ? $dec($paper['sector_strategy']) : '—' }}
|
|||||||||||||||
| S.No. | P&D Observation | AD’s Reply | Status of Compliance / Remarks |
|---|---|---|---|
| {{ $idx + 1 }} | @foreach (['pd_observation', 'ad_reply', 'compliance_remarks'] as $col)
@if (! empty($canEdit))
@else
{{ $dec($obs[$col] ?? '') !== '' ? $dec($obs[$col]) : '—' }}
@endif
|
@endforeach