Reset Password
Enter your email to receive a password reset link
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Email
Send Password Reset Link
Back to login
© {{ date('Y') }} Print Management System. All rights reserved.