@extends('layouts.app') @section('title', 'Edit Form: ' . $form->title) @section('content')
{{-- Top bar --}}
Saving...
{{-- Left: Field Palette --}}

Add Field

@foreach($fieldTypes as $type => $info) @endforeach
{{-- Center: Canvas --}}

Click a field type from the left panel to add it

{{-- Right: Properties Panel --}}
{{-- Right: Settings Panel (when no field selected) --}}

Form Settings

{{ $form->public_url }}

Task Automation

SLA

@endsection