-
- Downloads
feat: Add Terms and Conditions page
- Created a new TermsController to handle the display of active terms. - Added a terms view with a markdown component for displaying content. - Updated the generic page header component to allow empty descriptions. - Modified the footer to include a link to the Terms and Conditions page. - Added a new route for the Terms and Conditions page.
parent
bd3f1200
No related branches found
No related tags found
Showing
- app/Http/Controllers/Public/TermsController.php 22 additions, 0 deletionsapp/Http/Controllers/Public/TermsController.php
- resources/views/components/public/footer.blade.php 2 additions, 4 deletionsresources/views/components/public/footer.blade.php
- resources/views/components/public/generic-page-header.blade.php 1 addition, 1 deletion...ces/views/components/public/generic-page-header.blade.php
- resources/views/public/terms.blade.php 16 additions, 0 deletionsresources/views/public/terms.blade.php
- routes/web.php 2 additions, 0 deletionsroutes/web.php
resources/views/public/terms.blade.php
0 → 100644
Please register or sign in to comment