@if ($inviterName) {{ __(':inviter has invited you to join :name as a :role.', [ 'inviter' => $inviterName, 'name' => $accountName, 'role' => $role, ]) }} @else {{ __('You\'ve been invited to join :name as a :role.', [ 'name' => $accountName, 'role' => $role, ]) }} @endif
@if ($expiresAt) {{ __('This invitation expires :when.', ['when' => $expiresAt->diffForHumans()]) }} @else {{ __('This invitation does not expire.') }} @endif
{{ __('If the button doesn\'t work, copy and paste this URL into your browser:') }} {{ $acceptUrl }}
{{ __('If you weren\'t expecting this invitation, you can safely ignore this email.') }}
— {{ config('app.name') }}