19 lines
537 B
PHP
19 lines
537 B
PHP
<x-mail::message>
|
|
# You have been invited!
|
|
|
|
Hello,
|
|
|
|
**{{ $inviterName }}** has invited you to join their Dynamic: **{{ $dynamicName }}** as a **{{ strtoupper($role) }}**.
|
|
|
|
Only the user registered with this email address can accept this invitation. The invitation link will be valid for 7 days.
|
|
|
|
<x-mail::button :url="$acceptUrl">
|
|
Accept Invitation
|
|
</x-mail::button>
|
|
|
|
If you do not have an account yet, please register using this email address first, then click the button above.
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
</x-mail::message>
|