-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 08, 2026 at 04:45 AM
-- Server version: 8.0.45-cll-lve
-- PHP Version: 8.4.19

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `digi5_bake2bash`
--

-- --------------------------------------------------------

--
-- Table structure for table `category`
--

CREATE TABLE `category` (
  `id` int NOT NULL,
  `slug` varchar(250) NOT NULL,
  `category_name` varchar(250) NOT NULL,
  `description` varchar(250) NOT NULL,
  `category_img` varchar(255) NOT NULL,
  `status` tinyint NOT NULL,
  `icon` varchar(250) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `category`
--

INSERT INTO `category` (`id`, `slug`, `category_name`, `description`, `category_img`, `status`, `icon`, `created_at`, `updated_at`) VALUES
(28, 'birthday-cakes', 'BIRTHDAY CAKES', '', 'birthday.png', 1, 'flaticon-coat', '2024-12-30 04:46:48', '2025-03-08 04:53:17'),
(29, 'bento-box', 'BENTO BOX', '', 'bentobox.jpg', 1, 'flaticon-coat', '2024-12-30 04:47:33', '2025-03-08 07:39:14'),
(31, 'cup-cakes', 'CUP CAKES', '', 'images.jpg', 1, 'flaticon-coat', '2024-12-30 04:48:28', '2025-09-01 07:06:07'),
(35, 'for-him', 'FOR HIM', '', '', 1, 'flaticon-coat', '2025-02-20 09:22:40', '2025-08-28 08:28:23'),
(36, 'mini-celebration', 'MINI CELEBRATION', '', 'wedding.jpg', 1, 'flaticon-coat', '2025-02-20 09:23:02', '2025-07-28 07:30:47'),
(37, 'for-her', 'FOR HER', '', 'donuts.jpg', 1, 'flaticon-coat', '2025-02-20 09:23:48', '2025-08-28 08:31:43'),
(38, 'nakeds', 'NAKEDS', '', 'nakeds.jpg', 1, 'flaticon-coat', '2025-02-20 09:26:01', '2025-09-01 11:13:08'),
(39, 'drip-cakes', 'DRIP CAKES', '', 'anniversary.jpg', 1, 'flaticon-coat', '2025-02-20 09:26:27', '2025-08-28 08:36:12'),
(40, 'girls', 'GIRLS', '', 'gender.jpg', 1, 'flaticon-coat', '2025-02-20 16:06:40', '2025-08-28 08:10:32'),
(42, 'anniversary-cake', 'ANNIVERSARY CAKE', '', 'caketin.jpg', 1, 'flaticon-coat', '2025-02-20 18:01:07', '2025-08-28 09:29:30'),
(44, 'babies', 'BABIES', '', 'download.jpg', 1, 'flaticon-coat', '2025-02-21 09:27:50', '2025-08-28 08:15:40'),
(45, 'boys', 'BOYS', '', 'plum-cake.jpg', 1, 'flaticon-coat', '2025-02-21 09:29:42', '2025-08-28 08:03:11'),
(47, 'mini-celebration', 'MINI CELEBRATION', '', 'mini-celebration-cake-can.png', 1, 'flaticon-coat', '2025-08-27 07:01:49', '2025-08-27 07:01:49'),
(48, 'gender-reveal-cake', 'GENDER REVEAL CAKE', '', 'untitled-design-27.png', 1, 'flaticon-coat', '2025-08-28 09:38:40', '2025-08-28 09:38:40'),
(49, 'cupcakes', 'CUP CAKES', '', 'untitled-design-45.png', 1, 'flaticon-coat', '2025-08-28 09:46:42', '2025-08-28 09:47:36'),
(50, 'special-diet-cakes-1', 'SPECIAL DIET CAKES', '', 'untitled-design-45.png', 1, 'flaticon-coat', '2025-08-28 10:32:10', '2025-09-01 11:15:53'),
(51, 'tutty-fruity-cake', 'TUTTY FRUITY CAKE', '', 'untitled-design-18.png', 1, 'flaticon-coat', '2025-08-28 12:04:09', '2025-08-28 12:04:09'),
(52, 'plum-cakes-1', 'PLUM CAKES', '', 'oip-1.jpg', 1, 'flaticon-coat', '2025-08-29 05:28:03', '2025-09-01 11:17:19'),
(53, 'wedding-cakes', 'Wedding Cakes', '', 'untitled-design-31.png', 1, 'flaticon-coat', '2025-09-19 13:34:34', '2025-09-19 13:34:34');

-- --------------------------------------------------------

--
-- Table structure for table `custom_fields`
--

CREATE TABLE `custom_fields` (
  `id` int NOT NULL,
  `setting_name` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `content` varchar(2000) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `custom_fields`
--

INSERT INTO `custom_fields` (`id`, `setting_name`, `slug`, `content`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Currency Name', 'currency_name', 'EUR', 1, '2024-07-09 12:00:50', '2025-10-13 10:04:29'),
(2, 'Currency Icon', 'currency_icon', '€', 1, '2024-07-09 12:04:40', '2025-05-09 06:53:21'),
(3, 'Estimate Delivery', 'estimate_delivery', 'From 3 to 10 Working Days	', 1, '2024-08-05 06:39:33', '2024-08-05 06:39:33'),
(4, 'Free Shipping & Returns	', 'shipping_returns', 'On all orders over 2000 INR', 1, '2024-08-05 06:39:54', '2024-08-05 06:39:54'),
(5, 'Add To Cart', 'add_to_cart', 'Add To Bag', 1, '2024-12-13 10:08:53', '2024-12-13 10:08:53');

-- --------------------------------------------------------

--
-- Table structure for table `image_settings`
--

CREATE TABLE `image_settings` (
  `id` int NOT NULL,
  `web_store_logo_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `web_store_logo_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `mobile_store_logo_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `mobile_store_logo_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `footer_logo_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `footer_logo_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `featured_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `featured_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `trending_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `trending_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `shop_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `shop_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `detail_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `detail_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `related_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `related_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `side_cart_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `side_cart_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `main_cart_product_image_width` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `main_cart_product_image_height` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `image_settings`
--

INSERT INTO `image_settings` (`id`, `web_store_logo_width`, `web_store_logo_height`, `mobile_store_logo_width`, `mobile_store_logo_height`, `footer_logo_width`, `footer_logo_height`, `featured_product_image_width`, `featured_product_image_height`, `trending_product_image_width`, `trending_product_image_height`, `shop_product_image_width`, `shop_product_image_height`, `detail_product_image_width`, `detail_product_image_height`, `related_product_image_width`, `related_product_image_height`, `side_cart_product_image_width`, `side_cart_product_image_height`, `main_cart_product_image_width`, `main_cart_product_image_height`, `created_at`, `updated_at`) VALUES
(1, '500', '400', '250', '200', '130', '34', '390', '459', '390', '459', '390', '459', '450', '600', '390', '459', '340', '440', '312', '367', '2024-10-23 11:35:16', '2025-09-10 08:11:26');

-- --------------------------------------------------------

--
-- Table structure for table `menu`
--

CREATE TABLE `menu` (
  `id` int NOT NULL,
  `menu_id` varchar(100) DEFAULT NULL,
  `label` varchar(200) NOT NULL,
  `link` varchar(100) NOT NULL,
  `parent` int NOT NULL,
  `sort` int NOT NULL,
  `multi_menu_id` int NOT NULL,
  `lang` varchar(10) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `menu`
--

INSERT INTO `menu` (`id`, `menu_id`, `label`, `link`, `parent`, `sort`, `multi_menu_id`, `lang`, `created_at`, `updated_at`) VALUES
(13, NULL, 'HOME', 'home', 0, 1, 1, '', '2023-05-24 10:13:09', '2025-08-27 06:28:36'),
(14, NULL, 'ABOUT US', 'page/about-us', 0, 2, 1, '', '2023-05-24 10:13:54', '2025-08-27 06:28:44'),
(33, NULL, 'demo', '#', 21, 6, 1, '', '2023-05-24 10:53:58', '2024-04-23 07:48:40'),
(36, NULL, '', '', 35, 8, 1, '', '2023-05-24 11:07:02', '2024-04-23 07:48:48'),
(39, NULL, 'SHOP', '', 0, 3, 1, '', '2023-05-24 11:14:05', '2025-08-27 06:28:44'),
(44, NULL, 'CONTACT', 'contact', 0, 16, 1, '', '2023-05-24 11:22:52', '2025-09-11 04:49:13'),
(45, NULL, 'EVENT & WORKSHOPS', 'page/events-&-workshops', 0, 15, 1, 'en', '2024-12-30 08:47:11', '2025-09-11 04:49:13'),
(48, NULL, 'BIRTHDAY CAKES', 'shop/birthday-cakes', 75, 6, 1, 'en', '2025-02-20 15:58:36', '2025-07-28 06:59:42'),
(50, NULL, 'ANNIVERSARY CAKES', 'shop/anniversary-cakes', 75, 7, 1, 'en', '2025-02-20 16:01:37', '2025-07-28 06:59:42'),
(60, NULL, 'CAKE TINS', 'shop/cake-tins', 59, 8, 1, 'en', '2025-02-20 16:17:11', '2025-02-20 16:18:00'),
(62, NULL, 'CAKE TINS', 'shop/cake-tins', 73, 14, 1, 'en', '2025-02-20 16:25:08', '2025-07-28 06:59:42'),
(63, NULL, 'MINI LOAF TINS', 'shop/mini-loaf-tins', 61, 19, 1, 'en', '2025-02-20 16:26:00', '2025-07-28 06:38:18'),
(65, NULL, 'BROWNIES', 'shop/brownies', 73, 11, 1, 'en', '2025-02-20 16:27:16', '2025-07-28 06:59:42'),
(66, NULL, 'PLUM CAKES', 'shop/plum-cakes', 73, 12, 1, 'en', '2025-02-20 16:27:51', '2025-07-28 06:59:42'),
(67, NULL, 'CUP CAKES', 'shop/cupcakes', 73, 10, 1, 'en', '2025-02-20 16:33:04', '2025-07-28 06:59:42'),
(74, NULL, 'MINI CELEBRATION', 'shop/mini-celebration', 73, 9, 1, 'en', '2025-07-28 06:09:41', '2025-07-28 06:59:42'),
(75, NULL, 'CUSTOMIZED CAKES', 'page/customized-cake', 73, 5, 1, 'en', '2025-07-28 06:11:40', '2025-07-28 07:21:38'),
(76, NULL, 'DRIP CAKES', 'shop/drip-cakes', 75, 8, 1, 'en', '2025-07-28 06:25:30', '2025-07-28 06:59:42'),
(77, NULL, 'MINI LOAF TINS', 'shop/mini-loaf-tins', 73, 13, 1, 'en', '2025-07-28 06:34:01', '2025-07-28 06:59:42'),
(78, NULL, 'MINI CELEBRATION', 'shop/mini-celebration', 39, 4, 1, 'en', '2025-08-27 06:28:27', '2025-10-08 04:46:20'),
(79, NULL, 'CUSTOMIZED CAKES', 'page/customized-cake', 39, 5, 1, 'en', '2025-08-27 06:29:31', '2025-08-29 08:34:42'),
(80, NULL, 'CUP CAKES', 'shop/cup-cakes', 39, 11, 1, 'en', '2025-08-27 06:30:23', '2025-10-08 04:46:45'),
(81, NULL, 'SPECIAL DIET CAKES', 'shop/special-diet-cakes-1', 39, 12, 1, 'en', '2025-08-27 06:30:52', '2025-10-04 04:22:30'),
(82, NULL, 'NAKEDS', 'page/nakeds', 39, 13, 1, 'en', '2025-08-27 06:31:24', '2025-09-11 04:49:13'),
(83, NULL, 'BENTO BOX', 'product/bento-box', 39, 14, 1, 'en', '2025-08-27 06:32:00', '2025-09-11 04:49:13'),
(84, NULL, 'BIRTHDAY CAKES', 'page/birthday-cakes', 79, 6, 1, 'en', '2025-08-27 06:32:41', '2025-08-28 08:34:06'),
(85, NULL, 'DRIP CAKES', 'shop/drip-cakes', 79, 7, 1, 'en', '2025-08-27 06:33:37', '2025-08-28 08:38:55'),
(86, NULL, 'ANNIVERSARY CAKE', 'shop/anniversary-cake', 79, 8, 1, 'en', '2025-08-27 06:34:34', '2025-08-28 09:31:00'),
(87, NULL, 'GENDER REVEAL CAKE', 'shop/gender-reveal-cake', 79, 9, 1, 'en', '2025-08-27 06:35:55', '2025-08-28 09:43:36'),
(88, NULL, 'WEDDING CAKES', 'page/wedding-cake', 79, 10, 1, 'en', '2025-09-11 04:49:03', '2025-09-11 04:53:01');

-- --------------------------------------------------------

--
-- Table structure for table `multi_menu`
--

CREATE TABLE `multi_menu` (
  `id` int NOT NULL,
  `menu_name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `multi_menu`
--

INSERT INTO `multi_menu` (`id`, `menu_name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Top Menu', 'top-menu', 1, '2024-03-06 14:20:05', '2024-03-06 14:20:18');

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` int NOT NULL,
  `order_id` varchar(50) NOT NULL,
  `prod_name` varchar(155) NOT NULL,
  `price` float NOT NULL,
  `quantity` int NOT NULL,
  `total` float NOT NULL,
  `notes` varchar(200) NOT NULL,
  `order_status` text NOT NULL,
  `order_notes` varchar(500) NOT NULL,
  `payment_method` varchar(300) NOT NULL,
  `payment_status` text NOT NULL,
  `cust_name` varchar(250) NOT NULL,
  `cust_email` varchar(255) DEFAULT NULL,
  `cust_num` text NOT NULL,
  `cust_address` varchar(250) NOT NULL,
  `cust_city` text NOT NULL,
  `cust_state` varchar(20) NOT NULL,
  `cust_pincode` varchar(10) NOT NULL,
  `variations` varchar(500) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`id`, `order_id`, `prod_name`, `price`, `quantity`, `total`, `notes`, `order_status`, `order_notes`, `payment_method`, `payment_status`, `cust_name`, `cust_email`, `cust_num`, `cust_address`, `cust_city`, `cust_state`, `cust_pincode`, `variations`, `created_at`, `updated_at`) VALUES
(85, '040004', 'Party wear saree', 8000, 1, 0, '', 'Paid', '', '', '--', 'ff', NULL, '1234567890', 'fff', 'ff', 'ff', '123456', '', '2023-04-01 09:37:09', '2023-05-12 08:18:23'),
(86, '040004', 'Test', 500, 1, 0, '', 'Pending', '', '', '--', 'ff', NULL, '1234567890', 'fff', 'ff', 'ff', '123456', '', '2023-04-01 09:37:09', '2023-05-11 23:37:28'),
(87, '040004', '500 mg Gold Coin', 2897, 1, 0, '', 'Pending', '', '', '--', 'ff', NULL, '1234567890', 'fff', 'ff', 'ff', '123456', '', '2023-04-01 09:37:09', '2023-05-11 23:37:28'),
(443, '120005', 'Maroon Printed Kaftan Nighty  - XL', 850, 1, 850, '', 'Pending', '', 'upi', '--', 'Gasion Airtec Pvt Ltd', 'gasion.moorthy@gmail.com', '8438222518', '3/43, Sothupakkam Road', 'Chennai', 'Tamil Nadu', '600052', '', '2024-12-19 07:42:06', '2024-12-19 07:42:06'),
(444, '120006', 'Maroon Printed Kaftan Nighty ', 780, 1, 780, '', 'Pending', '', 'upi', '--', 'Moorthy ', 'gasion.moorthy@gmail.com', '8438222518', 'Redhills ', 'Chennai', 'Tamil Nadu ', '600052', '', '2024-12-19 07:44:34', '2024-12-19 07:44:34'),
(445, '120007', 'CAKES', 69, 1, 69, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', 'Nederland', '641025', '', '2024-12-31 10:04:26', '2024-12-31 10:04:26'),
(446, '010008', 'CAKES', 69, 2, 138, '', 'Pending', 'jjnk', 'Razorpay', '--', 'Praveena M', 'zibumbaadigitalmarketing@gmail.com', '6889666898', '310, 3rd Street Extension,', 'Coimbatore', 'Tamil Nadu', '641012', '', '2025-01-06 06:38:45', '2025-01-06 06:38:45'),
(447, '010009', 'CAKES', 69, 2, 138, '', 'Pending', 'jjnk', 'Razorpay', '--', 'Praveena M', 'zibumbaadigitalmarketing@gmail.com', '6889666898', '310, 3rd Street Extension,', 'Coimbatore', 'Tamil Nadu', '641012', '', '2025-01-06 06:38:55', '2025-01-06 06:38:55'),
(448, '010010', 'CAKES', 69, 3, 207, '', 'Pending', 'bnb', '', '--', 'Praveena M', 'zibumbaadigitalmarketing@gmail.com', '6889666898', '310, 3rd Street Extension,', 'Coimbatore', '', '641012', '', '2025-01-06 06:46:49', '2025-01-06 06:46:49'),
(449, '010011', 'CAKES', 69, 2, 138, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', '', '641025', '', '2025-01-06 10:34:53', '2025-01-06 10:34:53'),
(450, '010012', 'CAKES', 69, 2, 138, '', 'Pending', 'zc', '', '--', 'Praveena M', 'zibumbaadigitalmarketing@gmail.com', '6889666898', '310, 3rd Street Extension,', 'Coimbatore', '', '641012', '', '2025-01-17 10:31:37', '2025-01-17 10:31:37'),
(451, '010013', 'CAKES', 69, 2, 138, '', 'Pending', 'knk', '', '--', 'Praveena M', 'zibumbaadigitalmarketing@gmail.com', '6889666898', '310, 3rd Street Extension,', 'Coimbatore', '', '641012', '', '2025-01-17 10:51:16', '2025-01-17 10:51:16'),
(452, '050014', 'CAKES', 79, 1, 79, '', 'Pending', '', '', '--', 'Test Dev', 'test@gmail.com', '1234567890', '99, RG Street', 'Coimbatore', '', '641012', '', '2025-05-09 06:45:44', '2025-05-09 06:45:44'),
(453, '050015', 'CAKES', 69, 1, 69, '', 'Pending', 'fdgfgfgfgfgfgfgfg', '', '--', 'Infant Rosario J', 'arjun08raj@gmail.com', '9865961684', '21, Santacruz , LIC colony, Vasasntham Nagar,kulathupalayam,kovaipudhur', 'coimbatore', '', '641042', 'text_options: ', '2025-05-12 07:16:46', '2025-05-12 07:16:46'),
(454, '050016', 'CAKES', 128.95, 1, 128.95, '', 'Pending', 'ffvfb', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: 8-servings, flavor: chocolate, cream: chocolate, text_options: Happy Birthday', '2025-05-16 10:33:32', '2025-05-16 10:33:32'),
(455, '050017', 'CAKES', 128.95, 1, 128.95, '', 'Pending', 'b', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: 8-servings, flavor: chocolate, cream: chocolate, text_options: Happy Birthday', '2025-05-19 11:42:10', '2025-05-19 11:42:10'),
(456, '080018', 'CAKES', 118.95, 1, 118.95, '', 'Pending', 'cfsfd', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: 8-servings, flavor: vanilla, cream: chocolate, text_options: ', '2025-08-26 11:47:49', '2025-08-26 11:47:49'),
(457, '080019', 'MINI CELEBRATION', 29.99, 1, 29.99, '', 'Pending', 'axx', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: M', '2025-08-28 05:11:41', '2025-08-28 05:11:41'),
(458, '080020', 'MINI CELEBRATION', 20.99, 1, 20.99, '', 'Pending', 're', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: S, flavor: Aardbei, eggless: true, birthday_topper: true, pickup_date: 2025-12-05', '2025-08-28 07:08:50', '2025-08-28 07:08:50'),
(459, '080021', 'MINI CELEBRATION', 29.99, 1, 29.99, '', 'Pending', 'ge', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: M, flavor: Red Velvet, eggless: true, pickup_date: 2025-12-05', '2025-08-28 07:10:24', '2025-08-28 07:10:24'),
(460, '080022', 'MINI CELEBRATION', 29.99, 1, 29.99, '', 'Pending', 'scv', '', '--', 'dv', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: M, flavor: Red Velvet, eggless: true, pickup_date: 2025-08-31', '2025-08-28 07:11:55', '2025-08-28 07:11:55'),
(461, '080023', 'MINI CELEBRATION', 31.99, 1, 31.99, '', 'Pending', 'test', '', '--', 'shalini', 'test', '9843420001', 'test', 'Coimbatore', '', '641025', 'size: M, flavor: Red Velvet, name_on_top: Happy birthday, birthday_topper: true, pickup_date: 2025-09-02', '2025-08-28 07:32:33', '2025-08-28 07:32:33'),
(462, '080024', 'BENTOBOX', 29.95, 1, 29.95, '', 'Pending', 'xvv', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: 4 Serving Cake + 2 Cup Cakes, flavor: Red Velvet', '2025-08-29 10:03:53', '2025-08-29 10:03:53'),
(463, '080025', 'MINI CELEBRATION', 35.99, 1, 35.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '641025', 'size: M, flavor: Rasmalai, eggless: true, birthday_topper: true, pickup_date: 2025-08-31', '2025-08-29 10:25:04', '2025-08-29 10:25:04'),
(464, '080026', 'MINI CELEBRATION', 20.99, 1, 20.99, '', 'Pending', 'Hi testing', '', '--', 'Sineka', 'snehamahemdran@gmail.com', '9360859154', 'Krish brindhavan ', 'Saravanampatti ', '', '641035', 'size: S, flavor: Butterscotch, eggless: true, name_on_top: Swetha KUMARI, pickup_date: 2025-09-10', '2025-08-29 15:31:24', '2025-08-29 15:31:24'),
(465, '080027', 'CUPCAKE', 4.45, 1, 4.45, '', 'Pending', 'Gh', '', '--', 'Sineka', 'snehamahemdran@gmail.com', '9360859154', 'Krish brindhavan ', 'Saravanampatti ', '', '641035', 'size: M, flavor: Aardbei, eggless: true, name_on_top: Vbbj, birthday_topper: true, pickup_date: 2025-09-19', '2025-08-29 17:30:15', '2025-08-29 17:30:15'),
(466, '080028', 'MINI CELEBRATION', 31.99, 1, 31.99, '', 'Pending', 'Bhb', '', '--', 'Sineka', 'snehamahemdran@gmail.com', '9360859154', 'Krish brindhavan ', 'Saravanampatti ', '', '641035', 'size: M, flavor: PistachE, name_on_top: Yuvarajan, birthday_topper: true, pickup_date: 2025-09-26', '2025-08-30 03:05:14', '2025-08-30 03:05:14'),
(467, '080029', 'MINI CELEBRATION', 19.99, 1, 19.99, '', 'Pending', 'f', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: S, flavor: Oreo-KOEKJE', '2025-08-30 07:34:44', '2025-08-30 07:34:44'),
(468, '080030', 'MINI CELEBRATION', 31.99, 1, 31.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', '', '641025', 'size: M, flavor: Red Velvet, eggless: true, name_on_top: kabi, birthday_topper: true, pickup_date: 2025-09-02', '2025-08-30 08:06:28', '2025-08-30 08:06:28'),
(469, '090031', 'MINI CELEBRATION', 16.99, 1, 16.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '133856', 'size: S  (Rasamalai,Rozenmelk 8-10 Servings), flavor: Rozenmelk, eggless: true, name_on_top: Test, birthday_topper: true, pickup_date: 2025-09-03', '2025-09-01 06:39:12', '2025-09-01 06:39:12'),
(470, '090032', 'MINI CELEBRATION', 9.99, 1, 9.99, '', 'Pending', 'hhjj', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: S, flavor: Blauwe Bes', '2025-09-01 07:47:42', '2025-09-01 07:47:42'),
(471, '090033', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', 'dvv', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', '', '2025-09-01 08:01:25', '2025-09-01 08:01:25'),
(472, '090034', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', 'fdef', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', '', '2025-09-01 08:28:24', '2025-09-01 08:28:24'),
(473, '090035', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', 'rg', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', '', '2025-09-01 08:31:35', '2025-09-01 08:31:35'),
(474, '090036', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', 'vf f', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', 'HDD38', '', '2025-09-01 10:15:01', '2025-09-01 10:15:01'),
(475, '090037', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', 'fr', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '1338HD', '', '2025-09-01 10:15:48', '2025-09-01 10:15:48'),
(476, '090038', 'MINI CELEBRATION', 16.99, 1, 16.99, '', 'Pending', 'Ol', '', '--', 'Sineks', 'S@gmail.com', '9360759154', 'Dghj', 'Vbnj', '', 'Cbjjjj', 'size: S  (Rasamalai,Rozenmelk 8-10 Servings), flavor: PistachE, eggless: true, name_on_top: Swetha, birthday_topper: true, pickup_date: 2025-09-26', '2025-09-02 05:50:11', '2025-09-02 05:50:11'),
(477, '090039', 'MINI CELEBRATION', 30.99, 1, 30.99, '', 'Pending', '', '', '--', 'Hg', 'Iamabal@gmail.com', '9944556688', 'Gajjajh', 'Tirupur ', '', '638453', 'size: L, flavor: Black Forest, eggless: true, name_on_top: Hi, pickup_date: 2025-09-04', '2025-09-02 08:29:05', '2025-09-02 08:29:05'),
(478, '090040', 'TUTTY FRUITY CAKE1', 12.99, 9, 116.91, '', 'Pending', 'gr', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', 'HDD38', 'size: 500 grams, eggless: true, name_on_top: Sineka, pickup_date: 2002-12-05', '2025-09-03 12:15:45', '2025-09-03 12:15:45'),
(479, '090041', 'BENTOBOX', 29.95, 1, 29.95, '', 'Pending', '', '', '--', 'Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaansttraat 10', 'Almere', '', '1338HD', 'size: 4 Serving Cake + 2 Cup Cakes, flavor: Red Velvet, eggless: true, pickup_date: 2025-09-22', '2025-09-19 10:32:16', '2025-09-19 10:32:16'),
(480, '090042', 'SPECIAL DIET CAKES1', 19.99, 1, 19.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'flavor: Aardbei, cream: vegan, name_on_top: Test, pickup_date: 2025-09-30, servings_count: 10', '2025-09-26 11:48:31', '2025-09-26 11:48:31'),
(481, '090043', 'MINI CELEBRATION', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'size: M, flavor: Red Velvet, name_on_top: test, pickup_date: 2025-09-30', '2025-09-26 11:56:26', '2025-09-26 11:56:26'),
(482, '090044', 'SPECIAL DIET CAKES1', 2.45, 1, 2.45, '', 'Pending', 'ff', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'servings_count: 6', '2025-09-26 12:10:58', '2025-09-26 12:10:58'),
(483, '090045', 'SPECIAL DIET CAKES1', 2.45, 2, 4.9, '', 'Pending', 'wdsf', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'servings_count: 6', '2025-09-26 12:18:16', '2025-09-26 12:18:16'),
(484, '090046', 'SPECIAL DIET CAKES1', 2.45, 1, 2.45, '', 'Pending', 'fds', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'servings_count: 6', '2025-09-26 12:19:11', '2025-09-26 12:19:11'),
(485, '090047', 'SPECIAL DIET CAKES1', 2.45, 1, 2.45, '', 'Pending', 'sfw', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'cream: lactos free, servings_count: 6', '2025-09-26 12:24:17', '2025-09-26 12:24:17'),
(486, '090048', 'SPECIAL DIET CAKES1', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'flavor: MOKKA, cream: nuts free, pickup_date: 2025-09-30, servings_count: 6', '2025-09-26 12:33:16', '2025-09-26 12:33:16'),
(487, '090049', 'BENTOBOX', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'size: 4 Serving Cake + 2 Cup Cakes, flavor: Black Forest, eggless: true, pickup_date: 2025-10-07', '2025-09-26 12:43:29', '2025-09-26 12:43:29'),
(488, '090050', 'SPECIAL DIET CAKES1', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Sathya Krishnan', 'bake2bash.cakes@gmail.com', '0685654542', 'Zuideinde 7', 'Almere', '', '1334BX', 'flavor: Red Velvet, cream: lactos free, name_on_top: uyk, pickup_date: 2025-10-07, servings_count: 6', '2025-09-27 09:43:42', '2025-09-27 09:43:42'),
(489, '090051', 'SPECIAL DIET CAKES1', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Sathya Krishnan', 'bake2bash.cakes@gmail.com', '0685654542', 'Zuideinde 7', 'Almere', '', '1334BX', 'flavor: Black Forest, cream: nuts free, name_on_top: test, pickup_date: 2025-10-08, servings_count: 6', '2025-09-27 09:45:17', '2025-09-27 09:45:17'),
(490, '090052', 'SPECIAL DIET CAKES1', 0, 1, 0, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', '', '1338HD', 'flavor: Black Forest, cream: nuts free, pickup_date: 2025-10-07, servings_count: 6', '2025-09-27 09:48:28', '2025-09-27 09:48:28'),
(491, '090053', 'MINI CELEBRATION', 0, 1, 0, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', '', '1338HD', 'size: L, flavor: JOAN’s RAINBOW Cake, name_on_top: fdyt, pickup_date: 2025-09-30', '2025-09-27 09:50:49', '2025-09-27 09:50:49'),
(492, '090054', 'TUTTY FRUITY CAKE1', 0, 3, 0, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat 10', 'Almere', '', '1338HD', 'size: 200 grams, name_on_top: fgghfd, pickup_date: 2025-10-09', '2025-09-27 09:52:45', '2025-09-27 09:52:45'),
(493, '090055', 'MINI CELEBRATION', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'size: M, flavor: Black Forest, name_on_top: test, pickup_date: 2025-10-07', '2025-09-27 10:11:58', '2025-09-27 10:11:58'),
(494, '090056', 'CUPCAKE', 20.99, 1, 20.99, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '1338 HD', 'size: 4 box, flavor: Vennila, pickup_date: 2025-10-09', '2025-09-27 10:30:41', '2025-09-27 10:30:41'),
(495, '090057', 'SPECIAL DIET CAKES1', 2.45, 1, 2.45, '', 'Pending', 'ds', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'flavor: Chocolate, cream: diary free, name_on_top: jjk, birthday_topper: true, pickup_date: 2025-10-06, servings_count: 6', '2025-09-28 05:39:00', '2025-09-28 05:39:00'),
(496, '090058', 'MINI CELEBRATION', 2.45, 1, 2.45, '', 'Pending', 'edv', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: L  (Rasamalai,Rozenmelk 8-10 Servings), flavor: Butterscotch, name_on_top: wf, birthday_topper: true, pickup_date: 2002-12-05', '2025-09-28 07:53:54', '2025-09-28 07:53:54'),
(497, '090059', 'MINI CELEBRATION', 11.99, 1, 11.99, '', 'Pending', 'cscs', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: S, flavor: Chocolate, eggless: true, name_on_top: 12, birthday_topper: true, pickup_date: 2002-12-05', '2025-09-28 07:55:44', '2025-09-28 07:55:44'),
(498, '090060', 'SPECIAL DIET CAKES1', 0, 1, 0, '', 'Pending', 'wd', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'servings_count: 6', '2025-09-28 07:58:44', '2025-09-28 07:58:44'),
(499, '090061', 'SPECIAL DIET CAKES1', 0, 4, 0, '', 'Pending', '23f', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'flavor: Black Forest, cream: nuts free, name_on_top: ty, birthday_topper: true, pickup_date: 2002-12-05, servings_count: 6', '2025-09-28 08:00:18', '2025-09-28 08:00:18'),
(500, '090062', 'CUPCAKE', 2.45, 3, 7.35, '', 'Pending', 'Test', '', '--', 'Shalini', 'Shalini@inwayhosting.com', '9843420001', 'Test', 'Test', '', '641001', 'size: 4 box, flavor: Vennila, pickup_date: 2025-09-30', '2025-09-28 10:36:05', '2025-09-28 10:36:05'),
(501, '090063', 'MINI CELEBRATION', 21.99, 1, 21.99, '', 'Pending', 'Fg', '', '--', 'Sineks', 'S@gmail.com', '9360759154', 'Dghj', 'Vbnj', '', '614901', 'size: M, flavor: Aardbei, eggless: true, name_on_top: Tyy, birthday_topper: true, pickup_date: 2025-09-30', '2025-09-28 13:29:46', '2025-09-28 13:29:46'),
(502, '090064', 'CUPCAKE', 2.45, 1, 2.45, '', 'Pending', 'Fv', '', '--', 'Sineks', 'S@gmail.com', '9360759154', 'Dghj', 'Vbnj', '', '614901', 'size: 6 box, flavor: Chocolate, pickup_date: 2025-09-30', '2025-09-28 13:30:56', '2025-09-28 13:30:56'),
(503, '090065', 'SPECIAL DIET CAKES1', 2.45, 2, 4.9, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '641025', 'size: 4 box, flavor: Red Velvet, pickup_date: 2025-10-21', '2025-09-29 09:09:33', '2025-09-29 09:09:33'),
(504, '090065', 'CUPCAKE', 2.45, 8, 19.6, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '641025', 'size: 4 box, flavor: Red Velvet, pickup_date: 2025-10-21', '2025-09-29 09:09:33', '2025-09-29 09:09:33'),
(505, '090066', 'SPECIAL DIET CAKES1', 2.45, 1, 2.45, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '641025', 'size: 4 box, flavor: Chocolate, pickup_date: 2025-10-08', '2025-09-29 09:22:38', '2025-09-29 09:22:38'),
(506, '090066', 'CUPCAKE', 2.45, 3, 7.35, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '641025', 'size: 4 box, flavor: Chocolate, pickup_date: 2025-10-08', '2025-09-29 09:22:38', '2025-09-29 09:22:38'),
(507, '090067', 'SPECIAL DIET CAKES1', 9.45, 1, 9.45, '', 'Pending', 'fefe', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'flavor: Aardbei, cream: lactos free, name_on_top: 1, birthday_topper: true, pickup_date: 2222-12-05, servings_count: 6', '2025-09-30 04:28:06', '2025-09-30 04:28:06'),
(508, '090068', 'SPECIAL DIET CAKES1', 0, 1, 0, '', 'Pending', 'wdef', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'flavor: Aardbei, cream: nuts free, name_on_top: fe, birthday_topper: true, pickup_date: 2003-12-05, servings_count: 6', '2025-09-30 04:35:58', '2025-09-30 04:35:58'),
(509, '100069', 'SPECIAL DIET CAKES1', 0, 1, 0, '', 'Pending', 's', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'servings_count: 6', '2025-10-03 11:36:23', '2025-10-03 11:36:23'),
(510, '100070', 'CUPCAKE', 14, 2, 28, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '133822', 'size: 6 box, flavor: Chocolate, pickup_date: 2025-10-21', '2025-10-03 12:39:15', '2025-10-03 12:39:15'),
(511, '100071', 'MINI CELEBRATION', 14, 1, 14, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '133822', 'size: 6 box, flavor: Vennila, pickup_date: 2025-10-22', '2025-10-03 13:03:53', '2025-10-03 13:03:53'),
(512, '100071', 'CUPCAKE', 14, 1, 14, '', 'Pending', '', '', '--', 'Kabilan Ganesan', 'kabi.ganesh@gmail.com', '0634239594', 'Leguaanstraat', 'Almere', '', '133822', 'size: 6 box, flavor: Vennila, pickup_date: 2025-10-22', '2025-10-03 13:03:53', '2025-10-03 13:03:53'),
(513, '100072', 'MINI CELEBRATION', 14.99, 1, 14.99, '', 'Pending', 'd', '', '--', 'fesg', 'sf|@gmail.com', '9360759154', 'sf', 'eff', '', '614901', 'size: S  (Rasamalai,Rozenmelk 8-10 Servings)', '2025-10-07 04:51:25', '2025-10-07 04:51:25');

-- --------------------------------------------------------

--
-- Table structure for table `order_total`
--

CREATE TABLE `order_total` (
  `id` int NOT NULL,
  `order_id` int NOT NULL,
  `sub_total` decimal(10,2) NOT NULL,
  `total` decimal(10,2) NOT NULL,
  `tax_amount` decimal(10,2) NOT NULL,
  `shipping_cost` decimal(10,2) NOT NULL,
  `additional_charges` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `order_total`
--

INSERT INTO `order_total` (`id`, `order_id`, `sub_total`, `total`, `tax_amount`, `shipping_cost`, `additional_charges`, `created_at`, `updated_at`) VALUES
(1, 120165, 780.00, 819.00, 39.00, 0.00, '', '2024-12-07 09:44:41', '2024-12-07 09:44:41'),
(2, 120173, 700.00, 735.00, 35.00, 0.00, '', '2024-12-17 11:43:45', '2024-12-17 11:43:45'),
(3, 120174, 698.00, 732.90, 34.90, 0.00, '', '2024-12-17 11:45:07', '2024-12-17 11:45:07'),
(4, 120175, 1560.00, 1638.00, 78.00, 0.00, '', '2024-12-17 11:46:00', '2024-12-17 11:46:00'),
(5, 120176, 780.00, 819.00, 39.00, 0.00, '', '2024-12-17 17:06:30', '2024-12-17 17:06:30'),
(6, 120177, 950.00, 969.00, 19.00, 0.00, '', '2024-12-17 17:53:33', '2024-12-17 17:53:33'),
(7, 120178, 780.00, 795.60, 15.60, 0.00, '', '2024-12-18 07:54:07', '2024-12-18 07:54:07'),
(8, 120179, 850.00, 867.00, 17.00, 0.00, '', '2024-12-19 07:23:46', '2024-12-19 07:23:46'),
(9, 120005, 850.00, 867.00, 17.00, 0.00, '', '2024-12-19 07:42:06', '2024-12-19 07:42:06'),
(10, 120006, 780.00, 795.60, 15.60, 0.00, '', '2024-12-19 07:44:34', '2024-12-19 07:44:34'),
(11, 120007, 69.00, 70.38, 1.38, 0.00, '', '2024-12-31 10:04:26', '2024-12-31 10:04:26'),
(12, 10010, 207.00, 211.14, 4.14, 0.00, '', '2025-01-06 06:46:49', '2025-01-06 06:46:49'),
(13, 10011, 138.00, 140.76, 2.76, 0.00, '', '2025-01-06 10:34:53', '2025-01-06 10:34:53'),
(14, 10012, 138.00, 140.76, 2.76, 0.00, '', '2025-01-17 10:31:37', '2025-01-17 10:31:37'),
(15, 10013, 138.00, 140.76, 2.76, 0.00, '', '2025-01-17 10:51:16', '2025-01-17 10:51:16'),
(18, 50014, 79.00, 80.58, 1.58, 0.00, '', '2025-05-09 06:45:44', '2025-05-09 06:45:44'),
(19, 50015, 118.95, 121.33, 2.38, 0.00, '', '2025-05-10 09:20:13', '2025-05-10 09:20:13'),
(20, 50016, 128.95, 131.53, 2.58, 0.00, '', '2025-05-10 09:25:50', '2025-05-10 09:25:50'),
(21, 50017, 79.00, 80.58, 1.58, 0.00, '', '2025-05-10 09:29:44', '2025-05-10 09:29:44'),
(22, 50015, 69.00, 70.38, 1.38, 0.00, '', '2025-05-12 07:16:46', '2025-05-12 07:16:46'),
(23, 50016, 128.95, 131.53, 2.58, 0.00, '', '2025-05-16 10:33:32', '2025-05-16 10:33:32'),
(24, 50017, 128.95, 131.53, 2.58, 0.00, '', '2025-05-19 11:42:10', '2025-05-19 11:42:10'),
(25, 80018, 118.95, 121.33, 2.38, 0.00, '', '2025-08-26 11:47:49', '2025-08-26 11:47:49'),
(26, 80019, 29.99, 30.59, 0.60, 0.00, '', '2025-08-28 05:11:41', '2025-08-28 05:11:41'),
(27, 80020, 20.99, 21.41, 0.42, 0.00, '', '2025-08-28 07:08:50', '2025-08-28 07:08:50'),
(28, 80021, 29.99, 30.59, 0.60, 0.00, '', '2025-08-28 07:10:24', '2025-08-28 07:10:24'),
(29, 80022, 29.99, 30.59, 0.60, 0.00, '', '2025-08-28 07:11:55', '2025-08-28 07:11:55'),
(30, 80023, 31.99, 32.63, 0.64, 0.00, '', '2025-08-28 07:32:33', '2025-08-28 07:32:33'),
(31, 80024, 29.95, 30.55, 0.60, 0.00, '', '2025-08-29 10:03:53', '2025-08-29 10:03:53'),
(32, 80025, 35.99, 36.71, 0.72, 0.00, '', '2025-08-29 10:25:04', '2025-08-29 10:25:04'),
(33, 80026, 20.99, 21.41, 0.42, 0.00, '', '2025-08-29 15:31:24', '2025-08-29 15:31:24'),
(34, 80027, 4.45, 4.54, 0.09, 0.00, '', '2025-08-29 17:30:15', '2025-08-29 17:30:15'),
(35, 80028, 31.99, 32.63, 0.64, 0.00, '', '2025-08-30 03:05:14', '2025-08-30 03:05:14'),
(36, 80029, 19.99, 20.39, 0.40, 0.00, '', '2025-08-30 07:34:45', '2025-08-30 07:34:45'),
(37, 80030, 31.99, 32.63, 0.64, 0.00, '', '2025-08-30 08:06:28', '2025-08-30 08:06:28'),
(38, 90031, 16.99, 17.33, 0.34, 0.00, '', '2025-09-01 06:39:12', '2025-09-01 06:39:12'),
(39, 90032, 9.99, 10.19, 0.20, 0.00, '', '2025-09-01 07:47:42', '2025-09-01 07:47:42'),
(40, 90033, 0.00, 0.00, 0.00, 0.00, '', '2025-09-01 08:01:25', '2025-09-01 08:01:25'),
(41, 90034, 0.00, 0.00, 0.00, 0.00, '', '2025-09-01 08:28:24', '2025-09-01 08:28:24'),
(42, 90035, 0.00, 0.00, 0.00, 0.00, '', '2025-09-01 08:31:35', '2025-09-01 08:31:35'),
(43, 90036, 0.00, 0.00, 0.00, 0.00, '', '2025-09-01 10:15:01', '2025-09-01 10:15:01'),
(44, 90037, 0.00, 0.00, 0.00, 0.00, '', '2025-09-01 10:15:48', '2025-09-01 10:15:48'),
(45, 90038, 16.99, 16.99, 0.00, 0.00, '', '2025-09-02 05:50:11', '2025-09-02 05:50:11'),
(46, 90039, 30.99, 30.99, 0.00, 0.00, '', '2025-09-02 08:29:05', '2025-09-02 08:29:05'),
(47, 90040, 116.91, 116.91, 0.00, 0.00, '', '2025-09-03 12:15:45', '2025-09-03 12:15:45'),
(48, 90041, 29.95, 29.95, 0.00, 0.00, '', '2025-09-19 10:32:16', '2025-09-19 10:32:16'),
(49, 90042, 19.99, 19.99, 0.00, 0.00, '', '2025-09-26 11:48:31', '2025-09-26 11:48:31'),
(50, 90043, 20.99, 20.99, 0.00, 0.00, '', '2025-09-26 11:56:26', '2025-09-26 11:56:26'),
(51, 90044, 2.45, 2.45, 0.00, 0.00, '', '2025-09-26 12:10:58', '2025-09-26 12:10:58'),
(52, 90045, 4.90, 4.90, 0.00, 0.00, '', '2025-09-26 12:18:16', '2025-09-26 12:18:16'),
(53, 90046, 2.45, 2.45, 0.00, 0.00, '', '2025-09-26 12:19:11', '2025-09-26 12:19:11'),
(54, 90047, 2.45, 2.45, 0.00, 0.00, '', '2025-09-26 12:24:17', '2025-09-26 12:24:17'),
(55, 90048, 20.99, 20.99, 0.00, 0.00, '', '2025-09-26 12:33:16', '2025-09-26 12:33:16'),
(56, 90049, 20.99, 20.99, 0.00, 0.00, '', '2025-09-26 12:43:29', '2025-09-26 12:43:29'),
(57, 90050, 20.99, 20.99, 0.00, 0.00, '', '2025-09-27 09:43:42', '2025-09-27 09:43:42'),
(58, 90051, 20.99, 20.99, 0.00, 0.00, '', '2025-09-27 09:45:17', '2025-09-27 09:45:17'),
(59, 90052, 0.00, 0.00, 0.00, 0.00, '', '2025-09-27 09:48:28', '2025-09-27 09:48:28'),
(60, 90053, 0.00, 0.00, 0.00, 0.00, '', '2025-09-27 09:50:49', '2025-09-27 09:50:49'),
(61, 90054, 0.00, 0.00, 0.00, 0.00, '', '2025-09-27 09:52:45', '2025-09-27 09:52:45'),
(62, 90055, 20.99, 20.99, 0.00, 0.00, '', '2025-09-27 10:11:58', '2025-09-27 10:11:58'),
(63, 90056, 20.99, 20.99, 0.00, 0.00, '', '2025-09-27 10:30:41', '2025-09-27 10:30:41'),
(64, 90057, 2.45, 2.45, 0.00, 0.00, '', '2025-09-28 05:39:00', '2025-09-28 05:39:00'),
(65, 90058, 2.45, 2.45, 0.00, 0.00, '', '2025-09-28 07:53:54', '2025-09-28 07:53:54'),
(66, 90059, 11.99, 11.99, 0.00, 0.00, '', '2025-09-28 07:55:44', '2025-09-28 07:55:44'),
(67, 90060, 0.00, 0.00, 0.00, 0.00, '', '2025-09-28 07:58:44', '2025-09-28 07:58:44'),
(68, 90061, 0.00, 0.00, 0.00, 0.00, '', '2025-09-28 08:00:18', '2025-09-28 08:00:18'),
(69, 90062, 7.35, 7.35, 0.00, 0.00, '', '2025-09-28 10:36:05', '2025-09-28 10:36:05'),
(70, 90063, 21.99, 21.99, 0.00, 0.00, '', '2025-09-28 13:29:46', '2025-09-28 13:29:46'),
(71, 90064, 2.45, 2.45, 0.00, 0.00, '', '2025-09-28 13:30:56', '2025-09-28 13:30:56'),
(72, 90065, 24.50, 24.50, 0.00, 0.00, '', '2025-09-29 09:09:33', '2025-09-29 09:09:33'),
(73, 90066, 9.80, 9.80, 0.00, 0.00, '', '2025-09-29 09:22:38', '2025-09-29 09:22:38'),
(74, 90067, 9.45, 9.45, 0.00, 0.00, '', '2025-09-30 04:28:06', '2025-09-30 04:28:06'),
(75, 90068, 0.00, 0.00, 0.00, 0.00, '', '2025-09-30 04:35:58', '2025-09-30 04:35:58'),
(76, 100069, 0.00, 0.00, 0.00, 0.00, '', '2025-10-03 11:36:23', '2025-10-03 11:36:23'),
(77, 100070, 28.00, 28.00, 0.00, 0.00, '', '2025-10-03 12:39:15', '2025-10-03 12:39:15'),
(78, 100071, 28.00, 28.00, 0.00, 0.00, '', '2025-10-03 13:03:53', '2025-10-03 13:03:53');

-- --------------------------------------------------------

--
-- Table structure for table `page`
--

CREATE TABLE `page` (
  `id` int NOT NULL,
  `pgtitle` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `slug` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `link` text NOT NULL,
  `thumbnail` varchar(50) NOT NULL,
  `gallery` varchar(200) NOT NULL,
  `header_img` varchar(100) NOT NULL,
  `lang` int NOT NULL,
  `description` varchar(1000) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `status` int NOT NULL,
  `content` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  `published` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `page`
--

INSERT INTO `page` (`id`, `pgtitle`, `slug`, `link`, `thumbnail`, `gallery`, `header_img`, `lang`, `description`, `created_at`, `updated_at`, `status`, `content`, `published`) VALUES
(3, 'Bake2Bash', 'home', '', '', '0', '', 0, '', '2023-05-24 15:45:50', '2025-11-08 18:28:45', 1, '{{Page::content(\'home-slider\')}}\r\n\r\n<!-- Popular Categories area start here -->\r\n<div class=\"popular-categories-area section-bg section-top pb-100 cat-area\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header-area\">\r\n      <div class=\"row align-items-center\">\r\n        <div class=\"col-md-6\">\r\n          <h3 class=\"sub-title\">Our Specialties</h3>\r\n          <h2 class=\"section-title\">Popular Categories</h2>\r\n        </div>\r\n        <div class=\"col-md-6 text-md-end\">\r\n          \r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n    <div class=\"row mt-5 g-4\">\r\n      <!-- 1 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/shop/mini-celebration\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/birthday.jpg\" class=\"card-img-top\" alt=\"Mini Celebration\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Mini Celebration</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n      <!-- 2 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/shop/cup-cakes\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/cupcakes.jpg\" class=\"card-img-top\" alt=\"Cup Cakes\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Cup Cakes</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n      <!-- 3 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/page/customized-cake\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/customizedcake.jpg\" class=\"card-img-top\" alt=\"Customized cakes\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Customized cakes</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n      <!-- 4 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/shop/special-diet-cakes-1\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/weddingcake.jpg\" class=\"card-img-top\" alt=\"Special Diet Cakes\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Special Diet Cakes</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n      <!-- 5 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/page/nakeds\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/dreamcake.jpg\" class=\"card-img-top\" alt=\"Nakeds\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Nakeds</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n      <!-- 6 -->\r\n      <div class=\"col-lg-3 col-md-6\">\r\n        <a href=\"{{@SITE}}/product/bento-box\" class=\"cat-card-link\">\r\n          <div class=\"card cat-card\">\r\n            <div class=\"cat-img-wrap\">\r\n              <img src=\"https://bake2bash.nl/uploads/category/nakedscake.jpg\" class=\"card-img-top\" alt=\"Bento Box\">\r\n            </div>\r\n            <div class=\"card-body\">\r\n              <h3 class=\"categorie-name\">Bento Box</h3>\r\n            </div>\r\n          </div>\r\n        </a>\r\n      </div>\r\n\r\n          </div>\r\n  </div>\r\n</div>\r\n<!-- Popular Categories area end here -->\r\n\r\n<!-- Palette-driven styling -->\r\n<style>\r\n  :root{\r\n    --rose:#FFBCBA;   /* soft pink */\r\n    --ink:#000000;    /* black */\r\n    --mint:#B2E6E3;   /* mint */\r\n  }\r\n\r\n  /* Background w/ subtle pattern + tint */\r\n  .cat-area{\r\n    background:\r\n      white;\r\n  }\r\n\r\n  .sub-title{\r\n    color: var(--ink);\r\n    font-weight:700;\r\n    letter-spacing:.5px;\r\n  }\r\n  .section-title{\r\n    color: var(--ink);\r\n    font-size:36px;\r\n    font-weight:800;\r\n  }\r\n\r\n  /* CTA */\r\n  .cat-cta{\r\n    display:inline-block;\r\n    background: linear-gradient(90deg, var(--rose), var(--mint));\r\n    color: var(--ink);\r\n    padding: 10px 26px;\r\n    border-radius: 999px;\r\n    font-weight: 700;\r\n    border: 2px solid var(--ink);\r\n    box-shadow: 0 8px 18px rgba(0,0,0,.08);\r\n    transition: transform .15s ease, box-shadow .2s ease;\r\n  }\r\n  .cat-cta:hover{ transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.12); color: var(--ink); }\r\n\r\n  /* Card */\r\n  .cat-card-link{ text-decoration:none; }\r\n  .cat-card{\r\n    border: 0;\r\n    border-radius: 22px;\r\n    overflow: hidden;\r\n    background: #fff;\r\n    box-shadow: 0 10px 28px rgba(0,0,0,.08);\r\n    transition: transform .20s ease, box-shadow .25s ease;\r\n  }\r\n  .cat-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.15); }\r\n\r\n  .cat-img-wrap{\r\n    position: relative;\r\n    overflow: hidden;\r\n    aspect-ratio: 4/3; /* keeps images tidy without touching the <img> tag */\r\n  }\r\n  .cat-img-wrap img{\r\n    width: 100%; height: 100%;\r\n    object-fit: cover;\r\n    transform: scale(1.02);\r\n    transition: transform .35s ease;\r\n  }\r\n  .cat-card:hover .cat-img-wrap img{ transform: scale(1.06); }\r\n\r\n  /* Tiny label */\r\n  .cat-chip{\r\n    position: absolute;\r\n    top: 12px; left: 12px;\r\n    background: var(--rose);\r\n    color: var(--ink);\r\n    font-size: 12px;\r\n    font-weight: 800;\r\n    padding: 6px 10px;\r\n    border: 2px solid var(--ink);\r\n    border-radius: 999px;\r\n    letter-spacing:.5px;\r\n  }\r\n  .cat-chip.alt{ background: var(--mint); }\r\n\r\n  .cat-card .card-body{\r\n    padding: 18px 18px 22px;\r\n    background: linear-gradient(180deg, rgba(255,188,186,.18) 0%, rgba(178,230,227,.18) 100%);\r\n    border-top: 1px solid rgba(0,0,0,.06);\r\n  }\r\n\r\n  .categorie-name{\r\n    color: var(--ink);\r\n    text-align: center;\r\n    font-weight: 800;\r\n    font-size: 20px;\r\n    margin: 0;\r\n    padding: 8px 6px;\r\n    border-radius: 12px;\r\n    background: #fff;\r\n    box-shadow: inset 0 0 0 2px var(--ink), 0 6px 14px rgba(0,0,0,.06);\r\n  }\r\n\r\n  /* optional blinking icon class from your snippet */\r\n  .icon-blink { animation: iconBlinkEffect 4s infinite; }\r\n  @keyframes iconBlinkEffect {\r\n    0% { color: var(--ink); }\r\n    20% { color: var(--rose); }\r\n    40% { color: var(--mint); }\r\n    60% { color: var(--ink); }\r\n    80% { color: var(--rose); }\r\n    100% { color: var(--mint); }\r\n  }\r\n</style>\r\n\r\n<!-- Material Icons (kept) -->\r\n<link href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\">\r\n\r\n\r\n\r\n\r\n\r\n<!-- About Area start here -->\r\n<div class=\"about-area section\" style=\"background: url(\'https://inway.com.in/bake2bash/ui/images/about-bg.webp\') no-repeat center center/cover; padding: 60px 0; color: #fff;\">\r\n    <div class=\"container\">\r\n        <div class=\"section-header-area text-center\" style=\"margin-bottom: 50px;\">\r\n            <h3 class=\"sub-title\" style=\"color: black; font-size: 24px; margin-bottom: 10px;\">About Us</h3>\r\n            <h2 class=\"section-title\" style=\"color: #fff; font-size: 36px; font-weight: bold; line-height: 1.4;\">The Sweet Journey of <br /> <span style=\"color: black;\">Bake2Bash</span></h2>\r\n        </div>\r\n        <div class=\"story-box-slide row g-4\">\r\n            <div class=\"col-lg-4 col-md-6\">\r\n                <div class=\"single-story-box\" style=\"background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; color: #333; transition: transform 0.3s;\">\r\n                    <h3 class=\"story-title\" style=\"color: #ff6f61; font-size: 20px; margin-bottom: 10px;\">Journey of <span style=\"color: #333;\">2016</span></h3>\r\n                    <p class=\"story-content\">Our story began in 2016 with a passion for baking and a dream to create delightful cakes for every celebration. From a small home kitchen to happy celebrations, Bake2Bash started its journey.</p>\r\n                </div>\r\n            </div>\r\n            <div class=\"col-lg-4 col-md-6\">\r\n                <div class=\"single-story-box\" style=\"background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; color: #333; transition: transform 0.3s;\">\r\n                    <h3 class=\"story-title\" style=\"color: #ff6f61; font-size: 20px; margin-bottom: 10px;\">Journey of <span style=\"color: #333;\">2017</span></h3>\r\n                    <p class=\"story-content\">We expanded our menu with customized cakes and cupcakes. Using the finest ingredients, we crafted delights that became part of countless cherished moments.</p>\r\n                </div>\r\n            </div>\r\n            <div class=\"col-lg-4 col-md-6\">\r\n                <div class=\"single-story-box\" style=\"background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; color: #333; transition: transform 0.3s;\">\r\n                    <h3 class=\"story-title\" style=\"color: #ff6f61; font-size: 20px; margin-bottom: 10px;\">Journey of <span style=\"color: #333;\">2018</span></h3>\r\n                    <p class=\"story-content\">Introducing themed cakes for weddings, birthdays, and events, we became known for our creative designs and exceptional taste, winning hearts and celebrations.</p>\r\n                </div>\r\n            </div>\r\n            <div class=\"col-lg-4 col-md-6\">\r\n                <div class=\"single-story-box\" style=\"background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; color: #333; transition: transform 0.3s;\">\r\n                    <h3 class=\"story-title\" style=\"color: #ff6f61; font-size: 20px; margin-bottom: 10px;\">Journey of <span style=\"color: #333;\">2021</span></h3>\r\n                    <p class=\"story-content\">After moving to Almere, we’ve begun baking delicious cakes for our wonderful new customers—freshly prepared with care from our cozy new home-kiosk.\"</p>\r\n                </div>\r\n            </div>\r\n            <div class=\"col-lg-4 col-md-6\">\r\n                <div class=\"single-story-box\" style=\"background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; color: #333; transition: transform 0.3s;\">\r\n                    <h3 class=\"story-title\" style=\"color: #ff6f61; font-size: 20px; margin-bottom: 10px;\">Journey of <span style=\"color: #333;\">2025</span></h3>\r\n                    <p class=\"story-content\">We’ve opened our new store in Almere Buiten Centrum — your exclusive destination for bespoke cakes, artisanal pastries, and our signature specialty drinks.</p>\r\n                </div>\r\n            </div>			\r\n        </div>\r\n        <div class=\"text-center\" style=\"margin-top: 30px;\">\r\n            <a href=\"{{@SITE}}/page/about-us\" class=\"primary-btn\" style=\"background: #ff6f61; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; transition: background 0.3s;\">Know More About Us</a>\r\n        </div>\r\n    </div>\r\n</div>\r\n<!-- About Area end here -->\r\n\r\n\r\n\r\n\r\n\r\n', '08-11-2025'),
(4, 'About Us', 'about-us', '', '', '0', '', 0, '', '2023-05-25 07:36:25', '2025-11-24 11:44:55', 1, '<!-- breadcrumb area start here  -->\r\n<div class=\"breadcrumb-area\">\r\n  <div class=\"container\">\r\n    <div class=\"breadcrumb-wrap text-center\">\r\n      <h2 class=\"page-title\">About Bake2Bash</h2>\r\n      <ul class=\"breadcrumb-pages\">\r\n        <li class=\"page-item\"><a class=\"page-item-link\" href=\"{{@SITE}}\">Home</a></li>\r\n        <li class=\"page-item\">About Bake2Bash</li>\r\n      </ul>\r\n    </div>\r\n  </div>\r\n</div>\r\n<!-- breadcrumb area end here  -->\r\n\r\n<!-- about us area start here  -->\r\n<div class=\"about-us-area section\">\r\n  <div class=\"container\">\r\n    <div class=\"row align-items-lg-center\">\r\n      <div class=\"col-lg-5 offset-lg-1 col-md-6\">\r\n        <div class=\"about-us-image\">\r\n          <!-- image code unchanged -->\r\n          <img src=\"{{@BASE}}/ui/images/aboutus-image.webp\" alt=\"About Bakshanam.online by Shree Balaji Catering Services (SBCS)\" />\r\n        </div>\r\n      </div>\r\n      <div class=\"col-lg-5 col-md-6\">\r\n        <div class=\"about-us-content\">\r\n          <div class=\"section-header-area\">\r\n            <h3 class=\"sub-title\">About Us</h3>\r\n            <h2 class=\"section-title\">Delicious Moments, Baked with Love</h2>\r\n          </div>\r\n\r\n          <p class=\"about-us-text\">\r\n            <strong>Bake2Bash Cakeshop</strong> believes every celebration deserves a cake as unique as you. Since <strong>2016</strong>, we’ve been crafting freshly baked <strong>custom cakes</strong>, <strong>cupcakes</strong>, and elegant <strong>wedding creations</strong> using high-quality ingredients and a whole lot of heart.\r\n          </p>\r\n\r\n          <p class=\"about-us-text\">\r\n            What started as a home-baking passion has grown into a full-fledged studio where ideas become <em>edible art</em>. From cozy birthdays to big milestone moments, our designs balance <strong>taste, beauty, and emotion</strong>—so your cake isn’t just dessert, it’s the centerpiece of your celebration.\r\n          </p>\r\n\r\n          <p class=\"about-us-text\">\r\n            We proudly serve <strong>Almere, Amsterdam, Amstelveen, Utrecht</strong> and surrounding areas. Drop by for our signature cakes, artisan coffee, and refreshing matcha drinks—then <strong>bake, celebrate, repeat!</strong>\r\n          </p>\r\n			\r\n			<p class=\"about-us-text\">\r\n            <strong>Meet Sathya, The Heart Behind the Bakes</strong>, the creative mind and master baker behind our cakes.\r\n          </p>\r\n			\r\n			<p class=\"about-us-text\">\r\n            Sathya’s journey began with a simple love for baking at home in 2016 — mixing, decorating, and experimenting with flavors that made family and friends smile. What started as a hobby soon grew into a full-fledged passion to bring those same smiles to everyone.\r\n          </p>\r\n			\r\n			<p class=\"about-us-text\">\r\n            With a keen eye for design and an artistic hand, Sathya transforms ideas into edible art — each cake telling its own story. From elegant wedding tiers to fun, colorful birthday cakes, her creations are known for their <strong>perfect balance of taste, beauty, and emotion.</strong>\r\n          </p>\r\n			\r\n			<p class=\"about-us-text\">\r\n            At Bake2Bash, Sathya believes that a cake is not just dessert — it’s a <strong>symbol of joy, love, and celebration.</strong> Her dedication, attention to detail, and genuine care for every customer make Bake2Bash more than a bakery — it’s a place where happiness is baked fresh every day.\r\n          </p>\r\n			\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<!-- about us area end here  -->\r\n\r\n\r\n<!-- Load Material Icons once (remove if already loaded) -->\r\n<link href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\" />\r\n\r\n<!-- service area start here  -->\r\n<div class=\"service-area section-bg\">\r\n  <div class=\"container-fluid p-0\">\r\n    <div class=\"row align-items-center g-0\">\r\n      <div class=\"col-lg-6\">\r\n        <div class=\"service-left\"></div>\r\n      </div>\r\n      <div class=\"col-lg-6\">\r\n        <div class=\"service-lsit\">\r\n          <div class=\"row\">\r\n\r\n            <div class=\"col-md-6 col-sm-6\">\r\n              <div class=\"single-service\">\r\n                <div class=\"service-icon\" aria-hidden=\"true\">\r\n                  <span class=\"material-icons\" style=\"font-size:48px; color:#4caf50;\">bakery_dining</span>\r\n                </div>\r\n                <div class=\"service-info\">\r\n                  <h3 class=\"service-title\">Freshly Baked Daily</h3>\r\n                  <p class=\"service-content\">Small-batch baking for peak freshness, texture, and consistent flavor.</p>\r\n                </div>\r\n              </div>\r\n            </div>\r\n\r\n            <div class=\"col-md-6 col-sm-6\">\r\n              <div class=\"single-service\">\r\n                <div class=\"service-icon\" aria-hidden=\"true\">\r\n                  <span class=\"material-icons\" style=\"font-size:48px; color:#ff8c00;\">cake</span>\r\n                </div>\r\n                <div class=\"service-info\">\r\n                  <h3 class=\"service-title\">Custom Cake Designs</h3>\r\n                  <p class=\"service-content\">Bring your ideas—theme, color, and flavor—we’ll turn them into edible art.</p>\r\n                </div>\r\n              </div>\r\n            </div>\r\n\r\n            <div class=\"col-md-6 col-sm-6\">\r\n              <div class=\"single-service\">\r\n                <div class=\"service-icon\" aria-hidden=\"true\">\r\n                  <span class=\"material-icons\" style=\"font-size:48px; color:#ff5722;\">icecream</span>\r\n                </div>\r\n                <div class=\"service-info\">\r\n                  <h3 class=\"service-title\">Premium Ingredients</h3>\r\n                  <p class=\"service-content\">We choose quality creams, chocolates, fruits, and fillings—nothing less.</p>\r\n                </div>\r\n              </div>\r\n            </div>\r\n\r\n            <div class=\"col-md-6 col-sm-6\">\r\n              <div class=\"single-service\">\r\n                <div class=\"service-icon\" aria-hidden=\"true\">\r\n                  <span class=\"material-icons\" style=\"font-size:48px; color:#2196f3;\">local_shipping</span>\r\n                </div>\r\n                <div class=\"service-info\">\r\n                  <h3 class=\"service-title\">On-Time Delivery</h3>\r\n                  <p class=\"service-content\">Careful packaging and reliable delivery so your cake arrives perfect.</p>\r\n                </div>\r\n              </div>\r\n            </div>\r\n\r\n          </div><!-- row -->\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<!-- service area end here  -->\r\n\r\n\r\n<!-- Load Material Icons once (remove if already loaded globally) -->\r\n<link href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\" />\r\n\r\n<!-- Our Features area start here  -->\r\n<div class=\"our-features-area section-top pb-100\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header-area text-center\">\r\n      <h3 class=\"sub-title\">Our Features</h3>\r\n      <h2 class=\"section-title\">Why Choose Bake2Bash</h2>\r\n    </div>\r\n    <div class=\"row\">\r\n      <div class=\"col-lg-10 offset-lg-1\">\r\n        <div class=\"row\">\r\n          <div class=\"col-lg-4 col-md-4 col-sm-6\">\r\n            <div class=\"single-features text-center\">\r\n              <div class=\"features-icon\">\r\n                <!-- cake-related icon -->\r\n                <span class=\"material-icons\" aria-hidden=\"true\" style=\"font-size:56px; color:#ff8c00;\">cake</span>\r\n              </div>\r\n              <h3 class=\"features-title\">Custom Creations</h3>\r\n              <p class=\"features-content\">Personalised cakes and cupcakes tailored to your theme and story.</p>\r\n            </div>\r\n          </div>\r\n\r\n          <div class=\"col-lg-4 col-md-4 col-sm-6\">\r\n            <div class=\"single-features text-center\">\r\n              <div class=\"features-icon\">\r\n                <!-- cake-related icon -->\r\n                <span class=\"material-icons\" aria-hidden=\"true\" style=\"font-size:56px; color:#4caf50;\">bakery_dining</span>\r\n              </div>\r\n              <h3 class=\"features-title\">Fresh Ingredients</h3>\r\n              <p class=\"features-content\">We bake with premium ingredients for standout taste and texture.</p>\r\n            </div>\r\n          </div>\r\n\r\n          <div class=\"col-lg-4 col-md-4 col-sm-6\">\r\n            <div class=\"single-features text-center\">\r\n              <div class=\"features-icon\">\r\n                <!-- celebration icon (fits cake/party theme) -->\r\n                <span class=\"material-icons\" aria-hidden=\"true\" style=\"font-size:56px; color:#ff5722;\">celebration</span>\r\n              </div>\r\n              <h3 class=\"features-title\">Perfect for Every Occasion</h3>\r\n              <p class=\"features-content\">Birthdays, weddings, baby showers—celebrations made sweeter.</p>\r\n            </div>\r\n          </div>\r\n        </div><!-- row -->\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<!-- Our Features area end here  -->\r\n\r\n\r\n<!-- Load Material Icons once if not already loaded globally -->\r\n<link href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\" />\r\n\r\n<!-- ============================ FAQ (Advanced style, existing classes) ============================ -->\r\n<div class=\"faq-section section\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header-area text-center\">\r\n      <h3 class=\"sub-title\">FAQ</h3>\r\n      <h2 class=\"section-title\">Questions people ask about Bake2Bash</h2>\r\n    </div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        Will I get freshly baked cakes?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p>Yes — we bake in small batches daily using quality ingrediants, chocolates, fruits, and fillings for peak freshness.</p>\r\n      </div>\r\n    </div>\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        How many days in advance should I order my cakes?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p>We recommend placing orders for <strong>custom cakes at least 2 weeks in advance.</strong> Weekends are our busiest party days, so if your event falls on a weekend, it’s best to reserve your date even earlier. Ordering early gives you plenty of time to finalise the cake design, flavours, number of servings, and any other details to ensure everything is perfect for your celebration.</p>\r\n      </div>\r\n    </div>\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        Can I design my own cake and how much will it cost?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p><strong>Absolutely! Just share your theme, colours, and any reference images — we’ll bring your vision to life and turn it into edible art with flavours that match your celebration.</strong>For ideas, feel free to browse our <strong>Customised Cakes section</strong>. Every custom cake is unique in its design, flavours, and dietary preferences. Creating these cakes requires many hours of skilled, handcrafted work, which is reflected in the pricing. <strong>But we promise — the result will be a beautiful, delicious cake you’ll be truly happy with.</strong> </p>\r\n      </div>\r\n    </div>\r\n	  \r\n	    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        Can I customize the Mini Celebration (standard cakes)?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p>Mini Celebration cakes are our standard cakes created with the baker’s design choice, so full customization is not available. However, we’re happy to <strong>add a name or short message (2–3 words) at no extra cost</strong>. Minor changes, such as buttercream color, may be possible if ordered at least 1 day in advance and for a small additional fee, subject to availability. Any requests beyond color changes will be considered a Custom Cake order, which starts at €50 minimum for an 8-serving cake.</p>\r\n      </div>\r\n    </div>  \r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        Do you offer same-day delivery of custom cakes?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p>Unfortunately, <strong>we are unable to provide same-day delivery for custom cakes</strong>. Each custom cake is carefully baked, designed, and crafted to meet your exact requirements, which requires sufficient preparation time. However, our Mini Celebration Cakes are always available in-store, with a variety of flavours and designs ready for you to pick up anytime!</p>\r\n      </div>\r\n    </div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        What’s your cancellation policy for custom cakes?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p><strong>Cancellations are accepted up to 48 hours (2 days) before the scheduled delivery or pickup.</strong> In this case, any deposit paid for the custom cake will be fully refunded. <strong>For cancellations made within 48 hours, a fee of 25–50% of the cake’s total cost will be charged</strong>, as our bakers would have already begun the preparation process.</p>\r\n      </div>\r\n    </div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\" aria-expanded=\"false\">\r\n        Which areas do you deliver?\r\n      </button>\r\n      <div class=\"faq-answer\" aria-hidden=\"true\">\r\n        <p>We deliver across <strong>Almere, Amsterdam, Amstelveen, Utrecht, Hoofddorp, Uithoorn, Aalsmeer, Lelystad and nearby regions</strong>. Pickup from our shop is also available during our opening hours. Delivery charges will apply based on distance.</p>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n\r\n<!-- ============================ Google Reviews (3 cards + bottom button) ============================ -->\r\n<div class=\"google-reviews-area section section-bg\">\r\n  <div class=\"container\">\r\n    <div class=\"section-header-area text-center\">\r\n      <h3 class=\"sub-title\">Google Reviews</h3>\r\n      <h2 class=\"section-title\">What customers say about Bake2Bash</h2>\r\n    </div>\r\n\r\n    <!-- 3 review cards -->\r\n    <div class=\"testimonial-cards-container google-reviews-cards\">\r\n      <!-- Review 1 -->\r\n      <div class=\"testimonial-card\">\r\n        <div class=\"testimonial-content\">\r\n          <div class=\"review-stars\" aria-label=\"5 out of 5\">\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em>\r\n          </div>\r\n          <p class=\"testimonial-text\">“Beautiful cake and so delicious! Not too sweet and everyone loved it.”</p>\r\n          <h3 class=\"testimonial-author\">Google Reviewer</h3>\r\n        </div>\r\n      </div>\r\n\r\n      <!-- Review 2 -->\r\n      <div class=\"testimonial-card\">\r\n        <div class=\"testimonial-content\">\r\n          <div class=\"review-stars\" aria-label=\"5 out of 5\">\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em>\r\n          </div>\r\n          <p class=\"testimonial-text\">“We’ve been ordering from Bake2Bash for years—always fresh, on time, and stunning designs.”</p>\r\n          <h3 class=\"testimonial-author\">Google Reviewer</h3>\r\n        </div>\r\n      </div>\r\n\r\n      <!-- Review 3 -->\r\n      <div class=\"testimonial-card\">\r\n        <div class=\"testimonial-content\">\r\n          <div class=\"review-stars\" aria-label=\"5 out of 5\">\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em><em class=\"material-icons\">star</em>\r\n            <em class=\"material-icons\">star</em>\r\n          </div>\r\n          <p class=\"testimonial-text\">“Great taste, perfect texture, and wonderful service. Highly recommend!”</p>\r\n          <h3 class=\"testimonial-author\">Google Reviewer</h3>\r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n    <!-- Bottom button to Google -->\r\n    <div class=\"text-center\" style=\"margin-top: 24px;\">\r\n      <a class=\"btn btn-primary greviews-btn\" href=\"https://www.google.com/maps/place/Bake2Bash\" target=\"_blank\" rel=\"noopener\">\r\n        See more on Google\r\n      </a>\r\n    </div>\r\n  </div>\r\n</div>\r\n\r\n<!-- ============================ Scoped styles (advanced look, matches existing) ============================ -->\r\n<style>\r\n  /* FAQ polish (keeps your class names) */\r\n  .faq-section .faq-item{\r\n    border:1px solid #e2e8f0; border-radius:12px; background:#fff; margin-bottom:12px; overflow:hidden;\r\n    box-shadow:0 4px 16px rgba(2,6,23,.04);\r\n  }\r\n  .faq-section .faq-question{\r\n    width:100%; text-align:left; padding:14px 16px; border:0; background:linear-gradient(180deg,#f8fafc,#f1f5f9);\r\n    font-weight:700; display:flex; align-items:center; justify-content:space-between; cursor:pointer;\r\n  }\r\n  .faq-section .faq-question::after{\r\n    content:\"expand_more\"; font-family:\"Material Icons\"; transition:transform .25s ease; margin-left:12px;\r\n  }\r\n  .faq-section .faq-question[aria-expanded=\"true\"]::after{ transform:rotate(180deg); }\r\n  .faq-section .faq-answer{ max-height:0; transition:max-height .35s ease; }\r\n  .faq-section .faq-answer[aria-hidden=\"false\"]{ max-height:420px; }\r\n  .faq-section .faq-answer p{ padding:0 16px 14px; margin:0; color:#475569; line-height:1.8; }\r\n\r\n  /* Google reviews: reuse your testimonial card system with subtle upgrades */\r\n  .google-reviews-area .google-reviews-cards{\r\n    display:grid; gap:18px; grid-template-columns:1fr;\r\n  }\r\n  @media (min-width:768px){\r\n    .google-reviews-area .google-reviews-cards{ grid-template-columns:repeat(3,1fr); }\r\n  }\r\n  .google-reviews-area .testimonial-card{\r\n    background:#fff; border:1px solid #e2e8f0; border-radius:14px;\r\n    box-shadow:0 8px 24px rgba(2,6,23,.06); height:100%; display:flex; flex-direction:column;\r\n    transition:transform .2s ease, box-shadow .2s ease;\r\n  }\r\n  .google-reviews-area .testimonial-card:hover{ transform:translateY(-3px); box-shadow:0 14px 36px rgba(2,6,23,.1); }\r\n  .google-reviews-area .testimonial-content{ padding:18px; }\r\n  .google-reviews-area .testimonial-text{ margin:10px 0 12px; color:#334155; line-height:1.75; }\r\n  .google-reviews-area .testimonial-author{ margin:0; font-size:15px; font-weight:700; color:#0f172a; }\r\n  .google-reviews-area .review-stars{ display:inline-flex; gap:2px; }\r\n  .google-reviews-area .review-stars .material-icons{ color:#fbbf24; font-size:20px; }\r\n  .google-reviews-area .btn.btn-primary.greviews-btn{\r\n    border-radius:999px; padding:10px 18px; font-weight:700; background:#2563eb; color:#fff; text-decoration:none;\r\n    box-shadow:0 6px 20px rgba(37,99,235,.22);\r\n  }\r\n  .google-reviews-area .btn.btn-primary.greviews-btn:hover{ filter:brightness(.96); }\r\n</style>\r\n\r\n<!-- ============================ Scoped script for FAQ toggle ============================ -->\r\n<script>\r\n  (function(){\r\n    // Toggle FAQ accordions without changing your markup\r\n    document.querySelectorAll(\'.faq-section .faq-item\').forEach(function(item){\r\n      var btn = item.querySelector(\'.faq-question\');\r\n      var ans = item.querySelector(\'.faq-answer\');\r\n      if(!btn || !ans) return;\r\n      btn.addEventListener(\'click\', function(){\r\n        var expanded = btn.getAttribute(\'aria-expanded\') === \'true\';\r\n        btn.setAttribute(\'aria-expanded\', String(!expanded));\r\n        ans.setAttribute(\'aria-hidden\', String(expanded ? \'true\' : \'false\'));\r\n      });\r\n    });\r\n  })();\r\n</script>\r\n\r\n\r\n', '24-11-2025'),
(5, 'MINI CELEBRATION', 'mini-celebration', '', '', '0', '', 0, '', '2023-05-25 07:49:49', '2025-08-27 06:56:02', 1, '', '27-08-2025'),
(8, 'Catalogue', 'catalogue', '', '', '0', '', 0, '', '2023-05-25 08:32:16', '2024-06-04 07:40:00', 1, '<!-- breadcrumb area start here  -->\r\n<div class=\"breadcrumb-area\">\r\n	<div class=\"container\">\r\n		<div class=\"breadcrumb-wrap text-center\">\r\n			<h2 class=\"page-title\">Catalogue</h2>\r\n			<ul class=\"breadcrumb-pages\">\r\n				<li class=\"page-item\"><a class=\"page-item-link\" href=\"{{@SITE}}\">Home</a></li>\r\n				<li class=\"page-item\">Catalogue</li>\r\n			</ul>\r\n		</div>\r\n	</div>\r\n</div>\r\n<!-- breadcrumb area end here  -->\r\n\r\n<!-- empty-wish-list area start here  -->\r\n	<div class=\"empty-wish-list section\">\r\n		<div class=\"container\">\r\n			<div class=\"empty-box-wrap text-center\">\r\n				<h1 class=\"empty-box-title pt-5\">COMING SOON</h1>\r\n				<p class=\"empty-box-content\">Will be updated shortly . </p>\r\n				<a href=\"{{@SITE}}/shop\" class=\"primary-btn\">Back to shop</a>\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<!-- empty-wish-list area end here  -->', '04-06-2024'),
(9, 'Events & Workshops', 'events-&-workshops', '', '', '0', '', 0, '', '2024-12-30 08:47:56', '2024-12-30 12:25:31', 1, '<!-- SECTION CONTENT START -->\r\n<div class=\"section-full p-t80 p-b50\">\r\n    <div class=\"container\">\r\n        <!-- EVENTS AND WORKSHOPS BLOCK -->\r\n        <div class=\"section-content m-b30\">\r\n            <div class=\"row\">\r\n                <div class=\"col-md-12 text-center\">\r\n                    <h2 class=\"text-uppercase section-heading\">Events and Workshops</h2>\r\n                    <div class=\"wt-separator-outer m-b30\">\r\n                        <div class=\"wt-separator style-square\">\r\n                            <span class=\"separator-left site-bg-primary\"></span>\r\n                            <span class=\"separator-right site-bg-primary\"></span>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class=\"row\">\r\n                <!-- Event 1 -->\r\n                <div class=\"col-md-4 col-sm-6 m-b30\">\r\n                    <div class=\"wt-box advanced-box\">\r\n                        <div class=\"wt-media\">\r\n                            <img src=\"https://inway.com.in/bake2bash/ui/images/event1.jpg\" alt=\"Event 1\" class=\"img-responsive\">\r\n                        </div>\r\n                        <div class=\"wt-info\">\r\n                            <h4 class=\"wt-title\">Digital Marketing Workshop</h4>\r\n                            <p><strong>Date:</strong> January 25, 2024</p>\r\n                            <p><strong>Location:</strong> Chennai, India</p>\r\n                            <p>Learn the latest strategies and tools in digital marketing to grow your business.</p>\r\n                            <a href=\"#\" class=\"site-button\">Learn More</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <!-- Event 2 -->\r\n                <div class=\"col-md-4 col-sm-6 m-b30\">\r\n                    <div class=\"wt-box advanced-box\">\r\n                        <div class=\"wt-media\">\r\n                            <img src=\"https://inway.com.in/bake2bash/ui/images/event2.jpg\" alt=\"Event 2\" class=\"img-responsive\">\r\n                        </div>\r\n                        <div class=\"wt-info\">\r\n                            <h4 class=\"wt-title\">AI in Business Summit</h4>\r\n                            <p><strong>Date:</strong> February 10, 2024</p>\r\n                            <p><strong>Location:</strong> Dubai, UAE</p>\r\n                            <p>Explore how AI is revolutionizing business processes and decision-making.</p>\r\n                            <a href=\"#\" class=\"site-button\">Learn More</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <!-- Event 3 -->\r\n                <div class=\"col-md-4 col-sm-6 m-b30\">\r\n                    <div class=\"wt-box advanced-box\">\r\n                        <div class=\"wt-media\">\r\n                            <img src=\"https://inway.com.in/bake2bash/ui/images/event3.jpg\" alt=\"Event 3\" class=\"img-responsive\">\r\n                        </div>\r\n                        <div class=\"wt-info\">\r\n                            <h4 class=\"wt-title\">Startup Growth Workshop</h4>\r\n                            <p><strong>Date:</strong> March 5, 2024</p>\r\n                            <p><strong>Location:</strong> Bangalore, India</p>\r\n                            <p>A workshop focused on strategies for scaling and sustaining your startup.</p>\r\n                            <a href=\"#\" class=\"site-button\">Learn More</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <!-- EVENTS AND WORKSHOPS BLOCK END -->\r\n    </div>\r\n</div>\r\n\r\n<style>\r\n/* General Section Styling */\r\n.section-full {\r\n    background-color: #f8f8f8;\r\n    padding: 80px 0;\r\n}\r\n\r\n.section-heading {\r\n    font-size: 28px;\r\n    font-weight: bold;\r\n    color: #333;\r\n    margin-bottom: 15px;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1.5px;\r\n}\r\n\r\n/* Separator Styling */\r\n.wt-separator.style-square .separator-left,\r\n.wt-separator.style-square .separator-right {\r\n    display: inline-block;\r\n    width: 50px;\r\n    height: 4px;\r\n    background-color: #ED9E9D;\r\n    margin: 0 10px;\r\n    vertical-align: middle;\r\n}\r\n\r\n/* Advanced Box Styling */\r\n.wt-box {\r\n    height: 100%;\r\n    border-radius: 12px;\r\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\r\n    overflow: hidden;\r\n    background: linear-gradient(to bottom, #ffffff, #f7f7f7);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n.wt-box:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n.wt-box img {\r\n    width: 100%;\r\n    height: 200px;\r\n    object-fit: cover;\r\n    transition: transform 0.3s ease;\r\n    border-bottom: 4px solid black;\r\n}\r\n\r\n.wt-box:hover img {\r\n    transform: scale(1.05);\r\n}\r\n\r\n.wt-info {\r\n    padding: 20px;\r\n    text-align: center;\r\n}\r\n\r\n.wt-title {\r\n    font-size: 20px;\r\n    font-weight: bold;\r\n    margin-bottom: 15px;\r\n    color: #333;\r\n}\r\n\r\n.site-button {\r\n    background-color: #ED9E9D;\r\n    color: #fff;\r\n    padding: 12px 20px;\r\n    border: none;\r\n    border-radius: 6px;\r\n    text-transform: uppercase;\r\n    font-size: 15px;\r\n    cursor: pointer;\r\n    transition: background-color 0.3s ease, transform 0.3s ease;\r\n    display: inline-block;\r\n    margin-top: 15px;\r\n}\r\n\r\n.site-button:hover {\r\n    background-color: #d97706;\r\n    transform: translateY(-3px);\r\n}\r\n\r\n/* Responsive Styling */\r\n@media (max-width: 768px) {\r\n    .section-heading {\r\n        font-size: 24px;\r\n    }\r\n    .wt-box img {\r\n        height: 180px;\r\n    }\r\n}\r\n</style>\r\n<!-- SECTION CONTENT END -->\r\n', '30-12-2024'),
(11, 'Terms and Conditions', 'terms-and-conditions', '', '', '0', '', 0, '', '2025-01-02 11:08:54', '2025-01-02 12:43:17', 1, '', '02-01-2025'),
(12, 'shipping and return', 'shipping-and-return', '', '', '0', '', 0, '', '2025-01-02 11:11:56', '2025-01-02 12:43:33', 1, '', '02-01-2025'),
(13, 'privacy policy', 'privacy-policy', '', '', '0', '', 0, '', '2025-01-02 11:19:15', '2025-01-02 12:43:47', 1, '', '02-01-2025'),
(14, 'Cake ', 'cake', '', '', '0', '', 0, '', '2025-03-17 04:34:27', '2025-03-17 04:39:25', 1, '<div class=\"container\">\r\n<div class=\"row mt-5\" style=\"padding-bottom: 63px;justify-content:center;\">\r\n	<div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n				    <a href=\"{{@SITE}}/shop/birthday-cakes\">\r\n					<div class=\"card\" style=\"width: 30rem;height: 38rem;\">\r\n						<img src=\"/bake2bash/uploads/category/bday.jpg\" class=\"card-img-top\"  height=\"100%\">\r\n						<div class=\"card-body\">\r\n							<h3 class=\"categorie-name mb-1\" style=\"color: #A11A1F; font-weight: bold; font-size: 20px;text-align:center;padding:18px;\">\r\n                            BIRTHDAY CAKES\r\n                        </h3>\r\n						</div>\r\n					</div>\r\n				</a>\r\n				</div>\r\n			<div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n				    <a href=\"{{@SITE}}/shop/anniversary-cakes\">\r\n					<div class=\"card\" style=\"width: 30rem;height: 38rem;\">\r\n						<img src=\"/bake2bash/uploads/category/anniversarycake.jpg\" class=\"card-img-top\"  height=\"100%\">\r\n						<div class=\"card-body\">\r\n							<h3 class=\"categorie-name mb-1\" style=\"color: #A11A1F; font-weight: bold; font-size: 20px;text-align:center;padding:18px;\">\r\n                            ANNIVERSARY CAKES\r\n                        </h3>\r\n						</div>\r\n					</div>\r\n				</a>\r\n				</div>\r\n			<div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n				    <a href=\"{{@SITE}}/shop/gender-reveal-cakes\">\r\n					<div class=\"card\" style=\"width: 30rem;height: 38rem;\">\r\n						<img src=\"/bake2bash/uploads/category/genderreveal.jpg\" class=\"card-img-top\"  height=\"100%\">\r\n						<div class=\"card-body\">\r\n							<h3 class=\"categorie-name mb-1\" style=\"color: #A11A1F; font-weight: bold; font-size: 20px;text-align:center;padding:18px;\">\r\n                           GENDER REVEAL CAKES\r\n                        </h3>\r\n						</div>\r\n					</div>\r\n				</a>\r\n				</div>\r\n			\r\n			\r\n			\r\n    </div>\r\n</div>', '17-03-2025'),
(15, 'Birthday Cakes', 'birthday-cakes', '', '', '0', '', 0, '', '2025-03-17 04:40:40', '2025-10-13 07:24:26', 1, '<!-- 1) Add Material Icons (once per page, ideally in <head>) -->\r\n<link href=\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300;400;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- 2) Tiny CSS for the icon badge -->\r\n<style>\r\n  .cat-card { position: relative; }\r\n  .cat-card .icon-badge{\r\n    position: absolute; top: 12px; right: 12px;\r\n    width: 56px; height: 56px; border-radius: 50%;\r\n    background: rgba(255,255,255,.95);\r\n    display: flex; align-items: center; justify-content: center;\r\n    box-shadow: 0 6px 16px rgba(0,0,0,.12);\r\n    z-index: 2;\r\n  }\r\n  .cat-card .material-symbols-outlined{\r\n    font-variation-settings: \'FILL\' 0, \'wght\' 600, \'GRAD\' 0, \'opsz\' 48;\r\n    font-size: 32px; color: #A11A1F; line-height: 1;\r\n  }\r\n</style>\r\n\r\n<!-- 3) Your cards with images unchanged + Material Icons badges -->\r\n<div class=\"container\">\r\n  <div class=\"row mt-5\" style=\"padding-bottom:63px; justify-content:center;\">\r\n\r\n    <!-- Boys -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/boys\">\r\n        <div class=\"card cat-card\" style=\"width: 30rem; height: 38rem;\">\r\n          <div class=\"icon-badge\" aria-hidden=\"true\">\r\n            <span class=\"material-symbols-outlined\">boy</span>\r\n          </div>\r\n          <img src=\"https://bake2bash.nl/ui/images/boys.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Boys\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F; font-weight:bold; font-size:20px; text-align:center; padding:18px;\">\r\n              BOYS\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- Girls -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/girls\">\r\n        <div class=\"card cat-card\" style=\"width: 30rem; height: 38rem;\">\r\n          <div class=\"icon-badge\" aria-hidden=\"true\">\r\n            <span class=\"material-symbols-outlined\">girl</span>\r\n          </div>\r\n          <img src=\"https://bake2bash.nl/ui/images/girls.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Girls\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F; font-weight:bold; font-size:20px; text-align:center; padding:18px;\">\r\n              GIRLS\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- Babies -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/babies\">\r\n        <div class=\"card cat-card\" style=\"width: 30rem; height: 38rem;\">\r\n          <div class=\"icon-badge\" aria-hidden=\"true\">\r\n            <span class=\"material-symbols-outlined\">child_care</span>\r\n          </div>\r\n          <img src=\"https://bake2bash.nl/ui/images/babies.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Babies\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F; font-weight:bold; font-size:20px; text-align:center; padding:18px;\">\r\n              BABIES\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- For Him -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/for-him\">\r\n        <div class=\"card cat-card\" style=\"width: 30rem; height: 38rem;\">\r\n          <div class=\"icon-badge\" aria-hidden=\"true\">\r\n            <span class=\"material-symbols-outlined\">man</span>\r\n          </div>\r\n          <img src=\"https://bake2bash.nl/ui/images/forhim.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"For Him\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F; font-weight:bold; font-size:20px; text-align:center; padding:18px;\">\r\n              FOR HIM\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- For Her -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/for-her\">\r\n        <div class=\"card cat-card\" style=\"width: 30rem; height: 38rem;\">\r\n          <div class=\"icon-badge\" aria-hidden=\"true\">\r\n            <span class=\"material-symbols-outlined\">woman</span>\r\n          </div>\r\n          <img src=\"https://bake2bash.nl/ui/images/forher.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"For Her\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F; font-weight:bold; font-size:20px; text-align:center; padding:18px;\">\r\n              FOR HER\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n  </div>\r\n</div>\r\n', '13-10-2025'),
(16, 'Nakeds', 'nakeds', '', '', '0', '', 0, '', '2025-03-17 04:43:03', '2025-10-13 07:25:35', 1, '<div class=\"container\">\r\n<div class=\"row mt-5\" style=\"padding-bottom: 63px;justify-content:center;\">\r\n	<div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n				    <a href=\"{{@SITE}}/product/tutty-fruity-cake-1\">\r\n					<div class=\"card\" style=\"width: 30rem;height: 38rem;\">\r\n						<img src=\"https://bake2bash.nl/uploads/category/brownie.jpg\" class=\"card-img-top\"  height=\"100%\">\r\n						<div class=\"card-body\">\r\n							<h3 class=\"categorie-name mb-1\" style=\"color: #A11A1F; font-weight: bold; font-size: 20px;text-align:center;padding:18px;\">\r\n                            Tutty Fruity Cakes\r\n                        </h3>\r\n						</div>\r\n					</div>\r\n				</a>\r\n				</div>\r\n			<div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n				    <a href=\"{{@SITE}}/product/plum-cakes-1\">\r\n					<div class=\"card\" style=\"width: 30rem;height: 38rem;\">\r\n						<img src=\"https://bake2bash.nl/uploads/category/plumcake.jpg\" class=\"card-img-top\"  height=\"100%\">\r\n						<div class=\"card-body\">\r\n							<h3 class=\"categorie-name mb-1\" style=\"color: #A11A1F; font-weight: bold; font-size: 20px;text-align:center;padding:18px;\">\r\n                           PLUM CAKES\r\n                        </h3>\r\n						</div>\r\n					</div>\r\n				</a>\r\n				</div>\r\n			\r\n			\r\n			\r\n			\r\n    </div>\r\n</div>\r\n', '13-10-2025');
INSERT INTO `page` (`id`, `pgtitle`, `slug`, `link`, `thumbnail`, `gallery`, `header_img`, `lang`, `description`, `created_at`, `updated_at`, `status`, `content`, `published`) VALUES
(17, 'Customized Cake', 'customized-cake', '', '', '0', '', 0, '', '2025-03-17 11:39:34', '2025-10-13 07:23:22', 1, '<div class=\"container\">\r\n  <div class=\"row mt-5\" style=\"padding-bottom:63px;justify-content:center;\">\r\n\r\n    <!-- 1) Birthday Cakes -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/page/birthday-cakes\">\r\n        <div class=\"card\" style=\"width:30rem;height:38rem;\">\r\n          <img src=\"https://bake2bash.nl/uploads/category/c1.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Birthday Cakes\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F;font-weight:bold;font-size:20px;text-align:center;padding:18px;\">\r\n              Birthday Cakes\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- 2) Drip cakes -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/drip-cakes\">\r\n        <div class=\"card\" style=\"width:30rem;height:38rem;\">\r\n          <img src=\"https://bake2bash.nl/uploads/category/c2.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Drip cakes\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F;font-weight:bold;font-size:20px;text-align:center;padding:18px;\">\r\n              Drip cakes\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- 3) Anniversary Cakes -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/anniversary-cake\">\r\n        <div class=\"card\" style=\"width:30rem;height:38rem;\">\r\n          <img src=\"https://bake2bash.nl/uploads/category/c3.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Anniversary Cakes\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F;font-weight:bold;font-size:20px;text-align:center;padding:18px;\">\r\n              Anniversary Cakes\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n    <!-- 4) Gender Reveal Cakes -->\r\n    <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/gender-reveal-cake\">\r\n        <div class=\"card\" style=\"width:30rem;height:38rem;\">\r\n          <img src=\"https://bake2bash.nl/uploads/category/c4.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Gender Reveal Cakes\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F;font-weight:bold;font-size:20px;text-align:center;padding:18px;\">\r\n              Gender Reveal Cakes\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n	  \r\n	      <div class=\"col-lg-3 col-md-6 mb-4 mt-4\">\r\n      <a href=\"{{@SITE}}/shop/wedding-cakes\">\r\n        <div class=\"card\" style=\"width:30rem;height:38rem;\">\r\n          <img src=\"https://bake2bash.nl/uploads/category/c5.jpg\" class=\"card-img-top\" height=\"100%\" alt=\"Gender Reveal Cakes\">\r\n          <div class=\"card-body\">\r\n            <h3 class=\"categorie-name mb-1\" style=\"color:#A11A1F;font-weight:bold;font-size:20px;text-align:center;padding:18px;\">\r\n             Wedding Cakes\r\n            </h3>\r\n          </div>\r\n        </div>\r\n      </a>\r\n    </div>\r\n\r\n\r\n  </div>\r\n</div>\r\n', '13-10-2025'),
(18, 'Wedding Cakes', 'wedding-cake', '', '', '0', '', 0, '', '2025-03-17 11:40:45', '2025-09-19 13:32:16', 1, '<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"utf-8\" />\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n  <title>Gallery (No Modal) with Uniform CTA</title>\r\n\r\n  <!-- Bootstrap 5 -->\r\n  <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\">\r\n\r\n  <style>\r\n    :root{\r\n      /* brand tints (same as your screenshot) */\r\n      --btn-left:  #B2E6E3;  /* teal tint */\r\n      --btn-right: #FFBCBA;  /* pink tint  */\r\n      --btn-text:  #0f172a;  /* near-black */\r\n      --btn-border1:#FFBCBA;\r\n      --btn-border2:#B2E6E3;\r\n      --btn-shadow: 0 10px 24px rgba(0,0,0,.08);\r\n      --btn-shadow-hover: 0 12px 28px rgba(0,0,0,.14);\r\n    }\r\n\r\n    /* keep your images untouched; only subtle hover */\r\n    .gallery-item { display:block; }\r\n    .gallery-item img{\r\n      border-radius:12px;\r\n      box-shadow:0 1rem 1rem rgba(0,0,0,.10);\r\n      transition:box-shadow .2s ease;\r\n      width:100%;\r\n      height:auto;\r\n    }\r\n    .gallery-item:hover img{ box-shadow:0 1rem 1rem rgba(0,0,0,.25); }\r\n\r\n    /* rounded card feel like your screenshot */\r\n    .gallery-grid .col{\r\n      border:1px solid rgba(0,0,0,.06);\r\n      border-radius:18px;\r\n      padding:14px;\r\n      box-shadow:0 6px 18px rgba(0,0,0,.06);\r\n      background:#fff;\r\n    }\r\n\r\n    /* unified CTA style (use class on any button to match) */\r\n    .cta-btn{\r\n      --radius:16px;\r\n      display:inline-flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      width:100%;\r\n      padding:.9rem 1rem;\r\n      font-weight:800;\r\n      font-size:1rem;\r\n      line-height:1;\r\n      letter-spacing:.2px;\r\n      color:var(--btn-text);\r\n      text-decoration:none;\r\n      border-radius:var(--radius);\r\n\r\n      /* soft two-tone interior + gradient border */\r\n      background:\r\n        linear-gradient(90deg,\r\n          color-mix(in srgb, var(--btn-left) 30%, #fff 70%) 0 65%,\r\n          color-mix(in srgb, var(--btn-right) 30%, #fff 70%) 65% 100%) padding-box,\r\n        linear-gradient(135deg, var(--btn-border1), var(--btn-border2)) border-box;\r\n      border:2px solid transparent;\r\n\r\n      box-shadow:var(--btn-shadow);\r\n      transition:transform .15s ease, box-shadow .2s ease, background .2s ease;\r\n    }\r\n    .cta-btn:hover{ transform:translateY(-1px); box-shadow:var(--btn-shadow-hover); }\r\n    .cta-btn:active{ transform:translateY(0); }\r\n  </style>\r\n</head>\r\n<body>\r\n\r\n<section class=\"photo-gallery\">\r\n  <div class=\"container\">\r\n    <div class=\"row row-cols-1 row-cols-md-2 row-cols-lg-4 g-5 gallery-grid p-5 mb-5 mt-3\">\r\n\r\n      <!-- keep your image code EXACTLY as-is -->\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w1.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w1.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE1\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w2.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w2.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE2\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w3.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w3.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE3\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w4.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w4.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE4\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w5.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w5.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE5\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w6.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w6.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE6\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/wed7.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/wed7.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE7\">\r\n        </a>\r\n      </div>\r\n\r\n      <div class=\"col\">\r\n        <a class=\"gallery-item\" href=\"/bake2bash/uploads/category/w8.jpg\">\r\n          <img src=\"/bake2bash/uploads/category/w8.jpg\" class=\"img-fluid\" alt=\"ANNIVERSARY CAKE8\">\r\n        </a>\r\n      </div>\r\n\r\n    </div>\r\n  </div>\r\n</section>\r\n\r\n<!-- Bootstrap Bundle -->\r\n<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js\"></script>\r\n\r\n<script>\r\n  // ONE place to switch the label or destination\r\n  const BTN_LABEL  = \'Order On WhatsApp <strong>Chat</strong>\'; // or \'Add to Bag\'\r\n  const WA_NUMBER  = \'3163423959\'; // change to your number\r\n  const makeHref   = (alt, src) => `https://wa.me/${WA_NUMBER}?text=${encodeURIComponent(\r\n    `Hi, I\'m interested in this cake: ${alt} (${location.origin}${src})`\r\n  )}`;\r\n\r\n  document.addEventListener(\'DOMContentLoaded\', () => {\r\n    const grid  = document.querySelector(\'.gallery-grid\');\r\n    const items = grid.querySelectorAll(\'a.gallery-item\');\r\n\r\n    items.forEach(link => {\r\n      const img   = link.querySelector(\'img\');\r\n      const alt   = img?.getAttribute(\'alt\') || \'Cake\';\r\n      const src   = link.getAttribute(\'href\');\r\n\r\n      // inject CTA under each image (images untouched)\r\n      const btn   = document.createElement(\'a\');\r\n      btn.className = \'btn cta-btn mt-3\';\r\n      btn.innerHTML = BTN_LABEL;\r\n      btn.href      = makeHref(alt, src);\r\n      btn.target    = \'_blank\';\r\n      btn.rel       = \'noopener\';\r\n\r\n      link.insertAdjacentElement(\'afterend\', btn);\r\n    });\r\n  });\r\n</script>\r\n\r\n</body>\r\n</html>\r\n', '19-09-2025');

-- --------------------------------------------------------

--
-- Table structure for table `payment_option`
--

CREATE TABLE `payment_option` (
  `id` int NOT NULL,
  `payment_method_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `short_code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `payment_option`
--

INSERT INTO `payment_option` (`id`, `payment_method_name`, `short_code`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Cash On Delivery', 'cod', 0, '2024-10-21 11:41:18', '2024-12-19 07:40:35'),
(2, 'Unified Payment Interface', 'upi', 1, '2024-10-21 11:55:58', '2024-10-21 12:26:39'),
(3, 'Razorpay', 'razorpay', 1, '2024-10-21 12:01:33', '2024-10-21 12:26:55');

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` int NOT NULL,
  `product_name` varchar(150) NOT NULL,
  `slug` varchar(300) DEFAULT NULL,
  `stock_status` int DEFAULT NULL,
  `description` text NOT NULL,
  `related` varchar(300) NOT NULL,
  `category_id` int NOT NULL,
  `price` float NOT NULL,
  `prod_img` varchar(255) NOT NULL,
  `status` tinyint DEFAULT NULL,
  `variation` text,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `product_name`, `slug`, `stock_status`, `description`, `related`, `category_id`, `price`, `prod_img`, `status`, `variation`, `created_at`, `updated_at`) VALUES
(110, 'BENTOBOX', 'bento-box', NULL, '', '', 29, 0, 'pixelcut-export-18.png', 1, '[{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 2 Cup Cakes\",\"value\":\"4 Serving Cake + 2 Cup Cakes\",\"price\":\"29.95\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 5 Cup Cakes\",\"value\":\"4 Serving Cake + 5 Cup Cakes\",\"price\":\"39.95\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Black Forest\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Butterscotch\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Citroen\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Blauwe Bes\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mango\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"MOKKA\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"}]', '2024-12-31 05:03:07', '2025-08-29 05:47:42'),
(111, 'BENTOBOX', 'bento-box', NULL, '', '', 29, 0, 'pixelcut-export-19.png', 0, '[{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 2 Cup Cakes\",\"value\":\"4 Serving Cake + 2 Cup Cakes\",\"price\":\"29.95\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 5 Cup Cakes\",\"value\":\"4 Serving Cake + 5 Cup Cakes\",\"price\":\"39.95\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"0\"},{\"attribute\":\"flavor\",\"name\":\"Black Forest\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Butterscotch\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Blauwe Bes\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Citroen\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mango\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"MOKKA\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"}]', '2024-12-31 05:04:32', '2025-08-30 09:59:02'),
(112, 'BENTOBOX', 'bento-box', NULL, '', '', 29, 0, 'pixelcut-export-20.png', 0, '[{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 2 Cup Cakes\",\"value\":\"4 Serving Cake + 2 Cup Cakes\",\"price\":\"29.95\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 5 Cup Cakes\",\"value\":\"4 Serving Cake + 5 Cup Cakes\",\"price\":\"39.95\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Black Forest\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Butterscotch\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Citroen\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Blauwe Bes\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mango\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mokka\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"}]', '2024-12-31 05:05:55', '2025-08-30 09:59:13'),
(113, 'BENTOBOX', 'bento-box', NULL, '', '', 29, 0, 'pixelcut-export-21.png', 0, '[{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 2 Cup Cakes\",\"value\":\"4 Serving Cake + 2 Cup Cakes\",\"price\":\"29.95\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"4 Serving Cake + 5 Cup Cakes\",\"value\":\"4 Serving Cake + 5 Cup Cakes\",\"price\":\"39.95\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Black Forest\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Butterscotch\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Citroen\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Blauwe Bes\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mango\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mokka\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"}]', '2024-12-31 05:07:27', '2025-08-30 09:59:28'),
(126, 'CUPCAKE', 'cup-cake', NULL, '', '', 31, 0, 'pixelcut-export-32.png', 0, '[{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Vennila\",\"value\":\"Vennila\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"PistachE\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Caramel\",\"value\":\"Caramel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"4 and 6\",\"value\":\"4 and 6 only\",\"price\":\"0\",\"status\":\"1\"}]', '2024-12-31 05:36:39', '2025-09-01 07:45:23'),
(127, 'CUPCAKE', 'cup-cakes', NULL, '', '', 31, 0, 'pixelcut-export-33.png', 1, '[{\"attribute\":\"serving-size\",\"name\":\"M\",\"value\":\"4 box\",\"price\":\"9.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Vennila\",\"value\":\"Vennila\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Caramel\",\"value\":\"Caramel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"L\",\"value\":\"6 box\",\"price\":\"14.45\",\"status\":\"1\"}]', '2024-12-31 05:38:40', '2025-10-04 04:26:23'),
(128, 'CUPCAKE', 'cup-cake', NULL, '', '', 31, 2.45, 'untitled-design-2024-12-31t111022-479.png', 0, '[{\"attribute\":\"serving-size\",\"name\":\"M\",\"value\":\"M\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Vennila\",\"value\":\"Vennila\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Caramel\",\"value\":\"Caramel\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"}]', '2024-12-31 05:40:53', '2025-08-30 09:46:42'),
(129, 'CUPCAKE', 'cup-cake', NULL, '', '', 31, 2.45, 'pixelcut-export-34.png', 0, NULL, '2024-12-31 05:55:57', '2025-08-30 09:46:54'),
(130, 'CUPCAKE', 'cup-cake', NULL, '', '', 31, 2.45, 'pixelcut-export-35.png', 0, '[{\"attribute\":\"serving-size\",\"name\":\"M\",\"value\":\"M\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Vennila\",\"value\":\"Vennila\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Caramel\",\"value\":\"Caramel\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"\\u20ac2.45\",\"status\":\"0\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"\\u20ac2.45\",\"status\":\"1\"}]', '2024-12-31 05:57:31', '2025-08-30 09:47:09'),
(143, 'MINI CELEBRATION', 'mini-celebration', NULL, '', '', 36, 0, 'whatsapp-image-2026-04-07-at-9-48-59-pm-1.jpeg', 1, '[{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Oreo-KOEKJE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Mango Mousse Cake\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Biscoff\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"JOAN\\u2019s RAINBOW Cake\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Rozenmelk\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"M\",\"value\":\"Rasmalai\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"text-on-cake\",\"name\":\"M\",\"value\":\"Rasamalai ,Rozenmelk prize are \",\"price\":\"Rasamalai ,Rozenmelk prize are M-34.99,S-24.99 last two dropdown select M and S are Serving-Size\",\"status\":\"1\"},{\"attribute\":\"eggless\",\"name\":\"M\",\"value\":\"yes\",\"price\":\"No egg\",\"status\":\"1\"},{\"attribute\":\"text-on-cake\",\"name\":\"M\",\"value\":\"Rasamalai ,Rozenmelk prize are M-34.99,S-24.99 last two dropdown select M and S are Serving-Size\",\"price\":\"Rasamalai ,Rozenmelk prize are M-34.99,S-24.99 last two dropdown select M and S are Serving-Size\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"L\",\"value\":\"L\",\"price\":\"29.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"M\",\"value\":\"M\",\"price\":\"19.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"S\",\"value\":\"S\",\"price\":\"9.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"L \",\"value\":\"L  (Rasamalai,Rozenmelk 8-10 Servings)\",\"price\":\"34.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"M\",\"value\":\"M  (Rasamalai,Rozenmelk 8-10 Servings)\",\"price\":\"24.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"S\",\"value\":\"S  (Rasamalai,Rozenmelk 8-10 Servings)\",\"price\":\"14.99\",\"status\":\"1\"}]', '2025-08-27 07:02:58', '2026-04-07 19:50:34'),
(144, 'Fortnite Themed Cake', 'Fortnite-Themed-Cake', NULL, '', '', 45, 0, 'untitled-design-2025-06-25t235403-631.png', 1, NULL, '2025-08-28 08:05:18', '2025-11-18 21:26:34'),
(145, 'Football Themed Cake', 'Football-Themed-Cake', NULL, '', '', 45, 19.99, 'untitled-design-2025-06-25t235508-446.png', 1, NULL, '2025-08-28 08:06:55', '2025-11-18 21:29:52'),
(146, 'Pirates Themed Cake', 'pirates-themed-cake', NULL, '', '', 45, 19.99, 'untitled-design-2025-06-25t235934-005.png', 1, NULL, '2025-08-28 08:07:53', '2025-11-19 04:32:19'),
(147, 'Teddy Balloons Themed Cake', 'teddy-balloons-themed-cake', NULL, '', '', 45, 19.99, 'untitled-design-2025-06-26t001422-616.png', 1, NULL, '2025-08-28 08:08:55', '2025-11-18 21:40:37'),
(148, 'Rainbow Themed Cake', 'birthday-cake-girl-1', NULL, '', '', 40, 19.99, 'untitled-design-2025-06-25t235730-479.png', 1, NULL, '2025-08-28 08:11:56', '2025-10-14 15:48:30'),
(149, 'Frozen Themed Cake 1', 'birthday-cake-girl-2', NULL, '', '', 40, 19.99, 'untitled-design-2025-07-10t164718-847.png', 1, NULL, '2025-08-28 08:13:02', '2025-10-14 15:48:47'),
(150, 'Floral Dreams Themed Cake', 'birthday-cake-girl-3', NULL, '', '', 40, 19.99, 'untitled-design-24.png', 1, NULL, '2025-08-28 08:14:48', '2025-10-14 15:49:08'),
(151, 'Teddy Balloons Cake', 'birthday-cake-babies1', NULL, '', '', 44, 0, 'untitled-design-2025-06-26t001422-616-1.png', 1, NULL, '2025-08-28 08:17:57', '2025-11-08 17:04:05'),
(152, 'Little Animals Cake', 'birthday-cake-babies-2', NULL, '', '', 44, 0, 'untitled-design-25.png', 1, NULL, '2025-08-28 08:19:20', '2025-11-08 17:04:30'),
(153, 'Game of Thrones Themed Cake', 'birthday-cake-for-him-1', NULL, '', '', 35, 19.99, 'untitled-design-2025-06-25t235817-970.png', 1, NULL, '2025-08-28 08:29:40', '2025-10-15 06:25:46'),
(154, 'Gentle Man Themed Cake', 'birthday-cake-for-him-2', NULL, '', '', 35, 19.99, 'untitled-design-99.png', 1, NULL, '2025-08-28 08:30:47', '2025-10-15 06:27:34'),
(155, 'She loves music cake', 'she-loves-music-cake', NULL, '', '', 37, 0, 'untitled-design-50.png', 1, NULL, '2025-08-28 08:32:56', '2025-11-27 12:35:45'),
(156, 'Style Queen Cake', 'style-queen-cake', NULL, '', '', 37, 0, 'untitled-design-87.png', 1, NULL, '2025-08-28 08:33:43', '2025-11-27 12:36:24'),
(157, 'Red Velvet Drip Cake 1', 'red-velvet-drip-cake-1', NULL, '', '', 39, 19.99, 'untitled-design-18.png', 1, NULL, '2025-08-28 08:37:00', '2025-12-01 15:19:40'),
(158, 'Choco Vanilla Macron Drip Cake', 'choco-vanilla-macron-drip-cake', NULL, '', '', 39, 19.99, 'untitled-design-3-1.png', 1, NULL, '2025-08-28 08:37:40', '2025-12-01 15:20:06'),
(159, 'White Chocolate Drip Cake', 'white-chocolate-drip-cake', NULL, '', '', 39, 19.99, 'untitled-design-2025-07-10t164213-591.png', 1, '[]', '2025-08-28 08:38:21', '2025-12-01 15:20:16'),
(160, 'Valentine Hearts Cake', 'valentine-hearts-cake', NULL, '', '', 42, 0, 'untitled-design-27.png', 1, NULL, '2025-08-28 09:32:38', '2025-12-01 15:17:17'),
(161, 'Love-Pattern-Floral Cake', 'love-pattern-floral-cake', NULL, '', '', 42, 0, 'untitled-design-2025-07-11t120326-350.png', 1, NULL, '2025-08-28 09:33:20', '2025-12-01 15:17:31'),
(162, 'Pink Heart with Flowers', 'pink-heart-with-flowers', NULL, '', '', 42, 0, 'untitled-design-2025-07-10t164418-730.png', 1, NULL, '2025-08-28 09:33:56', '2025-12-01 15:17:41'),
(163, 'Valentine Hearts Cake 1', 'valentine-hearts-cake-1', NULL, '', '', 42, 0, 'untitled-design-2025-06-26t150717-529.png', 1, NULL, '2025-08-28 09:34:29', '2025-12-01 15:17:53'),
(164, 'Pink Baby Smash Cake', 'Pink Baby Smash Cake', NULL, '', '', 44, 0, 'untitled-design-45.png', 1, NULL, '2025-08-28 09:40:29', '2025-11-08 18:05:47'),
(165, 'Baby Dreams - Gender Reveal Cake ', 'gender-reveal-cake-2', NULL, '', '', 48, 0, 'untitled-design-9-1.png', 1, NULL, '2025-08-28 09:41:16', '2025-11-08 18:06:37'),
(166, 'Oh baby - Gender Reveal Cake', 'gender-reveal-cake-3', NULL, '', '', 48, 0, 'untitled-design-2025-06-25t235319-338.png', 1, NULL, '2025-08-28 09:42:00', '2025-11-08 18:11:19'),
(167, 'SPECIAL DIET CAKES1', 'special-diet-cakes-1', NULL, '', '', 50, 0, 'oip-1.jpg', 1, '[{\"attribute\":\"cream-filling\",\"name\":\"Lactos Free\",\"value\":\"lactos free\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"cream-filling\",\"name\":\"Nuts Free\",\"value\":\"nuts free\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"cream-filling\",\"name\":\"Diary Free\",\"value\":\"diary free\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"cream-filling\",\"name\":\"Sugar Free\",\"value\":\"sugar free\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"cream-filling\",\"name\":\"Vegan\",\"value\":\"vegan\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Red Velvet\",\"value\":\"Red Velvet\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Black Forest\",\"value\":\"Black Forest\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Chocolate\",\"value\":\"Chocolate\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Aardbei\",\"value\":\"Aardbei\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Butterscotch\",\"value\":\"Butterscotch\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Pistache\",\"value\":\"PistachE\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Citroen\",\"value\":\"Citroen\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Blauwe Bes\",\"value\":\"Blauwe Bes\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Mango\",\"value\":\"Mango\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"Sinaasappel\",\"value\":\"Sinaasappel\",\"price\":\"0\",\"status\":\"1\"},{\"attribute\":\"flavor\",\"name\":\"mokka\",\"value\":\"MOKKA\",\"price\":\"0\",\"status\":\"1\"}]', '2025-08-28 10:36:48', '2025-09-26 11:50:39'),
(169, 'TUTTY FRUITY CAKE1', 'tutty-fruity-cake-1', NULL, '', '', 51, 0, 'brownie.jpg', 1, '[{\"attribute\":\"serving-size\",\"name\":\"500 grams\",\"value\":\"500 grams\",\"price\":\"11.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"200 grams\",\"value\":\"200 grams\",\"price\":\"5.99\",\"status\":\"1\"}]', '2025-08-28 12:09:12', '2025-10-13 07:27:01'),
(170, 'PLUM CAKES1', 'plum-cakes-1', NULL, '', '', 52, 0, 'download.jpg', 1, '[{\"attribute\":\"serving-size\",\"name\":\"500 grams\",\"value\":\"500 grams\",\"price\":\"11.99\",\"status\":\"1\"},{\"attribute\":\"serving-size\",\"name\":\"200grams\",\"value\":\"200 grams\",\"price\":\"5.99\",\"status\":\"1\"}]', '2025-08-29 05:30:26', '2025-08-29 05:31:12'),
(171, 'Little Animal Themed Cake 1', 'little-animal-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-93.png', 1, NULL, '2025-09-15 06:06:18', '2025-11-18 21:40:51'),
(172, 'Ice Age Themed Cake 1', 'ice-age-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-95.png', 1, NULL, '2025-09-15 06:07:09', '2025-11-18 21:42:10'),
(173, 'Orange Dreams Basic Cake', 'orange-dreams-basic-cake', NULL, '', '', 42, 0, 'untitled-design-96.png', 1, NULL, '2025-09-15 06:09:40', '2025-12-01 15:18:07'),
(174, 'Minecraft Themed Cake 1', 'minecraft-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-49.png', 1, NULL, '2025-09-15 06:10:25', '2025-11-18 21:42:20'),
(175, 'Tom & Jerry Themed Cake', 'tom-&-jerry-themed-cake', NULL, '', '', 45, 0, 'untitled-design-47.png', 1, NULL, '2025-09-15 06:11:14', '2025-11-18 21:42:29'),
(176, 'Jungle Animals Themed Cake 1', 'jungle-animals-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-44.png', 1, NULL, '2025-09-15 06:11:54', '2025-11-18 21:42:38'),
(177, 'Jungle Animals Themed Cake 2', 'jungle-animals-themed-cake-2', NULL, '', '', 45, 0, 'untitled-design-43.png', 1, NULL, '2025-09-15 06:13:04', '2025-11-18 21:42:49'),
(178, 'Baby Shark Themed Cake 1', 'baby-shark-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-42.png', 1, NULL, '2025-09-15 06:13:50', '2025-11-18 21:45:16'),
(179, 'Astronaut Moon Themed Cake', 'astronaut-moon-themed-cake', NULL, '', '', 45, 0, 'untitled-design-40.png', 1, NULL, '2025-09-15 06:14:50', '2025-11-18 21:45:24'),
(180, 'Party Balloon Themed Cake', 'party-balloon-themed-cake', NULL, '', '', 45, 0, 'untitled-design-39.png', 1, NULL, '2025-09-15 06:16:27', '2025-11-18 21:45:38'),
(181, 'Iron Man (Small Action Figure) Themed Cake 1', 'iron-man-small-action-figure-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-37.png', 1, NULL, '2025-09-15 06:17:11', '2025-11-18 21:45:49'),
(182, 'Superheroes (small action figures) Themed Cake 1', 'superheroes-small-action-figures-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-33.png', 1, NULL, '2025-09-15 06:17:59', '2025-11-18 21:45:58'),
(183, 'Jungle Animals Themed Cake 3', 'jungle-animals-themed-cake-3', NULL, '', '', 45, 0, 'untitled-design-32.png', 1, NULL, '2025-09-15 06:24:09', '2025-11-18 21:49:51'),
(184, 'Frozen Themed Cake 2', 'birthday-cake-girl4', NULL, '', '', 40, 80, 'untitled-design-100.png', 1, NULL, '2025-09-17 10:12:04', '2025-10-14 15:49:25'),
(185, 'Unicorn Themed Cake 1', 'birthday-cake-girl5', NULL, '', '', 40, 80, 'untitled-design-53.png', 1, NULL, '2025-09-17 10:13:02', '2025-10-14 15:50:36'),
(186, 'Rainbow Themed Cake 2', 'birthday-cake-girl6', NULL, '', '', 40, 80, 'untitled-design-22.png', 1, NULL, '2025-09-17 10:14:01', '2025-10-14 15:50:59'),
(187, 'Fruity Themed Cake', 'birthday-cake-girl7', NULL, '', '', 40, 80, 'untitled-design-14-1.png', 1, NULL, '2025-09-17 10:15:02', '2025-10-14 15:51:21'),
(188, 'Mini Mouse Themed Cake', 'birthday-cake-girl8', NULL, '', '', 40, 80, 'untitled-design-6-1.png', 1, NULL, '2025-09-17 10:16:00', '2025-10-14 15:52:55'),
(189, 'Peppa Pig Themed Cake', 'birthday-cake-girl9', NULL, '', '', 40, 80, 'untitled-design-2025-07-11t120224-219-2.png', 1, NULL, '2025-09-17 10:17:05', '2025-10-14 15:53:17'),
(190, 'Mermaid Themed Cake', 'birthday-cake-girl10', NULL, '', '', 40, 80, 'untitled-design-2025-07-11t120049-426.png', 1, NULL, '2025-09-17 10:18:03', '2025-10-14 15:53:33'),
(191, 'Unicorn Themed Cake 2', 'birthday-cake-girl11', NULL, '', '', 40, 80, 'untitled-design-2025-07-11t120000-492.png', 1, NULL, '2025-09-17 10:18:55', '2025-10-14 15:53:57'),
(192, 'Girl & Balloon Themed Cake', 'birthday-cake-girl12', NULL, '', '', 40, 80, 'untitled-design-2025-07-10t164516-074.png', 1, NULL, '2025-09-17 10:19:43', '2025-10-14 15:54:39'),
(193, 'Floral Dreams Themed Cake 2', 'birthday-cake-girl13', NULL, '', '', 40, 80, 'untitled-design-2025-06-26t145807-248.png', 1, NULL, '2025-09-17 10:21:18', '2025-10-14 15:55:07'),
(194, 'Rainbow Themed Cake 3', 'birthday-cake-girl14', NULL, '', '', 40, 80, 'untitled-design-2025-06-26t001644-730.png', 1, NULL, '2025-09-17 10:23:27', '2025-10-14 15:55:26'),
(195, 'Paw Patrol Themed Cake', 'birthday-cake-girl15', NULL, '', '', 40, 80, 'untitled-design-2025-06-26t000106-980.png', 1, NULL, '2025-09-17 10:24:46', '2025-10-14 15:55:51'),
(196, 'Little Mermaid Cake', 'birthday-cakes-babies3', NULL, '', '', 44, 0, 'untitled-design-79.png', 1, NULL, '2025-09-17 10:29:00', '2025-11-08 17:07:00'),
(197, 'Butterfly Dreams Cake', 'birthday-cakes-babies4', NULL, '', '', 44, 0, 'untitled-design-31.png', 1, NULL, '2025-09-17 10:29:48', '2025-11-08 17:07:25'),
(198, 'Little Cars Cake', 'birthday-cakes-babies5', NULL, '', '', 44, 0, 'untitled-design-8-1.png', 1, NULL, '2025-09-17 10:30:59', '2025-11-08 17:15:30'),
(199, 'Peppa Pig Cake', 'birthday-cakes-babies6', NULL, '', '', 44, 0, 'untitled-design-2025-07-11t120224-219-3.png', 1, NULL, '2025-09-17 10:31:54', '2025-11-08 17:15:44'),
(200, 'Jungle Animals Themed Cake 1', 'birthday-cakes-babies7', NULL, '', '', 44, 0, 'untitled-design-2025-07-11t120149-105-1.png', 1, NULL, '2025-09-17 10:32:38', '2025-11-08 17:16:11'),
(201, 'Little Mermaid Cake 1', 'BIRTHDAY CAKE BABIES8', NULL, '', '', 44, 0, 'untitled-design-2025-07-11t120049-426-1.png', 1, NULL, '2025-09-17 10:33:26', '2025-11-08 17:16:29'),
(202, 'Little Animals Cake 1', 'birthday-cakes-babies9', NULL, '', '', 44, 0, 'untitled-design-2025-07-10t164607-965-1.png', 1, NULL, '2025-09-17 10:34:11', '2025-11-08 17:16:51'),
(203, 'Girl & Balloon Cake', 'birthday-cakes-babies10', NULL, '', '', 44, 0, 'untitled-design-2025-07-10t164516-074-1.png', 1, NULL, '2025-09-17 10:36:14', '2025-11-08 17:17:20'),
(204, 'Jungle Animals Cake 2', 'birthday-cakes-babies11', NULL, '', '', 44, 0, 'untitled-design-2025-06-26t000156-631-1.png', 1, NULL, '2025-09-17 10:39:26', '2025-11-08 17:17:39'),
(205, 'Cricket Player Themed Cake', 'birthday-cake-for-him-3', NULL, '', '', 35, 80, 'untitled-design-97.png', 1, NULL, '2025-09-17 10:43:32', '2025-10-15 06:28:58'),
(206, 'Aged to Perfection Cake', 'birthday-cake-for-him-4', NULL, '', '', 35, 80, 'untitled-design-77.png', 1, NULL, '2025-09-17 10:44:20', '2025-10-15 06:29:26'),
(207, 'BIRTHDAY CAKE-FOR HIM5', 'birthday-cake-for-him-5', NULL, '', '', 35, 80, 'untitled-design-60.png', 1, NULL, '2025-09-17 10:44:54', '2025-09-17 10:44:54'),
(208, 'BIRTHDAY CAKE-FOR HIM6', 'birthday-cake-for-him-6', NULL, '', '', 35, 80, 'untitled-design-60.png', 1, NULL, '2025-09-17 10:45:38', '2025-09-17 10:46:02'),
(209, 'BIRTHDAY CAKE-FOR HIM7', 'birthday-cake-for-him-7', NULL, '', '', 35, 120, 'untitled-design-41.png', 1, NULL, '2025-09-17 10:46:36', '2025-09-17 10:46:36'),
(210, 'BIRTHDAY CAKE-FOR HIM8', 'birthday-cake-for-him-8', NULL, '', '', 35, 80, 'untitled-design-12-1.png', 1, NULL, '2025-09-17 10:47:10', '2025-09-17 10:47:10'),
(211, 'BIRTHDAY CAKE-FOR HIM9', 'birthday-cake-for-him-9', NULL, '', '', 35, 80, 'untitled-design-10-1.png', 1, NULL, '2025-09-17 10:47:52', '2025-09-17 10:47:52'),
(212, 'BIRTHDAY CAKE-FOR HIM10', 'birthday-cake-for-him-10', NULL, '', '', 35, 80, 'untitled-design-31.png', 1, NULL, '2025-09-17 10:48:53', '2025-09-17 10:48:53'),
(213, 'BIRTHDAY CAKE-FOR HIM12', 'birthday-cake-for-him-12', NULL, '', '', 35, 80, 'untitled-design-7-2.png', 1, NULL, '2025-09-17 10:49:52', '2025-09-17 10:49:52'),
(214, 'iPhone Fan Cake', 'iphone-fan-cake', NULL, '', '', 37, 0, 'untitled-design-67.png', 1, NULL, '2025-09-17 10:54:49', '2025-11-27 12:36:59'),
(215, 'Happy Birthday Mommy Cake', 'happy-birthday-mommy-cake', NULL, '', '', 37, 0, 'untitled-design-59.png', 1, NULL, '2025-09-17 10:55:31', '2025-11-27 12:37:52'),
(216, 'The Dancing Queen Cake', 'the-dancing-queen-cake', NULL, '', '', 37, 0, 'untitled-design-58.png', 1, NULL, '2025-09-17 10:56:13', '2025-11-27 12:38:19'),
(217, 'Pink Floral Dreams for Her Cake', 'pink-floral-dreams-for-her-cake', NULL, '', '', 37, 0, 'untitled-design-55.png', 1, NULL, '2025-09-17 10:57:02', '2025-11-27 12:38:59'),
(218, 'White Roses Gold Cake', 'white-roses-gold-cake', NULL, '', '', 42, 0, 'untitled-design-54.png', 1, NULL, '2025-09-17 10:57:44', '2025-11-27 12:40:24'),
(220, 'Handbag Fanatic Cake', 'handbag-fanatic-cake', NULL, '', '', 37, 0, 'untitled-design-2025-07-11t120714-566-1.png', 1, NULL, '2025-09-17 10:59:05', '2025-11-27 12:42:09'),
(221, 'Dreamy Woman Cake', 'dreamy-woman-cake', NULL, '', '', 37, 0, 'untitled-design-2025-06-26t150311-941.png', 1, NULL, '2025-09-17 10:59:43', '2025-11-27 13:12:23'),
(222, 'Floral Dreams with Pattern Cake', 'floral-dreams-with-pattern-cake', NULL, '', '', 37, 0, 'untitled-design-2025-06-26t150041-550.png', 1, NULL, '2025-09-17 11:00:17', '2025-11-27 13:13:01'),
(223, 'Astro Dreams Cake', 'astro-dreams-cake', NULL, '', '', 37, 0, 'untitled-design-2025-06-25t235622-080.png', 1, NULL, '2025-09-17 11:00:54', '2025-11-27 13:13:58'),
(224, 'Social Media Influencer Cake', 'social-media-influencer-cake', NULL, '', '', 37, 0, 'untitled-design-2025-06-25t235018-696.png', 1, NULL, '2025-09-17 11:02:28', '2025-11-27 13:16:11'),
(225, 'Wedding Cake with White Flowers', 'wedding-cake-1', NULL, '', '', 53, 0, 'untitled-design-6.jpg', 1, NULL, '2025-09-19 13:37:37', '2025-11-08 12:23:06'),
(226, 'Wedding Cake Green Floral', 'wedding-cake-3', NULL, '', '', 53, 0, 'untitled-design-7.jpg', 1, NULL, '2025-09-19 13:44:46', '2025-11-08 12:27:02'),
(227, 'Wedding Cake with Roses (of your choice)', 'wedding-cake-4', NULL, '', '', 53, 0, 'untitled-design-8.jpg', 1, NULL, '2025-09-19 13:45:54', '2025-11-08 12:28:42'),
(228, 'Wedding Cake Blank (Design your own)', 'wedding-cake-5', NULL, '', '', 53, 0, 'untitled-design-9.jpg', 1, NULL, '2025-09-19 13:46:38', '2025-11-08 12:30:49'),
(229, 'Wedding Cake White Floral 2', 'wedding-cake-6', NULL, '', '', 53, 0, 'untitled-design-10.jpg', 1, NULL, '2025-09-19 13:47:20', '2025-11-08 12:31:42'),
(230, 'Wedding Cake with Beads and Roses', 'wedding-cake-7', NULL, '', '', 53, 0, 'untitled-design-11.jpg', 1, NULL, '2025-09-19 13:47:55', '2025-11-08 12:32:22'),
(232, 'Chocolate Ferrero Rocher Drip Cake 1', 'chocolate-ferrero-rocher-drip-cake-1', NULL, '', '', 39, 0, 'untitled-design-98.png', 1, NULL, '2025-10-13 09:54:28', '2025-10-13 09:54:28'),
(233, 'Star Wars Themed Cake 1', 'star-wars-themed-cake-1', NULL, '', '', 45, 0, 'untitled-design-2025-06-26t000043-325.png', 1, NULL, '2025-10-13 18:31:54', '2025-10-13 18:31:54'),
(234, 'Skater Themed Cake', 'skater-themed-cake', NULL, '', '', 45, 0, 'untitled-design-2025-06-26t150204-731.png', 1, NULL, '2025-10-13 18:32:50', '2025-10-13 18:32:50'),
(235, 'Teddy Balloons Themed Cake 2', 'teddy-balloons-themed-cake-2', NULL, '', '', 45, 0, 'untitled-design-2025-07-10t164317-770.png', 1, NULL, '2025-10-13 18:36:28', '2025-10-13 18:36:28'),
(236, 'Minion Themed Cake', 'minion-themed-cake', NULL, '', '', 45, 0, 'untitled-design-5.png', 1, NULL, '2025-10-13 18:37:43', '2025-10-13 18:37:43'),
(237, 'Manchester United Fan Theme Cake', 'manchester-united-fan-theme-cake', NULL, '', '', 45, 0, 'untitled-design-13.png', 1, NULL, '2025-11-01 11:35:49', '2025-11-18 21:52:07'),
(238, 'Super Mario Nintendo Themed Cake ', 'super-mario-nintendo-themed-cake-', NULL, '', '', 45, 0, 'untitled-design-16.png', 1, NULL, '2025-11-01 11:36:52', '2025-11-01 11:36:52'),
(239, 'Ajax Fan Themed Cake', 'ajax-fan-themed-cake', NULL, '', '', 45, 0, 'untitled-design-17.png', 1, NULL, '2025-11-01 11:37:31', '2025-11-01 11:37:31'),
(240, 'Construction Themed Cake', 'construction-themed-cake', NULL, '', '', 45, 0, 'untitled-design-19.png', 1, NULL, '2025-11-01 11:38:08', '2025-11-01 11:38:08'),
(241, 'Paw Patrol Themed Cake 2', 'paw-patrol-themed-cake-2', NULL, '', '', 45, 0, 'untitled-design-20.png', 1, NULL, '2025-11-01 11:38:43', '2025-11-01 11:38:43'),
(242, 'Minecraft Themed Cake 2', 'minecraft-themed-cake-2', NULL, '', '', 45, 0, 'untitled-design-23.png', 1, NULL, '2025-11-01 11:39:47', '2025-11-01 11:39:47'),
(243, 'Jungle Animals Themed Cake 4', 'jungle-animals-themed-cake-4', NULL, '', '', 45, 0, 'untitled-design-25.png', 1, NULL, '2025-11-01 11:40:32', '2025-11-01 11:40:32'),
(244, 'Jungle Animals Themed Cake 5', 'jungle-animals-themed-cake-5', NULL, '', '', 45, 0, 'untitled-design-32.png', 1, NULL, '2025-11-01 11:41:06', '2025-11-01 11:41:06'),
(246, 'Mini Mouse Themed Cake 2', 'mini-mouse-themed-cake-2', NULL, '', '', 40, 0, 'untitled-design-15.png', 1, NULL, '2025-11-01 14:48:18', '2025-11-01 14:48:18'),
(247, 'Dancing Queen Cake', 'dancing-queen-cake', NULL, '', '', 40, 0, 'untitled-design-30.png', 1, NULL, '2025-11-01 14:49:10', '2025-11-01 14:49:10'),
(248, 'Butterfly Dreams Cake', 'butterfly-dreams-cake', NULL, '', '', 40, 0, 'untitled-design-31.png', 1, NULL, '2025-11-01 15:06:48', '2025-11-01 15:06:48'),
(249, 'Teddy Balloons Themed Cake', 'teddy-balloons-themed-cake', NULL, '', '', 40, 0, 'untitled-design-34.png', 1, NULL, '2025-11-01 15:07:42', '2025-11-01 15:07:42'),
(250, 'Unicorn Themed Cake 3', 'unicorn-themed-cake-3', NULL, '', '', 40, 0, 'untitled-design-35.png', 1, NULL, '2025-11-01 15:09:30', '2025-11-01 15:09:30'),
(251, 'Fairy Tale Cake', 'fairy-tale-cake', NULL, '', '', 40, 0, 'untitled-design-36.png', 1, NULL, '2025-11-01 15:11:01', '2025-11-01 15:11:01'),
(252, 'Butterfly Dreams Cake 2', 'butterfly-dreams-cake-2', NULL, '', '', 40, 0, 'untitled-design-46.png', 1, NULL, '2025-11-01 15:20:38', '2025-11-01 15:20:38'),
(253, 'Pattern Cake For Girls', 'pattern-cake-for-girls', NULL, '', '', 40, 0, 'untitled-design-48.png', 1, NULL, '2025-11-01 15:37:02', '2025-11-01 15:37:02'),
(254, 'Baby Shark Themed Cake 1', 'baby-shark-themed-cake-1', NULL, '', '', 40, 0, 'untitled-design-52.png', 1, NULL, '2025-11-01 15:38:18', '2025-11-01 15:38:18'),
(255, 'Pink Dreams Cake', 'pink-dreams-cake', NULL, '', '', 40, 0, 'untitled-design-56.png', 1, NULL, '2025-11-01 15:43:39', '2025-11-01 15:43:39'),
(256, 'Paw Patrol Themed Cake 2', 'paw-patrol-themed-cake-2', NULL, '', '', 40, 0, 'untitled-design-62.png', 1, NULL, '2025-11-01 15:44:39', '2025-11-01 15:44:39'),
(257, 'Rainbow Unicorn Cake', 'rainbow-unicorn-cake', NULL, '', '', 40, 0, 'untitled-design-65.png', 1, NULL, '2025-11-01 15:45:36', '2025-11-01 15:45:36'),
(258, 'Donut Love Cake', 'donut-love-cake', NULL, '', '', 40, 0, 'donut-love-cake.png', 1, NULL, '2025-11-01 15:46:18', '2025-11-01 15:46:18'),
(259, 'Butterfly Cake', 'butterfly-cake', NULL, '', '', 40, 0, 'butterfly-cake.png', 1, NULL, '2025-11-01 15:46:54', '2025-11-01 15:46:54'),
(260, 'Barbie Doll Cake', 'barbie-doll-cake', NULL, '', '', 40, 0, 'barbie-doll-cake.png', 1, NULL, '2025-11-01 15:47:41', '2025-11-01 15:47:41'),
(261, 'LOL Cake', 'lol-cake', NULL, '', '', 40, 0, 'lol-cake.png', 1, NULL, '2025-11-01 15:48:16', '2025-11-01 15:48:16'),
(262, 'Golden Balloons Cake', 'golden-balloons-cake', NULL, '', '', 40, 0, 'golden-balloons-cake.png', 1, NULL, '2025-11-01 15:49:21', '2025-11-01 15:49:21'),
(263, 'Rainbow Girl Cake', 'rainbow-girl-cake', NULL, '', '', 40, 0, 'rainbow-girl-cake.png', 1, NULL, '2025-11-01 15:50:21', '2025-11-01 15:50:21'),
(264, 'Girl & Balloon Cake 2', 'girl-&-balloon-cake-2', NULL, '', '', 40, 0, 'girl-balloon-cake.png', 1, NULL, '2025-11-01 15:51:11', '2025-11-01 15:51:11'),
(265, 'Purple Pattern Cake', 'purple-pattern-cake', NULL, '', '', 40, 0, 'purple-pattern-cake.png', 1, NULL, '2025-11-01 15:52:35', '2025-11-01 15:52:35'),
(266, 'Frozen Elsa Cake', 'frozen-elsa-cake', NULL, '', '', 40, 0, 'frozen-elsa-cake.png', 1, NULL, '2025-11-01 15:53:20', '2025-11-01 15:53:20'),
(267, 'Chocolate Strawberry Cake', 'chocolate-strawberry-cake', NULL, '', '', 40, 0, 'chocolate-strawberry-cake.png', 1, NULL, '2025-11-01 15:54:42', '2025-11-01 15:54:42'),
(268, 'Paw Patrol Cake (with Mini Figures)', 'paw-patrol-cake-(with-mini-figures)', NULL, '', '', 45, 0, 'paw-patrol-cake-with-mini-figures.png', 1, NULL, '2025-11-01 16:53:10', '2025-11-01 16:53:10'),
(269, 'Jungle Animals Themed Cake 6', 'jungle-animals-themed-cake-6', NULL, '', '', 45, 0, 'jungle-animals-themed-cake-6.png', 1, NULL, '2025-11-01 16:54:21', '2025-11-01 16:54:21'),
(270, 'Number Bus Cake', 'number-bus-cake', NULL, '', '', 45, 0, 'number-bus-cake.png', 1, NULL, '2025-11-01 16:56:49', '2025-11-01 16:56:49'),
(271, 'SuperThings Cake', 'superthings-cake', NULL, '', '', 45, 0, 'superthings.png', 1, NULL, '2025-11-01 16:58:36', '2025-11-01 16:58:36'),
(272, 'Fire Truck Cake', 'fire-truck-cake', NULL, '', '', 45, 0, 'fire-truck-cake.png', 1, NULL, '2025-11-01 16:59:25', '2025-11-01 16:59:25'),
(273, 'Jungle Animals Cake Small', 'jungle-animals-cake-small', NULL, '', '', 45, 0, 'jungle-animals-cake-small.png', 1, NULL, '2025-11-01 17:00:28', '2025-11-01 17:00:28'),
(274, 'Peppa Pig Cake', 'peppa-pig-cake', NULL, '', '', 45, 0, 'peppa-pig-cake.png', 1, NULL, '2025-11-01 17:01:44', '2025-11-01 17:01:44'),
(275, 'Sonic Cake', 'sonic-cake', NULL, '', '', 45, 0, 'sonic-cake.png', 1, NULL, '2025-11-01 17:02:35', '2025-11-01 17:02:35'),
(276, 'Jurassic Cake', 'jurassic-cake', NULL, '', '', 45, 0, 'jurassic-cake.png', 1, NULL, '2025-11-01 17:04:54', '2025-11-01 17:04:54'),
(277, 'Peppa Pig Cake 2', 'peppa-pig-cake-2', NULL, '', '', 45, 0, 'peppa-pig-cake-2.png', 1, NULL, '2025-11-01 17:05:48', '2025-11-01 17:05:48'),
(278, 'Sonic Cake 2', 'sonic-cake-2', NULL, '', '', 45, 0, 'sonic-cake-2.png', 1, NULL, '2025-11-01 17:06:40', '2025-11-01 17:06:40'),
(279, 'Footballer Cake', 'footballer-cake', NULL, '', '', 45, 0, 'footballer-cake.png', 1, NULL, '2025-11-01 17:07:29', '2025-11-01 17:07:29'),
(280, 'Tayo The Little Bus Cake', 'tayo-the-little-bus-cake', NULL, '', '', 45, 0, 'tayo-the-little-bus-cake.png', 1, NULL, '2025-11-01 17:08:24', '2025-11-01 17:08:24'),
(281, 'Pokemon Cake', 'pokemon-cake', NULL, '', '', 45, 0, 'pokemon-cake.png', 1, NULL, '2025-11-01 17:09:05', '2025-11-19 09:01:22'),
(282, 'Paw Patrol Cake (with Mini Figures) 2', 'paw-patrol-cake-with-mini-figures-2', NULL, '', '', 45, 0, 'paw-patrol-cake-with-mini-figures-2.png', 1, NULL, '2025-11-01 17:09:50', '2025-11-19 09:01:38'),
(283, 'Teddy Bear Cake', 'teddy-bear-cake', NULL, '', '', 45, 0, 'teddy-bear-cake.png', 1, NULL, '2025-11-01 17:11:35', '2025-11-01 17:11:50'),
(284, 'Wedding Cake with White Roses (of your choice)', 'wedding-cake-with-white-roses-(of-your-choice)', NULL, '', '', 53, 0, 'untitled-design-12.jpg', 1, NULL, '2025-11-08 12:33:17', '2025-11-08 12:33:17'),
(285, 'Wedding Cake with Red Roses', 'wedding-cake-with-red-roses', NULL, '', '', 53, 0, 'untitled-design-13.jpg', 1, NULL, '2025-11-08 12:34:01', '2025-11-08 12:34:01'),
(286, 'Wedding Cake with Red Roses 2', 'wedding-cake-with-red-roses-2', NULL, '', '', 53, 0, 'untitled-design-14.jpg', 1, NULL, '2025-11-08 12:35:36', '2025-11-08 12:35:36'),
(287, 'Wedding Cake with Edible Roses', 'wedding-cake-with-edible-roses', NULL, '', '', 53, 0, 'untitled-design-16.jpg', 1, NULL, '2025-11-08 12:36:14', '2025-11-08 12:36:14'),
(288, 'Coco Melon Cake', 'coco-melon-cake', NULL, '', '', 44, 0, 'untitled-design-17.jpg', 1, NULL, '2025-11-08 17:24:58', '2025-11-08 17:24:58'),
(289, 'Peppa Pig Picnic Cake', 'peppa-pig-picnic-cake', NULL, '', '', 44, 0, 'untitled-design-18.jpg', 1, NULL, '2025-11-08 17:29:20', '2025-11-08 17:29:20'),
(290, 'Little Animals Cake 2', 'little-animals-cake-2', NULL, '', '', 44, 0, 'untitled-design-19.jpg', 1, NULL, '2025-11-08 17:29:55', '2025-11-08 17:29:55'),
(291, 'Coco Melon Cake 1', 'coco-melon-cake-1', NULL, '', '', 44, 0, 'untitled-design-20.jpg', 1, NULL, '2025-11-08 17:30:29', '2025-11-08 17:30:29'),
(292, 'Monkey Theme Half-Year Cake', 'monkey-theme-half-year-cake', NULL, '', '', 44, 0, 'untitled-design-21.jpg', 1, NULL, '2025-11-08 17:31:15', '2025-11-08 17:31:15'),
(293, 'Teddy on Moon Cake', 'teddy-on-moon-cake', NULL, '', '', 44, 0, 'untitled-design-22.jpg', 1, NULL, '2025-11-08 17:31:49', '2025-11-08 17:31:49'),
(294, 'White Heart Cake', 'white-heart-cake', NULL, '', '', 42, 0, 'untitled-design-2025-07-11t120445-178.png', 1, NULL, '2025-11-08 17:43:40', '2025-11-08 17:43:40'),
(295, 'Pink Heart Cake', 'pink-heart-cake', NULL, '', '', 42, 0, 'untitled-design-29.png', 1, NULL, '2025-11-08 17:44:41', '2025-11-08 17:44:41'),
(296, 'Couple Dreams Cake with Flowers', 'couple-dreams-cake-with-flowers', NULL, '', '', 42, 0, 'untitled-design-38.png', 1, NULL, '2025-11-08 17:45:27', '2025-11-08 17:45:27'),
(297, 'Couple Dreams Cake with Flowers 1', 'couple-dreams-cake-with-flowers-1', NULL, '', '', 42, 0, 'untitled-design-91.png', 1, NULL, '2025-11-08 17:47:13', '2025-11-08 17:47:13'),
(298, 'Celestial Dreams Cake', 'celestial-dreams', NULL, '', '', 40, 0, 'untitled-design-23.jpg', 1, NULL, '2025-11-08 17:47:54', '2025-11-08 17:48:01'),
(299, 'Anniversary Date (Calendar) Cake', 'anniversary-date-(calendar)-cake', NULL, '', '', 42, 0, 'untitled-design-24.jpg', 1, NULL, '2025-11-08 18:00:33', '2025-11-08 18:00:33'),
(300, 'Heart Shaped with Pattern Cake', 'heart-shaped-with-pattern-cake', NULL, '', '', 42, 0, 'untitled-design-25.jpg', 1, NULL, '2025-11-08 18:01:14', '2025-11-08 18:01:14'),
(301, 'Pink Heart with Flowers 1', 'pink-heart-with-flowers-1', NULL, '', '', 42, 0, 'untitled-design-28.jpg', 1, NULL, '2025-11-08 18:01:54', '2025-11-08 18:01:54'),
(302, 'Half Year Cake 1', 'half-year-cake-1', NULL, '', '', 44, 0, 'untitled-design-29.jpg', 1, NULL, '2025-11-08 18:02:37', '2025-11-08 18:02:37'),
(303, 'Baby Shoes gender Reveal Cake', 'baby-shoes-gender-reveal-cake', NULL, '', '', 48, 0, 'untitled-design-30.jpg', 1, NULL, '2025-11-08 18:03:51', '2025-11-08 18:03:51'),
(304, 'Floral Pattern - Gender Reveal Cake 1', 'Floral-Pattern---gender-reveal-cake-1', NULL, '', '', 48, 0, 'untitled-design-31.jpg', 1, NULL, '2025-11-08 18:14:53', '2026-03-22 11:03:17'),
(305, 'Half Year Rainbow Cake 2', 'half-year-rainbow-cake-2', NULL, '', '', 44, 0, 'untitled-design-32.jpg', 1, NULL, '2025-11-08 18:15:28', '2025-11-08 18:15:28'),
(306, 'Boss Baby Theme Cake', 'Boss-Baby-Theme-Cake', NULL, '', '', 45, 0, 'untitled-design-54.jpg', 1, NULL, '2026-03-21 21:40:19', '2026-03-21 21:40:19'),
(307, 'Boss Baby Theme Cake', 'Boss-Baby-Theme-Cake', NULL, '', '', 44, 0, 'untitled-design-54.jpg', 1, NULL, '2026-03-21 21:41:34', '2026-03-21 21:41:34'),
(308, 'Unicorn Cake - Girls Favorite', 'Unicorn-Cake-Girls-Favorite', NULL, '', '', 40, 0, 'untitled-design-3.png', 1, NULL, '2026-03-21 21:44:05', '2026-03-21 21:44:05'),
(309, 'Pink Fairy Theme Cake', 'Pink-Fairy-Theme-Cake', NULL, '', '', 40, 0, 'untitled-design-38.jpg', 1, '[]', '2026-03-21 21:50:53', '2026-03-21 21:56:37'),
(310, 'Pink Fairy Theme Cake', 'Pink-Fairy-Theme-Cake', NULL, '', '', 44, 0, 'untitled-design-38.jpg', 1, NULL, '2026-03-21 21:58:13', '2026-03-21 21:58:13'),
(311, 'Cricket Fanatic Cake', 'Cricket-Fanatic-Cake', NULL, '', '', 35, 0, 'untitled-design-53.jpg', 1, NULL, '2026-03-21 22:02:23', '2026-03-21 22:02:23'),
(312, 'Cricket Fanatic Cake', 'Cricket-Fanatic-Cake', NULL, '', '', 45, 0, 'untitled-design-53.jpg', 1, NULL, '2026-03-21 22:03:03', '2026-03-21 22:03:03'),
(313, 'Pastel Floral Cake', 'Pastel-Floral-Cake', NULL, '', '', 40, 0, 'untitled-design-52.jpg', 1, NULL, '2026-03-21 22:04:07', '2026-03-21 22:04:07'),
(314, 'Pastel Floral Cake', 'Pastel-Floral-Cake', NULL, '', '', 37, 0, 'untitled-design-52.jpg', 1, NULL, '2026-03-21 22:04:43', '2026-03-21 22:04:43'),
(315, 'Stitch Fan Cake', 'Stitch-Fan-Cake', NULL, '', '', 40, 0, 'untitled-design-51.jpg', 1, NULL, '2026-03-21 22:06:24', '2026-03-21 22:06:24'),
(316, 'Men are always men cake', 'Men-are-always-men-cake', NULL, '', '', 35, 0, 'untitled-design-50.jpg', 1, NULL, '2026-03-21 22:09:10', '2026-03-21 22:09:10'),
(317, 'Jungle Theme Cake - Photo toppers', 'Jungle-Theme-Cake-Photo-toppers', NULL, '', '', 44, 0, 'untitled-design-43.jpg', 1, NULL, '2026-03-21 22:12:45', '2026-03-21 22:12:45'),
(318, 'Baby Shark Theme Cake 2', 'Baby-Shark-Theme-Cake-2', NULL, '', '', 44, 0, 'untitled-design-42.jpg', 1, NULL, '2026-03-21 22:14:59', '2026-03-21 22:14:59'),
(319, 'Baby Shark Theme Cake 2', 'Baby-Shark-Theme-Cake-2', NULL, '', '', 45, 0, 'untitled-design-42.jpg', 1, NULL, '2026-03-21 22:15:56', '2026-03-21 22:15:56'),
(320, 'Baby Shark Theme Cake 2', 'Baby-Shark-Theme-Cake-2', NULL, '', '', 40, 0, 'untitled-design-42.jpg', 1, NULL, '2026-03-21 22:16:29', '2026-03-21 22:16:29'),
(321, 'Queen of the day Cake', 'Queen-of-the-day-Cake', NULL, '', '', 37, 0, 'untitled-design-49.jpg', 1, NULL, '2026-03-22 10:47:56', '2026-03-22 10:47:56'),
(322, 'Queen of the day cake', 'Queen-of-the-day-cake', NULL, '', '', 40, 0, 'untitled-design-49.jpg', 1, NULL, '2026-03-22 10:49:06', '2026-03-22 10:49:06'),
(323, 'Zo Zo Red Love Cake', 'Zo-Zo-Red-Love-Cake', NULL, '', '', 42, 0, 'untitled-design-48.jpg', 1, NULL, '2026-03-22 10:51:01', '2026-03-22 10:51:01'),
(324, 'Bing Bunny Theme Cake', 'Bing-Bunny-Theme-Cake', NULL, '', '', 44, 0, 'untitled-design-47.jpg', 1, NULL, '2026-03-22 10:56:51', '2026-03-22 10:56:51'),
(325, 'Bing Bunny Theme Cake', 'Bing-Bunny-Theme-Cake', NULL, '', '', 45, 0, 'untitled-design-47.jpg', 1, NULL, '2026-03-22 10:57:23', '2026-03-22 10:57:23'),
(326, 'Bing Bunny Theme Cake', 'Bing-Bunny-Theme-Cake', NULL, '', '', 40, 0, 'untitled-design-47.jpg', 1, NULL, '2026-03-22 10:57:45', '2026-03-22 10:57:45'),
(327, 'Real Madrid Football Fan Cake', 'Real-Madrid-Football-Fan-Cake', NULL, '', '', 45, 0, 'untitled-design-46.jpg', 1, NULL, '2026-03-22 11:00:09', '2026-03-22 11:00:09'),
(328, 'Real Madrid Football Fan Cake', 'Real-Madrid-Football-Fan-Cake', NULL, '', '', 35, 0, 'untitled-design-46.jpg', 1, NULL, '2026-03-22 11:01:01', '2026-03-22 11:01:01'),
(329, 'Baby Footprints Gender Reveal Cake', 'Baby-Footprints-Gender-Reveal-Cake', NULL, '', '', 48, 0, 'untitled-design-45.jpg', 1, NULL, '2026-03-22 11:05:29', '2026-03-22 11:05:29'),
(330, 'Pokemon Pikachu Cake', 'Pokemon-Pikachu-Cake', NULL, '', '', 45, 0, 'untitled-design-44.jpg', 1, NULL, '2026-03-22 11:08:35', '2026-03-22 11:08:35'),
(331, 'Manchester United Football Fan Cake', 'Manchester-United-Football-Fan-Cake', NULL, '', '', 35, 0, 'untitled-design-41.jpg', 1, NULL, '2026-03-22 11:10:07', '2026-03-22 11:10:07'),
(332, 'Manchester United Football Fan Cake', 'Manchester-United-Football-Fan-Cake', NULL, '', '', 45, 0, 'untitled-design-41.jpg', 1, NULL, '2026-03-22 11:10:39', '2026-03-22 11:10:39'),
(333, 'Lego Theme Cake', 'Lego-Theme-Cake', NULL, '', '', 45, 0, 'untitled-design-40.jpg', 1, NULL, '2026-03-22 11:12:04', '2026-03-22 11:12:04'),
(334, 'Red Rose Wafer Paper Tier Cake', 'Red-Rose-Wafer-Paper-Tier-Cake', NULL, '', '', 53, 0, 'untitled-design-39.jpg', 1, NULL, '2026-03-22 11:14:09', '2026-03-22 11:14:09'),
(335, 'Star Wars Cake', 'Star-Wars-Cake', NULL, '', '', 45, 0, 'untitled-design-37.jpg', 1, NULL, '2026-03-22 11:15:22', '2026-03-22 11:15:22'),
(336, 'Bluey and Bingo Rainbow Cake', 'Bluey-and-Bingo-Rainbow-Cake', NULL, '', '', 40, 0, 'untitled-design-36.jpg', 1, NULL, '2026-03-22 11:16:32', '2026-03-22 11:16:32'),
(337, 'Bluey and Bingo Rainbow Cakeb', 'Bluey-and-Bingo-Rainbow-Cake', NULL, '', '', 44, 0, 'untitled-design-36.jpg', 1, NULL, '2026-03-22 11:17:11', '2026-03-22 11:17:11'),
(338, 'Spider-man Photo topper cake', 'Spider-man-Photo-topper-cake', NULL, '', '', 45, 0, 'untitled-design-35.jpg', 1, NULL, '2026-03-22 11:18:30', '2026-03-22 11:18:30'),
(339, 'Rainbow Fantasy Drip Cake', 'Rainbow-Fantasy-Drip-Cake', NULL, '', '', 40, 0, 'untitled-design-3.png', 1, NULL, '2026-03-23 12:45:44', '2026-03-23 12:45:44'),
(340, 'Rainbow Fantasy Drip Cake', 'Rainbow-Fantasy-Drip-Cake', NULL, '', '', 39, 0, 'untitled-design-3.png', 1, NULL, '2026-03-23 12:46:31', '2026-03-23 12:46:31'),
(341, 'Happy Birthday Love ', 'Happy-Birthday-Love ', NULL, '', '', 42, 0, 'untitled-design-6.png', 1, NULL, '2026-03-23 12:51:03', '2026-03-23 12:51:03'),
(342, 'Happy Birthday Love ', 'Happy-Birthday-Love ', NULL, '', '', 35, 0, 'untitled-design-6.png', 1, NULL, '2026-03-23 12:51:39', '2026-03-23 12:51:39'),
(343, 'Happy Birthday Love ', 'Happy-Birthday-Love ', NULL, '', '', 37, 0, 'untitled-design-6.png', 1, NULL, '2026-03-23 12:52:09', '2026-03-23 12:52:09'),
(344, 'Diva on Top cake', 'Diva-on-Top-cake', NULL, '', '', 37, 0, 'untitled-design-4.png', 1, NULL, '2026-03-23 12:57:51', '2026-03-23 12:57:51'),
(345, 'Diva on Top cake', 'Diva-on-Top-cake', NULL, '', '', 40, 0, 'untitled-design-4.png', 1, NULL, '2026-03-23 12:58:22', '2026-03-23 12:58:22'),
(346, 'Choco Vanilla Dreams Drip Cake', 'Choco-Vanilla-Dreams-Drip-Cake', NULL, '', '', 39, 0, 'untitled-design-5.png', 1, NULL, '2026-03-23 13:04:51', '2026-03-23 13:04:51'),
(347, 'Gentle Teddy with Balloons', 'Gentle-Teddy-with-Balloons', NULL, '', '', 44, 0, 'untitled-design-7.png', 1, NULL, '2026-03-23 13:10:50', '2026-03-23 13:10:50'),
(348, 'Gentle Teddy with Balloons', 'Gentle-Teddy-with-Balloons', NULL, '', '', 40, 0, 'untitled-design-7.png', 1, NULL, '2026-03-23 13:11:35', '2026-03-23 13:11:35'),
(349, 'Gentle Teddy with Balloons', 'Gentle-Teddy-with-Balloons', NULL, '', '', 45, 0, 'untitled-design-7.png', 1, NULL, '2026-03-23 13:12:06', '2026-03-23 13:12:06'),
(350, 'Spider-man Avengers World Cake', 'Spider-man-Avengers-World-Cake', NULL, '', '', 45, 0, 'untitled-design-11.png', 1, NULL, '2026-03-23 13:15:32', '2026-03-23 13:15:32'),
(351, 'K-Pop Demons - Soda pop Cake', 'K-Pop-Demons-Soda-pop-Cake', NULL, '', '', 40, 0, 'untitled-design-12.png', 1, NULL, '2026-03-23 13:18:30', '2026-03-23 13:18:30'),
(352, 'K-Pop Demons - Soda pop Cake', 'K-Pop-Demons-Soda-pop-Cake', NULL, '', '', 45, 0, 'untitled-design-12.png', 1, NULL, '2026-03-23 13:19:01', '2026-03-23 13:19:01');

-- --------------------------------------------------------

--
-- Table structure for table `razorpay`
--

CREATE TABLE `razorpay` (
  `id` int NOT NULL,
  `razorpay_payment_id` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `razorpay_order_id` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `razorpay_signature` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `brand_order_id` int NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `razorpay`
--

INSERT INTO `razorpay` (`id`, `razorpay_payment_id`, `razorpay_order_id`, `razorpay_signature`, `brand_order_id`, `created_at`, `updated_at`) VALUES
(1, '', '', '', 0, '2024-12-04 18:23:07', '2024-12-04 18:23:07'),
(2, '', '', '', 0, '2024-12-06 16:33:37', '2024-12-06 16:33:37'),
(3, '', '', '', 0, '2024-12-07 02:41:20', '2024-12-07 02:41:20');

-- --------------------------------------------------------

--
-- Table structure for table `razorpay_settings`
--

CREATE TABLE `razorpay_settings` (
  `id` int NOT NULL,
  `client_id` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `client_secret` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `brand_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `theme_color` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `description` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `razorpay_img` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `create_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `razorpay_settings`
--

INSERT INTO `razorpay_settings` (`id`, `client_id`, `client_secret`, `brand_name`, `currency`, `theme_color`, `description`, `razorpay_img`, `create_at`, `updated_at`) VALUES
(1, 'rzp_test_3bIlXhJZj6ii2e', 'bZgnhtZuGuH7BNqBLJ3x7Vs9', 'GetWhatShop', 'INR', '#3358ff', ' Payment From GetWhatShop', 'images-6.jpg', '2024-10-19 14:11:48', '2024-10-21 04:11:07');

-- --------------------------------------------------------

--
-- Table structure for table `section`
--

CREATE TABLE `section` (
  `id` int NOT NULL,
  `section_title` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `page` varchar(255) NOT NULL,
  `content` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `section`
--

INSERT INTO `section` (`id`, `section_title`, `slug`, `page`, `content`, `created_at`, `updated_at`) VALUES
(4, 'home-slider', 'home-slider', '3', '<!-- hero-section area start here  -->\r\n<div class=\"hero-section\">\r\n<div class=\"hero-slider\"><!-- Slide 1: Signature Cakes -->\r\n<div class=\"signle-slide\" style=\"background-image: url(\'{{@BASE}}/ui/images/hero-banner-bg.webp\');\">\r\n<div class=\"container\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 col-6\">\r\n<div class=\"hero-slider-content text-center\">\r\n<h2 class=\"slider-sub-title\">Freshly Baked</h2>\r\n<h1 class=\"slider-title\">Signature Cakes</h1>\r\n<p class=\"slider-text\">Personalized cakes designed to make your celebrations unforgettable.</p>\r\n<div class=\"slider-btn\"><a class=\"secondary-btn\" href=\"{{@SITE}}/page/customized-cake\">Customize a Cake</a></div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-5 offset-lg-1 col-6\">\r\n<div class=\"hero-slider-image text-center\"><img class=\"hero-image img-fluid\" src=\"{{@BASE}}/ui/images/hero-banner-image-1.webp\" alt=\"Bake2Bash Signature Cakes\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Slide 2: Custom Cakes -->\r\n<div class=\"signle-slide\" style=\"background-image: url(\'{{@BASE}}/ui/images/hero-banner-bg-2.webp\');\">\r\n<div class=\"container\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 col-6\">\r\n<div class=\"hero-slider-content text-center\">\r\n<h2 class=\"slider-sub-title\">Custom Cakes</h2>\r\n<h1 class=\"slider-title\">Made Your Way</h1>\r\n<p class=\"slider-text\">Tell us your theme, flavor &amp; size &mdash; we&rsquo;ll craft it perfectly.</p>\r\n<div class=\"slider-btn\"><a class=\"secondary-btn\" href=\"{{@SITE}}/page/customized-cake\">Customize Now</a></div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-5 offset-lg-1 col-6\">\r\n<div class=\"hero-slider-image text-center\"><img class=\"hero-image img-fluid\" src=\"{{@BASE}}/ui/images/hero-banner-image-2.webp\" alt=\"Bake2Bash Custom Cakes\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Slide 3: Pastries / Naked Cakes -->\r\n<div class=\"signle-slide\" style=\"background-image: url(\'{{@BASE}}/ui/images/hero-banner-bg-3.webp\');\">\r\n<div class=\"container\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 col-6\">\r\n<div class=\"hero-slider-content text-center\">\r\n<h2 class=\"slider-sub-title\">Delicious Pastries</h2>\r\n<h1 class=\"slider-title\">Sweet Moments</h1>\r\n<p class=\"slider-text\">Experience the magic of our freshly baked pastries in every bite.</p>\r\n<div class=\"slider-btn\"><a class=\"secondary-btn\" href=\"{{@SITE}}/page/nakeds\">Browse Naked Cakes</a></div>\r\n</div>\r\n</div>\r\n<div class=\"col-lg-5 offset-lg-1 col-6\">\r\n<div class=\"hero-slider-image text-center\"><img class=\"hero-image img-fluid\" src=\"{{@BASE}}/ui/images/hero-banner-image-3.webp\" alt=\"Bake2Bash Pastries &amp; Naked Cakes\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- hero-section area end here  -->\r\n<p>&nbsp;</p>', '2023-05-26 12:31:59', '2025-09-28 08:03:37'),
(10, 'home-about-us', 'home-about-us', '3', '<!-- About Area start here  -->\r\n<div class=\"about-area section\">\r\n<div class=\"container\">\r\n<div class=\"section-header-area\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<h3 class=\"sub-title\">About Us</h3>\r\n<h2 class=\"section-title\">The Story Of Borning <br />Company Zairito</h2>\r\n</div>\r\n<div class=\"col-md-6 align-self-end text-md-end\"><a class=\"primary-btn\" href=\"{{@SITE}}/page/about-us\">Know More Abou Us</a></div>\r\n</div>\r\n</div>\r\n<div class=\"story-box-slide\">\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2016</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2017</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2018</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2019</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2020</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n<div class=\"single-story-box\">\r\n<h3 class=\"story-title\">Story Of <span class=\"story-year\">2021</span></h3>\r\n<p class=\"story-content\">Quisque velit nisi, pretium ut lacinia in, elementum id elementum id enim. Nulla porttitor accumssan tincidunt. Donec rutrum congue leo eget malew susada. Cras ultricies ligula sed magna dictum</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- About Area  end here  -->\r\n<p>&nbsp;</p>', '2024-06-22 16:21:40', '2024-06-22 16:33:21'),
(11, 'home-banner', 'home-banner', '3', '<!-- product banenr area start here  -->\r\n<div class=\"product-banner pb-100\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5\"><a class=\"single-banner\" href=\"{{@SITE}}/shop\"><img class=\"banner-image\" src=\"{{@BASE}}/ui/images/product-banner-1.webp\" alt=\"product-banner\" /></a></div>\r\n<div class=\"col-md-7\"><a class=\"single-banner\" href=\"{{@SITE}}/shop\"><img class=\"banner-image\" src=\"{{@BASE}}/ui/images/product-banner-2.webp\" alt=\"product-banner\" /></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- product banenr area end here  -->', '2024-06-22 16:37:45', '2024-06-22 16:39:23'),
(12, 'footer-map', 'footer-map', '3', '', '2024-06-22 16:40:03', '2024-12-17 10:05:41'),
(13, 'footer-section-1', 'footer-section-1', '3', '<footer>\r\n    <div class=\"container\">\r\n        <div class=\"row\">\r\n            <!-- Section 1: Contact Information -->\r\n            <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12\">\r\n                <p class=\"address-text\" style=\"color: white;\">310, 3rd Street Extension, <br />Coimbatore, India, <br />Pincode 641012</p>\r\n                <p class=\"contact-text\" style=\"color: white;\">Call us: +917010810447 <br />Email: <a style=\"color: white;\" href=\"mailto:yoursrafi@gmail.com\">yoursrafi@gmail.com</a></p>\r\n                <div class=\"block-content mb-30\">&nbsp;</div>\r\n                <p class=\"version-text\" style=\"color: white;\">Version: 1.1.7</p>\r\n            </div>\r\n\r\n            <!-- Section 2: Information -->\r\n            <div class=\"col-lg-6 col-md-6 col-sm-12\">\r\n                <div class=\"single-widget\">\r\n                    <h3 class=\"widget-title\">Information</h3>\r\n                    <ul class=\"widget-menu\">\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"about-us.html\">About us</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"blog.html\">Blog</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"shop-grid.html\">Weekly Deals</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"cart.html\">Cart</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-in.html\">Sign In</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-up.html\">Sign Up</a></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n\r\n            <!-- Section 3: Customer Service -->\r\n            <div class=\"col-lg-6 col-md-6 col-sm-12\">\r\n                <div class=\"single-widget\">\r\n                    <h3 class=\"widget-title\">Customer Service</h3>\r\n                    <ul class=\"widget-menu\">\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"faq.html\">Help & FAQs</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"term-conditions.html\">Terms of Conditions</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"privacy-policy.html\">Privacy Policy</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"refund-policy.html\">Online Returns Policy</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"shipping-return.html\">Shipping & Return</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"contact.html\">Contact us</a></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n\r\n            <!-- Section 4: Newsletter Sign Up and Payment -->\r\n            <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12\">\r\n                <div class=\"single-widget newsletter-widget\">\r\n                    <h3 class=\"widget-title\">Newsletter Sign Up</h3>\r\n                    <p class=\"newsletter-text\">Receive our latest updates about our <br />products and promotions.</p>\r\n                    <div class=\"newsletter-form mb-40\">\r\n                        <form>\r\n                            <div class=\"form-group\">\r\n                                <input id=\"newsletter\" class=\"form-control\" name=\"newsletter\" type=\"email\" placeholder=\"Your Email Address\" />\r\n                                <button class=\"subscribe-btn\" type=\"button\">Subscribe</button>\r\n                            </div>\r\n                        </form>\r\n                    </div>\r\n                    <div class=\"payment-area\">\r\n                        <h3 class=\"widget-title\">We Accept</h3>\r\n                        <img class=\"payment-icons\" src=\"{{@BASE}}/ui/images/accepts-image.webp\" alt=\"accepts-image\" />\r\n                    </div>\r\n                    <div class=\"footer-version\">\r\n                        <p class=\"footer-text\" style=\"color: white;\">Version 1.1.7</p>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</footer>\r\n', '2024-06-22 17:02:12', '2024-08-09 06:39:23'),
(14, 'footer-section-2', 'footer-section-2', '3', '<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"single-widget\">\r\n<h3 class=\"widget-title\">Information</h3>\r\n<ul class=\"widget-menu\">\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"about-us.html\">About us</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"blog.html\">Blog</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"shop-grid.html\">Weekly Deals</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"cart.html\">Cart</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-in.html\">Sign In</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-up.html\">Sign Up</a></li>\r\n</ul>\r\n</div>\r\n</div>', '2024-06-22 17:03:21', '2024-08-05 07:02:28'),
(15, 'footer-section-3', 'footer-section-3', '3', '<div class=\"col-lg-6 col-md-6 col-sm-6\">\r\n<div class=\"single-widget\">\r\n<h3 class=\"widget-title\">Customer Service</h3>\r\n<ul class=\"widget-menu\">\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"faq.html\">Help &amp; FAQs</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"term-conditions.html\">Terms of Conditions</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"privacy-policy.html\">Privacy Policy</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"refund-policy.html\">Online Returns Policy</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"shipping-return.html\">Shipping &amp; Return</a></li>\r\n<li class=\"menu-item\"><a class=\"menu-link\" href=\"contact.html\">Contact us</a></li>\r\n</ul>\r\n</div>\r\n</div>', '2024-06-22 17:04:19', '2024-08-05 07:02:51'),
(16, 'footer-section-4', 'footer-section-4', '3', '<footer>\r\n    <div class=\"container\">\r\n        <div class=\"row\">\r\n            <!-- Section 1: Contact Information -->\r\n            <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12\">\r\n                <p class=\"address-text\" style=\"color: white;\">310, 3rd Street Extension, <br />Coimbatore, India, <br />Pincode 641012</p>\r\n                <p class=\"contact-text\" style=\"color: white;\">Call us: +917010810447 <br />Email: <a style=\"color: white;\" href=\"mailto:yoursrafi@gmail.com\">yoursrafi@gmail.com</a></p>\r\n                <div class=\"block-content mb-30\">&nbsp;</div>\r\n                <p class=\"version-text\" style=\"color: white;\">Version: 1.1.7</p>\r\n            </div>\r\n\r\n            <!-- Section 2: Information -->\r\n            <div class=\"col-lg-6 col-md-6 col-sm-12\">\r\n                <div class=\"single-widget\">\r\n                    <h3 class=\"widget-title\">Information</h3>\r\n                    <ul class=\"widget-menu\">\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"about-us.html\">About us</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"blog.html\">Blog</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"shop-grid.html\">Weekly Deals</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"cart.html\">Cart</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-in.html\">Sign In</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"sign-up.html\">Sign Up</a></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n\r\n            <!-- Section 3: Customer Service -->\r\n            <div class=\"col-lg-6 col-md-6 col-sm-12\">\r\n                <div class=\"single-widget\">\r\n                    <h3 class=\"widget-title\">Customer Service</h3>\r\n                    <ul class=\"widget-menu\">\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"faq.html\">Help & FAQs</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"term-conditions.html\">Terms of Conditions</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"privacy-policy.html\">Privacy Policy</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"refund-policy.html\">Online Returns Policy</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"shipping-return.html\">Shipping & Return</a></li>\r\n                        <li class=\"menu-item\"><a class=\"menu-link\" href=\"contact.html\">Contact us</a></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n\r\n            <!-- Section 4: Newsletter Sign Up and Payment -->\r\n            <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12\">\r\n                <div class=\"single-widget newsletter-widget\">\r\n                    <h3 class=\"widget-title\">Newsletter Sign Up</h3>\r\n                    <p class=\"newsletter-text\">Receive our latest updates about our <br />products and promotions.</p>\r\n                    <div class=\"newsletter-form mb-40\">\r\n                        <form>\r\n                            <div class=\"form-group\">\r\n                                <input id=\"newsletter\" class=\"form-control\" name=\"newsletter\" type=\"email\" placeholder=\"Your Email Address\" />\r\n                                <button class=\"subscribe-btn\" type=\"button\">Subscribe</button>\r\n                            </div>\r\n                        </form>\r\n                    </div>\r\n                    <div class=\"payment-area\">\r\n                        <h3 class=\"widget-title\">We Accept</h3>\r\n                        <img class=\"payment-icons\" src=\"{{@BASE}}/ui/images/accepts-image.webp\" alt=\"accepts-image\" />\r\n                    </div>\r\n                    <div class=\"footer-version\">\r\n                        <p class=\"footer-text\" style=\"color: white;\">Version 1.1.7</p>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</footer>\r\n\r\n', '2024-06-22 17:05:17', '2024-08-09 06:38:47');

-- --------------------------------------------------------

--
-- Table structure for table `setting`
--

CREATE TABLE `setting` (
  `id` int NOT NULL,
  `brand_name` varchar(50) NOT NULL,
  `tagline` varchar(300) DEFAULT NULL,
  `description` varchar(200) NOT NULL,
  `address` varchar(50) NOT NULL,
  `city` varchar(200) NOT NULL,
  `country` varchar(50) NOT NULL,
  `pincode` varchar(10) NOT NULL,
  `phone_num` varchar(20) NOT NULL,
  `company_profile` varchar(50) NOT NULL,
  `primary_color` varchar(300) DEFAULT NULL,
  `secondary_color` varchar(300) DEFAULT NULL,
  `universal_button` text NOT NULL,
  `site_title` varchar(200) DEFAULT NULL,
  `contact_num` varchar(20) DEFAULT NULL,
  `call_us_num` varchar(20) DEFAULT NULL,
  `contact_email` varchar(300) DEFAULT NULL,
  `facebook` varchar(300) DEFAULT NULL,
  `skype` varchar(300) DEFAULT NULL,
  `twitter` varchar(300) DEFAULT NULL,
  `linkedin` varchar(300) DEFAULT NULL,
  `instagram` varchar(300) DEFAULT NULL,
  `facebook_icon` varchar(200) DEFAULT NULL,
  `skype_icon` varchar(200) DEFAULT NULL,
  `twitter_icon` varchar(200) DEFAULT NULL,
  `linkedin_icon` varchar(200) DEFAULT NULL,
  `instagram_icon` varchar(200) NOT NULL,
  `default_og_image` varchar(1000) DEFAULT NULL,
  `tax` varchar(300) NOT NULL,
  `price_status` varchar(1) DEFAULT NULL,
  `contact_from_mail` varchar(300) DEFAULT NULL,
  `contact_to_mail` varchar(300) DEFAULT NULL,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `setting`
--

INSERT INTO `setting` (`id`, `brand_name`, `tagline`, `description`, `address`, `city`, `country`, `pincode`, `phone_num`, `company_profile`, `primary_color`, `secondary_color`, `universal_button`, `site_title`, `contact_num`, `call_us_num`, `contact_email`, `facebook`, `skype`, `twitter`, `linkedin`, `instagram`, `facebook_icon`, `skype_icon`, `twitter_icon`, `linkedin_icon`, `instagram_icon`, `default_og_image`, `tax`, `price_status`, `contact_from_mail`, `contact_to_mail`, `updated_at`, `created_at`) VALUES
(1, 'bake2bash.nl', 'Shave time. Shave money.', 'Test Description                         ', 'Zuideinde 7, 1334 BX Almere', '', '', '', '+31624698552', 'pixelcut-export-4.png', '#FFBCBA', '#79305a', '', 'bake2bash.nl', '+31 6 2469 8552', '+31 6 2469 8552', 'bake2bash.cakes@gmail.com', '', '', '', '', '', 'fab fa-facebook-f', 'fab fa-skype', 'fab fa-twitter', 'fab fa-linkedin', 'fab fa-instagram', '', '0', '1', 'yoursrafi@gmail.com', 'yoursrafi@gmail.com', '2023-04-06 13:13:14', '2025-11-26 04:30:12');

-- --------------------------------------------------------

--
-- Table structure for table `smtp`
--

CREATE TABLE `smtp` (
  `id` int NOT NULL,
  `smtp_host` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `smtp_port` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `smtp_username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `smtp_password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `smtp_status` tinyint(1) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `smtp`
--

INSERT INTO `smtp` (`id`, `smtp_host`, `smtp_port`, `smtp_username`, `smtp_password`, `smtp_status`, `created_at`, `updated_at`) VALUES
(1, '', '', '', '', 0, '2024-11-04 18:02:59', '2024-11-05 07:08:15');

-- --------------------------------------------------------

--
-- Table structure for table `social_share`
--

CREATE TABLE `social_share` (
  `id` int NOT NULL,
  `facebook` tinyint(1) NOT NULL,
  `whatsapp` tinyint(1) NOT NULL,
  `email` tinyint(1) NOT NULL,
  `sms` tinyint(1) NOT NULL,
  `linkedin` tinyint(1) NOT NULL,
  `pinterest` tinyint(1) NOT NULL,
  `reddit` tinyint(1) NOT NULL,
  `tumblr` tinyint(1) NOT NULL,
  `outlook` tinyint(1) NOT NULL,
  `twitter` tinyint(1) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `social_share`
--

INSERT INTO `social_share` (`id`, `facebook`, `whatsapp`, `email`, `sms`, `linkedin`, `pinterest`, `reddit`, `tumblr`, `outlook`, `twitter`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, '2024-11-06 14:08:30', '2024-11-13 06:37:11');

-- --------------------------------------------------------

--
-- Table structure for table `stock`
--

CREATE TABLE `stock` (
  `id` int NOT NULL,
  `short_code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `stock`
--

INSERT INTO `stock` (`id`, `short_code`, `label`, `created_at`, `updated_at`) VALUES
(1, 'out_of_stock', 'Out Of Stock', '2024-10-24 10:54:22', '2024-10-24 12:47:57'),
(2, 'limited_stock', 'Limited Stock', '2024-10-24 12:09:48', '2024-10-24 12:09:48');

-- --------------------------------------------------------

--
-- Table structure for table `upi`
--

CREATE TABLE `upi` (
  `id` int NOT NULL,
  `qr_img` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `link` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `upi`
--

INSERT INTO `upi` (`id`, `qr_img`, `link`, `status`, `created_at`, `updated_at`) VALUES
(1, 'whatsapp-image-2025-01-03-at-4-10-45-pm.jpeg', '', '1', '2024-09-28 05:31:28', '2025-01-03 14:54:34');

-- --------------------------------------------------------

--
-- Table structure for table `user_tbl`
--

CREATE TABLE `user_tbl` (
  `id` int NOT NULL,
  `name` varchar(50) NOT NULL,
  `username` varchar(50) NOT NULL,
  `email` varchar(200) NOT NULL,
  `profile_pic` varchar(150) NOT NULL,
  `password` varchar(50) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `user_tbl`
--

INSERT INTO `user_tbl` (`id`, `name`, `username`, `email`, `profile_pic`, `password`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'admin', 'info@getwhatshop.com', 'bake2bash-logo-crop.jpg', 'b2b@1223', '2023-04-04 17:09:51', '2025-11-01 15:08:29');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `category`
--
ALTER TABLE `category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `custom_fields`
--
ALTER TABLE `custom_fields`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `image_settings`
--
ALTER TABLE `image_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `menu`
--
ALTER TABLE `menu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `multi_menu`
--
ALTER TABLE `multi_menu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `order_total`
--
ALTER TABLE `order_total`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `page`
--
ALTER TABLE `page`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `payment_option`
--
ALTER TABLE `payment_option`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`),
  ADD KEY `prod_category` (`category_id`);

--
-- Indexes for table `razorpay`
--
ALTER TABLE `razorpay`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `razorpay_settings`
--
ALTER TABLE `razorpay_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `section`
--
ALTER TABLE `section`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `setting`
--
ALTER TABLE `setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `smtp`
--
ALTER TABLE `smtp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `social_share`
--
ALTER TABLE `social_share`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `stock`
--
ALTER TABLE `stock`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `upi`
--
ALTER TABLE `upi`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `user_tbl`
--
ALTER TABLE `user_tbl`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `custom_fields`
--
ALTER TABLE `custom_fields`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `image_settings`
--
ALTER TABLE `image_settings`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `menu`
--
ALTER TABLE `menu`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89;

--
-- AUTO_INCREMENT for table `multi_menu`
--
ALTER TABLE `multi_menu`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=514;

--
-- AUTO_INCREMENT for table `order_total`
--
ALTER TABLE `order_total`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79;

--
-- AUTO_INCREMENT for table `page`
--
ALTER TABLE `page`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `payment_option`
--
ALTER TABLE `payment_option`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=353;

--
-- AUTO_INCREMENT for table `razorpay`
--
ALTER TABLE `razorpay`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `razorpay_settings`
--
ALTER TABLE `razorpay_settings`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `section`
--
ALTER TABLE `section`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `setting`
--
ALTER TABLE `setting`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `smtp`
--
ALTER TABLE `smtp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `social_share`
--
ALTER TABLE `social_share`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `stock`
--
ALTER TABLE `stock`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `upi`
--
ALTER TABLE `upi`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `user_tbl`
--
ALTER TABLE `user_tbl`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `products`
--
ALTER TABLE `products`
  ADD CONSTRAINT `prod_category` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
