@extends('user.layouts.auth')
@section('title', 'パスワードをお忘れの方へ')
@section('header')
<
パスワードをお忘れの方へ
@endsection
@section('content')
{{ Form::open(['route' => ['user.password.email'], 'id' => 'frm_send_mail', 'name' => 'frm_send_mail', 'method' => 'POST']) }}
ご登録のメールアドレスを入力してください。
@error('email')
{{ $message }}
@enderror
送信する
{{ Form::close()}}
@endsection
@section('page_js')
@endsection