Files
ntspi-app/resources/views/emails/invitation.blade.php
T
2026-03-20 21:47:02 +05:00

6 lines
207 B
PHP
Executable File

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