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
+26
View File
@@ -0,0 +1,26 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Depression and Anxiety Treatments
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Depression and Anxiety Treatments</h1>
<p>
We teach our patients to recognize the symptoms of stress, whether work related, marital and joblessness that creates stressors. There are many situations that can create anxiety and depression, such as work stressors, losing the loved one, marital related anxiety, financial difficulty and many others. Depression can affect your life, job performance, your total life functionality and family or people that are around you. The good news is that our professionals can help you overcome negative harmful stressors. Stressors are come in everyday life, while some can help than hurt, some can actually cause physical illness and that you need to combat before it is too late.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>