diff --git a/resources/views/admin/orders/index.blade.php b/resources/views/admin/orders/index.blade.php index 85878d8..e4b30c5 100755 --- a/resources/views/admin/orders/index.blade.php +++ b/resources/views/admin/orders/index.blade.php @@ -217,6 +217,7 @@ } updateItem(); alertSuccess(res.msg); + $("#modal-box").modal("hide"); }); }