Translating Strings Based on a Number of Items With choice | Laravel 5: String Translation Public API
The choice method is used to pluralize the specified translation $key . This method is often used to translate text based on a certain number of items. A good example is an application that displays user messages, and would like the ability to...