/*
 Navicat Premium Data Transfer

 Source Server         : lokal
 Source Server Type    : MySQL
 Source Server Version : 80403
 Source Host           : localhost:3306
 Source Schema         : waba_saas

 Target Server Type    : MySQL
 Target Server Version : 80403
 File Encoding         : 65001

 Date: 09/12/2025 09:50:08
*/

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- ----------------------------
-- Table structure for activity_logs
-- ----------------------------
DROP TABLE IF EXISTS `activity_logs`;
CREATE TABLE `activity_logs`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint UNSIGNED NULL DEFAULT NULL,
  `module` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` json NULL,
  `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `activity_logs_user_id_foreign`(`user_id` ASC) USING BTREE,
  INDEX `activity_logs_module_index`(`module` ASC) USING BTREE,
  CONSTRAINT `activity_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of activity_logs
-- ----------------------------

-- ----------------------------
-- Table structure for cache
-- ----------------------------
DROP TABLE IF EXISTS `cache`;
CREATE TABLE `cache`  (
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `expiration` int NOT NULL,
  PRIMARY KEY (`key`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of cache
-- ----------------------------
INSERT INTO `cache` VALUES ('client_rate:3:127.0.0.1', 'i:5;', 1765218076);
INSERT INTO `cache` VALUES ('client_rate:3:127.0.0.1:timer', 'i:1765218076;', 1765218076);
INSERT INTO `cache` VALUES ('client_rate:6:127.0.0.1', 'i:2;', 1765246092);
INSERT INTO `cache` VALUES ('client_rate:6:127.0.0.1:timer', 'i:1765246092;', 1765246092);
INSERT INTO `cache` VALUES ('client_rate:7:127.0.0.1', 'i:5;', 1765224438);
INSERT INTO `cache` VALUES ('client_rate:7:127.0.0.1:timer', 'i:1765224438;', 1765224438);
INSERT INTO `cache` VALUES ('client_rate:8:127.0.0.1', 'i:2;', 1765229917);
INSERT INTO `cache` VALUES ('client_rate:8:127.0.0.1:timer', 'i:1765229917;', 1765229917);
INSERT INTO `cache` VALUES ('user_menus_3', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:10:{s:2:\"id\";i:16;s:4:\"uuid\";s:36:\"19d25981-c20f-46e1-92b2-93530e79a19d\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:10:\"WA Gateway\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:1;s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:17;s:4:\"uuid\";s:36:\"c9e87cad-a964-4739-a070-98e5bdc65ec8\";s:5:\"route\";s:15:\"admin.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:12:\"WA Dashboard\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:2;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:17;s:4:\"uuid\";s:36:\"c9e87cad-a964-4739-a070-98e5bdc65ec8\";s:5:\"route\";s:15:\"admin.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:12:\"WA Dashboard\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:2;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:17;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:17;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:17;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:28;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:1;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:18;s:4:\"uuid\";s:36:\"bac31b15-6c2f-4f74-8e0c-cdf22d89c527\";s:5:\"route\";s:19:\"admin.clients.index\";s:4:\"icon\";s:11:\"ti ti-users\";s:9:\"nama_menu\";s:10:\"WA Clients\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:3;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:18;s:4:\"uuid\";s:36:\"bac31b15-6c2f-4f74-8e0c-cdf22d89c527\";s:5:\"route\";s:19:\"admin.clients.index\";s:4:\"icon\";s:11:\"ti ti-users\";s:9:\"nama_menu\";s:10:\"WA Clients\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:18;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:18;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:18;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:202;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:2;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:19;s:4:\"uuid\";s:36:\"5196ce55-8b20-45e2-b590-c7d0c235cad0\";s:5:\"route\";s:21:\"admin.resellers.index\";s:4:\"icon\";s:10:\"ti ti-list\";s:9:\"nama_menu\";s:12:\"WA Resellers\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:4;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:19;s:4:\"uuid\";s:36:\"5196ce55-8b20-45e2-b590-c7d0c235cad0\";s:5:\"route\";s:21:\"admin.resellers.index\";s:4:\"icon\";s:10:\"ti ti-list\";s:9:\"nama_menu\";s:12:\"WA Resellers\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:19;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:19;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:19;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:376;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:3;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:20;s:4:\"uuid\";s:36:\"ce622314-4216-4c87-bccb-fc722ac5fcd4\";s:5:\"route\";s:22:\"admin.waba-pools.index\";s:4:\"icon\";s:27:\"ti ti-device-mobile-message\";s:9:\"nama_menu\";s:13:\"WA WABA Pools\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:5;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:20;s:4:\"uuid\";s:36:\"ce622314-4216-4c87-bccb-fc722ac5fcd4\";s:5:\"route\";s:22:\"admin.waba-pools.index\";s:4:\"icon\";s:27:\"ti ti-device-mobile-message\";s:9:\"nama_menu\";s:13:\"WA WABA Pools\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:20;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:20;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:20;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:550;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:4;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:21;s:4:\"uuid\";s:36:\"26dc8726-b5f9-457a-9bd5-5dc8ffbdf5f8\";s:5:\"route\";s:21:\"admin.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:12:\"WA Templates\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:6;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:21;s:4:\"uuid\";s:36:\"26dc8726-b5f9-457a-9bd5-5dc8ffbdf5f8\";s:5:\"route\";s:21:\"admin.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:12:\"WA Templates\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:6;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:21;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:21;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:21;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:724;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:5;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:22;s:4:\"uuid\";s:36:\"1fffae17-13a4-45d6-8afd-688d03f1a717\";s:5:\"route\";s:28:\"admin.message-pricings.index\";s:4:\"icon\";s:21:\"ti ti-currency-dollar\";s:9:\"nama_menu\";s:11:\"WA Pricings\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:7;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:22;s:4:\"uuid\";s:36:\"1fffae17-13a4-45d6-8afd-688d03f1a717\";s:5:\"route\";s:28:\"admin.message-pricings.index\";s:4:\"icon\";s:21:\"ti ti-currency-dollar\";s:9:\"nama_menu\";s:11:\"WA Pricings\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:7;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:22;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:22;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:22;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:898;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:6;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:23;s:4:\"uuid\";s:36:\"f9bcdf99-c011-40a2-9e26-f537e490c661\";s:5:\"route\";s:20:\"admin.messages.index\";s:4:\"icon\";s:14:\"ti ti-messages\";s:9:\"nama_menu\";s:11:\"WA Messages\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:8;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:23;s:4:\"uuid\";s:36:\"f9bcdf99-c011-40a2-9e26-f537e490c661\";s:5:\"route\";s:20:\"admin.messages.index\";s:4:\"icon\";s:14:\"ti ti-messages\";s:9:\"nama_menu\";s:11:\"WA Messages\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:8;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:23;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:23;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:23;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1072;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:7;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:24;s:4:\"uuid\";s:36:\"cf4bd2a7-bf49-4c4b-8e89-ed3919ff7ec0\";s:5:\"route\";s:18:\"admin.topups.index\";s:4:\"icon\";s:12:\"ti ti-wallet\";s:9:\"nama_menu\";s:9:\"WA Topups\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:9;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:24;s:4:\"uuid\";s:36:\"cf4bd2a7-bf49-4c4b-8e89-ed3919ff7ec0\";s:5:\"route\";s:18:\"admin.topups.index\";s:4:\"icon\";s:12:\"ti ti-wallet\";s:9:\"nama_menu\";s:9:\"WA Topups\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:9;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:24;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:24;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:24;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1246;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:8;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:25;s:4:\"uuid\";s:36:\"dc011332-1ed3-4bb5-86d5-7d273bb0a3ef\";s:5:\"route\";s:25:\"admin.activity-logs.index\";s:4:\"icon\";s:18:\"ti ti-list-details\";s:9:\"nama_menu\";s:16:\"WA Activity Logs\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:10;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:25;s:4:\"uuid\";s:36:\"dc011332-1ed3-4bb5-86d5-7d273bb0a3ef\";s:5:\"route\";s:25:\"admin.activity-logs.index\";s:4:\"icon\";s:18:\"ti ti-list-details\";s:9:\"nama_menu\";s:16:\"WA Activity Logs\";s:9:\"parent_id\";i:16;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:10;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:25;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:25;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:25;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1420;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:16;s:4:\"uuid\";s:36:\"19d25981-c20f-46e1-92b2-93530e79a19d\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:10:\"WA Gateway\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:1;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{i:0;r:28;i:1;r:202;i:2;r:376;i:3;r:550;i:4;r:724;i:5;r:898;i:6;r:1072;i:7;r:1246;i:8;r:1420;}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:16;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:16;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:16;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:3;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:1;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:10:{s:2:\"id\";i:5;s:4:\"uuid\";s:36:\"f602469c-7303-4df9-9164-76ba63e2a5b0\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:9:\"ti ti-key\";s:9:\"nama_menu\";s:11:\"Autentikasi\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-02-18 02:17:37\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:11;s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:1;s:4:\"uuid\";s:36:\"bb5e49c9-5c7b-4840-bb4b-b48a96e8a260\";s:5:\"route\";s:10:\"user.index\";s:4:\"icon\";s:10:\"ti ti-user\";s:9:\"nama_menu\";s:4:\"User\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:01:15\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:12;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:1;s:4:\"uuid\";s:36:\"bb5e49c9-5c7b-4840-bb4b-b48a96e8a260\";s:5:\"route\";s:10:\"user.index\";s:4:\"icon\";s:10:\"ti ti-user\";s:9:\"nama_menu\";s:4:\"User\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:01:15\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:12;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:1;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:1;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:1;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1783;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:1;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:3;s:4:\"uuid\";s:36:\"9b1c00d5-5b6b-4161-b976-87a6da9573d1\";s:5:\"route\";s:10:\"role.index\";s:4:\"icon\";s:12:\"ti ti-shield\";s:9:\"nama_menu\";s:4:\"Role\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:10:58\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:13;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:3;s:4:\"uuid\";s:36:\"9b1c00d5-5b6b-4161-b976-87a6da9573d1\";s:5:\"route\";s:10:\"role.index\";s:4:\"icon\";s:12:\"ti ti-shield\";s:9:\"nama_menu\";s:4:\"Role\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:10:58\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:13;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:3;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:3;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:3;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1957;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:2;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:4;s:4:\"uuid\";s:36:\"1f2f5340-6912-42da-9331-ab768c5d44ee\";s:5:\"route\";s:10:\"menu.index\";s:4:\"icon\";s:10:\"ti ti-list\";s:9:\"nama_menu\";s:4:\"Menu\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:15:39\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:14;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:4;s:4:\"uuid\";s:36:\"1f2f5340-6912-42da-9331-ab768c5d44ee\";s:5:\"route\";s:10:\"menu.index\";s:4:\"icon\";s:10:\"ti ti-list\";s:9:\"nama_menu\";s:4:\"Menu\";s:9:\"parent_id\";i:5;s:10:\"created_at\";s:19:\"2025-02-18 02:15:39\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:14;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:4;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:4;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:4;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:2131;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:5;s:4:\"uuid\";s:36:\"f602469c-7303-4df9-9164-76ba63e2a5b0\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:9:\"ti ti-key\";s:9:\"nama_menu\";s:11:\"Autentikasi\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-02-18 02:17:37\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:11;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{i:0;r:1783;i:1;r:1957;i:2;r:2131;}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:5;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:5;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:5;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:1758;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:2;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:10:{s:2:\"id\";i:2;s:4:\"uuid\";s:36:\"6ee7d0a1-4aca-4cc5-ba7b-7eb636977c57\";s:5:\"route\";s:13:\"settings.edit\";s:4:\"icon\";s:14:\"ti ti-settings\";s:9:\"nama_menu\";s:10:\"Pengaturan\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-02-18 02:10:08\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:15;s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:2;s:4:\"uuid\";s:36:\"6ee7d0a1-4aca-4cc5-ba7b-7eb636977c57\";s:5:\"route\";s:13:\"settings.edit\";s:4:\"icon\";s:14:\"ti ti-settings\";s:9:\"nama_menu\";s:10:\"Pengaturan\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-02-18 02:10:08\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:15;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:3;s:4:\"name\";s:5:\"admin\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-03-12 12:48:41\";s:10:\"updated_at\";s:19:\"2025-03-12 12:48:41\";s:13:\"pivot_menu_id\";i:2;s:13:\"pivot_role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:2;s:7:\"role_id\";i:3;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:2;s:7:\"role_id\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:2463;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1765297735);
INSERT INTO `cache` VALUES ('user_menus_4', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:10:{s:2:\"id\";i:26;s:4:\"uuid\";s:36:\"7b286e95-5945-4974-9a53-c5d40b9a2d0c\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:11:\"WA Reseller\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:16;s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:6:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:27;s:4:\"uuid\";s:36:\"f1c5aa78-0248-46f1-8d27-40f80265c4d1\";s:5:\"route\";s:18:\"reseller.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:18:\"Dashboard Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:17;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:27;s:4:\"uuid\";s:36:\"f1c5aa78-0248-46f1-8d27-40f80265c4d1\";s:5:\"route\";s:18:\"reseller.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:18:\"Dashboard Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:17;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:27;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:27;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:27;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:28;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:1;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:28;s:4:\"uuid\";s:36:\"57b13bb3-6544-4be6-a3db-8d6f33727af5\";s:5:\"route\";s:22:\"reseller.clients.index\";s:4:\"icon\";s:11:\"ti ti-users\";s:9:\"nama_menu\";s:16:\"Clients Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:18;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:28;s:4:\"uuid\";s:36:\"57b13bb3-6544-4be6-a3db-8d6f33727af5\";s:5:\"route\";s:22:\"reseller.clients.index\";s:4:\"icon\";s:11:\"ti ti-users\";s:9:\"nama_menu\";s:16:\"Clients Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:18;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:28;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:28;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:28;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:202;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:2;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:29;s:4:\"uuid\";s:36:\"5d98022d-71ec-4c46-bd02-68cb5c9fa2cb\";s:5:\"route\";s:22:\"reseller.pricing.index\";s:4:\"icon\";s:21:\"ti ti-currency-dollar\";s:9:\"nama_menu\";s:16:\"Pricing Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:19;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:29;s:4:\"uuid\";s:36:\"5d98022d-71ec-4c46-bd02-68cb5c9fa2cb\";s:5:\"route\";s:22:\"reseller.pricing.index\";s:4:\"icon\";s:21:\"ti ti-currency-dollar\";s:9:\"nama_menu\";s:16:\"Pricing Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:19;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:29;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:29;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:29;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:376;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:3;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:30;s:4:\"uuid\";s:36:\"d4abb6dc-6a82-484e-a869-f505bb085e59\";s:5:\"route\";s:25:\"reseller.commission.index\";s:4:\"icon\";s:10:\"ti ti-cash\";s:9:\"nama_menu\";s:15:\"Komisi Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:20;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:30;s:4:\"uuid\";s:36:\"d4abb6dc-6a82-484e-a869-f505bb085e59\";s:5:\"route\";s:25:\"reseller.commission.index\";s:4:\"icon\";s:10:\"ti ti-cash\";s:9:\"nama_menu\";s:15:\"Komisi Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:20;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:30;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:30;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:30;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:550;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:4;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:37;s:4:\"uuid\";s:36:\"cef6b887-9c3f-439a-bb27-265a0d2401f3\";s:5:\"route\";s:25:\"reseller.settings.api-key\";s:4:\"icon\";s:9:\"ti ti-key\";s:9:\"nama_menu\";s:12:\"API Settings\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 19:52:19\";s:10:\"updated_at\";s:19:\"2025-12-08 19:52:19\";s:5:\"order\";i:5;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:37;s:4:\"uuid\";s:36:\"cef6b887-9c3f-439a-bb27-265a0d2401f3\";s:5:\"route\";s:25:\"reseller.settings.api-key\";s:4:\"icon\";s:9:\"ti ti-key\";s:9:\"nama_menu\";s:12:\"API Settings\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 19:52:19\";s:10:\"updated_at\";s:19:\"2025-12-08 19:52:19\";s:5:\"order\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:37;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:37;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:37;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:724;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:5;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:38;s:4:\"uuid\";s:36:\"d6d548b9-94a5-457b-90f5-ae22e0255be3\";s:5:\"route\";s:24:\"reseller.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:18:\"Templates Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 20:34:24\";s:10:\"updated_at\";s:19:\"2025-12-08 20:34:24\";s:5:\"order\";i:6;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:38;s:4:\"uuid\";s:36:\"d6d548b9-94a5-457b-90f5-ae22e0255be3\";s:5:\"route\";s:24:\"reseller.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:18:\"Templates Reseller\";s:9:\"parent_id\";i:26;s:10:\"created_at\";s:19:\"2025-12-08 20:34:24\";s:10:\"updated_at\";s:19:\"2025-12-08 20:34:24\";s:5:\"order\";i:6;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:38;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:38;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:38;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:898;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:26;s:4:\"uuid\";s:36:\"7b286e95-5945-4974-9a53-c5d40b9a2d0c\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:11:\"WA Reseller\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 15:50:43\";s:10:\"updated_at\";s:19:\"2025-12-08 16:28:48\";s:5:\"order\";i:16;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:6:{i:0;r:28;i:1;r:202;i:2;r:376;i:3;r:550;i:4;r:724;i:5;r:898;}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:4;s:4:\"name\";s:8:\"reseller\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 15:46:04\";s:10:\"updated_at\";s:19:\"2025-12-08 15:46:04\";s:13:\"pivot_menu_id\";i:26;s:13:\"pivot_role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:26;s:7:\"role_id\";i:4;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:26;s:7:\"role_id\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:3;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1765312512);
INSERT INTO `cache` VALUES ('user_menus_5', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:10:{s:2:\"id\";i:31;s:4:\"uuid\";s:36:\"ec5e7a72-86b5-4ea1-b4d3-f6c3f21cd9fd\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:9:\"WA Client\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:52;s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:6:{i:0;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:32;s:4:\"uuid\";s:36:\"5d8386e6-760c-41e1-ab52-6e0f35ada969\";s:5:\"route\";s:16:\"client.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:16:\"Client Dashboard\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:1;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:32;s:4:\"uuid\";s:36:\"5d8386e6-760c-41e1-ab52-6e0f35ada969\";s:5:\"route\";s:16:\"client.dashboard\";s:4:\"icon\";s:15:\"ti ti-dashboard\";s:9:\"nama_menu\";s:16:\"Client Dashboard\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:1;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:32;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:32;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:32;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:28;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:1;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:33;s:4:\"uuid\";s:36:\"6d99e207-c776-439a-9ba1-b1573d18fb89\";s:5:\"route\";s:22:\"client.messages.create\";s:4:\"icon\";s:10:\"ti ti-send\";s:9:\"nama_menu\";s:12:\"Send Message\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:2;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:33;s:4:\"uuid\";s:36:\"6d99e207-c776-439a-9ba1-b1573d18fb89\";s:5:\"route\";s:22:\"client.messages.create\";s:4:\"icon\";s:10:\"ti ti-send\";s:9:\"nama_menu\";s:12:\"Send Message\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:2;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:33;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:33;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:33;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:202;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:2;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:34;s:4:\"uuid\";s:36:\"96aeb2bd-f834-4c65-8a14-31e8205cb6d0\";s:5:\"route\";s:21:\"client.messages.index\";s:4:\"icon\";s:20:\"ti ti-message-circle\";s:9:\"nama_menu\";s:15:\"Message History\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:3;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:34;s:4:\"uuid\";s:36:\"96aeb2bd-f834-4c65-8a14-31e8205cb6d0\";s:5:\"route\";s:21:\"client.messages.index\";s:4:\"icon\";s:20:\"ti ti-message-circle\";s:9:\"nama_menu\";s:15:\"Message History\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:3;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:34;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:34;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:34;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:376;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:3;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:35;s:4:\"uuid\";s:36:\"296fc268-bcc8-43d6-836d-d10a3345d031\";s:5:\"route\";s:14:\"client.balance\";s:4:\"icon\";s:12:\"ti ti-wallet\";s:9:\"nama_menu\";s:7:\"Balance\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:4;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:35;s:4:\"uuid\";s:36:\"296fc268-bcc8-43d6-836d-d10a3345d031\";s:5:\"route\";s:14:\"client.balance\";s:4:\"icon\";s:12:\"ti ti-wallet\";s:9:\"nama_menu\";s:7:\"Balance\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:4;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:35;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:35;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:35;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:550;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:4;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:36;s:4:\"uuid\";s:36:\"ba0677aa-8337-42e0-ab1c-d5ca8168c110\";s:5:\"route\";s:22:\"client.campaigns.index\";s:4:\"icon\";s:15:\"ti ti-broadcast\";s:9:\"nama_menu\";s:9:\"Campaigns\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 19:26:57\";s:10:\"updated_at\";s:19:\"2025-12-08 19:26:57\";s:5:\"order\";i:5;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:36;s:4:\"uuid\";s:36:\"ba0677aa-8337-42e0-ab1c-d5ca8168c110\";s:5:\"route\";s:22:\"client.campaigns.index\";s:4:\"icon\";s:15:\"ti ti-broadcast\";s:9:\"nama_menu\";s:9:\"Campaigns\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 19:26:57\";s:10:\"updated_at\";s:19:\"2025-12-08 19:26:57\";s:5:\"order\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:36;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:36;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:36;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:724;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}i:5;O:15:\"App\\Models\\Menu\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:9:{s:2:\"id\";i:39;s:4:\"uuid\";s:36:\"08f97fac-0a78-479f-8d37-684f6fbbb6b6\";s:5:\"route\";s:22:\"client.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:9:\"Templates\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 20:34:24\";s:10:\"updated_at\";s:19:\"2025-12-08 20:34:24\";s:5:\"order\";i:6;}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:39;s:4:\"uuid\";s:36:\"08f97fac-0a78-479f-8d37-684f6fbbb6b6\";s:5:\"route\";s:22:\"client.templates.index\";s:4:\"icon\";s:14:\"ti ti-template\";s:9:\"nama_menu\";s:9:\"Templates\";s:9:\"parent_id\";i:31;s:10:\"created_at\";s:19:\"2025-12-08 20:34:24\";s:10:\"updated_at\";s:19:\"2025-12-08 20:34:24\";s:5:\"order\";i:6;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:39;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:39;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:39;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:898;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:11:\"\0*\0original\";a:9:{s:2:\"id\";i:31;s:4:\"uuid\";s:36:\"ec5e7a72-86b5-4ea1-b4d3-f6c3f21cd9fd\";s:5:\"route\";s:1:\"#\";s:4:\"icon\";s:20:\"ti ti-brand-whatsapp\";s:9:\"nama_menu\";s:9:\"WA Client\";s:9:\"parent_id\";N;s:10:\"created_at\";s:19:\"2025-12-08 17:49:16\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:16\";s:5:\"order\";i:52;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:8:\"children\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:6:{i:0;r:28;i:1;r:202;i:2;r:376;i:3;r:550;i:4;r:724;i:5;r:898;}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:5:\"roles\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:5;s:4:\"name\";s:6:\"client\";s:10:\"guard_name\";s:3:\"web\";s:10:\"created_at\";s:19:\"2025-12-08 17:49:15\";s:10:\"updated_at\";s:19:\"2025-12-08 17:49:15\";s:13:\"pivot_menu_id\";i:31;s:13:\"pivot_role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:5:\"pivot\";O:44:\"Illuminate\\Database\\Eloquent\\Relations\\Pivot\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:10:\"role_menus\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:0;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:7:\"menu_id\";i:31;s:7:\"role_id\";i:5;}s:11:\"\0*\0original\";a:2:{s:7:\"menu_id\";i:31;s:7:\"role_id\";i:5;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:0:{}s:11:\"pivotParent\";r:3;s:12:\"pivotRelated\";O:15:\"App\\Models\\Role\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:5:\"roles\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:0;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:1:{s:10:\"guard_name\";s:3:\"web\";}s:11:\"\0*\0original\";a:0:{}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"\0*\0foreignKey\";s:7:\"menu_id\";s:13:\"\0*\0relatedKey\";s:7:\"role_id\";}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:6:{i:0;s:4:\"uuid\";i:1;s:5:\"route\";i:2;s:4:\"icon\";i:3;s:9:\"nama_menu\";i:4;s:9:\"parent_id\";i:5;s:5:\"order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1765315403);

-- ----------------------------
-- Table structure for cache_locks
-- ----------------------------
DROP TABLE IF EXISTS `cache_locks`;
CREATE TABLE `cache_locks`  (
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `owner` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `expiration` int NOT NULL,
  PRIMARY KEY (`key`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of cache_locks
-- ----------------------------

-- ----------------------------
-- Table structure for campaign_logs
-- ----------------------------
DROP TABLE IF EXISTS `campaign_logs`;
CREATE TABLE `campaign_logs`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `campaign_id` bigint UNSIGNED NOT NULL,
  `phone_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'queued',
  `response` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `campaign_logs_campaign_id_foreign`(`campaign_id` ASC) USING BTREE,
  CONSTRAINT `campaign_logs_campaign_id_foreign` FOREIGN KEY (`campaign_id`) REFERENCES `campaigns` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of campaign_logs
