@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $headerOption['title'] ?? 'Form Builder', '', [], [], false, $headerOption['header_buttons'] ?? [] )) @extends('admin.layouts.layout', $headerOption) @section('content')
@if(session('success'))
{{ session('success') }}
@endif
Back {{ $form->name }} {{ $form->getFormTypeLabel() }}
{{-- LEFT: Field Palette --}}
Field Types
{{-- CENTER: Canvas --}}
Form Canvas 0 fields

Click a field type on the left to add it, or drag fields to reorder.

{{-- RIGHT: Field Settings --}}
Field Settings

Click a field on the canvas to edit its settings.

@endsection @push('page_script') @endpush