I've been looking for information or tutorials regarding how to construct nice layouts in laravel 4 and I really can't find much. Mostly people just seem to say "it changed a lot from 3". That's great.... could someone post info or maybe a tutorial on templating in L4? Specifically, it'd be nice to know how to create a unified design, or pull in other templates without necessarily having to use the Blade engine.
I found some details on changes here: https://github.com/jasonlewis/jasonlewis.me/blob/master/articles/laravel-4-illuminating-your-laravel-3-applications.md
however, the author mentions that things like "render_each()" have been removed, but doesn't mention what to use instead.
Ideally, I'd like to have a single design template, which pulls in smaller sub-layouts for various pieces of the design.
Thanks!