36 lines
887 B
PHP
Executable file
36 lines
887 B
PHP
Executable file
{{ config('app.name') }}
|
|
===============================================
|
|
|
|
YOUR LOGIN LINK
|
|
===============================================
|
|
|
|
Hello,
|
|
|
|
You requested a login link for your {{ config('app.name') }} account.
|
|
|
|
CLICK THIS LINK TO LOG IN:
|
|
{{ $loginUrl }}
|
|
|
|
-----------------------------------------------
|
|
|
|
OR
|
|
|
|
-----------------------------------------------
|
|
|
|
ENTER THIS CODE ON THE LOGIN PAGE:
|
|
|
|
{{ $code }}
|
|
|
|
-----------------------------------------------
|
|
|
|
IMPORTANT INFORMATION:
|
|
- This link and code will expire in {{ $expiresInMinutes }} minutes for your security
|
|
- If you didn't request this login link, you can safely ignore this email
|
|
- Your account remains secure
|
|
|
|
-----------------------------------------------
|
|
|
|
This is an automated message from {{ config('app.name') }}.
|
|
Please do not reply to this email.
|
|
|
|
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
|