-- ----------------------------

-- ----------------------------
-- Table structure for campaigns
-- ----------------------------
DROP TABLE IF EXISTS `campaigns`;
CREATE TABLE `campaigns`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint UNSIGNED NOT NULL,
  `template_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parameters` json NOT NULL,
  `recipients` json NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `scheduled_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `campaigns_user_id_foreign`(`user_id` ASC) USING BTREE,
  CONSTRAINT `campaigns_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of campaigns
-- ----------------------------

-- ----------------------------
-- Table structure for clients
-- ----------------------------
DROP TABLE IF EXISTS `clients`;
CREATE TABLE `clients`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint UNSIGNED NULL DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'encrypted API key',
  `server_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `balance` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `reseller_id` bigint UNSIGNED NULL DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `rate_limit_per_minute` int UNSIGNED NOT NULL DEFAULT 60,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `clients_email_unique`(`email` ASC) USING BTREE,
  UNIQUE INDEX `clients_server_key_unique`(`server_key` ASC) USING BTREE,
  INDEX `clients_reseller_id_foreign`(`reseller_id` ASC) USING BTREE,
  INDEX `clients_user_id_foreign`(`user_id` ASC) USING BTREE,
  CONSTRAINT `clients_reseller_id_foreign` FOREIGN KEY (`reseller_id`) REFERENCES `resellers` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT,
  CONSTRAINT `clients_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of clients
