13 lines
248 B
PHP
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>
|