@extends('layout-common') @section('content')

아이디 찾기

@csrf
회원가입 시 기재한 휴대폰번호를 입력해 주세요.

(이메일이 아닌 아이디로 가입한 경우에 한하여 찾기 가능)

전화번호

@error('not-id-account') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@endsection @section('script') @endsection