@extends('layouts.app') @section('content')

Edit Form - {{ $form->name }}

@csrf @method('PUT')
Edit the form data in JSON format
Cancel
@endsection