mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
15 lines
342 B
PHP
15 lines
342 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
Forgotten Password
|
|
@endsection
|
|
|
|
@section('content')
|
|
|
|
Someone has requested a password reset for this email address.
|
|
<br>
|
|
To reset the password use the following link: <a href="{{$resetLink}}">{{$resetLink}}</a><br>
|
|
<br><br><br>
|
|
Greetings from {{ $site }}
|
|
@endsection
|