fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:59:22 -04:00
parent 8be59b2444
commit 5f48e2c7a7
8 changed files with 185 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
<?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() ?>