app/template/myufull1/Help/_faq_tpl_contact.twig line 1

Open in your IDE?
  1. 【お問い合わせ先】<br>
  2. email: &#099;&#117;&#115;&#116;&#111;&#109;&#101;&#114;&#064;&#109;&#121;&#117;&#102;&#117;&#108;&#108;&#046;&#111;&#110;&#108;&#105;&#110;&#101;<br>
  3. tel: 株式会社美幸コーポレーション <a href="tel:0120-57-6650"><i class="fas fa-phone-square-alt"></i> 0120-57-6650</a> (平日 10:00 ~ 17:00)<br>
  4. {% if product is defined and product is not empty %}
  5.   <a href="{{ url('product_contact', {'product_id': product}) }}" class="btn btn-caret-right__before" target="_blank">{{ 'お問い合わせフォーム'|trans }}</a>
  6. {% else %}
  7.   <a href="{{ url('contact') }}" class="btn btn-caret-right__before">{{ 'お問い合わせフォーム'|trans }}</a>
  8. {% endif %}