@extends('front_end.pages.settings.layout') @section('title', 'Privacy Settings - Socialink') @section('settings_content')
Privacy Settings
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Control who can see your information and how your data is used on Socialink.

@csrf @php $current = function ($key, $default = null) use ($privacySettings) { return old($key, $privacySettings->{$key} ?? $default); }; @endphp
Chat Enabled
If chat disabled you will appear offline and will not see who is online
Newsletter Subscription
From time to time we send newsletter email to all of our members
Profile Privacy
Contact Privacy
Search Privacy
Allow search engines to index your profile
If enabled, search engines like Google can show your profile in search results
Allow people to find you by email or phone number
If enabled, people can find your profile by searching for your email or phone number
Data Usage
Allow personalized ads based on your activity
If enabled, you'll see ads that are more relevant to your interests
Allow data collection for platform improvement
If enabled, we'll use your activity data to improve our services
@endsection