@if($user_type == 'client')

Dear {{ $name }},

Thank you for submitting the referral form.

Our team has received your information and will review it shortly.
We will contact you if any additional details are required.

@endif @if($user_type == 'admin')

A new referral form has been submitted.

Participant Email: {{ $email }}
Participant Name: {{ $name }}

Please review the submission in the admin panel.

@endif