@extends('master/index') @section('custom') @include('user/rightsidebar')

{{ t('Users')}} I'm following

@foreach($user->following as $follower)

{{ $follower->followingUser->fullname }}
{{ $follower->followingUser->username }}

@if(auth()->check() == true) @if(checkFollow($follower->followingUser->id)) @else @endif @endif
@endforeach
@endsection @section('sidebar') @endsection