Files
numstation-web/resources/views/themes/tailwind/emails/send-user-invite.blade.php
2023-12-22 12:35:55 +08:00

13 lines
248 B
PHP

<x-mail::message>
# Hello!
You are invite to {{ $companyName }} , Please click on the below link to accept the invitation
<x-mail::button :url="$url">
Acceept Invitation
</x-mail::button>
Regards,<br>
{{ config('app.name') }}
</x-mail::message>