{#
* Plugin Name : ExpressLink4
*
* Copyright (C) BraTech Co., Ltd. All Rights Reserved.
* http://www.bratech.co.jp/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
#}
<div id="expresslink">
{% if Config.b2 %}
<a class="dropdown-item" href="{{ url('admin_order_export_b2') }}" >B2出力</a>
{% endif %}
{% if Config.ehiden2 %}
<a class="dropdown-item" href="{{ url('admin_order_export_ehiden2') }}" >e飛伝II出力</a>
{% endif %}
{% if Config.ehiden3 %}
<a class="dropdown-item" href="{{ url('admin_order_export_ehiden3') }}" >e飛伝III出力</a>
{% endif %}
{% if Config.ehidenmail %}
<a class="dropdown-item" href="{{ url('admin_order_export_ehidenmail') }}" >e飛伝メール便出力</a>
{% endif %}
{% if Config.ehidenpro %}
<a class="dropdown-item" href="{{ url('admin_order_export_ehidenpro') }}" >e飛伝Pro出力</a>
{% endif %}
{% if Config.depo %}
<a class="dropdown-item" href="{{ url('admin_order_export_depo') }}" >Biz-Logi DEPO出力</a>
{% endif %}
{% if Config.yuprir %}
<a class="dropdown-item" href="{{ url('admin_order_export_yuprir') }}" >ゆうパックプリントR出力</a>
{% endif %}
{% if Config.km2 %}
<a class="dropdown-item" href="{{ url('admin_order_export_km2') }}" >カンガルー・マジックII出力</a>
{% endif %}
</div>