I've been doing similar with a load of legacy sites.
My approach has been to create static blade template views, then refine and refactor.
You can place php into the views, but you'll probably find it simpler and clearer to create controllers for your custom code, then refactor some more.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community