@extends('front_end.pages.settings.layout') @section('title', 'Account Settings - Socialink') @php $showLeftSidebar = false; $showRightSidebar = false; @endphp @section('settings_content')
Account Settings
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{ auth()->user()->name }}
@csrf
Recommended size: 300x300 pixels
Your account was created on {{ auth()->user()->created_at->format('F d, Y') }}
{{ auth()->user()->name }}

@ {{ auth()->user()->username }}

@csrf
@error('username')
{{ $message }}
@enderror Your username is how people find you on Socialink.
@error('email')
{{ $message }}
@enderror We'll send important updates to this address.
@error('phone')
{{ $message }}
@enderror For account security and notifications.
@error('language')
{{ $message }}
@enderror Select your preferred language for the platform.

Time Zone Settings
@error('timezone')
{{ $message }}
@enderror
@error('date_format')
{{ $message }}
@enderror

Social Account Links

Connect your other social media accounts to your Socialink profile.

facebook.com/
@error('facebook_username')
{{ $message }}
@enderror
twitter.com/
@error('twitter_username')
{{ $message }}
@enderror
instagram.com/
@error('instagram_username')
{{ $message }}
@enderror
linkedin.com/in/
@error('linkedin_username')
{{ $message }}
@enderror
Deactivate Account

Temporarily deactivate your account. Your profile and content will be hidden until you log in again.

Note: This action will temporarily hide your profile from other users, but your data will remain in our system.

@csrf
@endsection