@extends('layouts.admin') @section('title', 'Create Form') @section('content')
Back to Forms

Create New Form

Set up your form's basic information to get started.

@csrf
@error('title')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Cancel
@endsection