I've used the following to use dynamic templates:
@extends($master)
I just think you have to skip the {{ }} when you're operating within an @something().
Try:
@include($app_tpl.'.app.head')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community