I tried to use the helper function array_sort(), but it returns an undefined function error. Please see my code below.
DashboardController
dd(array_sort($get_all_available_city));
I've created helpers.php by the way. Maybe it affects the functionality. But didn't override the array_sort(), and also I didn't put namespace on it.
UPDATE
I'm using laravel 7.