choice($key, $number, array $replace = [], $locale = null) | The Laravel Translator
The choice method is used to pluralize a given $key , translating it for the given $locale . The choice method accepts the $number of some collection of objects that it should use when making pluralization decisions. Like the get and trans...