src/Aqarmap/Bundle/ListingBundle/Resources/views/Listing/sellerInfoSectionBox.html.twig line 1

Open in your IDE?
  1. <div class="seller-card__section-box section-wrapper section-wrapper">
  2.     <div class="position-relative w-100">
  3.         <h2 class="section-title__header">
  4.             {{ 'listing.seller_info_title'|trans }}
  5.         </h2>
  6.     </div>
  7.     <div class="seller-card__section-box__info">
  8.         {% include '@AqarmapListingBundle/Listing/sellerInfo.html.twig' %}
  9.         {% include '@AqarmapListingBundle/Listing/listingContact.html.twig' with {'source': 'advertiser-section' , leadSourcePage:"listing_details_seller_info_section"} %}
  10.     </div>
  11. </div>