@extends('formbuilder::layout') @section('title') Create Form @endsection @section('content')
{{ $pageTitle ?? '' }} Back To My Form
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('visibility')) {{ $errors->first('visibility') }} @endif
@if ($errors->has('custom_description')) {{ $errors->first('custom_description') }} @endif
@endsection @push(config('formbuilder.layout_js_stack', 'scripts')) @endpush