@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