<?php foreach($posts as $post): ?> echo $post->user_id; <?php endforeach; ?>returns me the user id in this case its equal to one. So when i experimented i tried like this
Sentry::user($post->user_id)->get('metadata.fullname');
Sentry::user(1)->get('metadata.fullname');
It looks like you're new here. If you want to get involved, click one of these buttons!