-- ----------------------------
INSERT INTO `clients` VALUES (1, NULL, 'test client', 'novasampoerna@gmail.com', '55d491c1-b856-4028-ae76-15977c1f9e15|BVwgtgfV4JVD5sckWp2QxSEvMMlcpDE1CdYzhTZM', NULL, 0.0000, 1, 1, 60, '2025-12-08 16:40:15', '2025-12-08 18:46:09', '2025-12-08 18:46:09');
INSERT INTO `clients` VALUES (2, NULL, 'test client2', 'novasampoerna2@gmail.com', 'eb710b90-6437-484d-9a48-82bccaac1f78|0yzvUZ3i0K4yRWYBQkbyroxir4KvcSYGQzfm0UNu', NULL, 0.0000, 1, 1, 60, '2025-12-08 16:40:52', '2025-12-08 18:46:13', '2025-12-08 18:46:13');
INSERT INTO `clients` VALUES (3, NULL, 'Default Client', 'client', 'accc365e-afd4-4728-891a-e76e8f2717e9|dcKBlOoh5zMzUqIAafs2vnulQPYlnOx78z8d9aHG', NULL, 0.0000, NULL, 1, 60, '2025-12-08 17:49:16', '2025-12-08 17:49:16', NULL);
INSERT INTO `clients` VALUES (4, NULL, 'testing', 'myclient@gmail.com', 'd3058200-d1fb-49a8-80aa-d66cfb52d51d|ikfStEXRVts8NLLJVHl8hRCdkb0qTd5ExKbjyvEc', NULL, 0.0000, 1, 1, 60, '2025-12-08 18:12:27', '2025-12-08 18:47:06', '2025-12-08 18:47:06');
INSERT INTO `clients` VALUES (5, NULL, '3274', 'punglir@gmail.com', 'fbc472a2-7f07-4b14-bd67-b54728bfa0a3|QpBT6DeGW5GtckZBQXT22mtoLNuZ3aqVLSt4UFou', 'a72f28cc-fcd0-43eb-bc22-bdd5d3e2f402|jZf513f8CF7m5ETsu1gg5qOBxS6ObZBX', 10000.0000, 1, 1, 60, '2025-12-08 18:14:32', '2025-12-08 19:06:30', NULL);
INSERT INTO `clients` VALUES (6, 17, 'untul', 'untul@gmail.com', '49391407-ba3c-4cd8-a8c9-cf7c887eb403|bsJIDXFHYhvIWbJambNJuZwZTNYRwySndpyzF2qt', 'f865cb96-ff98-41e8-93e3-ddb63ef16def|pmtveiQHgJ7nuCQYxr578nCJsibIaTDK', 10000.0000, 1, 1, 60, '2025-12-08 18:29:33', '2025-12-08 19:06:39', NULL);
INSERT INTO `clients` VALUES (7, 19, 'Client Name', 'client@example.com', '2577da17-e98a-4549-89f6-2846552f1375|7fbPjhsu2pAQ6C22pTXvBUL8wqxWRJA8xPLKgA2w', '306e0d76-0af5-473a-97be-c1cef5880998|3F1PGankKOJdPxGQVtIM8iMPT2d0nHwG', 0.0000, 2, 1, 60, '2025-12-08 19:59:45', '2025-12-08 19:59:45', NULL);
INSERT INTO `clients` VALUES (8, 20, 'Marem', 'marem@gmail.com', 'bffba48b-2ec8-4222-9b21-77f102a28cca|PpAJKaq4wkNUZhYosWpBzBs1X6wGXqPb1UXj002J', '40b559ea-8f93-4600-acb5-a45442f07b97|QOdP8caHDzchl1nwu9F0hG7fBvkTGnLN', 0.0000, 1, 1, 60, '2025-12-08 21:23:22', '2025-12-08 21:23:22', NULL);

-- ----------------------------
-- Table structure for dedicated_assigns
-- ----------------------------
DROP TABLE IF EXISTS `dedicated_assigns`;
CREATE TABLE `dedicated_assigns`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `client_id` bigint UNSIGNED NOT NULL,
  `waba_pool_id` bigint UNSIGNED NOT NULL,
  `start_date` datetime NOT NULL,
  `end_date` datetime NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `dedicated_assigns_client_id_waba_pool_id_unique`(`client_id` ASC, `waba_pool_id` ASC) USING BTREE,
  INDEX `dedicated_assigns_waba_pool_id_foreign`(`waba_pool_id` ASC) USING BTREE,
  CONSTRAINT `dedicated_assigns_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `dedicated_assigns_waba_pool_id_foreign` FOREIGN KEY (`waba_pool_id`) REFERENCES `waba_pools` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of dedicated_assigns
-- ----------------------------

-- ----------------------------
-- Table structure for divisi_shifts
-- ----------------------------
DROP TABLE IF EXISTS `divisi_shifts`;
CREATE TABLE `divisi_shifts`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `divisi_id` bigint UNSIGNED NOT NULL,
  `shift_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `divisi_shifts_divisi_id_foreign`(`divisi_id` ASC) USING BTREE,
  INDEX `divisi_shifts_shift_id_foreign`(`shift_id` ASC) USING BTREE,
  CONSTRAINT `divisi_shifts_divisi_id_foreign` FOREIGN KEY (`divisi_id`) REFERENCES `divisis` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `divisi_shifts_shift_id_foreign` FOREIGN KEY (`shift_id`) REFERENCES `shifts` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of divisi_shifts
-- ----------------------------

-- ----------------------------
-- Table structure for divisis
-- ----------------------------
DROP TABLE IF EXISTS `divisis`;
CREATE TABLE `divisis`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `nama` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `keterangan` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of divisis
-- ----------------------------
INSERT INTO `divisis` VALUES (6, '2df63e96-b296-4d89-b845-fdd2e4270f20', 'Apoteker', 'Apoteker', '2025-05-21 04:28:03', '2025-05-21 04:31:30');
INSERT INTO `divisis` VALUES (7, '2efebd75-a08a-42f7-a591-ed537c5b1b34', 'Dokter_Umum_IGD', 'dokter IGD', '2025-05-21 04:28:43', '2025-05-21 04:32:18');
INSERT INTO `divisis` VALUES (8, '73a140d6-2975-46ca-9c85-35aa8e7ebf29', 'PERAWAT_HD_RAJAL', 'perawat HD', '2025-05-21 04:29:22', '2025-05-21 07:40:42');
INSERT INTO `divisis` VALUES (9, '8ca86588-dc04-4e52-adbd-aee3391e367b', 'PENATA', 'Perawat IBS', '2025-05-21 04:29:45', '2025-05-21 07:01:42');
INSERT INTO `divisis` VALUES (10, '01c0d6a5-a972-4674-a288-40b1082d3e93', 'ASISTEN', 'ASISTEN', '2025-05-21 07:01:50', '2025-05-21 07:40:54');
INSERT INTO `divisis` VALUES (11, '36dcaca8-5d8e-4ada-92df-3e837aa3de2a', 'PERAWAT', 'perawat/bidan', '2025-05-21 07:06:51', '2025-05-21 07:39:01');
INSERT INTO `divisis` VALUES (12, '85c5d34b-3f95-4b6c-9547-bef8cbd6d095', 'PERAWAT_HD_RANAP', 'PERAWAT_HD_RANAP', '2025-05-21 07:25:32', '2025-05-21 07:40:48');
INSERT INTO `divisis` VALUES (14, '013d7af3-41cb-4b51-8d6d-feeea8a118d6', 'JTL', 'JTL', '2025-05-21 08:12:05', '2025-05-21 08:12:05');
INSERT INTO `divisis` VALUES (16, 'ae4676ee-f020-4c01-9bf8-566f9ba27bbc', 'tes', 'Tesing gannn', '2025-07-10 06:55:51', '2025-07-10 06:56:33');

