// Make sure column names are correct $inquiries = Inquiry::orderBy('status', 'ASC') ->orderBy('created_at', 'DESC') ->get();