{{ __('Hello :name,', ['name' => $invitation->user->first_name]) }}
{{ __('You have been invited to join the team ":team" on our platform.', ['team' => $invitation->business->business_name]) }}
{{ __('To accept the invitation, please click the button below:') }}
{{ __('Accept Invitation') }}{{ __('If you did not expect this invitation, you can safely ignore this email.') }}