@extends('layouts.app') @section('title', __('Account Settings')) @section('content')
@include('profile.partials.sidebar')
{{ __('Account Settings') }}
{{ __('Account Settings') }}

{{ __('Advanced account settings are coming soon! You can manage privacy settings, notifications, and account preferences here.') }}

@endsection