You access the title variable in the view directly, not as a session:
{{$title}}
Hi Martinearn,
I had previously tired {{ $title }} but it returns this error.
Undefined variable: title (View: /Users/sheldon/Sites/laravel/fresh-l4/app/views/layout/admin.blade.php)
I am wondering if nesting my controller in the admin affect the use of ->with('key','value');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community