mirror of
https://github.com/koel/koel
synced 2024-11-15 00:47:18 +00:00
12 lines
264 B
PHP
12 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>
|