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

Change Transaction PIN

Update your 4-digit security PIN for credit transfers

Update Security PIN

Enter your current PIN and set a new one.

@csrf
@error('password')

{{ $message }}

@enderror
@error('current_pin')

{{ $message }}

@enderror
@error('new_pin')

{{ $message }}

@enderror

Enter a new 4-digit PIN (numbers only)

@error('new_pin_confirmation')

{{ $message }}

@enderror

PIN Security Tips

  • • Choose a PIN that's easy for you to remember but hard for others to guess
  • • Avoid using obvious patterns like 1234 or 0000
  • • Don't use your birth year or phone number
  • • Keep your new PIN private and secure
Cancel
@endsection