Include latest hasMany record in table

I have a Members model with hasMany Payments relatinship. I want to show the latest payment date as a column in the Members table. Is that possible?
Was this page helpful?