@extends('layouts.app')
@section('title', 'PC-III B (MMR Report)')
@section('page-header')
Scheme overview and district-based monthly reports. Wizard opens only when you create a report.
No PC-I, Modified/Revised PC-I, PC-II, or PCN found for this scheme.
@else| Document | Status | Moving Status |
|---|---|---|
| {{ $row['label'] }} | @php $st = (string) ($row['state'] ?? '—'); @endphp {{ $st }} | {{ $row['moving_status'] ?? '—' }} |
{{ $gate['reason'] }}
@endif @endif All reports are district-based. One PC-III B can include multiple districts for a month.No submitted PC-III B reports for {{ $past['fy_label'] ?? $selectedYearKey }} yet.
@else| S No | District | @foreach(($past['months'] ?? []) as $m){{ substr($m, 0, 3) }} | @endforeach
|---|---|---|
| {{ $row['sno'] }} | {{ $row['district'] }} | @foreach(($past['months'] ?? []) as $m) @php $cell = $row['cells'][$m] ?? null; @endphp@if(is_array($cell) && !empty($cell['url'])) View @else N A @endif | @endforeach