Files
MermsiCare/app/Views/counseling.php
T
CHIEFSOFT\ameye 5f48e2c7a7 fix pages
2024-08-19 17:59:22 -04:00

25 lines
940 B
PHP

<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Group and Individual Counseling
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Group and Individual Counseling</h1>
<p>
I Care Mental Health (ICMH) provide group and individual counseling to clients who want therapy to address issues relating to their needs. Group therapy is good for some people who are in recovery from alcohol and substance abuse, sharing experiences with others who are going through the same problems can provide healing, if coupled with spiritual empowerment education. Individual counseling is designed to give an individual the skills to overcome problems or coping skills to deal with upheaval of life.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>