coolify/resources/views/emails/invitation-link.blade.php

13 lines
513 B
PHP
Raw Normal View History

2023-06-12 12:00:01 +02:00
Hello,<br><br>
You have been invited to "{{ $team }}" on "{{ config('app.name') }}".<br><br>
2023-06-12 15:47:42 +02:00
Please click here to accept the invitation: <a target="_blank" href="{{ $invitation_link }}">Accept Invitation</a><br><br>
2023-06-12 12:00:01 +02:00
If you have any questions, please contact the team owner.<br><br>
If it was not you who requested this invitation, please ignore this ema il, or instantly revoke the invitation by
2023-06-12 15:47:42 +02:00
clicking here: <a target="_blank" href="{{ $invitation_link }}/revoke">Revoke Invitation</a><br><br>
2023-06-12 12:00:01 +02:00
Thank you.