mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
10 lines
374 B
PHP
10 lines
374 B
PHP
@component('mail::message')
|
|
{{ __('You have been invited to join the :organization organization!', ['organization' => $invitation->organization->name]) }}
|
|
|
|
@component('mail::button', ['url' => $acceptUrl])
|
|
{{ __('Accept Invitation') }}
|
|
@endcomponent
|
|
|
|
{{ __('If you did not expect to receive an invitation to this organization, you may discard this email.') }}
|
|
@endcomponent
|