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

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

@csrf @method('PATCH')
{{ __('user.follow') }}

{{ __('bon.bon') }}

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

{{ __('forum.forums') }}

{{ __('request.requests') }}

{{ __('common.subscriptions') }}

{{ __('torrent.torrents') }}

Mentions

Block all notifications from the selected groups.

@foreach ($groups as $group) @foreach ([ 'json_account_groups', 'json_bon_groups', 'json_following_groups', 'json_forum_groups', 'json_request_groups', 'json_subscription_groups', 'json_torrent_groups', 'json_mention_groups', ] as $setting) @endforeach @endforeach
{{ __('common.group') }} {{ __('user.follow') }} {{ __('bon.bon') }} {{ __('user.followers') }} {{ __('forum.forums') }} {{ __('request.requests') }} {{ __('common.subscriptions') }} {{ __('torrent.torrents') }} Mentions
{{ $group->name }} notification !== null && \in_array($group->id, $user->notification->$setting, true)) />

Override all notifications.

@endsection