🎉 You're Invited!

Join {{ $invitation->company->name }} as a team member

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.

@else

Staff Role: You'll have access to employee functions like submitting leave requests, expense claims, and attendance tracking.

@endif
@if($invitation->website_assignments && count($invitation->website_assignments) > 0)

Website Access

You'll have access to the following websites:

    @foreach($invitation->website_assignments as $websiteId => $permission)
  • Website ID: {{ $websiteId }} ({{ ucfirst($permission) }} access)
  • @endforeach
@endif
Accept Invitation & Set Password

What happens next?

  1. Click the "Accept Invitation" button above
  2. Set up your secure password
  3. Complete your profile setup
  4. 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.