forked from UKSOURCE/cms.hailearning.edu.vn
feat: Implement core admin panel functionalities including appointment, contact, and pricing management with associated models, controllers, views, and routes.
This commit is contained in:
77
data/appointment.json
Normal file
77
data/appointment.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Make Appointment",
|
||||
"backgroundImage": "/assets/img/inner-page/breadcrumb.jpg",
|
||||
"subtitle": "About Our Consultancy",
|
||||
"heading": "Want to meet us for your need?",
|
||||
"description": "24/7 customer support is always ready to answer all your questions"
|
||||
},
|
||||
"visaOptions": [
|
||||
"Canada Immigration",
|
||||
"Tourist Visa",
|
||||
"Medical Visa",
|
||||
"Coaching",
|
||||
"Student Visa",
|
||||
"Spouse Visa",
|
||||
"Job Opportunity",
|
||||
"Exam"
|
||||
],
|
||||
"form": {
|
||||
"heading": "Request Appointment",
|
||||
"fields": [
|
||||
{
|
||||
"name": "name",
|
||||
"label": "Your Name",
|
||||
"type": "text",
|
||||
"placeholder": "Your name",
|
||||
"required": true,
|
||||
"colClass": "col-lg-4"
|
||||
},
|
||||
{
|
||||
"name": "email",
|
||||
"label": "Your Email",
|
||||
"type": "email",
|
||||
"placeholder": "Your email",
|
||||
"required": true,
|
||||
"colClass": "col-lg-4"
|
||||
},
|
||||
{
|
||||
"name": "phone",
|
||||
"label": "Your Phone",
|
||||
"type": "tel",
|
||||
"placeholder": "Phone Number",
|
||||
"required": false,
|
||||
"colClass": "col-lg-4"
|
||||
},
|
||||
{
|
||||
"name": "address",
|
||||
"label": "Your Address",
|
||||
"type": "text",
|
||||
"placeholder": "Your address",
|
||||
"required": false,
|
||||
"colClass": "col-lg-6"
|
||||
},
|
||||
{
|
||||
"name": "appointmentDate",
|
||||
"label": "Appointment Date",
|
||||
"type": "date",
|
||||
"placeholder": "",
|
||||
"required": false,
|
||||
"colClass": "col-lg-6"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"label": "Your Message",
|
||||
"type": "textarea",
|
||||
"placeholder": "Type your message",
|
||||
"required": false,
|
||||
"colClass": "col-lg-12"
|
||||
}
|
||||
],
|
||||
"submitButton": {
|
||||
"text": "Request Appointment",
|
||||
"icon": "fa-solid fa-arrow-right",
|
||||
"buttonClass": "theme-btn"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user