浏览代码

added redeem voucher button to the store page aswel

AVMG20 4 年之前
父节点
当前提交
1ddddf1806
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      resources/views/store/index.blade.php

+ 6 - 0
resources/views/store/index.blade.php

@@ -24,6 +24,12 @@
     <section class="content">
         <div class="container-fluid">
 
+            <div class="text-right mb-3">
+                <button type="button" data-toggle="modal" data-target="#redeemVoucherModal" class="btn btn-primary">
+                    <i class="fas fa-money-check-alt mr-2"></i>Redeem code
+                </button>
+            </div>
+
             @if($isPaypalSetup && $products->count() > 0)
 
                 <div class="card">