JhaoDa, мне не понятен ваш ответ.Как я понимаю здесь делается выборка всех записей из таблицы после чего идет сортировка выбранного массива средствами Ларавель.
Спасибо за помощь я окончательно разобрался проблема крылась у использовании устаревшей версии PHP языка на сервере. Ларавель выше 5.2.3 его не поддерживал.
JhaoDa, Laravel ships with several pre-built authentication controllers, which are located in the App\Http\Controllers\Auth namespace. The RegisterController handles new user registration, the LoginController handles authentication, the ForgotPasswordController handles e-mailing links for resetting passwords, and the ResetPasswordController contains the logic to reset passwords. Each of these controllers uses a trait to include their necessary methods. For many applications, you will not need to modify these controllers at all.