Solution:
Figured I’d put this up as answer for anyone else that comes looking –
->get() returns a collection, ->first() returns a model.
->get()
->first()
Either replace ->get() with ->first(), or do $user->first()->email.
$user->first()->email