These modules feed the public marketing site, not the tools sidebar.
Blog
Admin → Content → Blog (/admin/posts).
- Create/edit posts: title, body, image, type (category), active flag.
- Public:
/blog,/blog/{post},/blog/type/{typeId}. - Inactive posts stay out of the public index.
FAQs
Admin → Content → FAQs (/admin/faqs).
- Name (question) and details (answer). Soft delete / restore.
- Public:
/faq.
Knowledge base
Admin → Content → Knowledge base (/admin/knowledge-base).
- Title, details, type.
- Intended for longer help articles than FAQs.
- Admin CRUD is at the routes above. Wire a public KB listing in your theme if you expose
PageController@kbon a public path.
Front pages (home, footer, legal copy)
Seeded rows in front_pages (from public/json/front_page.json) include marketing blocks such as home and footer.
- If there is no
homefront page,/redirects to Print Studio. - Admins can load/update a page at
/admin/front_pages/{slug}(JSON/HTML payload). - Footer is passed into many landing Inertia pages.
Contact form
Public /contact posts to the server and can dispatch a contact mail event. Requires mail.
Public marketing routes
/, /about-us, /our-services, /team, /blog, /faq, /contact, /terms-of-services, /privacy.
SEO strings: config/seo.php. See Environment & SEO.
← All ProfileSuite – Digital Business Card, Bio Link & Lead Capture Platform documentation