mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
9 lines
302 B
PHP
9 lines
302 B
PHP
{!! __('custom.email_template.welcome_body' , [
|
|
'username' => $data['username'],
|
|
'joinDate' => $data['joinDate'],
|
|
'keyword' => $data['keyword'],
|
|
'verificationUrl' => $data['verificationUrl'],
|
|
'rulesUrl' => route('rules')
|
|
]
|
|
) !!}
|