@extends('emails.layouts.base') @section('content')

You've been invited to {{ $businessName }}

Hi {{ $inviteeName }}, {{ $inviterName }} has invited you to join {{ $businessName }} on Nexus as a {{ ucfirst($role) }}.


Click the button below to set up your account and get started.

Accept Invitation

This invitation expires in 48 hours. If you don't know {{ $inviterName }}, you can safely ignore this email.

@endsection