All records from Laravel collection are return by which collection method?
->all()
->get()
->where()
->whereAll()
(A) ->all()
Explanation: