I\'m using laravel (5.1) blade template engine with the localization feature.
There is a language file messages.php within the /resources/lang/en/
messages.php
/resources/lang/en/
Another way to make capitalize first letter using PHP and blade.
Controller
return view('stock.uk-lse', ['name' => 'djan']);
View
{{ ucfirst($name) }}