2024-03-20 11:54:06 +00:00
< div class = " flex flex-col w-full gap-2 " >
2024-07-25 20:50:18 +00:00
< div > Give us feedback or ask a question and our team will get back to you within 24 hours .</ div >
2023-12-07 18:06:32 +00:00
< form wire : submit = " submit " class = " flex flex-col gap-4 pt-4 " >
2023-09-02 13:37:25 +00:00
< x - forms . input id = " subject " label = " Subject " placeholder = " Summary of your problem. " ></ x - forms . input >
2024-07-25 20:50:18 +00:00
< x - forms . textarea rows = " 10 " id = " description " label = " Description " class = " font-sans " spellcheck placeholder = " Please provide as much information as possible. " ></ x - forms . textarea >
2023-09-25 09:15:35 +00:00
< div ></ div >
2024-03-20 11:54:06 +00:00
< x - forms . button class = " w-full mt-4 " type = " submit " @ click = " modalOpen=false " > Send </ x - forms . button >
2023-09-02 13:37:25 +00:00
</ form >
2024-07-25 20:50:18 +00:00
</ div >