15 lines
664 B
HTML
15 lines
664 B
HTML
[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>
|