Files
solidtime/resources/views/emails/organization-invitation.blade.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