import React from 'react' import { Link, useForm } from '@inertiajs/inertia-react'; export default function ModalClosing({csrf_token}) { const {data, setData} = useForm({ is_rolling: 0, }) return (

Form Closing

Download Close
) }