trans($id, array $parameters = [], $domain = 'messages', $locale = null) | The Laravel Translator
The trans method is identical in usage to the get method. It internally makes a call and returns the value of the get method, passing in the $id , $parameters and $locale . The $domain is not used and is completely ignored. 1 <?php 2 3 // Get a...