mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
24 lines
938 B
PHP
24 lines
938 B
PHP
<div class="row d-none" :class="[{'d-flex': $store.getters.isCustomer}]" v-if="$store.getters.isCustomer">
|
|
<div class="col-12 col-md-8 bg-white p-l-25 p-r-25 p-t-15 p-b-15">
|
|
<div class="row p-b-5 m-b-20 b-b b-grey align-items-center parentContainer">
|
|
<div class="col">
|
|
<div class="font-heading all-caps fs-10 hint-text">
|
|
Vouchers
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<customer-rewards-section-component section="customerMilestoneProgressSection"></customer-rewards-section-component>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-md-4 p-r-0">
|
|
<div class="row">
|
|
<div class="col">
|
|
<add-voucher-section-component id="0" section="addVoucherSection"></add-voucher-section-component>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|