-- ----------------------------
-- Table structure for failed_jobs
-- ----------------------------
DROP TABLE IF EXISTS `failed_jobs`;
CREATE TABLE `failed_jobs`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `failed_jobs_uuid_unique`(`uuid` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of failed_jobs
-- ----------------------------

-- ----------------------------
-- Table structure for job_batches
-- ----------------------------
DROP TABLE IF EXISTS `job_batches`;
CREATE TABLE `job_batches`  (
  `id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_jobs` int NOT NULL,
  `pending_jobs` int NOT NULL,
  `failed_jobs` int NOT NULL,
  `failed_job_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `options` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `cancelled_at` int NULL DEFAULT NULL,
  `created_at` int NOT NULL,
  `finished_at` int NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of job_batches
-- ----------------------------

-- ----------------------------
-- Table structure for jobs
-- ----------------------------
DROP TABLE IF EXISTS `jobs`;
CREATE TABLE `jobs`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint UNSIGNED NOT NULL,
  `reserved_at` int UNSIGNED NULL DEFAULT NULL,
  `available_at` int UNSIGNED NOT NULL,
  `created_at` int UNSIGNED NOT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `jobs_queue_index`(`queue` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of jobs
-- ----------------------------

-- ----------------------------
-- Table structure for menus
-- ----------------------------
DROP TABLE IF EXISTS `menus`;
CREATE TABLE `menus`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `route` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `icon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `nama_menu` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent_id` bigint UNSIGNED NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order` int NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `menus_parent_id_foreign`(`parent_id` ASC) USING BTREE,
  CONSTRAINT `menus_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `menus` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 31 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of menus
-- ----------------------------
INSERT INTO `menus` VALUES (1, 'bb5e49c9-5c7b-4840-bb4b-b48a96e8a260', 'user.index', 'ti ti-user', 'User', 5, '2025-02-18 02:01:15', '2025-12-08 16:28:48', 12);
INSERT INTO `menus` VALUES (2, '6ee7d0a1-4aca-4cc5-ba7b-7eb636977c57', 'settings.edit', 'ti ti-settings', 'Pengaturan', NULL, '2025-02-18 02:10:08', '2025-12-08 16:28:48', 15);
INSERT INTO `menus` VALUES (3, '9b1c00d5-5b6b-4161-b976-87a6da9573d1', 'role.index', 'ti ti-shield', 'Role', 5, '2025-02-18 02:10:58', '2025-12-08 16:28:48', 13);
INSERT INTO `menus` VALUES (4, '1f2f5340-6912-42da-9331-ab768c5d44ee', 'menu.index', 'ti ti-list', 'Menu', 5, '2025-02-18 02:15:39', '2025-12-08 16:28:48', 14);
INSERT INTO `menus` VALUES (5, 'f602469c-7303-4df9-9164-76ba63e2a5b0', '#', 'ti ti-key', 'Autentikasi', NULL, '2025-02-18 02:17:37', '2025-12-08 16:28:48', 11);
INSERT INTO `menus` VALUES (16, '19d25981-c20f-46e1-92b2-93530e79a19d', '#', 'ti ti-brand-whatsapp', 'WA Gateway', NULL, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 1);
INSERT INTO `menus` VALUES (17, 'c9e87cad-a964-4739-a070-98e5bdc65ec8', 'admin.dashboard', 'ti ti-dashboard', 'WA Dashboard', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 2);
INSERT INTO `menus` VALUES (18, 'bac31b15-6c2f-4f74-8e0c-cdf22d89c527', 'admin.clients.index', 'ti ti-users', 'WA Clients', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 3);
INSERT INTO `menus` VALUES (19, '5196ce55-8b20-45e2-b590-c7d0c235cad0', 'admin.resellers.index', 'ti ti-list', 'WA Resellers', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 4);
INSERT INTO `menus` VALUES (20, 'ce622314-4216-4c87-bccb-fc722ac5fcd4', 'admin.waba-pools.index', 'ti ti-device-mobile-message', 'WA WABA Pools', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 5);
INSERT INTO `menus` VALUES (21, '26dc8726-b5f9-457a-9bd5-5dc8ffbdf5f8', 'admin.templates.index', 'ti ti-template', 'WA Templates', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 6);
INSERT INTO `menus` VALUES (22, '1fffae17-13a4-45d6-8afd-688d03f1a717', 'admin.message-pricings.index', 'ti ti-currency-dollar', 'WA Pricings', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 7);
INSERT INTO `menus` VALUES (23, 'f9bcdf99-c011-40a2-9e26-f537e490c661', 'admin.messages.index', 'ti ti-messages', 'WA Messages', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 8);
INSERT INTO `menus` VALUES (24, 'cf4bd2a7-bf49-4c4b-8e89-ed3919ff7ec0', 'admin.topups.index', 'ti ti-wallet', 'WA Topups', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 9);
INSERT INTO `menus` VALUES (25, 'dc011332-1ed3-4bb5-86d5-7d273bb0a3ef', 'admin.activity-logs.index', 'ti ti-list-details', 'WA Activity Logs', 16, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 10);
INSERT INTO `menus` VALUES (26, '7b286e95-5945-4974-9a53-c5d40b9a2d0c', '#', 'ti ti-brand-whatsapp', 'WA Reseller', NULL, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 16);
INSERT INTO `menus` VALUES (27, 'f1c5aa78-0248-46f1-8d27-40f80265c4d1', 'reseller.dashboard', 'ti ti-dashboard', 'Dashboard Reseller', 26, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 17);
INSERT INTO `menus` VALUES (28, '57b13bb3-6544-4be6-a3db-8d6f33727af5', 'reseller.clients.index', 'ti ti-users', 'Clients Reseller', 26, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 18);
INSERT INTO `menus` VALUES (29, '5d98022d-71ec-4c46-bd02-68cb5c9fa2cb', 'reseller.pricing.index', 'ti ti-currency-dollar', 'Pricing Reseller', 26, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 19);
INSERT INTO `menus` VALUES (30, 'd4abb6dc-6a82-484e-a869-f505bb085e59', 'reseller.commission.index', 'ti ti-cash', 'Komisi Reseller', 26, '2025-12-08 15:50:43', '2025-12-08 16:28:48', 20);
INSERT INTO `menus` VALUES (31, 'ec5e7a72-86b5-4ea1-b4d3-f6c3f21cd9fd', '#', 'ti ti-brand-whatsapp', 'WA Client', NULL, '2025-12-08 17:49:16', '2025-12-08 17:49:16', 52);
INSERT INTO `menus` VALUES (32, '5d8386e6-760c-41e1-ab52-6e0f35ada969', 'client.dashboard', 'ti ti-dashboard', 'Client Dashboard', 31, '2025-12-08 17:49:16', '2025-12-08 17:49:16', 1);
INSERT INTO `menus` VALUES (33, '6d99e207-c776-439a-9ba1-b1573d18fb89', 'client.messages.create', 'ti ti-send', 'Send Message', 31, '2025-12-08 17:49:16', '2025-12-08 17:49:16', 2);
INSERT INTO `menus` VALUES (34, '96aeb2bd-f834-4c65-8a14-31e8205cb6d0', 'client.messages.index', 'ti ti-message-circle', 'Message History', 31, '2025-12-08 17:49:16', '2025-12-08 17:49:16', 3);
INSERT INTO `menus` VALUES (35, '296fc268-bcc8-43d6-836d-d10a3345d031', 'client.balance', 'ti ti-wallet', 'Balance', 31, '2025-12-08 17:49:16', '2025-12-08 17:49:16', 4);
INSERT INTO `menus` VALUES (36, 'ba0677aa-8337-42e0-ab1c-d5ca8168c110', 'client.campaigns.index', 'ti ti-broadcast', 'Campaigns', 31, '2025-12-08 19:26:57', '2025-12-08 19:26:57', 5);
INSERT INTO `menus` VALUES (37, 'cef6b887-9c3f-439a-bb27-265a0d2401f3', 'reseller.settings.api-key', 'ti ti-key', 'API Settings', 26, '2025-12-08 19:52:19', '2025-12-08 19:52:19', 5);
INSERT INTO `menus` VALUES (38, 'd6d548b9-94a5-457b-90f5-ae22e0255be3', 'reseller.templates.index', 'ti ti-template', 'Templates Reseller', 26, '2025-12-08 20:34:24', '2025-12-08 20:34:24', 6);
INSERT INTO `menus` VALUES (39, '08f97fac-0a78-479f-8d37-684f6fbbb6b6', 'client.templates.index', 'ti ti-template', 'Templates', 31, '2025-12-08 20:34:24', '2025-12-08 20:34:24', 6);

-- ----------------------------
-- Table structure for message_pricings
-- ----------------------------
DROP TABLE IF EXISTS `message_pricings`;
CREATE TABLE `message_pricings`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `message_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `price_shared` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `price_dedicated` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `message_pricings_message_type_index`(`message_type` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of message_pricings
-- ----------------------------
INSERT INTO `message_pricings` VALUES (1, 'marketing', 590.0000, 594.0000, 1, '2025-12-08 18:54:40', '2025-12-08 19:04:47');
INSERT INTO `message_pricings` VALUES (2, 'utility', 360.0000, 364.0000, 1, '2025-12-08 18:55:06', '2025-12-08 19:04:18');
INSERT INTO `message_pricings` VALUES (3, 'otp', 360.0000, 364.0000, 1, '2025-12-08 18:55:20', '2025-12-08 19:04:10');

-- ----------------------------
-- Table structure for messages
-- ----------------------------
DROP TABLE IF EXISTS `messages`;
CREATE TABLE `messages`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` bigint UNSIGNED NOT NULL,
  `waba_pool_id` bigint UNSIGNED NULL DEFAULT NULL,
  `message_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'text, template, media',
  `category` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `cost` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'queued',
  `meta_message_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `payload` json NOT NULL,
  `response` json NULL,
  `sent_at` datetime NULL DEFAULT NULL,
  `error_message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `messages_uuid_unique`(`uuid` ASC) USING BTREE,
  INDEX `messages_client_id_foreign`(`client_id` ASC) USING BTREE,
  INDEX `messages_waba_pool_id_foreign`(`waba_pool_id` ASC) USING BTREE,
  INDEX `messages_status_index`(`status` ASC) USING BTREE,
  INDEX `messages_meta_message_id_index`(`meta_message_id` ASC) USING BTREE,
  CONSTRAINT `messages_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `messages_waba_pool_id_foreign` FOREIGN KEY (`waba_pool_id`) REFERENCES `waba_pools` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of messages
-- ----------------------------
INSERT INTO `messages` VALUES (1, '656b2258-0c4e-4b32-9a6b-2e24f04a00f3', 6, 1, 'text', 'marketing', 596.0000, 'queued', NULL, '{\"to\": \"62895361034833\", \"type\": \"text\", \"media\": null, \"message\": \"test\", \"category\": \"marketing\", \"template_name\": null, \"template_params\": null}', NULL, NULL, NULL, '2025-12-08 19:11:45', '2025-12-08 19:11:45');
INSERT INTO `messages` VALUES (2, 'bd328ccf-9f7c-4254-a3d3-f51b2eaaae05', 6, 1, 'text', 'utility', 366.0000, 'queued', NULL, '{\"to\": \"62895361034833\", \"type\": \"text\", \"media\": null, \"message\": \"test 2\", \"category\": \"utility\", \"template_name\": null, \"template_params\": null}', NULL, NULL, NULL, '2025-12-08 19:12:54', '2025-12-08 19:12:54');

-- ----------------------------
-- Table structure for migrations
-- ----------------------------
DROP TABLE IF EXISTS `migrations`;
CREATE TABLE `migrations`  (
  `id` int UNSIGNED NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 63 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of migrations
-- ----------------------------
INSERT INTO `migrations` VALUES (9, '0001_01_01_000000_create_users_table', 1);
INSERT INTO `migrations` VALUES (10, '0001_01_01_000001_create_cache_table', 1);
INSERT INTO `migrations` VALUES (11, '0001_01_01_000002_create_jobs_table', 1);
INSERT INTO `migrations` VALUES (12, '2025_02_18_013140_create_settings_table', 1);
INSERT INTO `migrations` VALUES (13, '2025_02_18_014202_create_permission_tables', 1);
INSERT INTO `migrations` VALUES (14, '2025_02_18_015415_create_menus_table', 2);
INSERT INTO `migrations` VALUES (15, '2025_02_18_015517_create_role_menus_table', 2);
INSERT INTO `migrations` VALUES (16, '2025_02_18_031243_create_divisis_table', 3);
INSERT INTO `migrations` VALUES (17, '2025_02_18_031322_create_jabatans_table', 3);
INSERT INTO `migrations` VALUES (19, '2025_02_18_040607_create_radii_table', 5);
INSERT INTO `migrations` VALUES (21, '2025_02_18_034610_create_shifts_table', 6);
INSERT INTO `migrations` VALUES (22, '2025_02_18_061406_create_jam_kerjas_table', 6);
INSERT INTO `migrations` VALUES (23, '2025_02_19_005354_create_divisi_shifts_table', 6);
INSERT INTO `migrations` VALUES (34, '2025_02_20_034830_create_pegawai_masters_table', 7);
INSERT INTO `migrations` VALUES (35, '2025_02_22_011112_create_pegawai_shifts_table', 8);
INSERT INTO `migrations` VALUES (36, '2025_02_24_014835_create_presensis_table', 8);
INSERT INTO `migrations` VALUES (37, '2025_02_24_032535_create_personal_access_tokens_table', 9);
INSERT INTO `migrations` VALUES (38, '2025_02_24_033112_create_o_t_p_verifications_table', 10);
INSERT INTO `migrations` VALUES (41, '2025_02_25_005648_create_user_photos_table', 11);
INSERT INTO `migrations` VALUES (42, '2025_05_14_041214_create_proporsi_fairness_table', 12);
INSERT INTO `migrations` VALUES (43, '2025_05_14_044119_create_grade_table', 13);
INSERT INTO `migrations` VALUES (44, '2025_05_14_050000_create_sumbers_table', 14);
INSERT INTO `migrations` VALUES (45, '2025_05_14_050000_create_sumber_table', 15);
INSERT INTO `migrations` VALUES (46, '2024_01_15_create_remunerasi_batch_table', 16);
INSERT INTO `migrations` VALUES (47, '2024_01_15_create_remunerasi_source_table', 17);
INSERT INTO `migrations` VALUES (48, '2024_03_19_000001_create_detail_source_table', 18);
INSERT INTO `migrations` VALUES (49, '2024_03_19_000002_create_pembagian_klaim_table', 19);
INSERT INTO `migrations` VALUES (50, '2025_12_08_000003_create_resellers_table', 20);
INSERT INTO `migrations` VALUES (51, '2025_12_08_000001_create_waba_pools_table', 21);
INSERT INTO `migrations` VALUES (52, '2025_12_08_000002_create_clients_table', 22);
INSERT INTO `migrations` VALUES (53, '2025_12_08_000004_create_dedicated_assigns_table', 23);
INSERT INTO `migrations` VALUES (54, '2025_12_08_000005_create_messages_table', 24);
INSERT INTO `migrations` VALUES (55, '2025_12_08_000006_create_templates_table', 25);
INSERT INTO `migrations` VALUES (56, '2025_12_08_000007_create_reseller_client_pricings_table', 26);
INSERT INTO `migrations` VALUES (57, '2025_12_08_000008_create_topups_table', 27);
INSERT INTO `migrations` VALUES (58, '2025_12_08_000009_create_activity_logs_table', 28);
INSERT INTO `migrations` VALUES (59, '2025_12_08_000010_create_whitelists_table', 29);
INSERT INTO `migrations` VALUES (60, '2025_12_08_000011_create_message_pricings_table', 30);
INSERT INTO `migrations` VALUES (61, '2025_12_08_100000_create_sessions_table_if_missing', 31);
INSERT INTO `migrations` VALUES (62, '2025_12_08_110000_add_account_name_to_waba_pools_table', 32);
INSERT INTO `migrations` VALUES (63, '2025_12_08_172253_create_reseller_clients_table', 33);
INSERT INTO `migrations` VALUES (64, '2025_12_08_172257_create_reseller_pricings_table', 34);
INSERT INTO `migrations` VALUES (65, '2025_12_08_172302_add_category_to_messages_table', 35);
INSERT INTO `migrations` VALUES (66, '2025_12_08_175710_add_default_and_final_price_to_reseller_pricings_table', 36);
INSERT INTO `migrations` VALUES (67, '2025_12_08_181814_add_user_id_to_clients_table', 37);
INSERT INTO `migrations` VALUES (68, '2025_12_08_182753_add_api_and_server_key_to_clients_table', 38);
INSERT INTO `migrations` VALUES (69, '2025_12_08_184348_add_deleted_at_to_clients_table', 39);
INSERT INTO `migrations` VALUES (70, '2025_12_08_191811_create_campaigns_table', 40);
INSERT INTO `migrations` VALUES (71, '2025_12_08_191815_create_campaign_logs_table', 41);
INSERT INTO `migrations` VALUES (72, '2025_12_08_194923_add_server_key_to_resellers_table', 42);
INSERT INTO `migrations` VALUES (73, '2025_12_08_201941_add_multi_account_fields_to_templates_table', 43);

-- ----------------------------
-- Table structure for model_has_permissions
-- ----------------------------
DROP TABLE IF EXISTS `model_has_permissions`;
CREATE TABLE `model_has_permissions`  (
  `permission_id` bigint UNSIGNED NOT NULL,
  `model_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint UNSIGNED NOT NULL,
  PRIMARY KEY (`permission_id`, `model_id`, `model_type`) USING BTREE,
  INDEX `model_has_permissions_model_id_model_type_index`(`model_id` ASC, `model_type` ASC) USING BTREE,
  CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of model_has_permissions
-- ----------------------------

-- ----------------------------
-- Table structure for model_has_roles
-- ----------------------------
DROP TABLE IF EXISTS `model_has_roles`;
CREATE TABLE `model_has_roles`  (
  `role_id` bigint UNSIGNED NOT NULL,
  `model_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint UNSIGNED NOT NULL,
  PRIMARY KEY (`role_id`, `model_id`, `model_type`) USING BTREE,
  INDEX `model_has_roles_model_id_model_type_index`(`model_id` ASC, `model_type` ASC) USING BTREE,
  CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of model_has_roles
-- ----------------------------
INSERT INTO `model_has_roles` VALUES (3, 'App\\Models\\User', 1);
INSERT INTO `model_has_roles` VALUES (4, 'App\\Models\\User', 11);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 13);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 14);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 15);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 16);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 17);
INSERT INTO `model_has_roles` VALUES (4, 'App\\Models\\User', 18);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 19);
INSERT INTO `model_has_roles` VALUES (5, 'App\\Models\\User', 20);

-- ----------------------------
-- Table structure for o_t_p_verifications
-- ----------------------------
DROP TABLE IF EXISTS `o_t_p_verifications`;
CREATE TABLE `o_t_p_verifications`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `nomor_hp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `otp_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `expires_at` timestamp NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `nik` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `o_t_p_verifications_nomor_hp_unique`(`nomor_hp` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of o_t_p_verifications
-- ----------------------------

-- ----------------------------
-- Table structure for password_reset_tokens
-- ----------------------------
DROP TABLE IF EXISTS `password_reset_tokens`;
CREATE TABLE `password_reset_tokens`  (
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`email`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of password_reset_tokens
-- ----------------------------

-- ----------------------------
-- Table structure for pembagian_klaim
-- ----------------------------
DROP TABLE IF EXISTS `pembagian_klaim`;
CREATE TABLE `pembagian_klaim`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `groups` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `jenis` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `grade` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ppa` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` decimal(10, 4) NOT NULL,
  `sumber` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `flag` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `del` tinyint(1) NOT NULL DEFAULT 0,
  `sep` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `id_detail_source` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cluster` tinyint NOT NULL,
  `idxdaftar` int NOT NULL,
  `nomr` int NOT NULL,
  `tanggal` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of pembagian_klaim
-- ----------------------------

-- ----------------------------
-- Table structure for permissions
-- ----------------------------
DROP TABLE IF EXISTS `permissions`;
CREATE TABLE `permissions`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `permissions_name_guard_name_unique`(`name` ASC, `guard_name` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of permissions
-- ----------------------------

-- ----------------------------
-- Table structure for personal_access_tokens
-- ----------------------------
DROP TABLE IF EXISTS `personal_access_tokens`;
CREATE TABLE `personal_access_tokens`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `personal_access_tokens_token_unique`(`token` ASC) USING BTREE,
  INDEX `personal_access_tokens_tokenable_type_tokenable_id_index`(`tokenable_type` ASC, `tokenable_id` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 43 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of personal_access_tokens
-- ----------------------------
INSERT INTO `personal_access_tokens` VALUES (1, 'App\\Models\\User', 2, 'authToken', '30641497cdec3064c2e72e35a018c6c4070b57993f0191a347b35949549e4c9e', '[\"*\"]', NULL, NULL, '2025-02-24 03:52:00', '2025-02-24 03:52:00');
INSERT INTO `personal_access_tokens` VALUES (2, 'App\\Models\\User', 3, 'authToken', '7c9b7ca10f5c11ca20dd55b4191a575c67b8ca699bfe64b4a42896684114afff', '[\"*\"]', NULL, NULL, '2025-02-24 03:58:17', '2025-02-24 03:58:17');
INSERT INTO `personal_access_tokens` VALUES (3, 'App\\Models\\User', 4, 'authToken', '0eef9bd1cfdd0a8128809afcae30bf074b76e5d892870e46cb9353fe9e6b0e9c', '[\"*\"]', NULL, NULL, '2025-02-24 04:03:57', '2025-02-24 04:03:57');
INSERT INTO `personal_access_tokens` VALUES (4, 'App\\Models\\User', 5, 'authToken', 'bc38dac7770925ee1defd7e9cf55db8dd0bef148a4dc820778d2bdff176e312e', '[\"*\"]', NULL, NULL, '2025-02-24 04:05:15', '2025-02-24 04:05:15');
INSERT INTO `personal_access_tokens` VALUES (5, 'App\\Models\\User', 5, 'authToken', '2a4deb38e9b1ddf2910e1d812efdcdad7293b92534a5717fa941c24d233e05bf', '[\"*\"]', '2025-02-24 04:14:57', NULL, '2025-02-24 04:10:41', '2025-02-24 04:14:57');
INSERT INTO `personal_access_tokens` VALUES (6, 'App\\Models\\User', 5, 'authToken', 'bdd15a4a80d9dd08d8364113e18c8ae18d2f30b9dd1cef2adbef538155279ee1', '[\"*\"]', NULL, NULL, '2025-02-24 04:15:12', '2025-02-24 04:15:12');
INSERT INTO `personal_access_tokens` VALUES (7, 'App\\Models\\User', 5, 'authToken', '3b2371ec0ce8fba1e8b29cbf764190afeccf6d9b1a0b35a8e3b7e1b5c60dde5a', '[\"*\"]', NULL, NULL, '2025-02-24 04:15:52', '2025-02-24 04:15:52');
INSERT INTO `personal_access_tokens` VALUES (8, 'App\\Models\\User', 5, 'authToken', 'bb0f10e0d483ce21c095fe7a27eaf07fee236b0401aeba3a41c5435017a40fbf', '[\"*\"]', NULL, NULL, '2025-02-24 04:20:34', '2025-02-24 04:20:34');
INSERT INTO `personal_access_tokens` VALUES (9, 'App\\Models\\User', 5, 'authToken', '7cc5049f5ae7ebf98e810abff59d33a34623c6e104d340d56170fd4672dab55c', '[\"*\"]', NULL, NULL, '2025-02-24 04:23:23', '2025-02-24 04:23:23');
INSERT INTO `personal_access_tokens` VALUES (10, 'App\\Models\\User', 5, 'authToken', '63aa120907b715696c6a4522def5c30f995509378ec7102932181776942b9cb9', '[\"*\"]', '2025-02-24 04:26:45', NULL, '2025-02-24 04:23:43', '2025-02-24 04:26:45');
INSERT INTO `personal_access_tokens` VALUES (11, 'App\\Models\\User', 6, 'authToken', 'e362804cdf53090006872845c1c45d03838a5e6f73f98d9d1c2cda3215cdd859', '[\"*\"]', '2025-02-25 01:22:38', NULL, '2025-02-24 04:29:07', '2025-02-25 01:22:38');
INSERT INTO `personal_access_tokens` VALUES (12, 'App\\Models\\User', 7, 'authToken', '040dba3f735cf4e3f893d7d2d4806b685195863717ac9ce2d7250b02a0db3085', '[\"*\"]', NULL, NULL, '2025-02-25 01:38:41', '2025-02-25 01:38:41');
INSERT INTO `personal_access_tokens` VALUES (13, 'App\\Models\\User', 7, 'authToken', '5a5292c4f8d9d8e901968fbe41bfd8a2e8387718e2777a35d89892cca4239ca7', '[\"*\"]', '2025-02-25 09:12:54', NULL, '2025-02-25 01:39:51', '2025-02-25 09:12:54');
INSERT INTO `personal_access_tokens` VALUES (14, 'App\\Models\\User', 8, 'authToken', 'd8532a708a83e00029967734afaa6bbe4bc260e5d4c86bc65583e37aeb28c77a', '[\"*\"]', '2025-02-26 08:37:37', NULL, '2025-02-25 01:43:11', '2025-02-26 08:37:37');
INSERT INTO `personal_access_tokens` VALUES (15, 'App\\Models\\User', 7, 'authToken', '062ebcbd52956c4ea5038da79b24e32ed5ef7a4b18c8fe74ceed32245e8b1171', '[\"*\"]', NULL, NULL, '2025-02-25 09:14:01', '2025-02-25 09:14:01');
INSERT INTO `personal_access_tokens` VALUES (16, 'App\\Models\\User', 7, 'authToken', '608d2440da5a0372e5699ecf9439fe6f4ac719b362b99d215d0991f01df87ae4', '[\"*\"]', NULL, NULL, '2025-02-25 14:00:45', '2025-02-25 14:00:45');
INSERT INTO `personal_access_tokens` VALUES (17, 'App\\Models\\User', 7, 'authToken', 'd251b0484470be0ad4e1de9eda9dc15c5421ac87dcc2517cec379d28c79ca25c', '[\"*\"]', NULL, NULL, '2025-02-25 14:03:07', '2025-02-25 14:03:07');
INSERT INTO `personal_access_tokens` VALUES (18, 'App\\Models\\User', 8, 'authToken', 'f47e2cccd4ed27ae38f9d90980cf561ae28537c033f3222791f0d0dd1ae72576', '[\"*\"]', '2025-02-26 10:39:44', NULL, '2025-02-26 08:47:22', '2025-02-26 10:39:44');
INSERT INTO `personal_access_tokens` VALUES (19, 'App\\Models\\User', 8, 'authToken', 'b14cfed8729a6fe9dacf0f5a427859aee37dd5ef25afdc702714829d214c73da', '[\"*\"]', '2025-03-10 10:26:49', NULL, '2025-02-26 13:54:48', '2025-03-10 10:26:49');
INSERT INTO `personal_access_tokens` VALUES (20, 'App\\Models\\User', 8, 'authToken', 'c2ad4abe77865573800c61be4d7a8374b82e88b9dd138aa246da5dad37e78d8e', '[\"*\"]', NULL, NULL, '2025-02-26 14:34:38', '2025-02-26 14:34:38');
INSERT INTO `personal_access_tokens` VALUES (21, 'App\\Models\\User', 7, 'authToken', '8c7ea4880c6fe46922795bf0afcee2ad6ba25a835e1ca75c0df23d7cf3fb004b', '[\"*\"]', NULL, NULL, '2025-02-26 14:36:40', '2025-02-26 14:36:40');
INSERT INTO `personal_access_tokens` VALUES (22, 'App\\Models\\User', 8, 'authToken', '9e6ab6ddfd914d10030779553c63705f394e063e917d300422f9b9a351461449', '[\"*\"]', NULL, NULL, '2025-02-26 14:39:07', '2025-02-26 14:39:07');
INSERT INTO `personal_access_tokens` VALUES (23, 'App\\Models\\User', 8, 'authToken', 'eeff75d401775dd37ec12f0bafb1858e439b72569ed7296caa57569f5d53eca6', '[\"*\"]', NULL, NULL, '2025-02-26 14:41:43', '2025-02-26 14:41:43');
INSERT INTO `personal_access_tokens` VALUES (24, 'App\\Models\\User', 8, 'authToken', 'f5a11eede3a5b507c4a80bc35098f418fa6a0e8f3b11a2b52f329cc6ed4d31d2', '[\"*\"]', NULL, NULL, '2025-02-26 14:46:14', '2025-02-26 14:46:14');
INSERT INTO `personal_access_tokens` VALUES (25, 'App\\Models\\User', 8, 'authToken', 'b0af611303b379b9e960702d08821194f5e642a87f1cc34421487f2a5d9c1f96', '[\"*\"]', NULL, NULL, '2025-02-26 14:46:58', '2025-02-26 14:46:58');
INSERT INTO `personal_access_tokens` VALUES (26, 'App\\Models\\User', 8, 'authToken', 'f7c9d9c8a044ed8113fba16f3afb6b9b183eee49e846f091f62bc7c492a9ebca', '[\"*\"]', NULL, NULL, '2025-02-26 14:48:41', '2025-02-26 14:48:41');
INSERT INTO `personal_access_tokens` VALUES (27, 'App\\Models\\User', 8, 'authToken', 'a98ce5923adb676ba7e70972ad1b9b54c97394d27bd5c77784549867e3f8d53d', '[\"*\"]', NULL, NULL, '2025-02-26 14:50:40', '2025-02-26 14:50:40');
INSERT INTO `personal_access_tokens` VALUES (28, 'App\\Models\\User', 8, 'authToken', '87ba56205fda0688d517cfcc87f14f095bd0ec1ec06d6fa6aa0ef07e09cd3987', '[\"*\"]', NULL, NULL, '2025-02-26 14:51:39', '2025-02-26 14:51:39');
INSERT INTO `personal_access_tokens` VALUES (29, 'App\\Models\\User', 7, 'authToken', 'a25f75953722e0f83d65dc5b9db9fe81e60d630af787f38a46a9cbac3878a4a0', '[\"*\"]', '2025-02-27 11:07:40', NULL, '2025-02-26 15:06:16', '2025-02-27 11:07:40');
INSERT INTO `personal_access_tokens` VALUES (30, 'App\\Models\\User', 7, 'authToken', 'ef7451e7a3c56a693eff94096b91c14639e56bafcac1998bb01812bce5dcba0c', '[\"*\"]', '2025-03-06 13:25:06', NULL, '2025-02-27 08:38:27', '2025-03-06 13:25:06');
INSERT INTO `personal_access_tokens` VALUES (31, 'App\\Models\\User', 7, 'authToken', '367c6d7a5c3a9e65f501d0b880075c22a41daba00e8088b8b9cb028a56ac30f3', '[\"*\"]', '2025-03-04 12:26:44', NULL, '2025-03-04 08:34:22', '2025-03-04 12:26:44');
INSERT INTO `personal_access_tokens` VALUES (32, 'App\\Models\\User', 7, 'authToken', 'dc5794b77abecf47f5656e18661eee77bb1d33629d6b019e0d192175e3a90dd3', '[\"*\"]', '2025-03-05 13:59:06', NULL, '2025-03-05 08:46:26', '2025-03-05 13:59:06');
INSERT INTO `personal_access_tokens` VALUES (33, 'App\\Models\\User', 8, 'authToken', '6b7ec57a767b502642a24e5ecd9d4ee42b7d42a9ede7e05d05999c718b840a4f', '[\"*\"]', NULL, NULL, '2025-03-05 10:55:52', '2025-03-05 10:55:52');
INSERT INTO `personal_access_tokens` VALUES (34, 'App\\Models\\User', 8, 'authToken', 'de7d7d2616b1814036bfd849df8dc340270be9d1d641751eb8ce7a52235e3764', '[\"*\"]', NULL, NULL, '2025-03-05 10:57:07', '2025-03-05 10:57:07');
INSERT INTO `personal_access_tokens` VALUES (35, 'App\\Models\\User', 7, 'authToken', '094e61ce527aef355a85692b360cba94c78ffe3c4ad2df5bfc72bf1982eea825', '[\"*\"]', '2025-03-06 13:24:22', NULL, '2025-03-05 11:18:39', '2025-03-06 13:24:22');
INSERT INTO `personal_access_tokens` VALUES (36, 'App\\Models\\User', 8, 'authToken', 'd151eb062780cbeed55f8fcd268268040b51d370f060c353df081786cc521e3c', '[\"*\"]', NULL, NULL, '2025-03-06 09:47:56', '2025-03-06 09:47:56');
INSERT INTO `personal_access_tokens` VALUES (37, 'App\\Models\\User', 8, 'authToken', '5c883b7db50eb4fec7759d784f2a099e53bcf5329f8ae0d346d3d81c270f1aef', '[\"*\"]', NULL, NULL, '2025-03-06 10:08:28', '2025-03-06 10:08:28');
INSERT INTO `personal_access_tokens` VALUES (38, 'App\\Models\\User', 8, 'authToken', '9d85529adf4f9dd4b26d884bd1715199052d5b32209aa55667706ab73cebbc0c', '[\"*\"]', NULL, NULL, '2025-03-06 10:15:17', '2025-03-06 10:15:17');
INSERT INTO `personal_access_tokens` VALUES (39, 'App\\Models\\User', 8, 'authToken', 'e2fd43d9853430841fcd8eabdee38fef55a80f83ee2eafc369f90a10e43b00b7', '[\"*\"]', NULL, NULL, '2025-03-06 10:16:00', '2025-03-06 10:16:00');
INSERT INTO `personal_access_tokens` VALUES (40, 'App\\Models\\User', 7, 'authToken', '34a0e2809eeb82b7a1d6842adb10777c6bd614238167b860eb9b7db19a5e943c', '[\"*\"]', '2025-03-06 13:46:35', NULL, '2025-03-06 13:24:22', '2025-03-06 13:46:35');
INSERT INTO `personal_access_tokens` VALUES (41, 'App\\Models\\User', 7, 'authToken', '7e004a6f1043e902ce226890a65c9c9870b13289540ff920443e21bfd9758724', '[\"*\"]', '2025-03-10 10:42:01', NULL, '2025-03-06 13:28:07', '2025-03-10 10:42:01');
INSERT INTO `personal_access_tokens` VALUES (42, 'App\\Models\\User', 8, 'authToken', '10000075ed4336b9000249ed858dd6d090191ccd5e6c97e800c5865dca6bab87', '[\"*\"]', '2025-03-12 10:55:48', NULL, '2025-03-10 11:22:40', '2025-03-12 10:55:48');

-- ----------------------------
-- Table structure for reseller_client_pricings
-- ----------------------------
DROP TABLE IF EXISTS `reseller_client_pricings`;
CREATE TABLE `reseller_client_pricings`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `reseller_id` bigint UNSIGNED NOT NULL,
  `client_id` bigint UNSIGNED NOT NULL,
  `message_price` decimal(14, 4) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `reseller_client_pricings_reseller_id_client_id_unique`(`reseller_id` ASC, `client_id` ASC) USING BTREE,
  INDEX `reseller_client_pricings_client_id_foreign`(`client_id` ASC) USING BTREE,
  CONSTRAINT `reseller_client_pricings_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `reseller_client_pricings_reseller_id_foreign` FOREIGN KEY (`reseller_id`) REFERENCES `resellers` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of reseller_client_pricings
-- ----------------------------

-- ----------------------------
-- Table structure for reseller_clients
-- ----------------------------
DROP TABLE IF EXISTS `reseller_clients`;
CREATE TABLE `reseller_clients`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `reseller_id` bigint UNSIGNED NOT NULL,
  `client_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `package` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'shared',
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `reseller_clients_reseller_id_foreign`(`reseller_id` ASC) USING BTREE,
  INDEX `reseller_clients_client_id_foreign`(`client_id` ASC) USING BTREE,
  CONSTRAINT `reseller_clients_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `reseller_clients_reseller_id_foreign` FOREIGN KEY (`reseller_id`) REFERENCES `resellers` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of reseller_clients
-- ----------------------------
INSERT INTO `reseller_clients` VALUES (1, 1, 5, '3274', 'shared', 'active', '2025-12-08 18:14:32', '2025-12-08 18:14:32');
INSERT INTO `reseller_clients` VALUES (2, 1, 6, 'untul', 'shared', 'active', '2025-12-08 18:29:33', '2025-12-08 18:29:33');
INSERT INTO `reseller_clients` VALUES (3, 2, 7, 'Client Name', 'shared', 'active', '2025-12-08 19:59:45', '2025-12-08 19:59:45');

-- ----------------------------
-- Table structure for reseller_pricings
-- ----------------------------
DROP TABLE IF EXISTS `reseller_pricings`;
CREATE TABLE `reseller_pricings`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `reseller_id` bigint UNSIGNED NOT NULL,
  `package` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `message_category` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `default_price` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `markup` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `final_price` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `reseller_pricings_reseller_id_package_message_category_unique`(`reseller_id` ASC, `package` ASC, `message_category` ASC) USING BTREE,
  CONSTRAINT `reseller_pricings_reseller_id_foreign` FOREIGN KEY (`reseller_id`) REFERENCES `resellers` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of reseller_pricings
-- ----------------------------
INSERT INTO `reseller_pricings` VALUES (14, 1, 'shared', 'marketing', 590.0000, 6.0000, 596.0000, '2025-12-08 19:05:08', '2025-12-08 19:05:08');
INSERT INTO `reseller_pricings` VALUES (15, 1, 'shared', 'utility', 360.0000, 6.0000, 366.0000, '2025-12-08 19:05:15', '2025-12-08 19:05:15');
INSERT INTO `reseller_pricings` VALUES (16, 1, 'shared', 'otp', 360.0000, 6.0000, 366.0000, '2025-12-08 19:05:25', '2025-12-08 19:05:25');
INSERT INTO `reseller_pricings` VALUES (17, 1, 'dedicated', 'marketing', 594.0000, 12.0000, 606.0000, '2025-12-08 19:05:45', '2025-12-08 19:05:45');
INSERT INTO `reseller_pricings` VALUES (18, 1, 'dedicated', 'utility', 364.0000, 12.0000, 376.0000, '2025-12-08 19:05:55', '2025-12-08 19:05:55');
INSERT INTO `reseller_pricings` VALUES (19, 1, 'dedicated', 'otp', 364.0000, 12.0000, 376.0000, '2025-12-08 19:06:06', '2025-12-08 19:06:06');
INSERT INTO `reseller_pricings` VALUES (20, 2, 'shared', 'marketing', 590.0000, 6.0000, 596.0000, '2025-12-08 19:39:55', '2025-12-08 19:39:55');
INSERT INTO `reseller_pricings` VALUES (21, 2, 'shared', 'utility', 360.0000, 6.0000, 366.0000, '2025-12-08 19:40:02', '2025-12-08 19:41:18');
INSERT INTO `reseller_pricings` VALUES (22, 2, 'shared', 'otp', 360.0000, 6.0000, 366.0000, '2025-12-08 19:40:11', '2025-12-08 19:41:10');
INSERT INTO `reseller_pricings` VALUES (23, 2, 'dedicated', 'marketing', 594.0000, 12.0000, 606.0000, '2025-12-08 19:40:21', '2025-12-08 19:40:21');
INSERT INTO `reseller_pricings` VALUES (24, 2, 'dedicated', 'utility', 364.0000, 12.0000, 376.0000, '2025-12-08 19:40:53', '2025-12-08 19:40:53');
INSERT INTO `reseller_pricings` VALUES (25, 2, 'dedicated', 'otp', 364.0000, 12.0000, 376.0000, '2025-12-08 19:41:04', '2025-12-08 19:41:04');

-- ----------------------------
-- Table structure for resellers
-- ----------------------------
DROP TABLE IF EXISTS `resellers`;
CREATE TABLE `resellers`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `commission_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fixed',
  `commission_value` decimal(14, 4) NOT NULL DEFAULT 0.0000,
  `api_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'encrypted API key',
  `server_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `can_set_price` tinyint(1) NOT NULL DEFAULT 1,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `resellers_email_unique`(`email` ASC) USING BTREE,
  UNIQUE INDEX `resellers_server_key_unique`(`server_key` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of resellers
-- ----------------------------
INSERT INTO `resellers` VALUES (1, 'Default Reseller', 'reseller', 'fixed', 50.0000, '5a2bdbc5-9d8c-47e7-9d46-ea16036ff1fd|KUcLjDqQTs34Hb51Fch8tMbtZRvV47Ht0EY61ftD', NULL, 1, 1, '2025-12-08 15:50:43', '2025-12-08 19:37:54');
INSERT INTO `resellers` VALUES (2, 'e-Billing', 'ikhwan@gmail.com', 'fixed', 0.0000, 'e8e0f1e8-6209-402a-916f-c088ec0173df|sh2sL2FHkwJk9GVNzZ0W4QLLZrKAzUiTVGjgdiya', 'cc2a9f74-0201-493c-a540-704f1746e261|Ajk5nAWGnvQ363ws1tcpFPXzy9U4l9aJ', 1, 1, '2025-12-08 19:37:09', '2025-12-08 19:53:16');

-- ----------------------------
-- Table structure for role_has_permissions
-- ----------------------------
DROP TABLE IF EXISTS `role_has_permissions`;
CREATE TABLE `role_has_permissions`  (
  `permission_id` bigint UNSIGNED NOT NULL,
  `role_id` bigint UNSIGNED NOT NULL,
  PRIMARY KEY (`permission_id`, `role_id`) USING BTREE,
  INDEX `role_has_permissions_role_id_foreign`(`role_id` ASC) USING BTREE,
  CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of role_has_permissions
-- ----------------------------

-- ----------------------------
-- Table structure for role_menus
-- ----------------------------
DROP TABLE IF EXISTS `role_menus`;
CREATE TABLE `role_menus`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `role_id` bigint UNSIGNED NOT NULL,
  `menu_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `role_menus_role_id_foreign`(`role_id` ASC) USING BTREE,
  INDEX `role_menus_menu_id_foreign`(`menu_id` ASC) USING BTREE,
  CONSTRAINT `role_menus_menu_id_foreign` FOREIGN KEY (`menu_id`) REFERENCES `menus` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
  CONSTRAINT `role_menus_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 76 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of role_menus
-- ----------------------------
INSERT INTO `role_menus` VALUES (45, 3, 1, NULL, NULL);
INSERT INTO `role_menus` VALUES (46, 3, 2, NULL, NULL);
INSERT INTO `role_menus` VALUES (47, 3, 3, NULL, NULL);
INSERT INTO `role_menus` VALUES (48, 3, 4, NULL, NULL);
INSERT INTO `role_menus` VALUES (49, 3, 5, NULL, NULL);
INSERT INTO `role_menus` VALUES (61, 4, 27, '2025-12-08 15:50:43', '2025-12-08 15:50:43');
INSERT INTO `role_menus` VALUES (62, 4, 28, '2025-12-08 15:50:43', '2025-12-08 15:50:43');
INSERT INTO `role_menus` VALUES (63, 4, 29, '2025-12-08 15:50:43', '2025-12-08 15:50:43');
INSERT INTO `role_menus` VALUES (64, 4, 30, '2025-12-08 15:50:43', '2025-12-08 15:50:43');
INSERT INTO `role_menus` VALUES (65, 3, 16, NULL, NULL);
INSERT INTO `role_menus` VALUES (66, 3, 17, NULL, NULL);
INSERT INTO `role_menus` VALUES (67, 3, 18, NULL, NULL);
INSERT INTO `role_menus` VALUES (68, 3, 19, NULL, NULL);
INSERT INTO `role_menus` VALUES (69, 3, 20, NULL, NULL);
INSERT INTO `role_menus` VALUES (70, 3, 21, NULL, NULL);
INSERT INTO `role_menus` VALUES (71, 3, 22, NULL, NULL);
INSERT INTO `role_menus` VALUES (72, 3, 23, NULL, NULL);
INSERT INTO `role_menus` VALUES (73, 3, 24, NULL, NULL);
INSERT INTO `role_menus` VALUES (74, 3, 25, NULL, NULL);
INSERT INTO `role_menus` VALUES (75, 4, 26, NULL, NULL);
INSERT INTO `role_menus` VALUES (76, 5, 32, '2025-12-08 17:49:16', '2025-12-08 17:49:16');
INSERT INTO `role_menus` VALUES (77, 5, 33, '2025-12-08 17:49:16', '2025-12-08 17:49:16');
INSERT INTO `role_menus` VALUES (78, 5, 34, '2025-12-08 17:49:16', '2025-12-08 17:49:16');
INSERT INTO `role_menus` VALUES (79, 5, 35, '2025-12-08 17:49:16', '2025-12-08 17:49:16');
INSERT INTO `role_menus` VALUES (80, 5, 31, NULL, NULL);
INSERT INTO `role_menus` VALUES (81, 5, 36, '2025-12-08 19:26:57', '2025-12-08 19:26:57');
INSERT INTO `role_menus` VALUES (82, 4, 37, '2025-12-08 19:52:19', '2025-12-08 19:52:19');
INSERT INTO `role_menus` VALUES (83, 4, 38, '2025-12-08 20:34:24', '2025-12-08 20:34:24');
INSERT INTO `role_menus` VALUES (84, 5, 39, '2025-12-08 20:34:24', '2025-12-08 20:34:24');

-- ----------------------------
-- Table structure for roles
-- ----------------------------
DROP TABLE IF EXISTS `roles`;
CREATE TABLE `roles`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `roles_name_guard_name_unique`(`name` ASC, `guard_name` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of roles
-- ----------------------------
INSERT INTO `roles` VALUES (3, 'admin', 'web', '2025-03-12 12:48:41', '2025-03-12 12:48:41');
INSERT INTO `roles` VALUES (4, 'reseller', 'web', '2025-12-08 15:46:04', '2025-12-08 15:46:04');
INSERT INTO `roles` VALUES (5, 'client', 'web', '2025-12-08 17:49:15', '2025-12-08 17:49:15');

-- ----------------------------
-- Table structure for sessions
-- ----------------------------
DROP TABLE IF EXISTS `sessions`;
CREATE TABLE `sessions`  (
  `id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint UNSIGNED NULL DEFAULT NULL,
  `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `user_agent` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_activity` int NOT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `sessions_user_id_index`(`user_id` ASC) USING BTREE,
  INDEX `sessions_last_activity_index`(`last_activity` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of sessions
-- ----------------------------
INSERT INTO `sessions` VALUES ('46xNZB7b0jEHq1WkJu41PGJXze3Vco5fzv99RpuS', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiNEl6dmZFT1FwR1pLd3RWYVR0WTFtamFPWTlXeTdTUXlzQXZoa1hMUyI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjI4OiJodHRwOi8vd2FiYV9zYWFzLnRlc3Qvcm9sZS8zIjt9czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MTt9', 1765230354);
INSERT INTO `sessions` VALUES ('AFzuOikcWYG966sY33lnsUVcZ5iK3hmtOttaILND', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiU1JteHlycGY4YUZSeHlRcldFZko2OGtGWjE5Z3NpTG9ESVl4bkhiaCI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6Mzc6Imh0dHA6Ly93YWJhX3NhYXMudGVzdC9hZG1pbi9yZXNlbGxlcnMiO31zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToxO30=', 1765246157);
INSERT INTO `sessions` VALUES ('o94VBQADq31fqyAVh4Vnz7CUbDhq0Eu9KivYYals', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoidWpKaFF5Z2REY1FJY3ZONkk3ZTBkNFNEWXFLZEZTZXpnSjZVSjZOeSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozODoiaHR0cDovLzEyNy4wLjAuMTo4MDAwL2FkbWluL3dhYmEtcG9vbHMiO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czoyNzoiaHR0cDovLzEyNy4wLjAuMTo4MDAwL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1765226110);
INSERT INTO `sessions` VALUES ('RsPCkFn6itfVDwgGr44RVCcZhb5q7u2Qn28Qh0Ho', 1, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiRzdqYWpQYVM4ZFRzeVZoQU15SGZoT1RIYXdSVDRjZHpNUXZzSXRtaiI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHA6Ly93YWJhX3NhYXMudGVzdC9hZG1pbi9tZXNzYWdlcyI7fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7fQ==', 1765230991);
INSERT INTO `sessions` VALUES ('SsaMUflbdzC1U0WfgDVcUlcMWJ6HIJOT31IFuLCo', NULL, '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiNFRuU1p1aENjTDlTSzdpWG1rZDJjbFlwOTVTSlR6T2cxSEhqYkUxWSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzA6Imh0dHA6Ly93YWJhX3NhYXMudGVzdC9yZWdpc3RlciI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1765228878);
INSERT INTO `sessions` VALUES ('tkoDNGuZPejMaa1q6F8XDJDcV53eweLRciItFAmI', NULL, '127.0.0.1', 'PostmanRuntime/7.49.1', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiWGJiU05ldkozdHFSa1R5M0lQWElNRVljRGo0QmdGQmExMEpDOVpyZyI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czoyMToiaHR0cDovL3dhYmFfc2Fhcy50ZXN0Ijt9czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6Mjc6Imh0dHA6Ly93YWJhX3NhYXMudGVzdC9sb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1765224168);

-- ----------------------------
-- Table structure for settings
-- ----------------------------
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `website_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `website_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `favicon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of settings
-- ----------------------------
INSERT INTO `settings` VALUES (1, 'WABA Saas', 'Aplikasi Whatsapp Business Central', 'logos/1765205861_logo.png', 'favicons/1765205861_favicon.png', 'kejarkoding@gmail.com', '6285156345912', 'Parenggan, Kec pati, Kab pati', '2025-02-18 02:08:56', '2025-12-08 14:57:41');

-- ----------------------------
-- Table structure for shifts
-- ----------------------------
DROP TABLE IF EXISTS `shifts`;
CREATE TABLE `shifts`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `nama_shift` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `kode_shift` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `keterangan` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL,
  `toleransi_terlambat` int NOT NULL DEFAULT 0,
  `status` enum('1','2') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `waktu_mulai_masuk` int NULL DEFAULT NULL,
  `waktu_akhir_masuk` int NULL DEFAULT NULL,
  `waktu_mulai_keluar` int NULL DEFAULT NULL,
  `waktu_akhir_keluar` int NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of shifts
-- ----------------------------
INSERT INTO `shifts` VALUES (12, 'd5181a94-150f-41b1-ac83-f5df072eefcb', 'SHIFT SORE', 'SS', 'OK', 20, '1', '2025-02-19 02:29:01', '2025-03-06 14:01:23', -10, 20, 0, 10);
INSERT INTO `shifts` VALUES (13, '4f8fc7b3-963a-43c6-b3cf-013e6389691d', 'SHIFT PAGI', 'SP', 'OK', 20, '1', '2025-02-19 02:29:30', '2025-03-10 11:56:09', -60, 60, -60, 20);
INSERT INTO `shifts` VALUES (14, '20a6a8fa-df3e-4ab2-ba2e-2e9be3c5b332', 'SHIFT MALAM', 'SM', NULL, 20, '1', '2025-02-19 02:30:18', '2025-03-10 09:45:41', -60, 60, -60, 60);

-- ----------------------------
-- Table structure for templates
-- ----------------------------
DROP TABLE IF EXISTS `templates`;
CREATE TABLE `templates`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `waba_pool_id` bigint UNSIGNED NULL DEFAULT NULL,
  `waba_template_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `category` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `language` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'id',
  `body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_by_id` bigint UNSIGNED NULL DEFAULT NULL,
  `created_role` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `synced_at` timestamp NULL DEFAULT NULL,
  `created_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'admin atau client',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `templates_waba_pool_id_foreign`(`waba_pool_id` ASC) USING BTREE,
  CONSTRAINT `templates_waba_pool_id_foreign` FOREIGN KEY (`waba_pool_id`) REFERENCES `waba_pools` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of templates
-- ----------------------------

-- ----------------------------
-- Table structure for topups
-- ----------------------------
DROP TABLE IF EXISTS `topups`;
CREATE TABLE `topups`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `client_id` bigint UNSIGNED NOT NULL,
  `amount` decimal(14, 4) NOT NULL,
  `method` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'midtrans',
  `status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `midtrans_order_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `midtrans_payload` json NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `topups_client_id_foreign`(`client_id` ASC) USING BTREE,
  INDEX `topups_midtrans_order_id_index`(`midtrans_order_id` ASC) USING BTREE,
  CONSTRAINT `topups_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of topups
-- ----------------------------

-- ----------------------------
-- Table structure for users
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `users_username_unique`(`username` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;

-- ----------------------------
-- Records of users
-- ----------------------------
INSERT INTO `users` VALUES (1, '9e9df8ba-de16-4b99-b0dc-7676ff0220c5', 'Admin', 'admin', '2025-02-18 01:52:46', '$2y$12$DncXVy8bmctiX5.3662FpOVX80btc2JhVtC/am7L148h3ntZbq4Ci', 'hxX0LfWsDCdu9VfgSy6ByrCoehyqHzZVLI94uJPp0Q9uMsRCWVlCqDbpeNcI', '2025-02-18 01:52:46', '2025-02-18 01:52:46', '');
INSERT INTO `users` VALUES (11, '99bde087-bf10-4940-9055-df98ab7b3012', 'Reseller', 'reseller', '2025-12-08 15:46:04', '$2y$12$jrWo0w8Tu43TN9../yjaAOzxhf5aquoHzB/qVjnNfGWtiQZIdbu4O', NULL, '2025-12-08 15:46:04', '2025-12-08 16:31:21', NULL);
INSERT INTO `users` VALUES (13, 'a2c4dcf8-69d8-4ad1-98c4-19dd5ded8183', 'Default Client', 'client', '2025-12-08 17:49:16', '$2y$12$OdxpHGJdYp41Y6UN4ltySO.HCSV6SUmiDfiJUft0jV4SqlupuAGFu', NULL, '2025-12-08 17:49:16', '2025-12-08 17:49:16', NULL);
INSERT INTO `users` VALUES (14, 'f47d13c4-7c14-4d50-b2a7-b1ebed39f981', 'mamat', 'mamat123@gmail.com', NULL, '$2y$12$xbbgTBHPs480cEcYTC18WeiX4ri8.iVD3RKJ59XgHq/4CkDdrUiHO', NULL, '2025-12-08 18:26:44', '2025-12-08 18:26:44', NULL);
INSERT INTO `users` VALUES (15, '1dcf9763-c956-46ad-90c3-8caf4de05e2f', 'mamat', 'mamat1234@gmail.com', NULL, '$2y$12$p.nt8BUI21fsN.ng1RQ2zO0QwXdnCRAhIY6rVDo/7H.QOTdXKyWe.', NULL, '2025-12-08 18:27:07', '2025-12-08 18:27:07', NULL);
INSERT INTO `users` VALUES (16, 'e512d958-fbd9-431d-aa59-b19f522bec9b', 'mamat1234', 'mamat12345@gmail.com', NULL, '$2y$12$FSCzTnG65LUBl08OkR3kYu/SEUIlcwy0avUmL3CqbLZ5ZApUC01sO', NULL, '2025-12-08 18:27:18', '2025-12-08 18:27:18', NULL);
INSERT INTO `users` VALUES (17, '0e73393b-fbb5-4f84-be96-e997e09e539d', 'untul', 'untul@gmail.com', NULL, '$2y$12$bMEUS/xEvWqTekZw2EQpD.KAW5rcIiMyQEzylziL5PqsDHbxOEVpW', NULL, '2025-12-08 18:29:33', '2025-12-08 18:29:33', NULL);
INSERT INTO `users` VALUES (18, 'c85d1f61-ab11-41a7-8376-5e03602ec456', 'e-Billing', 'ikhwan@gmail.com', NULL, '$2y$12$jikqHiNgI66WISIAxgabD.t63VOcS4gU4Cdv.siNwoHVgpR9jXmHG', NULL, '2025-12-08 19:37:09', '2025-12-08 19:37:09', NULL);
INSERT INTO `users` VALUES (19, 'ccef8202-38c8-46ad-803f-2f618aaafc9a', 'Client Name', 'client@example.com', NULL, '$2y$12$dy4BZLQf414aifNpFO4ts.dzJnsilCpnYRQkXwr6di9iOFL7gRyd2', NULL, '2025-12-08 19:59:45', '2025-12-08 19:59:45', NULL);
INSERT INTO `users` VALUES (20, 'aa56fcd2-4677-4586-9e12-4ad572d0b55e', 'Marem', 'marem@gmail.com', NULL, '$2y$12$P4c6Orzi.OID2m5u51S4TOT5qt5PX4.Yzesi6GSCmDvhfvGz6vwRy', NULL, '2025-12-08 21:23:22', '2025-12-08 21:23:22', NULL);

-- ----------------------------
-- Table structure for waba_pools
-- ----------------------------
DROP TABLE IF EXISTS `waba_pools`;
CREATE TABLE `waba_pools`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `account_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
  `waba_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone_number_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone_number` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'shared / dedicated',
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'inactive',
  `created_by` bigint UNSIGNED NULL DEFAULT NULL,
  `meta_token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT 'encrypted Meta access token',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  INDEX `waba_pools_created_by_foreign`(`created_by` ASC) USING BTREE,
  INDEX `waba_pools_waba_id_index`(`waba_id` ASC) USING BTREE,
  INDEX `waba_pools_phone_number_id_index`(`phone_number_id` ASC) USING BTREE,
  INDEX `waba_pools_phone_number_index`(`phone_number` ASC) USING BTREE,
  CONSTRAINT `waba_pools_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of waba_pools
-- ----------------------------
INSERT INTO `waba_pools` VALUES (1, 'Akun waba shared 1', '382593624460361', '387528434442432', '62882007688635', 'shared', 'active', 1, 'eyJpdiI6ImVRb2wvOGhEa1ZPNVF4U1BtV0xXSHc9PSIsInZhbHVlIjoiWnp2M0plWDlFZWZXY3c4ZUNwQUduNTErVXpxdnRpVHZLNlJ1NTNxVjEyTjZrc05jZWsvQU8xVktSRURXSy9sL1BUT1VkRmR2ODRqSUZPQXJzOHFiMkxrWFgvSFV3dlVnWEZGSzI2aUUwRWRvaE42VVdrN1Ava1hhOW9NbnhOUFJySWRiVGVacGxLMlZoOWpuK3pjV0dDVy9Ddmg4Wk9CbXdIZTBoVzNTcE8xSnJvM0d4eUhvZTJjaFJJYkNDT243cjZKWlZ5VWpBd3hyUnZGQkRLZy9TZXNYN0xWUy9ROTZPcVZVYjBFb0x0VU5JU2k3VFBvL1VBZGJ5M3lGcXNoU2hQRGc1WHdkMS9zeXgxbUwzNmcwOWc9PSIsIm1hYyI6IjQ5ZjQ4ODYxZjc2YWE4NWNlM2Q0NjEzMjQ5NjUyODBhYmFjMTliNDFlMGIzYmUxNTFjNDQzMjNhMTdlOWYyOTUiLCJ0YWciOiIifQ==', '2025-12-08 16:56:53', '2025-12-08 19:24:04');
INSERT INTO `waba_pools` VALUES (2, 'Akun waba dedicated', '382593624460361', '173294102545330', '62882007688593', 'dedicated', 'active', 1, 'eyJpdiI6Imh1Z0c4T1cvZ0h3NStDQ1lwMFVhQmc9PSIsInZhbHVlIjoiTWQ5VUZEK3RjK3hjYi90UmEzVUhrVDZETjZ2NjRIR3RBa1JqMWZMOFRFaDVHNnVwSWp2MnZSeGNoR3AvSUswdlFKTy82dmRWeFM2S2gwRVZVYVhIVE5xZXNjTFdKOWp6bkhDYkg2Lzg2dmllQTAzYzZTQU1aUFhUUVZ0aGRoQnJIVFQ5RzJVU2t5YTRpM3YxdE9aR05aWFpqcVhNNTdDdGNFNGNHUGcwZlRGV3dRTy9yekdpZHlnSHZzeFJuODJUYW1rbjJDazYrZXNIMWw1dnlKaWxzU1U5eVRYMVE0YzVNWjVXYmpXUWRkRzJ3UXpHN0t3VnordUZ0b2twdWRSdmpUREVXWGpRemdjVXh6ekNCams4b2c9PSIsIm1hYyI6IjRjMzY4Y2UwNDk0Y2VlZmU3ZjUxNmJkY2EwYTQ5MjIzZDFhOGMyNjEyNTVhMjc5OGMzMGZhNTBiYzFjNWQwNGUiLCJ0YWciOiIifQ==', '2025-12-08 16:57:38', '2025-12-08 19:21:15');
INSERT INTO `waba_pools` VALUES (3, 'Akun WAba shared 2', '256021574251285', '387528434442432', '62882007688635', 'shared', 'active', 1, 'eyJpdiI6IlBRMGE4aWNEeTN4aTNHbEtNV3FNRkE9PSIsInZhbHVlIjoiaXhIZW1JUk5pZHNDTmxsMURSNXhBTWhZOEpjQXhZUUN2WDVzYmFqS1Z5S2toemVqQVZLSTlhUFM3U2tqb3lTVXMrTHoramNYOGlLcWx2M3pVUXVwK1h6UHpCN3ZaYTlBc0NoaDYzbm5CS0Z0a0p3amtUOWVsTnJHMzc3L2VlektVaEV3VjI1UW9DNHNuOXhOdXY2bE53SWZqNTN1TER2TTRKUHU5NTBCTTBadk5XZ3pZSGZLbjZLcDRBZUpCdnVuRWU0S3pWcUU4RVRjRXE2L1pYdTlOTGMrKzBZNTVvbnF6QTRLYkNCdHI2cUJScjZJN1IyRVEzdFRGVGhGT2dObk11QThLcExhWUZTWldmOTYxQzhISHc9PSIsIm1hYyI6IjA1Nzc3YjJlYmMwYzBmNDNlNzkxZWNlYTI0NzE1Yjg3YzliYmEyYzhjM2Q0YTI1ZDA0ZmRmMDMwOTdkYzVhOGMiLCJ0YWciOiIifQ==', '2025-12-08 17:02:56', '2025-12-08 19:24:52');

-- ----------------------------
-- Table structure for whitelists
-- ----------------------------
DROP TABLE IF EXISTS `whitelists`;
CREATE TABLE `whitelists`  (
  `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
  `client_id` bigint UNSIGNED NOT NULL,
  `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `whitelists_client_id_ip_address_unique`(`client_id` ASC, `ip_address` ASC) USING BTREE,
  CONSTRAINT `whitelists_client_id_foreign` FOREIGN KEY (`client_id`) REFERENCES `clients` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of whitelists
-- ----------------------------

SET FOREIGN_KEY_CHECKS = 1;
