{{-- --}} {{-- style for frozen verification --}}
{{-- login form --}}

Login

@csrf
Please fill email address
{{-- Forgot Password? --}}
please fill in your password
@if($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
Or
{{-- account frozen 1 --}}
{{--
--}}
@csrf
Verification Illustration ?

This Account Is Frozen

Verify to access this account!

How to verify?
  • Click button 'Verify' to send OTP code by registered phone number
  • Input the OTP code in the input fields
  • If the verify done, then you may reset this account password
@php $phone = session('phone_num'); // Hitung panjang no hp $length = strlen($phone); // Ambil 3 digit terakhir $lastDigits = substr($phone, -3); // Bikin bintang sebanyak panjang no hp dikurang 3 $masked = str_repeat('*', max($length - 3, 0)) . $lastDigits; @endphp

We just sent an SMS

Enter the security code we sent to {{-- +32 123456789 --}} {{ $masked }}

Didn’t receive code? {{-- Resend – 00 : 56 --}} Resend – 00 : 56

{{-- thankyou1 card --}}
{{-- --}}

Your Account is Back!

Click button to reset your password account before login

{{-- account frozen 2 --}}
{{--
--}} {{--
--}}

This Account Is Frozen

Verify to access this account!

@csrf
Verification Illustration ?
How to verify?
  • Choose verification process between call contact support or request verification.
  • If you choose request verification then you may select avaliable time for verification with admin.
  • After you get admin verification, you may access your account.
Contact Support: 0812-3224-3425

Form Verification

{{-- --}}
{{-- thankyou2 card --}}

Thank You!

Please kindly wait for the validation process with admin

Reset Password
@csrf
{{-- icon password --}} {{-- modal forgot password --}} {{-- error notif --}}