{{ __('web.OVERVIEW') }}
@if (! $profile->activity_privacy || (auth()->check() && auth()->user()->username == $profile->username))
{{ __('web.NEWS_FEED') }}
@endif
{{ __('web.COLLECTION') }}
{{ __('web.PLAYLISTS') }}
{{ __('web.USER_FOLLOWERS') }}
{{ __('web.USER_FOLLOWING') }}
@if (auth()->check() && auth()->user()->username == $profile->username)
{{ __('web.NOTIFICATIONS') }}
@endif @if (! $profile->activity_privacy || (auth()->check() && auth()->user()->username == $profile->username))
{{ __('web.QUEUE') }}
@endif