diff --git a/packages/Sarga/Admin/src/Resources/views/notifications/index.blade.php b/packages/Sarga/Admin/src/Resources/views/notifications/index.blade.php index 1279f8b58..d1cf49369 100644 --- a/packages/Sarga/Admin/src/Resources/views/notifications/index.blade.php +++ b/packages/Sarga/Admin/src/Resources/views/notifications/index.blade.php @@ -8,7 +8,7 @@ $orderStatus = [ 'all' => trans('admin::app.notification.status.all'), 'pending' => trans('admin::app.notification.status.pending'), - 'item_cancelled' => trans('admin::app.notification.status.item_cancelled'), + 'item_cancelled' => 'item cancelled', 'canceled'=> trans('admin::app.notification.status.canceled'), 'closed' => trans('admin::app.notification.status.closed'), 'completed'=> trans('admin::app.notification.status.completed'), @@ -171,6 +171,10 @@ icon: 'closed-icon', message: 'Order Closed' }, + all : { + icon: 'closed-icon', + message: 'Order Closed' + } }, orderTypeStatus: @json($orderStatus), orderTypeMessages: @json($orderStatusMessages)