@extends('auth.find.id.template') @section('detail')
@csrf
회원 가입 시 등록하신 {{ $info->type == 'email' ? '이메일로' : '휴대폰으로' }} 아이디를 발송해 드립니다.

{{ $info->mask }}

@endsection