Hello {{ $invitation->name }}!
You've been invited to join {{ $invitation->company->name }} as a team member. We're excited to have you on board!
Your Role
@if($invitation->role === 'hr') HR - Human Resources @elseif($invitation->role === 'manager') Manager @else Staff @endif @if($invitation->role === 'hr')HR Role: You'll have full access to all company operations, HR functions, and website management.
@elseif($invitation->role === 'manager')Manager Role: You'll be able to approve leave requests, expense claims, and manage team performance reviews.
@elseStaff Role: You'll have access to employee functions like submitting leave requests, expense claims, and attendance tracking.
@endifWebsite Access
You'll have access to the following websites:
-
@foreach($invitation->website_assignments as $websiteId => $permission)
- Website ID: {{ $websiteId }} ({{ ucfirst($permission) }} access) @endforeach
What happens next?
- Click the "Accept Invitation" button above
- Set up your secure password
- Complete your profile setup
- Start collaborating with your team!
⏰ This invitation expires on {{ $invitation->expires_at->format('F j, Y \a\t g:i A') }}
If you have any questions, please contact your system administrator.