2024-03-20 12:54:06 +01:00
< div class = " flex flex-col w-full gap-2 " >
2024-07-25 13:50:18 -07:00
< div > Give us feedback or ask a question and our team will get back to you within 24 hours .</ div >
2023-12-07 19:06:32 +01:00
< form wire : submit = " submit " class = " flex flex-col gap-4 pt-4 " >
2023-09-02 15:37:25 +02:00
< x - forms . input id = " subject " label = " Subject " placeholder = " Summary of your problem. " ></ x - forms . input >
2024-07-25 13:50:18 -07: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 11:15:35 +02:00
< div ></ div >
2024-03-20 12:54:06 +01:00
< x - forms . button class = " w-full mt-4 " type = " submit " @ click = " modalOpen=false " > Send </ x - forms . button >
2023-09-02 15:37:25 +02:00
</ form >
2024-07-25 13:50:18 -07:00
</ div >