Retrieving Translation Line Text With get | Laravel 5: String Translation Public API
The get method can be used to retrieve the translation line for the provided $key . This method can also process any replacements within the translation line itself (by passing an array argument for the $replace parameter). This method also...