@extends('settings.template') @section('section')
{{__('settings.relationships.followers')}} {{__('settings.relationships.following')}} {{__('settings.relationships.hashtags')}}
You are not {{$mode == 'hashtags' ? 'following any hashtags.' : ($mode == 'following' ? 'following anyone.' : 'followed by anyone.')}}
@else--}} | {{__('settings.relationships.hashtag')}} | {{__('settings.relationships.action')}} | |
---|---|---|---|
#{{$hashtag->hashtag->name}} |
Unfollow | ||
--}} | {{__('settings.relationships.username')}} | {{__('settings.relationship.action')}} | |
--}} |
{{$follower->username}} |
@if($mode == 'following')
Unfollow | @else{{__('settings.relationships.mute')}} {{__('settings.relationships.block')}} | @endif