@php $profile = getUser(); @endphp @extends($_layout.'master') @section('title', 'Thay đổi mật khẩu cấp 2') @section('show_sidebar', 1) @section('content')
Mật khẩu cấp 2
@csrf
@if ($profile->payment_password)
{{$current_payment_password?$current_payment_password:"Vui lòng nhập Mật khẩu hiện tại"}}
@endif
{{$payment_password?$payment_password:"Vui lòng nhập Mật khẩu cấp 2"}}
{{$payment_password_confirmation?$payment_password_confirmation:"Vui lòng Nhập lại mật khẩu cấp 2."}}
@if ($profile->google2fa_secret)
{{$otp?$otp:"Không được bỏ trống."}}
@endif
@endsection