@extends('layouts.user.frame') @section('title', '') @section('id', 'user') @section('class', 'login loginfg3') @section('withoutFooter', true) @section('content') @section('head') @endsection @include('user.common.header')

新しいパスワードを登録してください。

新しいパスワードをご入力ください。

@csrf
  • 新しいパスワード
    @error('password')

    {{ $message }}@enderror @error('password_confirmation')

    {{ $message }}@enderror

@endsection