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

Followers & Following


@if(empty($data))

You are not {{$mode == 'following' ? 'following anyone.' : 'followed by anyone.'}}

@else
@foreach($data as $follower) @if($mode == 'following') @else @endif @endforeach
Username Relationship Action
{{-- --}} {{$follower->username}} Following Unfollow Follower Mute Block
{{$data->appends(['mode' => $mode])->links()}}
@endif @endsection @push('scripts') @endpush