mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
10 lines
321 B
PHP
10 lines
321 B
PHP
@component('mail::message')
|
|
{{ trans('email.invitation_created_body', ['email' => $email,'invitee' => $invitee]) }}
|
|
|
|
- {{ trans('email.date_time') }}: {{ $time }}
|
|
- {{ trans('email.ip_address') }}: {{ $ip }}
|
|
- {{ trans('email.host_name') }}: {{ $host }}
|
|
- {{ trans('email.user_agent') }}: {{ $userAgent }}
|
|
|
|
@endcomponent
|