{% extends 'static.html.twig' %}{% block title %}annuaires - {{business.BusinessName}}{% endblock %}{% block body %}    <section id="explore" class="explore">            <div class="container">                            <div class="explore-content">                    <div class="row">                                                                     <div class="col-md-8 col-sm-6">                                                    <div class="single-explore-item">                                <div class="single-explore-img"><img src="/assets/images/banners/clients/{{business.Banner}}" alt="" class="col-lg-12">                                                                                                    </div>                                <div class="single-explore-txt bg-theme-5">                                    <h2>{{business.BusinessName}}</h2>                                    <p class="explore-rating-price">                                        <span class="btn btn-success">Téléphone</span>                                        <a href="#"> {{ business.Mobile }}</a> <br><br>                                        <span class="btn btn-success"> Fax</span>                                        <a href="#"> {{ business.FixePhone }}</a> <br><br>                                        <span class="btn btn-success">Email </span>                                            {{ business.Email }} <br><br>                                            <span class="btn btn-success">web </span>                                            <a href='{{ business.WebSite }}' target='_blanc'><span class='lower'>{{ business.WebSite|lower}}</span></a>                                                                    </p>                                    <div class="explore-person">                                        <div class="row">                                            <div class="col-sm-2">                                                <div class="explore-person-img">                                                                                                        <img src="../assets/images/logo/{{business.Logo}}" alt="explore person">                                                                                                </div>                                            </div>                                            <div class="col-sm-10">                                                <p>                                                                        {{business.StreetAddress}}<br>                                                    <button class="close-btn" >{{ business.state }} </button>                                                    </p>                           <!-- Réseaux sociaux -->   <a  target="_blank" href=" {{ business.facebook }}"><i class="bi bi-facebook"></i>  </a>                                                                                                </div>                                        </div>                                    </div>                  <div class="row">                                                                                    <div class="col-sm-12">                                                <p>                                                <h2 class="heading3">Présentation de l'entreprise :</h2>                        <p class="text-justify">                        {{business.CompanyPresentation|raw}}                      </p>                                      </div><br>                                                                                           </div>                                           </div>                                                        </div>                        </div>                                                                     <div class="col-md-4 col-sm-6">                 <!-- Carsousel - Banner Client -->      <h2 class="heading3">Produits et services</h2>     <div id="myCarousel" class="carousel slide " data-ride="carousel">    <!-- Indicators -->        <div class="carousel-inner ">      <div class="item active">      {% if business.ServicePhoto1 %}    <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto1}}" srcset="/assets/images/photo_service/{{business.ServicePhoto1}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>        {% endif %}      </div>           <!-- Wrapper for slides -->       <div class="item">          {% if business.ServicePhoto2 %}      <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto2}}" srcset="/assets/images/photo_service/{{business.ServicePhoto2}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>    {% endif %}    </div>    <div class="item">      {% if business.ServicePhoto3 %}      <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto3}}" srcset="/assets/images/photo_service/{{business.ServicePhoto3}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>     {% endif %}     </div>    <div class="item">      {% if business.ServicePhoto4 %}      <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto4}}" srcset="/assets/images/photo_service/{{business.ServicePhoto4}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>     {% endif %}  </div>    <div class="item">     {% if business.ServicePhoto5 %}      <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto5}}" srcset="/assets/images/photo_service/{{business.ServicePhoto5}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>         {% endif %}       </div>    <div class="item">     {% if business.ServicePhoto6 %}      <center><img class="" src="/assets/images/photo_service/{{business.ServicePhoto6}}" srcset="/assets/images/photo_service/{{business.ServicePhoto6}}" alt="" width="400">         <a title="" href="">          <span class="heading4 ui-color1">{{business.BusinessName}}</span>                  </a></center>         {% endif %}       </div>                 </div><!-- End Carousel -->            <!-- Produits -->  <div id="availabilities">      <span class="button ui-default2 title">Video entreprise</span>           {% if business.youtube %}                 <div >                    <div >                        <iframe src="{{business.Youtube| raw}}"></iframe>                    </div>                </div>        {% endif %}</div><div >      <span class="button ui-default2 title">Maps</span>           {% if business.maps %}                 <div >                    <div >                            <iframe src="{{business.maps| raw}}"></iframe>                    </div>                </div>                            {% endif %}</div>                    </div>                </div>            </div><!--/.container-->        </section><!--/.explore-->        <!--explore end -->{% endblock %}