@extends('layouts.app') @section('title', 'Preferences — Financial OS') @push('styles') @endpush @section('content') @php $user = Auth::user(); @endphp {{-- Toasts --}} @if(session('success'))
Your personal details
Your preferred currency
Your local time
Change your password
Secure your account
Add an extra layer of security with Google Authenticator.
@elseYour membership
{{ $status === 'active' ? 'Full access to all features' : 'Upgrade for AI features' }}
Connect with your family
Ask your family owner for the 8-character family code. They can find it on their Family Access page.
@endif