@extends('adminlte::page') @section('title', 'Raspberry Network | Edit From') @section('content_header')

Administration / Forms / Editor

@stop @section('js') @stop @section('content')
Editor illustration
@csrf @method('PATCH')

Editing {{ $title }}...

@foreach($formStructure['fields'] as $fieldName => $field)
@endforeach
@stop