@forelse ($schemes as $scheme)
@php
$catChipColors = [
'business' => '#2563eb',
'startup' => '#7c3aed',
'agriculture' => '#0d9488',
'education' => '#4f46e5',
'social' => '#db2777',
'skill' => '#ea580c',
'women' => '#9333ea',
'health' => '#e11d48',
'housing' => '#0284c7',
];
$chipBg = $catChipColors[$scheme->category ?? ''] ?? '#0b192c';
$badge = $scheme->lifecycleBadgeLabel();
@endphp
@empty
@if ($schemes->total() === 0 && $search === '' && $category === '' && $benefitType === '' && $ministry === '' && $audience === '' && $need === '' && ! $hasDocs && $lifecycle === '')
No verified schemes published yet. Vedica only lists schemes verified from official portals and guidelines.
@else
No schemes matched. Try another keyword or clear filters.
@endif
@endforelse