新規会員登録

会員情報を入力してください。

@if ($errors->has('name')) {{ $errors->first('name') }}
@endif @if ($errors->has('kana')) {{ $errors->first('kana') }}
@endif @if ($errors->has('phone.*')) {{ $errors->first('phone.*') }}
@endif @if ($errors->has('mobile.*')) {{ $errors->first('mobile.*') }}
@endif

@csrf