- Scheme
- {{ $snapshot['scheme_name'] }}
- ADP
- {{ $snapshot['adp'] }}
- UID
- {{ $snapshot['uid'] }}
- State
- {{ $snapshot['state'] }}
- Active
- {{ $snapshot['status'] ? 'Yes' : 'No' }}
- Workflow stage
- {{ $snapshot['workflow_stage_label'] }}
{{ $snapshot['workflow_stage'] ?: '—' }}
- PC listing status
- {{ $snapshot['listing_status_label'] ?? '—' }}@if(!empty($snapshot['is_modified'])) Modified@endif
@if (! empty($snapshot['forum_status_label']) && ($snapshot['forum_status_label'] ?? '') !== ($snapshot['listing_status_label'] ?? ''))
- Forum-derived label
- {{ $snapshot['forum_status_label'] }} (without admin stage override)
@endif
- Current actor
- {{ $snapshot['current_actor_name'] }}@if($snapshot['current_actor_id'] > 0) (#{{ $snapshot['current_actor_id'] }})@endif
- Designation
- {{ $snapshot['current_actor_designation'] }}
- Revision badge
- {{ $snapshot['revision_label'] }}
- Revised
- {{ $snapshot['is_revised'] ? 'Yes' : 'No' }}@if($snapshot['revision_version']) (v{{ $snapshot['revision_version'] }})@endif
- Modified
- {{ $snapshot['is_modified'] ? 'Yes' : 'No' }}
@if (! empty($snapshot['locked']))
{{ $snapshot['locked_reason'] }}
@elseif ($canAssign || $canMarkRevision)
@else
You can view scheme details but do not have assign or revision permissions.
@endif