Commit Graph

31 Commits

Author SHA1 Message Date
4c272e0e67 fix: Correct data attributes for first and last name fields in franchise index 2025-08-22 11:48:23 +05:45
724f46a82c fixes 2025-08-22 11:45:38 +05:45
711ae9caf9 feat: Implement Event management features including CRUD operations and routing 2025-08-22 11:03:10 +05:45
ce09f98c55 feat: Add franchise and newsletter routes; update CSR template layout 2025-08-22 10:14:26 +05:45
d29b3ba489 Add Franchise and Newsletter management features
- Implemented FranchiseController with CRUD operations and data handling.
- Created NewsletterController for managing newsletter subscriptions.
- Added routes for Franchise and Newsletter resources in web.php.
- Developed views for Franchise and Newsletter management including index, create, edit, and datatable actions.
- Introduced form handling and validation for Franchise and Newsletter submissions.
- Created database migrations for franchises and newsletters tables.
- Updated sidebar configuration to include Franchise and Newsletter sections.
- Enhanced client-side forms with AJAX submission for Franchise and Newsletter.
2025-08-21 23:23:38 +05:45
8c6719e6c3 Add new pages for gallery, sitemap, social platforms, terms, and update study destination template
- Created gallery-template.blade.php for displaying a gallery of images.
- Added sitemap.blade.php to outline the structure of the website.
- Introduced social-platform-template.blade.php for showcasing social media links.
- Implemented terms-template.blade.php to present terms and conditions.
- Updated study-destination-template.blade.php to remove redundant code and improve structure.
- Commented out dashboard toggle switch in navbar for future reference.
2025-08-21 15:40:47 +05:45
d15949d9c2 feat: Add FAQs field to Country model and update form for extra FAQs input 2025-08-21 12:28:07 +05:45
54c1fc4679 refactor: Update card title from 'Custom Fields' to 'FAQ's Section' for clarity 2025-08-20 17:13:56 +05:45
3248b18efe refactor: Adjust layout of custom form fields and update placeholder text for clarity 2025-08-20 17:13:28 +05:45
adf293bd15 chnages 2025-08-20 16:41:52 +05:45
a55383ec9b refactor: Update 'Counsellor' text to 'Counsellor Request' in sidebar and clean up action links in counselor datatable 2025-08-20 12:56:14 +05:45
93d2016ef1 Merge branch 'alika' of http://bibgit.com/Subash/new_raffles 2025-08-19 17:58:25 +05:45
5f7df19915 thankyou page added 2025-08-19 17:52:44 +05:45
6f16c1230f feat: Implement Counselor management with CRUD functionality and associated views 2025-08-19 17:28:23 +05:45
6b4a9f1ebe feat: Enhance cost calculator functionality with new cost retrieval route and result display 2025-08-18 17:00:40 +05:45
ba055ce495 feat: Implement multi-step cost calculator with dynamic form handling and styling enhancements 2025-08-18 13:25:40 +05:45
75ebf99990 Update cost calculation display and management in CostCalculator module.
Show page Design added for cost calculation
2025-08-16 23:24:40 +05:45
6d6d1c9a8a change in cost calculation 2025-08-15 18:01:35 +05:45
5e0913b9f9 feat: Enhance Cost Calculator with StayType integration and cost management features 2025-08-15 00:01:21 +05:45
dee5d001b1 feat: Added StayType management with CRUD operations and DataTables integration 2025-08-14 17:58:55 +05:45
7771d57642 feat: Implement Cost Calculator module with CRUD operations and DataTables integration 2025-08-14 16:17:13 +05:45
165012ea56 feat: Add CostCalculator module with CRUD functionality and frontend integration
- Created new module for CostCalculator with necessary routes and controllers.
- Implemented views for creating, editing, and displaying costs.
- Added form partials for cost input with validation.
- Integrated living status options in the form.
- Developed frontend logic for cost calculation steps with dynamic UI updates.
- Included necessary assets (JS and SCSS) for styling and functionality.
- Updated constants for living status options.
- Enhanced existing client-side cost calculator page with new features.
2025-08-13 17:58:49 +05:45
03c5955768 Add cost calculator page and update header link
- Created a new cost calculator page with form functionality to select study options.
- Updated the header to link to the new cost calculator route instead of a static PHP file.
2025-08-12 17:59:36 +05:45
59e5392370 course finder view page completed 2025-08-06 17:55:22 +05:45
6772e269fb Simplify course search functionality and update route names for clarity 2025-08-04 17:44:59 +05:45
afc7c61f86 Refactor course finder and resources templates for improved readability and functionality
- Updated course finder form to use HTML helper methods for cleaner syntax.
- Enhanced form structure with better class management and attributes.
- Implemented AJAX pagination for course listings to improve user experience.
- Cleaned up resource template code for consistency and readability.
- Ensured proper indentation and spacing for better maintainability.
- Added missing target="_blank" attribute for external links in resource documents.
2025-08-03 18:01:22 +05:45
5e4cb2767c feat: Enhance document upload functionality and improve resource template display 2025-08-03 12:10:14 +05:45
a3b863970e raffles document uploader added / Free Resource Completed 2025-08-03 00:01:49 +05:45
efa9231391 feat: Implement Document Module with Dropzone file upload functionality
- Added DocumentController for handling document uploads and management.
- Created Document model with necessary attributes and relationships.
- Implemented DocumentService for business logic related to documents.
- Set up routes for document management in both web and API contexts.
- Developed views for document upload using Dropzone for file handling.
- Included necessary assets and styles for the Document module.
- Created migration for documents table with appropriate fields.
- Added configuration and service provider for the Document module.
2025-08-01 18:00:15 +05:45
2d75f603d9 Added resources route and update footer and header links; refactor resources template 2025-07-28 17:52:32 +05:45
f8b9a6725b first change 2025-07-27 17:40:56 +05:45