@extends('layouts.front-layout') @section('title', 'Home') @section('content')
@forelse($sliders as $slider)
image
@empty

Slider Not Found

@endforelse

{{$slider->first_heading ? : ''}}

{{$slider->second_heading ? : ''}}

{!! $slider->description ?? '' !!}

Learn More About our Services

Provide your contact information and we’ll get back to you promptly.

@csrf {{----}}
{{ $pageData['About']['heading'] ?? '' }}

{{ $pageData['About']['sub_heading'] ?? '' }}

{!! $pageData['About']['description'] ?? '' !!}

Individual therapy

Family Therapy

Filial Therapy

Sibling Therapy

Play Therapy

Theraplay Therapy

Group therapy

Havening Technique

Couple's Therapy

{{--
--}} {{--
--}} {{--
--}} {{--
{{ $pageData['Feature']['title'] ?? '' }}
--}} {{--

{{ $pageData['Feature']['sub_heading'] ?? '' }}

--}} {{--
--}} {{--
--}} {{-- @forelse($features as $feature)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{$feature->title ? : ''}}

--}} {{--

--}} {{-- {!! $feature->description ? : '' !!}--}} {{--

--}} {{-- Read More--}} {{--
--}} {{--
--}} {{--
--}} {{-- @empty--}} {{--

Feature Not Found

--}} {{-- @endforelse--}} {{--
--}} {{--
--}} {{--
--}}
{{ $pageData['Services']['heading'] ?? '' }}

{{ $pageData['Services']['sub_heading'] ?? '' }}

@forelse($services as $service)

{{ $service->title }}

{!! $service->description !!}

@empty

Services Not Found

@endforelse
Any Problem

Reach Out to Us to Avail of Our Services and Allow Our Team to Help you in Your Well-Being Journey.

Contact us
{{--
--}} {{--
--}} {{--
--}} {{--
{{ $pageData['About']['video_heading'] ?? '' }}
--}} {{--

{{ $pageData['About']['video_sub_heading'] ?? '' }}

--}} {{--

{!! $pageData['About']['video_short_description'] ?? '' !!}

--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
FAQ'S

frequently asked questions

@foreach($faqs as $key => $faq)

{!! $faq->description ?? '' !!}

@endforeach
Contact us
--}} {{--
{{ $pageData['CompanyStatistic']['heading'] ?? '' }}

{{ $pageData['CompanyStatistic']['sub_heading'] ?? '' }}

@forelse( $company_statistics as $company_statistic)

{{$company_statistic->title}}

{{$company_statistic->number}}+

@empty

COMPANY STATISTICS Not Found

@endforelse
--}} {{--
{{ $pageData['Testimonials']['heading'] ?? '' }}

{{ $pageData['Testimonials']['sub_heading'] ?? '' }}

@forelse($testimonials as $testimonial)
user

- {{$testimonial->title ? : ''}}

{!! $testimonial->description ? : '' !!}

@empty

Testimonials Not Found

@endforelse
--}} {{--
OUR LATEST BLOGS

Read our weekly blogs about

@forelse($blogs as $blog)

{{$blog->title ? : ''}}

{!! \Illuminate\Support\Str::limit(strip_tags($blog->detail), 110, '...') !!}

Read More
@empty

BLOGS Not Found

@endforelse
--}} @include('front.include.contact') @endsection @push('script') @endpush