このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/views/emails/fathers/forgotpassword.blade.php

12 行
404 B
PHP

@component('mail::message')
# パスワードリセットを依頼しました。
サイトへのパスワードリセットを依頼しました。
以下のリンクからパスワードを再設定してください。
@component('mail::button', ['url' => url('/').'/p-account/forgot-password/reset/'.$token])
{{ url('/') }}/p-account/forgot-password/reset/{{ $token }}
@endcomponent
@endcomponent