Support the ongoing development of Laravel.io →
Views Blade
Last updated 2 years ago.
0

This is what I recommend:

move

protected $ layout = ' master ';

to

BaseController

since all your controllers extend from BaseController, you can set the content to the layout from any of them like so:

$this->layout->content = 'my content goes here';

Then in your "index_layout" view you can read the content like so:

echo $content;
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

azielazny azielazny Joined 9 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.