2022-06-22 17:23:35 -03:00

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