@extends('layouts.user.frame') @section('title', 'パスワードをお忘れの方 - ') @section('id', 'user') @section('class', 'login loginfg1') @section('withoutFooter', true) @section('head') @endsection @section('content') @include('user.common.header')

パスワードをお忘れの方

パスワードをお忘れの方は下記を入力し、「パスワードの再設定」ボタンを押してください。

@csrf
  • メールアドレス
    @error('email')

    {{ $message }}@enderror

@endsection