@extends('layouts.admin') @section('title', 'Edit Scheme') @section('content')
Modify Scheme ← Back to Schemes
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>
Uncheck to disable this scheme

Dynamic Application Form Builder
Each scheme can have a separate dynamic application form. Keep Field Key stable to preserve application data mapping.
@if($scheme->dynamic_fields && is_array($scheme->dynamic_fields)) @foreach($scheme->dynamic_fields as $index => $field)
Use comma or new line separated values.
@endforeach @endif

Cancel
@endsection