mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
14 lines
254 B
PHP
14 lines
254 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
Forgotten Password
|
|
@endsection
|
|
|
|
@section('content')
|
|
Dear {{ $userName }},
|
|
<br>
|
|
Your password has been reset to: {{ $newPass }}
|
|
<br><br><br>
|
|
Greetings from {{ $site }}
|
|
@endsection
|