Skip to content

Commit

Permalink
cart
Browse files Browse the repository at this point in the history
  • Loading branch information
agni21 committed Nov 4, 2016
1 parent a523f98 commit 47968eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/blocks/ordercard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Date: {{substr($cart->created_at, 0, 10)}}<br>
Time: {{substr($cart->created_at, -8)}}<br>
</div>
@include('blocks.cart')
@include('blocks.cartb')
<hr>
@if(false)
<div class=""><table class="cart-table table table-hover">
Expand Down

0 comments on commit 47968eb

Please sign in to comment.