@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 Action

{{$follower->username}}

Unfollow Mute Block
{{$data->appends(['mode' => $mode])->links()}}
@endif @endsection @push('styles') @endpush @push('scripts') @endpush