@extends('adminlte::page') @section('title', 'Raspberry Network | Account Settings') @section('content_header')

My Profile / Account / Settings

@stop @section('js') @stop @section('css') @stop @section('content')

Welcome back, {{Auth::user()->name}}

{{Auth::user()->email}}

View @ NameMC
Change Password

Change your password here. This will log you out from all existing sessions for your security.

@csrf @method('PATCH')

Forgot your password? Reset it here

Two-factor Authentication

This feature is not yet available. Support for Google Authenticator, Authy, Microsoft Authenticator and other compatible apps is coming soon, as well as fingerprint login for android devices.

Session Manager

Terminating other sessions is generally a good idea if your account has been compromised.

Your current session: Logged in from {{ $ip }}

Contact Settings

Need to change personal data? You can do so here.

@csrf @method('PATCH')

For security reasons, you cannot make important account changes without confirming your password. You'll also need to verify your new email.

@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop