@extends('selva.layout') @section('title', 'Profile') @section('content')
@include('selva.profile.update-profile')

Keamanan Akun

Atur pengaturan keamanan akun kamu di sini

@include('selva.profile.update-email') @include('selva.profile.update-password') {{--

2-Step Verifications

Add an additional layer of security to your account during login.

--}} {{--

Support access

You have granted us to access to your account for support purposes until Aug 31, 2023, 5:40 PM.

--}} {{--

Log out of all devices

Log out of all other active sessions on other devices besides this one.

--}} {{--

Delete my account

Permanently delete the account and remove access from all workspaces.

--}}
{{--

Forgot Password

Enter your email address and we'll send you a link to reset your password.

--}} {{--

Setup Two-Factor Authentication

Download an authenticator app

Download and install one of these apps on your phone:

Google Authenticator Microsoft Authenticator Authy

Scan QR Code

Or enter this code manually

JBSWY3DPEHPK3PXP

SMS 2FA Setup

Enter your phone number to receive verification codes via SMS.

--}}
@endsection @push('style') @vite(['resources/js/selva/profile/import.js']) @endpush