{{ $globalBusinessName }} Logo

Set a new password

Enter the code from your email, then choose a new password.

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
@csrf
← Back to login