List containers

This commit is contained in:
omair saleh
2021-09-08 23:06:25 +08:00
parent 0a4753579c
commit 600a154714
13 changed files with 95 additions and 57 deletions
@@ -59,7 +59,7 @@
<p class="no-margin all-caps fs-10 light">Marking</p>
</div>
<div class="col p-l-5">
<p class="no-margin bold text-info fs-12">{{item.order.company_module.marking}}</p>
<p class="no-margin bold text-info fs-12"><a :href="route('customer.profile', item.order.company_module.marking)">{{item.order.company_module.marking}}</a></p>
</div>
</div>
<div class="row m-b-5" v-if="$store.getters.isAdmin">
@@ -67,7 +67,7 @@
<p class="no-margin all-caps fs-10 light">Order Number</p>
</div>
<div class="col p-l-5">
<p class="no-margin bold text-info fs-12">{{item.order.reference}}</p>
<p class="no-margin bold text-info fs-12"><a :href="route('order.show', item.order.reference)">{{item.order.reference}}</a></p>
</div>
</div>
<div class="row m-b-5" v-if="$store.getters.isAdmin">