Auth::id(), 'key' => 'notifications'], ['value' => $this->notifications]); Setting::updateOrCreate(['user_id' => Auth::id(), 'key' => 'public'], ['value' => $this->public]); $this->dispatch('toastMagic', status: 'success', title: 'Settings saved', message: 'The settings have succesfully been saved.' ); } }; ?>
Your profile and security settings.
{{ auth()->user()->email }}
Member since
{{ optional(auth()->user()->created_at)->format('d M Y') ?? 'Unknown' }}