I was trying to use groupBy for grouping all views by uni_id and their date of creation so I can generate reports. But I see Laravel Eloquent is generating error. However when I executed the same query in phpmyadmin, it shows me data. How does Eloquent process its queries?I was trying to use groupBy for grouping all vi