@if($tenant?->package_tier === 'seo' && $data['meta_keywords']) @endif
Book Session
Professional Psychological Care

Elevate Your
Mental Well-being

Welcome to the private practice of {{ $data['name'] }}. {{ $data['title'] }}. Specializing in evidence-based therapy for sustainable emotional health.

@if($data['profile_image'] || $data['avatar_url']) {{ $data['name'] }} @else
{{ strtoupper(substr($data['name'], 0, 1)) }}
@endif
Accepting New Clients

Book an Appointment

Securely schedule your counseling sessions synced live from the imhappy ERP calendar. Choose between online or clinic sessions.

Secure Your Slot
Connected to ERP Engine: /bookAppointment/{{ $data['counsellor_id'] ?? '' }}
Success Stories

Testimonials

Real experiences from individuals who have taken the step towards better mental and emotional well-being.

@if(isset($testimonials) && count($testimonials) > 0) @foreach($testimonials as $testimonial)
"
@for($i = 0; $i < 5; $i++) @endfor

"{{ trim($testimonial->description, '"\' ') }}"

@if($testimonial->image) {{ $testimonial->name }} @else
{{ substr($testimonial->name, 0, 1) }}
@endif

{{ $testimonial->name }}

Verified Client
@endforeach @else

More Stories Coming Soon

Our clients' experiences are being compiled. Check back later to see their journey towards better mental health.

@endif

About Our Practice

Discover our clinical approach, values, and mental wellness care philosophy.

Welcome to the practice of {{ $data['name'] }}. Specializing in comprehensive counseling and therapy services.

{{ $data['bio'] }}

@if(!empty($data['skills']))
@foreach($data['skills'] as $skill) {{ $skill }} @endforeach
@endif

Practice Details

@if($data['title'])

Clinical Designation

{{ $data['title'] }}

@endif @if(!empty($data['languages']))

Languages Spoken

@foreach($data['languages'] as $lang) {{ $lang }} @endforeach
@endif
@php $profile = $tenant->profile ?? \App\Models\Profile::where('tenant_id', $tenant->id)->first(); $counsellor = \App\Models\Counsellor::where('first_name', $tenant->name)->first(); if (!function_exists('parseMaybeJson')) { function parseMaybeJson($value) { if (empty($value)) return []; $decoded = json_decode($value, true); if (json_last_error() === JSON_ERROR_NONE && is_array($decoded)) { return array_map(function($item) { return is_array($item) ? implode(', ', $item) : $item; }, $decoded); } return array_map('trim', explode(',', $value)); } } if (!function_exists('parseMaybeJsonSingle')) { function parseMaybeJsonSingle($value) { if (empty($value)) return null; $decoded = json_decode($value, true); if (json_last_error() === JSON_ERROR_NONE) { if (is_array($decoded)) { return implode(', ', $decoded); } return $decoded; } return $value; } } @endphp
@if($profile && $profile->profile_image) {{ $data['name'] }} @elseif(!empty($data['avatar_url'])) Profile @else 🧑‍⚕️ @endif

{{ $profile->first_name ?? $counsellor->first_name ?? $data['name'] }} {{ $profile->last_name ?? $counsellor->last_name ?? '' }}

{{ $profile->title ?? $counsellor->specialization ?? $data['title'] ?? 'Counselor & Clinical Psychologist' }}
@if($profile && $profile->contact_email)
📧 {{ $profile->contact_email }}
@elseif(!empty($data['contact_email']))
📧 {{ $data['contact_email'] }}
@endif @if($profile && $profile->contact_phone)
📞 {{ $profile->contact_phone }}
@elseif(!empty($data['contact_phone']))
📞 {{ $data['contact_phone'] }}
@endif @if($profile && $profile->country)
📍 {{ $profile->country }}
@endif
{{-- About / Bio --}} @if($profile && $profile->bio)

📝 About Me

{!! nl2br(e($profile->bio)) !!}
@elseif(!empty($data['bio']))

📝 About Me

{!! nl2br(e($data['bio'])) !!}
@endif {{-- Life Quote --}} @if($profile && $profile->life_quote)

💬 Life Quote

"{{ parseMaybeJsonSingle($profile->life_quote) }}"

@endif {{-- Professional Details --}}

💼 Professional Details

@if($profile && $profile->experience)
Experience
{{ parseMaybeJsonSingle($profile->experience) }} Years
@endif @if($profile && $profile->higher_degree)
Higher Degree
{{ parseMaybeJsonSingle($profile->higher_degree) }}
@endif @if($profile && $profile->expertise)
Expertise
{{ parseMaybeJsonSingle($profile->expertise) }}
@endif @if($profile && $profile->qualification)
Qualification
{{ parseMaybeJsonSingle($profile->qualification) }}
@endif @if($profile && $profile->membership_association)
Membership / Association
{{ parseMaybeJsonSingle($profile->membership_association) }}
@endif @if($profile && $profile->experience_detail)
Experience Details
{{ parseMaybeJsonSingle($profile->experience_detail) }}
@endif
{{-- Education --}} @if($profile && ($profile->degree || $profile->master_degree))

🎓 Education

