koel/resources/views/emails/users/invite.blade.php

13 lines
264 B
PHP
Raw Normal View History

2023-08-20 22:35:58 +00:00
<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>