@extends('layouts.app') @section('page-title', 'Profile & Security') @section('content')

Profile Information

@csrf @method('PUT')

Change Password

@csrf @method('PUT')
Min 12 chars, mixed case, numbers and symbols. Cannot have been seen in a data breach.

Two-Factor Authentication

@if($user->two_factor_confirmed_at)
2FA is enabled on your account.
@csrf @method('DELETE')
@else

Add an extra layer of security by enabling 2FA with an authenticator app (Google Authenticator, Authy, 1Password).

@csrf
After enabling, return here to scan your QR code and confirm setup.
@endif
@endsection