@if($user_type == 'client') Dear {{ $name }},
Your referral has been accepted.
We've started the onboarding process and will contact you shortly with next steps.
If you need to update any details, reply to this email.
@endif @if($user_type == 'admin')A referral has been accepted and moved to participants.
Participant Email: {{ $email }}
Participant Name: {{ $name }}
Please review the participant record and continue onboarding.
@endif