@extends('settings.template') @section('section')

{{__('settings.privacy.privacy_settings')}}


{{ __('profile.mutedAccounts') }} {{ __('profile.blockedAccounts') }} {{ __('profile.blockedDomains') }}

@csrf
is_private ? 'checked=""':''}}>

{{__('settings.privacy.when_your_account_is_private_only_people_you_etc')}}

crawlable ? 'checked=""':''}} {{$settings->is_private ? 'disabled=""':''}}>

{{__('settings.privacy.when_your_account_is_visible_to_search_engines_etc')}} {!! $settings->is_private ? ''.__('settings.privacy.not_available_when_your_account_is_private').'' : ''!!}

indexable ? 'checked=""':''}} {{$settings->is_private ? 'disabled=""':''}}>

{{__('settings.privacy.your_public_posts_may_appear_in_search_results_etc')}} {!! $settings->is_private ? ''.__('settings.privacy.not_available_when_your_account_is_private').'' : ''!!}

is_private ? 'disabled=""':''}} {{auth()->user()->profile->is_suggestable ? 'checked=""':''}}>

{{__('settings.privacy.when_this_option_is_enabled_your_profile_is_etc')}} {!! $settings->is_private ? ''.__('settings.privacy.not_available_when_your_account_is_private').'' : ''!!}

public_dm ? 'checked=""':''}} name="public_dm">

{{__('settings.privacy.if_selected_you_will_be_able_to_receive_messages_etc')}}

{{--

{{__('settings.privacy.this_prevents_posts_with_potentially_sensitive_etc')}}

--}} {{--

{{__('settings.privacy.use_this_to_eliminate_search_results_from_accounts_etc')}}

{{__('settings.privacy.show_all_media_including_potentially_sensitive_content')}}

--}}
show_profile_follower_count ? 'checked=""':''}}>

{{__('settings.privacy.display_follower_count_on_profile')}}

show_profile_following_count ? 'checked=""':''}}>

{{__('settings.privacy.display_following_count_on_profile')}}

disable_embeds ? 'checked=""':''}}>

{{__('settings.privacy.disable_post_and_profile_embeds')}}

@if(!$settings->is_private)
show_atom ? 'checked=""':''}}>

{{__('settings.privacy.enable_your_profile_atom_feed_only_public_profiles_etc')}}

@if($settings->show_atom)

{{ $profile->permalink('.atom') }}

@endif
@endif

@endsection @push('scripts') @endpush