Skip to content
Snippets Groups Projects
invitation.blade.php 217 B
Newer Older
Tibo's avatar
Tibo committed
@component('mail::message')
Dear,

You were invited to join the organization **{{ $organization->name  }}**.

@component('mail::button', ['url' => route("dashboard")])
Login
@endcomponent

Best regards,

@endcomponent