I have store information in MySQL table with PHP (Laravel) encrypted string, now how I can sort it using MySQL query in Laravel.
ex. The first name is store in the database with PHP encrypted string now I do sorting the first name from the database when getting the number of records.