Browse Source

added redeem voucher button to the store page aswel

AVMG20 4 years ago
parent
commit
1ddddf1806
1 changed files with 6 additions and 0 deletions
  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">