Global Settings: Key: bux_amount | Value: 1300.00 Key: BUX_TO_INR | Value: 11 Bux Packages Structure: id (bigint) bux_amount (integer) price_inr (numeric) is_active (boolean) created_at (timestamp with time zone) updated_at (timestamp with time zone) Bux Packages Data: Array ( [0] => Array ( [id] => 1 [bux_amount] => 100 [price_inr] => 99.00 [is_active] => 1 [created_at] => 2026-03-05 13:00:13.207532+00 [updated_at] => 2026-03-05 13:00:13.207532+00 ) [1] => Array ( [id] => 2 [bux_amount] => 500 [price_inr] => 449.00 [is_active] => 1 [created_at] => 2026-03-05 13:00:13.245289+00 [updated_at] => 2026-03-05 13:00:13.245289+00 ) [2] => Array ( [id] => 4 [bux_amount] => 5000 [price_inr] => 3999.00 [is_active] => 1 [created_at] => 2026-03-05 13:00:13.31747+00 [updated_at] => 2026-03-05 13:17:54.257801+00 ) [3] => Array ( [id] => 3 [bux_amount] => 1000 [price_inr] => 899.00 [is_active] => 1 [created_at] => 2026-03-05 13:00:13.281137+00 [updated_at] => 2026-03-05 14:29:49.680176+00 ) )