Laravel String Helper Function: title
This method converts the given value into a traditional print title by capitalizing the first character of each word. It may affect the case of every character in the string. You can use the title helper method or the title_case helper function as shortcuts.