@extends('layout.with-main') @section('title') {{ $user->username }} - Privacy - {{ __('common.members') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('page', 'page__user-privacy-setting--edit') @section('main')

{{ __('user.privacy') }}

@csrf @method('PATCH')
Profile

Achievements

Followers

Forums

Requests

Torrents

Other

Hide your profile options from the selected groups.

@foreach ($groups as $group) @foreach ([ 'json_profile_groups', 'json_achievement_groups', 'json_follower_groups', 'json_forum_groups', 'json_request_groups', 'json_torrent_groups', 'json_other_groups' ] as $setting) @endforeach @endforeach
{{ __('common.group') }} Profile Achievements Followers Forums Requests Torrents Other
{{ $group->name }} privacy !== null && \in_array($group->id, $user->privacy->$setting, true)) />

@endsection