Files
ntspi-app/resources/views/emails/invitation.blade.php
2024-10-04 12:48:19 +05:00

6 lines
207 B
PHP

<x-mail::message>
Вы приглашены в {{ config('app.name') }}
<x-mail::button :url="$acceptUrl">
{{ __('Создать аккаунт') }}
</x-mail::button>
</x-mail::message>