Can you post the code ...
Did you check the documentation
Hi there (hope this is in correct section, my first post),
In the main "app.blade.php" template file I've added a custom "@yield('nav')" in addition to the default "@yield('content')". But when I try to extend the layouts.app within navigation.blade.php file, for some reason its not displaying the navigation template within "@yield('nav')".
You guys got any ideas ?
My guess is you are not viewing the navigation.blade.php file
Show us your route
And just a bonus, are you trying to separate your navigation from your main template? in that case you are not supposed to use @yield, but rather @include
This looks like you are trying to create a new navigation on each page using the layout
Please or to participate in this conversation.