@extends('admin.master') @section('content')

Profile Settings

Manage your profile, password, and security settings

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif

Update Profile

@csrf

Change Password

@csrf

Security Settings

Two-Factor Authentication (2FA)

Add additional security to your account using two-factor authentication.

Status

{{ $user->two_factor_enabled ? 'Enabled' : 'Disabled' }}

@csrf

Browser Sessions

Manage and log out your active sessions on other browsers and devices.

@csrf

If necessary, you may log out of all of your other browser sessions across all of your devices. Please enter your password to confirm.

@endsection