You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/views/emails/user/invite.blade.php

19 lines
400 B
PHTML

<x-mail::message>
# You've been invited to join {{ config('app.name') }}!
<x-mail::panel>
{{ $invite->message }}
Click the link below to register your account.
</x-mail::panel>
<x-mail::button :url="$invite->url()">
Accept Invite
</x-mail::button>
Thanks,<br>
{{ config('app.name') }}
<small>This email is automatically generated. Please do not reply to this message.</small>
</x-mail::message>