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

Relationships


Followers Following Hashtags

@if(empty($data))

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

@else
@if($mode == 'hashtags') {{-- --}} @foreach($data as $hashtag) @endforeach @else {{-- --}} @foreach($data as $follower) {{-- --}} @if($mode == 'following') @else @endif @endforeach @endif
Hashtag Action

#{{$hashtag->hashtag->name}}

Unfollow
Username Action

{{$follower->username}}

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