@extends('layout.default') @section('title') {{ $user->username }} - {{ __('user.notification') }} - {{ __('common.members') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @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.

{{ __('user.follow') }} @foreach ($groups as $group)

@endforeach
{{ __('bon.bon') }} @foreach ($groups as $group)

@endforeach
{{ __('user.followers') }} @foreach ($groups as $group)

@endforeach
{{ __('forum.forums') }} @foreach ($groups as $group)

@endforeach
{{ __('request.requests') }} @foreach ($groups as $group)

@endforeach
{{ __('common.subscriptions') }} @foreach ($groups as $group)

@endforeach
{{ __('torrent.torrents') }} @foreach ($groups as $group)

@endforeach
Mentions @foreach ($groups as $group)

@endforeach

Override all notifications.

@endsection