{{ __('You are invited to join :name', ['name' => $invitation->tenant->name]) }}

{{ __('Invitation to join :name', ['name' => $invitation->tenant->name]) }}

{{ __('You have been invited to join :name.', ['name' => $invitation->tenant->name]) }} {{ __('Please click the button below to accept the invitation.') }}

{{ __('Accept Invitation') }}

{{ __('Sincerely,') }}
{{ config('app.name') }} {{ __('Team') }}