@extends('settings.template') @section('section')

Followers & Following


@if(empty($following) && empty($followers))

You are not following anyone, or followed by anyone.

@else @foreach($followers as $follower) @endforeach @foreach($following as $follower) @endforeach
Username Relationship Action
{{-- --}} {{$follower->username}} Follower Mute Block
{{$follower->username}} Following Unfollow
{{$following->links() ?? $followers->links()}}
@endif @endsection @push('scripts') @endpush