| Sr.No | Category Name | Scheme Name | Action |
|---|---|---|---|
| {{ $loop->iteration }} | @if ($scheme->categories->count() > 0) {{ implode(', ', $scheme->categories->pluck('category_name')->toArray()) }} @else No Categories @endif | @if ($scheme->schemes) {{-- Check if schemes exists --}} {{ $scheme->schemes->scheme_marathi_name }} @else No Scheme Available @endif |