@if($profile->degree)
Degree
{{ parseMaybeJsonSingle($profile->degree) }}
@endif @if($profile->university)
University
{{ parseMaybeJsonSingle($profile->university) }}
@endif @if($profile->education_start_year || $profile->education_end_year)
Year
{{ $profile->education_start_year ?? '—' }} – {{ $profile->education_end_year ?? 'Present' }}
@endif @if($profile->master_degree)
Master's Degree
{{ parseMaybeJsonSingle($profile->master_degree) }}
@endif @if($profile->master_university)
Master's University
{{ parseMaybeJsonSingle($profile->master_university) }}
@endif @if($profile->master_start_year || $profile->master_end_year)
Master's Year
{{ $profile->master_start_year ?? '—' }} – {{ $profile->master_end_year ?? 'Present' }}
@endif
@endif {{-- Skills & Languages --}} @if(($profile && $profile->skills) || ($profile && $profile->languages) || !empty($data['skills']))

🎯 Skills & Languages

@if($profile && $profile->skills)
Skills
@foreach(parseMaybeJson($profile->skills) as $skill) {{ trim($skill) }} @endforeach
@elseif(!empty($data['skills']))
Skills
@foreach($data['skills'] as $skill) {{ trim($skill) }} @endforeach
@endif @if($profile && $profile->languages)
Languages
@foreach(parseMaybeJson($profile->languages) as $lang) {{ trim($lang) }} @endforeach
@elseif(!empty($data['languages']))
Languages
@foreach($data['languages'] as $lang) {{ trim($lang) }} @endforeach
@endif
@endif {{-- Certificates & Achievements --}} @if($profile && ($profile->certificate_title || $profile->achievements))

🏆 Certificates & Achievements

@if($profile->certificate_title)
Certificate Title
{{ parseMaybeJsonSingle($profile->certificate_title) }}
@endif @if($profile->achievements)
Achievements
{{ parseMaybeJsonSingle($profile->achievements) }}
@endif
@endif {{-- Contact & Office --}}

📍 Contact & Location

@if($profile && $profile->office_address)
Office Address
{{ parseMaybeJsonSingle($profile->office_address) }}
@elseif(!empty($data['office_address']))
Office Address
{{ $data['office_address'] }}
@endif @if($profile && $profile->address)
Address
{{ parseMaybeJsonSingle($profile->address) }}
@endif @if($profile && $profile->gender)
Gender
{{ ucfirst($profile->gender) }}
@endif @if($profile && $profile->gst_number)
GST Number
{{ $profile->gst_number }}
@endif @if($profile && $profile->contact_person)
Contact Person
{{ $profile->contact_person }}
@endif @if($profile && $profile->contact_number)
Contact Number
{{ $profile->contact_number }}
@endif
@if(!empty($data['certificate_title']))

Certificate of Appreciation

Specialized Certification & Academic Achievement.

{{ $data['certificate_title'] }}

Recognized and awarded for outstanding contribution and specialized achievement in the field of mental health and counseling.

Verified Certificate @if(!empty($data['certificate_file'])) View Certificate File → @endif
@endif @if(!empty($data['membership_association']) && is_array($data['membership_association']))

Professional Association

Registered memberships and professional affiliations.

@foreach($data['membership_association'] as $index => $membership)

{{ $membership }}

Active professional member and associate of prestigious medical organizations.

Professional Board @if(!empty($data['membership_certificate'][$index])) View Membership Document → @endif
@endforeach
@endif
@if(count($data['events']) > 0)

Upcoming Events & Seminars

Live workshops and group emotional wellness webinars organized on the imhappy ERP.

@foreach($data['events'] as $event)

{{ $event['title'] }}

Date: {{ date('F d, Y', strtotime($event['date'])) }}

{{ $event['time'] }}
@endforeach
@endif

Latest Blogs & Articles

Read professional insights on emotional wellness, mental health, and cognitive therapy.

@forelse($data['blogs'] as $blog)
@if($blog->image) {{ $blog->title }} @endif {{ $blog->category->name ?? 'Mental Health' }}

{{ $blog->title }}

{{ Str::limit(strip_tags($blog->description), 50) }}

Read Article →
@empty

No Articles Published

Check back soon for insights on emotional resilience and mindfulness.

@endforelse

Frequently Asked Questions

Clear answers to common questions about therapy sessions, pricing, and scheduling.

@forelse($data['faqs'] as $index => $faq)
{{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}

{{ $faq->question }}

+

{{ $faq->answer }}

@empty

🙋

No FAQs Yet

Please contact my office directly if you have any questions.

@endforelse

Contact My Office

Get in touch for sessions, corporate programs, or general medical queries.

✉️

Email

{{ $data['contact_email'] }}

📞

Phone

{{ $data['contact_phone'] ?: '+91 00000 00000' }}

📍

Office Address

{{ $data['office_address'] ?: 'imhappy Wellness Center' }}

Usually responds within 24 hours. Book a session directly via the Booking page.

@if(session('contact_success'))
✓ {{ session('contact_success') }}
@endif

Send a Message

Fill in the form below and I'll get back to you shortly.

@csrf

Subscribe To NewsLetter

Get monthly updates and the latest articles delivered straight to your inbox.