Files
MermsiCare/app/Views/counseling.php
T
CHIEFSOFT\ameye 80103dff3a Fix styles
2025-09-16 09:25:22 -04:00

20 lines
882 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>
<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>
<?= $this->endSection() ?>