15 lines
255 B
PHP
15 lines
255 B
PHP
|
@component('mail::message')
|
||
|
# New User Token
|
||
|
|
||
|
Use this token to sign into ANSItex
|
||
|
|
||
|
If this email is a surprise to you, you can ignore it.
|
||
|
|
||
|
@component('mail::panel')
|
||
|
TOKEN: <b>{{ $token }}</b>
|
||
|
@endcomponent
|
||
|
|
||
|
Thanks,
|
||
|
{{ config('app.name') }}
|
||
|
@endcomponent
|