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

11 lines
338 B
PHP
Raw Normal View History

2023-09-01 15:52:18 +02:00
<x-emails.layout>
2023-06-12 12:00:01 +02:00
2023-12-07 19:06:32 +01:00
You have been invited to "{{ $team }}" on "{{ config('app.name') }}".
2023-06-12 12:00:01 +02:00
2023-12-07 19:06:32 +01:00
Please [click here]({{ $invitation_link }}) to accept the invitation.
2023-06-12 12:00:01 +02:00
2023-12-07 19:06:32 +01:00
If you have any questions, please contact the team owner.<br><br>
2023-06-12 12:00:01 +02:00
2023-12-07 19:06:32 +01:00
If it was not you who requested this invitation, please ignore this email.
2023-09-01 15:52:18 +02:00
</x-emails.layout>