@php
$adminFlags = [
['id' => 'ab_place_order', 'name' => 'place_order', 'label' => 'Place Order Notification'],
['id' => 'ab_order_success', 'name' => 'order_success', 'label' => 'Order Success Notification'],
['id' => 'ab_order_rejected', 'name' => 'order_rejected', 'label' => 'Order Rejected Notification'],
['id' => 'ab_order_sending_error', 'name' => 'order_sending_error', 'label' => 'Order Sending Error Notification'],
['id' => 'ab_inventory_stockout', 'name' => 'inventory_stockout', 'label' => 'Inventory Stock Out Notification'],
['id' => 'ab_funds_added_by_admin', 'name' => 'funds_added_by_admin', 'label' => 'Funds Added By Admin Notification'],
['id' => 'ab_funds_removed_by_admin', 'name' => 'funds_removed_by_admin', 'label' => 'Funds Removed By Admin Notification'],
['id' => 'ab_add_funds_by_customer', 'name' => 'add_funds_by_customer', 'label' => 'Add Funds By Customer Notification'],
['id' => 'ab_admin_login', 'name' => 'admin_login', 'label' => 'Admin Login Notification'],
['id' => 'ab_customer_registration', 'name' => 'customer_registration', 'label' => 'Customer Registration Notification'],
['id' => 'ab_system_notification', 'name' => 'system_notification', 'label' => 'System Notification Notification'],
];
@endphp
@foreach($adminFlags as $flag)
@endforeach