@extends('template.basic.layouts.master') @push('css') @endpush @section('content')
Security
Manage your account security, 2FA, backup phrase.
Complete the steps below to help prevent unauthorized access to your wallet. Add additional verification to access your funds at any time.
Password
Your password is never shared with Blockchain or stored on our servers. We cannot access or reset your password. The only way to restore your wallet is through your Recovery Phrase.Make sure you write down your Recovery Phrase as it is the only way to restore access to your wallet in the event of a lost password.
@csrf
Password must be at least 8 characters with uppercase, lowercase, number, and symbol.
Add {$user->private_key_fee} to automatically generate your private key." !!}` }">
Private Key
our private key is never shared with Blockchain or stored on our servers. We cannot access or reset your password. View your wallet private key.
@if($user->paid_private_key == 'yes')

{{$user->private_key}}

@else
Add {{$user->private_key_fee}} to your wallet to automatically generate your private key.
@endif
@endsection @push('javascript') @endpush