22 lines
1006 B
PHP
22 lines
1006 B
PHP
<?php $this->extend('layouts/master') ?>
|
|
<?php $this->section('content') ?>
|
|
<div id="breadcrumbs">
|
|
<a title="Home" href="#">Home »</a> Homelessness, Joblessness and Mental Health Issues
|
|
</div>
|
|
<div class="gray-holder">
|
|
|
|
<h1>Homelessness, Joblessness and Mental Health Issues</h1>
|
|
<p>
|
|
|
|
Mental health problems stem from homelessness, joblessness and financial difficulty. Living under the bridge or
|
|
being jobless is a serious mental health issue that can be addressed when you call today. Help is available when
|
|
you can I Care Mental Health (ICMH). Economic situation can create homelessness for many people who are looking
|
|
for work and cannot find job. Joblessness and homelessness are inextricably linked and they are the cause of
|
|
poverty in our community today. You can seek for help from our professionals to know how you can get back on
|
|
your feet.
|
|
</p>
|
|
<div class="clear"></div>
|
|
</div><!--/ gray-holder-->
|
|
<?= $this->endSection() ?>
|
|
|