12 lines
299 B
PHP
12 lines
299 B
PHP
@component('mail::message')
|
|
# Introduction
|
|
|
|
The body of your message.
|
|
|
|
Your six-digit PIN is <h4>{{$pin}}</h4>
|
|
<p>Please do not share your One Time Pin With Anyone. You made a request to reset your password. Please discard if this wasn't you.</p>
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|