{{-- Modals (Followers || Following) --}} {{ $showFollowers ? __('messages.t_followers') : __('messages.t_following') }}
@if($showFollowers) @foreach($followersList as $follower)
@endforeach @else @foreach($followingList as $following)
@endforeach @endif