@extends('layouts.general') @section('content')
パスワードの再設定
@if ($errors->has('email'))

{{ $errors->first('email') }}


@endif @if ($errors->has('phone.*'))

{{ $errors->first('phone.*') }}


@endif @if ($errors->has('nodata'))

{{ $errors->first('nodata') }}


@endif

会員情報の確認を行います。
会員情報の登録を行った際のメールアドレスと自宅/携帯電話番号を入力して
「送信する」ボタンをクリックしてください。
※ご登録のメールアドレスに新たなパスワードをお送りします。

戻る
@csrf
@endsection