Core Mining
Forgot Password
Enter your email address and we'll send you a 6-digit verification code
@csrf @if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@else
@endif @if(session('status'))
{{ session('status') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
Email Address
@error('email')
{{ $message }}
@enderror
Send Verification Code
Remember your password?
Back to Login