import { FormControl, FormLabel, Input, Textarea } from '@chakra-ui/react'; import React from 'react' import { Controller } from 'react-hook-form'; import { TiWarning } from 'react-icons/ti'; const FormField = ({ label, control, name, type = "text", errors, isRequired, arabic, ...props }) => ( // // {label} { return type === "textarea" ? (