invite.blade.php 560 B

123456789101112131415161718
  1. <x-mail::message>
  2. # You've been invited to join Pixelfed!
  3. <x-mail::panel>
  4. A parent account with the username **{{ $verify->parent->username }}** has invited you to join Pixelfed with a special youth account managed by them.
  5. If you do not recognize this account as your parents or a trusted guardian, please check with them first.
  6. </x-mail::panel>
  7. <x-mail::button :url="$verify->inviteUrl()">
  8. Accept Invite
  9. </x-mail::button>
  10. Thanks,<br>
  11. Pixelfed
  12. <small>This email is automatically generated. Please do not reply to this message.</small>
  13. </x-mail::message>