@yield('inline')
Related to this question is this:
http://laravel.io/forum/10-20-2014-blade-problem-with-layouts
Read this thread for additional information.
Thanks alexwenzel,
Solved:
<body class="@yield('body_class')">
@section('body_class', 'report')
Would be good if there was a way to conditionally display class=""
but not a big deal.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community