@extends('layouts.front-layout') @section('title', 'Services') @section('content')

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

Services

{{ $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

@foreach($services as $index => $service)

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

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

@endforeach

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

@foreach($psychedelic_assisted_therapys as $index => $therapy)

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

{!! $therapy->description ? : '' !!}
@endforeach
@include('front.include.contact') @endsection