@extends('layouts.app') @section('title', 'Set Transaction PIN') @section('content')

Set Transaction PIN

Secure your wallet with a 4-digit PIN for credit transfers

Secure Your Wallet

Your PIN will be required for all credit transfers to keep your funds safe.

@csrf
@error('password')

{{ $message }}

@enderror
@error('pin')

{{ $message }}

@enderror

Enter a 4-digit PIN (numbers only)

@error('pin_confirmation')

{{ $message }}

@enderror

Important Security Information

  • • Keep your PIN secret and never share it with anyone
  • • Your PIN is required for all credit transfers
  • • You can change your PIN anytime from wallet settings
  • • Contact support if you forget your PIN
Cancel
@endsection