@extends('layouts.admin') @section('title', 'View Scheme') @section('content')
Review eligibility and dynamic field configuration.
| Key | Label | Type | Required | Options |
|---|---|---|---|---|
{{ $field['key'] ?? \Illuminate\Support\Str::slug($field['label'] ?? 'field', '_') }} |
{{ $field['label'] ?? '-' }} | {{ ucfirst($field['type'] ?? 'text') }} | @if(!empty($field['required'])) Yes @else No @endif | @if(!empty($field['options']) && is_array($field['options'])) {{ implode(', ', $field['options']) }} @else — @endif |
No custom fields configured.
@endif