@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (session('status'))
{{ session('status') }}
@endif
@csrf
Login
Signup
{{-- {{ __('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
{{ __('Send Reset Password Email') }}
Haven't an account? Create a Bitbance Account