@extends('frontend.layout.main') {{-- Site title --}}@section('title', 'Home - PYPA'){{-- Site Main Section --}} @section('main-section')
@forelse ($sliders as $slider)

{!! $slider->heading !!}

{!! $slider->description !!}

@empty

Nothing Found.

@endforelse

{{ $infoSection->heading }}

{{-- --}}

{!! $infoSection->box_1_heading !!}

{!! $infoSection->box_1_description !!}

{!! $infoSection->box_2_heading !!}

{!! $infoSection->box_2_description !!}

{!! $infoSection->box_3_heading !!}

{!! $infoSection->box_3_description !!}
SERVICES

Our Services

@forelse ($products as $product) @if ($product->is_active == 1) @php $shareUrl = route('singleservice', ['slug' => $product->slug]) @endphp @endif @empty

No Service Found.

@endforelse
Image

100+

Young Psychologists Trained

Our academy has successfully trained over 100 young psychologists through online and physical internships, courses in child and clinical psychology, psychotherapies, and psychological testing. Join our programs to enhance your skills and advance your career.

View All Training ProgramsIcon
Image

50+

Expert Psychologists & Therapists

Our team of qualified psychologists, speech therapists, and behavioral specialists provide professional counseling, couple therapy, child behavioral support, and psychotherapy services. Experience personalized care and evidence-based interventions.

Meet Our Experts Icon
About Us
About Us
Doctor

Dr. Arif Niazi

Psychologist Book Now
ABOUT {{ $infoSection->site_title }}

PYPA is a psychology and mental wellness center providing compassionate, evidence-based care for individuals, couples, and families through therapy and counseling services. It also offers specialized programs for children and speech development, while training young psychologists with practical, real-world skills. The organization is committed to creating a supportive environment that promotes long-term emotional well-being and stronger, healthier relationships in the community.

2

Cities

20+

Doctors

6+

Services

  • Icon Enjoy Many Discounts In Fees
  • Icon Growing Listings Of Clinics
POPULAR DOCTORS

Best Rated Doctors

@forelse ($teams as $team)
{{ $team->name }}

{{ $team->name }}

{{ $team->job_title }}

@empty

No Doctor Found.

@endforelse
@include('components.aboutComponent')
@forelse ($reviews as $review)
Client
{{ $review->name }}
{{ $review->position ?? '' }}
    @if ($review->reviews) @for ($i = 1; $i<=$review->reviews; $i++)
  • @endfor @endif {{--
  • --}}

“{{ $review->message }}”

Icon
@empty

No Reviews Found.

@endforelse
{{ $infoSection->site_title }} Gallery
@forelse ($gallery as $g)
@empty

No images available in the gallery.

@endforelse
Events

Our Events

@forelse ($events as $event)
Image

{{ $event->title }}

{!! $event->short_description !!}

Read More
@empty

No Service Found.

@endforelse
Latest News

Read Our Latest Insights & Articles

@forelse($blogs as $blog) @empty

No Blogs Found.

@endforelse
@endsection