You access the title variable in the view directly, not as a session: {{$title}}
Your base path in WAMP must be set to the Laravel project's public directory (e.g C:\wamp\www\l4\pu...
That's probably MySQL rather than Laravel You'll need to write a raw SQL command like: $a = Items::w...
:) @usm4n although perhaps better to retrieve the default language from the config rather than hardc...
App::setlocale($language); This is only set for the current request - you will need to save the set...
The Laravel portal for problem solving, knowledge sharing and community building.