@extends('layouts.app') @section('title', 'Create Form Data') @section('content')
@csrf @include('form_data.partials.form')
@endsection