@include('includes.hanaedu.header')
@include('includes.hanaedu.browser') @include('includes.hanaedu.navigation')

아이디 찾기 비밀번호 찾기

@csrf
회원가입 시 기재하셨던 휴대폰 번호와 이메일을 입력해주세요.
@if (!empty($errors->get('message')))
{{ $errors->first('message') }}
@endif

확인방법

* 등록된 이메일 또는 휴대폰으로 회원님의 임시비밀번호가 발송됩니다.
@include('includes.hanaedu.footer_script')
@csrf
회원가입 시 기재하셨던 휴대폰 번호와 이메일을 입력해 주세요.
@if (!empty($errors->get('message')))
{{ $errors->first('message') }}
@endif

확인방법

* 등록된 이메일 또는 휴대폰으로 회원님의 아이디가 발송됩니다.