@extends("layouts.app") @section('title', 'My Profile') @section("main")

Profile Settings

Manage your account information, security settings, and preferences

Profile Information

@include("profile.partials.update-profile-information-form")

Password Security

@include("profile.partials.update-password-form")

Two-Factor Authentication

Enhance your account security with Google 2-Factor Authentication. This adds an extra layer of protection to your account.

@if ($user->google2fa_enabled == "On")

2FA is Enabled

Your account is protected with two-factor authentication

@csrf
@else
@csrf
2FA QR Code
Setup Required

Scan the QR code with your Google Authenticator app, then enter the 6-digit code below to enable 2FA

@endif

Profile Picture

Upload a profile picture to personalize your account. Supported formats: JPG, PNG, GIF (max 2MB)

@csrf
@endsection @push('script') @endpush