mirror of
https://github.com/koel/koel
synced 2024-11-15 00:47:18 +00:00
13 lines
264 B
PHP
13 lines
264 B
PHP
|
<x-mail::message>
|
||
|
Hey hey,
|
||
|
|
||
|
{{ $invitee->invitedBy->name }} has invited you to join them on {{ config('app.name') }}.
|
||
|
Click the button below to accept the invitation.
|
||
|
|
||
|
<x-mail::button :url="$url">
|
||
|
Accept Invitation
|
||
|
</x-mail::button>
|
||
|
|
||
|
Enjoy!
|
||
|
</x-mail::message>
|