{{ __('Update PIN') }}

{{ __('Ensure your account is using a 6-digit PIN for approvals.') }}

@csrf @method('patch')
@if (session('status') === 'pin-updated')

✓ {{ __('Saved.') }}

@endif