mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
7 lines
215 B
PHP
7 lines
215 B
PHP
{!! __('custom.email_template.change_email_body' , [
|
|
'username' => $data['username'],
|
|
'changeEmailUrl' => $data['changeEmailUrl'],
|
|
'homeUrl' => route('home')
|
|
]
|
|
) !!}
|