{% if dashbord|default(0) == 1 %}
<div class="row" style=" margin-bottom: 0px; background: #fff;">
<div class="col-md-4">
<div style="margin-top: 10px;">
<img src="{{ asset('template/images/logohbill.png') }}" style="float: left; width: 80px; height: 80px; border: 1px solid green; margin-right: 5px;"/>
<h5 class="title" style="margin-bottom: 10px;"><strong><span style="color: #e34520;">AFH</span> <span style="color: #91ba1c;"> HBill</span></strong></h5>
<div>Revendeur cloud élastique</div>
<div><span class="fa fa-smile-o" style="color: green;"></span> Simple, <span class="fa fa-line-chart" style="color: green;"></span> Lucratif, <span class="fa fa-sliders" style="color: green;"></span> Adapatif ! </div>
</div>
</div>
<div class="col-md-4 text-left">
<div style="margin-top: 10px;">
<!-- Links -->
<h5 class="text-uppercase">Nous Contacter</h5>
<ul class="list-unstyled">
<li>
<a href="https://api.whatsapp.com/send?phone={{ telwath }}" target="_blank" style="width: 100%; text-align: left!important ;color: #333;">
<img src="{{ asset('template/images/whatsapp.png') }}" alt="" style="width: 20px; height: 20px; float: left; margin-right: 7px;"/>
Whatsapp: {{ telwath }}
</a>
</li>
<li>
<a href="mailto:{{ email }}" style="width: 100%; text-align: left!important; color: #333;">
<img src="{{ asset('template/images/email.png') }}" alt="" style="width: 20px; height: 20px; float: left; margin-right: 7px;"/>
Email: {{ email }}
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 text-left">
<div style="margin-top: 10px;">
<!-- Links -->
<h5 class="text-uppercase">Réseaux Sociaux</h5>
<ul class="list-unstyled">
<li>
<a href="{{ facebook }}" target="_blank" style="width: 100%; text-align: left!important; color: #333;">
<img src="{{ asset('template/images/facebook.png') }}" alt="" style="width: 20px; height: 20px; float: left; margin-right: 7px;"/>
Nous joindre sur facebook
</a>
</li>
<li>
<a href="{{ twitter }}" target="_blank" style="width: 100%; text-align: left!important; color: #333;">
<img src="{{ asset('template/images/twitter.png') }}" alt="" style="width: 20px; height: 20px; float: left; margin-right: 7px;"/>
Nous joindre sur twitter
</a>
</li>
</ul>
</div>
</div>
</div>
{% else %}
<style>
.effect7
{
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
content:"";
position:absolute;
z-index:-1;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.effect7:after
{
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}
</style>
<div id="content++">
<!--Row featured-->
<div class="row-featured++ row-free++ effect7++" style="padding-top: 25px; padding-bottom: 25px; background: #90acd1!important;">
<div class="container" style="padding: 0px;">
<div class="title-block clearfix" style="color: #fff; text-align: center!important;">
<h2 style="color: #fff; font-size: 24px;">Contactez-nous au <span class="fa fa-phone"></span> <a href="tel: {{ telephone }}" style="color: #f6921e;">{{ telephone }}</a> :: <span class="fa fa-whatsapp"></span> <a href="https://api.whatsapp.com/send?phone={{ telwath }}" style="color: #f6921e;" target="_blank">{{ telwath }}</a> ou <span class="fa fa-comments"></span> <a href="https://tawk.to/chat/5d5d7d44eb1a6b0be608a773/default" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" style="color: #f6921e;">Tchattez</a> avec un conseiller</h2>
Contact téléphonique du Lundi au Samedi de 8h30 à 18h30, Support email et documentation 24h/7.
</div>
</div>
</div>
</div>
{% endif %}