Visit plan
Plan type: {{ $plan->plan_type ?? '—' }}
Visit Date: {{ $planScheme->visit_date->format('d M Y') ?? '—' }}
@if ($project)
ADP: {{ ($adpLabel = \App\Support\MecReportAdpFiscalYear::displayForUnsavedPlan($plan ?? null, $project ?? null)) !== '' ? $adpLabel : '—' }}
UID: {{ $project->code ?? '—' }}
Scheme Name: {{ $project->name ?? '—' }}
@endif