@php $badge = $scheme->lifecycleBadgeLabel(); $successor = $scheme->successor(); $shareText = ($scheme->short_name ?: $scheme->name)."\n".$scheme->summary."\n".route('schemes.show', $scheme).( $scheme->apply_url ? "\nOfficial: ".$scheme->apply_url : ''); @endphp
← Central schemes

{{ $scheme->category }} · {{ $scheme->benefit_type }}

@if ($badge)

{{ $badge }}

@endif

{{ $scheme->short_name ?: $scheme->name }}

{{ $scheme->name }}

{{ $scheme->ministry }}

{{ $scheme->summary }}

@if ($scheme->status_note)

{{ $scheme->status_note }}

@endif @if ($successor)

Successor / related: {{ $successor->short_name ?: $successor->name }}

@endif
Save Compare Share on WhatsApp Print checklist
@if ($scheme->about_text)

About this scheme

@endif @if ($scheme->benefit_text)

Benefits

@endif @if ($scheme->eligibility_text)

Eligibility

@endif @if ($scheme->how_to_apply)

How to apply

@endif @if (! empty($scheme->faqs))

FAQs

@foreach ($scheme->faqs as $faq)

{{ $faq['q'] ?? '' }}

{{ $faq['a'] ?? '' }}

@endforeach
@endif @if ($related->isNotEmpty())

Related Central schemes

Same category or overlapping audience / need tags.

@endif