This definitely makes the site less usable. I don't think anyone from Laravel is reading this forum. The docs are maintained in Github (https://github.com/laravel/laravel.com and https://github.com/laravel/docs), so you might want to create a new issue or initiate a pull request.
you should use in master page <title>{{ title }}</title>
and in your controller you in return view::make(page)->with('title', 'Your title name');
thats it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community