-
- Downloads
feat: add legal mentions page and update terms page with localization
- Created a new LegalMentionsController to handle the display of legal mentions. - Added a new Blade view for legal mentions with localization support. - Updated the terms page to use localized titles. - Updated footer links to use localized text for legal mentions and terms. - Added French localization entries for "Mentions légales" and "Conditions générales de vente".
parent
1de77bfa
Branches
No related tags found
Showing
- app/Http/Controllers/Public/LegalMentionsController.php 21 additions, 0 deletionsapp/Http/Controllers/Public/LegalMentionsController.php
- lang/fr/generic.php 2 additions, 0 deletionslang/fr/generic.php
- resources/views/components/public/footer.blade.php 4 additions, 3 deletionsresources/views/components/public/footer.blade.php
- resources/views/public/legal-mentions.blade.php 16 additions, 0 deletionsresources/views/public/legal-mentions.blade.php
- resources/views/public/terms.blade.php 3 additions, 3 deletionsresources/views/public/terms.blade.php
- routes/web.php 3 additions, 1 deletionroutes/web.php
Loading
Please register or sign in to comment