with the auto route off we can't pass these variable on the URI unless the URI class is used. So, any idea how can we have a custom routs with data been passed as my code below (which is not working)
PHP Code:
$routes->get('/admin/reports/stores/:num', 'Admin/Reports/Brands::stores/$1');