Problem: marketing wants to be able to edit content and layout of several parts of my Laravel app which are in blade templates. E.g. in-app landing pages, splash screens, content of modal popups throughout the app etc.
I'm looking for a solution I can integrate into app so they can make any changes on their own in some sort of a SaaS/dashboard which will be deployed on prod directly or committed to git repo as PRs. Something like Contentful but with markup editing capabilities of Webflow.
Will appreciate any pointers to any tools out there or ideas how to approach this if I'd be building it myself. thx