Laravel collection map use private function in same class instead closure
I use the map function to loop each object of collections. The closure method is too long and I tried to make it a private function. But I cannot successfully call the function. Here is my sample code. (note: the…