g_sto/themes/gokbakja/partials/order/aside.htm

15 lines
664 B
HTML
Raw Normal View History

2023-10-08 23:04:21 +00:00
[viewBag]
==
<a href="/orders/new" type="button" class="btn btn-danger waves-effect waves-light">
Yza
</a>
<div class="mail-list mt-4">
<a href="/order-detail/{{orderId}}" class="{% if active == 1 %} active {% endif %}"><i class="mdi mdi-cart me-2 font-size-16"></i>
Sargyt Maglumatlary</a>
<a href="/order-detail/logistics/{{orderId}}" class="{% if active == 2 %} active {% endif %}"><i class="mdi mdi-truck me-2 font-size-16"></i> Logistika
Maglumatlary</a>
<a href="/order-detail/payment/{{orderId}}" class="{% if active == 3 %} active {% endif %}"><i class="mdi mdi-id-card me-2 font-size-16"></i>
Tölegler</a>
</div>