'0', 'label' => 'Pending' ], [ 'value' => '1', 'label' => 'Processing', ], [ 'value' => '2', 'label' => 'Sent', ], [ 'value' => '3', 'label' => 'Failed', ] ]; return $options; } }