| Current Path : /home/zada/www/resources/views/frontend/partials/ |
| Current File : /home/zada/www/resources/views/frontend/partials/removeAuctionProductFromCart.blade.php |
<div class="modal-body p-4 added-to-cart">
<div class="text-center text-danger">
<h2>{{translate('oops..')}}</h2>
<h3>{{translate('Remove auction product from cart to add this product.')}}</h3>
</div>
<div class="text-center mt-5">
<button class="btn btn-outline-primary" data-dismiss="modal">{{translate('Back to shopping')}}</button>
</div>
</div>