coolify/resources/views/emails/invitation-link.blade.php
2023-09-01 15:52:18 +02:00

12 lines
409 B
PHP

<x-emails.layout>
You have been invited to "{{ $team }}" on "{{ config('app.name') }}".
Please [click here]({{ $invitation_link }}) to accept the invitation.
If you have any questions, please contact the team owner.<br><br>
If it was not you who requested this invitation, please ignore this email, or instantly revoke the invitation by clicking [here]({{ $invitation_link }}/revoke).
</x-emails.layout>