Học Laravel
[Examination] Bài tập ôn luyện kết thúc môn - Sử dụng Laravel + Ajax
Gozic needs a webpage to collect survey responses from students. The survey form should include the following information:
- Student Name
- Student Email
- Student Telephone
- Feedback
Create a survey webpage for the school that contains a form with the above information. After the student submits the form, the data should be sent using AJAX, saved into the database, and a notification should be displayed to the student indicating whether the submission was successful or if an error occurred.
Requirements:
- Create the survey webpage with the form
- Design and create the database
- Send data using AJAX and return a response to the user