koel/resources/views/emails/users/invite.blade.php
2023-08-22 22:53:55 +02:00

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>