SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'order clause' – Laravel
I'm trying to make pagination after sorting in my Laravel project , so I did this method, it sorts my data but when I want to see next paginate table it shows me this error SQLSTATE[42S22]: Column not found: 1054…