prepare("DELETE FROM brands WHERE id = ?")->execute([intval($_GET['delete'])]); admin_set_flash('success', 'Brand deleted'); header('Location: ' . ADMIN_PATH . 'pages/brands.php'); exit; } $brands = $db->query("SELECT * FROM brands ORDER BY name ASC")->fetchAll(); ?>

All Brands

Add Brand
Logo Name Slug Featured Status Actions
Featured -