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

확인방법

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