{{-- This view has been merged with create.blade.php into form.blade.php --}} {{-- Redirecting to the unified form view --}} @include('data-management.dynamic-forms.form')
@if($section->icon) @else @endif {{ $section->name }}
@if($section->collapsible) @endif
@if($section->description) {{ $section->description }} @endif
@if($section->fields->count() > 0)
@foreach($section->fields as $field) @php $value = old($field->name, $record->{$field->name} ?? $field->default_value); @endphp
@include('data-management.dynamic-forms.partials.edit-field', ['field' => $field, 'value' => $value, 'record' => $record])
@endforeach
@else

No fields configured for this section.

@endif
@endforeach
@if(isset($isManageDataRoute) && $isManageDataRoute) Cancel @else Cancel @endif
Sections Overview
{{ $sections->count() }} sections configured
@foreach($sections as $index => $section)
@if($section->icon) @else @endif {{ $section->name }}
{{ $section->fields->count() }} fields
@endforeach
Change Tracking
Modified Fields 0 changes

No changes made yet

Form Completion
Completion 0%
0
Completed
{{ $allFields->count() }}
Total Fields
Validation Status

All fields valid

Quick Actions

@endsection @push('scripts') @endpush @push('styles') @endpush