@extends('layouts.main') @section('content')

Edit Profile

Update your account settings and preferences

@if(session('success'))
{{ session('success') }}
@endif @if($success_2fa)
{{ $success_2fa }}
@endif @if($error || $error_2fa)
{{ $error ?: $error_2fa }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

Must contain at least 8 characters, including uppercase, lowercase, numbers and special characters

@error('password')

{{ $message }}

@enderror

Cover View Preferences

Category Permissions

@if($google2fa_url)

Two-Factor Authentication

Scan this QR code with your authenticator app to enable 2FA:

{!! $google2fa_url !!}

After scanning, visit the 2FA settings page to complete setup

@endif
@endsection