Enter PIN (Step 3)
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Enter your 4 digit login PIN to continue to dashboard.

@csrf