$followers = Followers::where('requested', $user->id)->where(' статус', 1)->get();
Код: Выделить всё
foreach ($followers as $follower){
$followerss = User::with('id', $follower->requester)->get();
}
Заранее спасибо
Подробнее здесь: https://stackoverflow.com/questions/528 ... nly-last-e