@if (count($errors) > 0)
@endif
@if (session('status'))
{{ session('status') }}
@endif
@csrf
{{-- {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}--}} {{ __('To change your password,please enter the email address you used when registering your account') }}

Forgot Password

@if ($errors->has('email') ) {{ $errors->first('email') }} @else @error('email')
{{$errors->get('email')}}
@enderror @endif

Haven't an account? Create a Bitbance Account