@extends('emails.layouts.default-mail') @section('content')
| @include('emails.components.subject-box', [ 'title' => "You've been invited!", 'description' => 'Welcome to '.config('app.name').'. Your account is ready — set your password to get started.', ]) | ||
|
Hello [full-name]! You've been invited to join {{ config('app.name') }}. Your account has been created and is ready to use. To set your password and activate your account, please click the button below.
Link expires in: [expiry] @endcomponent @component('emails.components.notice-box') Link expired or didn't receive this email? Please contact your administrator to request a new invitation. @endcomponent If you did not expect this invitation, you can safely ignore this email.
|