-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 05, 2026 at 04:02 PM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.4.11

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


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

--
-- Database: `mxflixmimeld_mxflix`
--

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

--
-- Table structure for table `activity_log`
--

CREATE TABLE `activity_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `log_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject_id` bigint(20) UNSIGNED DEFAULT NULL,
  `event` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `batch_uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `addresses`
--

CREATE TABLE `addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_line_1` varchar(191) NOT NULL,
  `address_line_2` varchar(191) DEFAULT NULL,
  `postal_code` varchar(191) DEFAULT NULL,
  `city` varchar(191) NOT NULL,
  `state` varchar(191) NOT NULL,
  `country` varchar(191) NOT NULL,
  `latitude` double NOT NULL DEFAULT 1,
  `longitude` double NOT NULL DEFAULT 1,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `addressable_type` varchar(191) NOT NULL,
  `addressable_id` bigint(20) UNSIGNED NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `ads`
--

CREATE TABLE `ads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `banners`
--

CREATE TABLE `banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `file_url` text DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `type_id` varchar(191) DEFAULT NULL,
  `type_name` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `banner_for` varchar(20) DEFAULT 'home',
  `poster_tv_url` text DEFAULT NULL,
  `media_type` enum('image','video') NOT NULL DEFAULT 'image',
  `video_source_type` enum('trailer','local') DEFAULT NULL,
  `video_url` text DEFAULT NULL,
  `video_path` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `banners`
--

INSERT INTO `banners` (`id`, `title`, `file_url`, `poster_url`, `type`, `type_id`, `type_name`, `description`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `banner_for`, `poster_tv_url`, `media_type`, `video_source_type`, `video_url`, `video_path`) VALUES
(1, NULL, 'web-home-player.jpg', 'app-home-player.jpg', 'movie', '27', 'The Daring Player', NULL, 1, NULL, NULL, NULL, '2024-10-07 23:48:48', '2026-02-08 23:24:33', NULL, 'home', 'tv-home-player.jpg', 'image', NULL, NULL, NULL),
(2, NULL, 'web-home.jpg', 'app-home.jpg', 'tvshow', '1', 'The Smiling Doll', NULL, 1, NULL, NULL, NULL, '2024-10-07 23:49:29', '2026-02-08 23:24:33', NULL, 'home', 'tv-home.jpg', 'image', NULL, NULL, NULL),
(3, NULL, 'web-home-bluey.jpg', 'app-home-bluey.jpg', 'movie', '92', 'Bluey', NULL, 1, NULL, NULL, NULL, '2024-10-07 23:50:16', '2026-02-08 23:24:33', NULL, 'movie', 'tv-home-bluey.jpg', 'image', NULL, NULL, NULL),
(4, NULL, 'web-movie-black.jpg', 'app-movie-black.jpg', 'movie', '29', 'Men in black', NULL, 1, NULL, NULL, NULL, '2024-10-07 23:50:53', '2026-02-08 23:24:33', NULL, 'movie', 'tv-movie-black.jpg', 'image', NULL, NULL, NULL),
(5, NULL, 'web-videos-heal.jpg', 'app-videos-heal.jpg', 'video', '2', 'Heal Your Mind Before You Fix Your Life', NULL, 1, NULL, NULL, NULL, '2025-04-22 05:24:11', '2026-02-08 23:24:33', NULL, 'video', 'tv-videos-heal.jpg', 'image', NULL, NULL, NULL),
(6, NULL, 'web-videos-mind.jpg', 'app-videos-mind.jpg', 'video', '5', 'Spiritual Habits for a Calm Mind', NULL, 1, NULL, NULL, NULL, '2025-04-22 05:24:25', '2026-02-08 23:24:33', NULL, 'video', 'tv-videos-mind.jpg', 'image', NULL, NULL, NULL),
(7, NULL, 'web-home-vibe.jpg', 'app-home-vibe.jpg', 'video', '7', 'Victory Vibes', NULL, 1, NULL, NULL, NULL, '2025-04-22 05:24:36', '2026-02-08 23:24:33', NULL, 'home', 'tv-home-vibe.jpg', 'image', NULL, NULL, NULL),
(8, NULL, 'web-show-game.jpg', 'app-show-game.jpg', 'tvshow', '14', 'Game of Thrones', NULL, 1, NULL, NULL, NULL, '2025-04-22 05:25:18', '2026-02-08 23:24:34', NULL, 'tv_show', 'tv-show-game.jpg', 'image', NULL, NULL, NULL),
(9, NULL, 'web-show-factor.jpg', 'app-show-factor.jpg', 'tvshow', '20', 'Fear Factor', NULL, 1, NULL, NULL, NULL, '2025-04-22 05:25:31', '2026-02-08 23:24:34', NULL, 'tv_show', 'tv-show-factor.jpg', 'image', NULL, NULL, NULL),
(10, 'Discover Unlimited Entertainment', NULL, 'banner1.png', NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, '2025-04-22 05:25:31', '2026-02-08 23:24:34', NULL, 'promotional', NULL, 'image', NULL, NULL, NULL),
(11, 'Watch Anytime, On Any Device', NULL, 'banner2.png', NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, '2025-04-22 05:25:31', '2026-02-08 23:24:34', NULL, 'promotional', NULL, 'image', NULL, NULL, NULL),
(12, 'Explore Movies, Shows & Sports', 'Default-Image.jpg', 'erer_698b178ac3aab.png', NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, '2025-04-22 05:25:31', '2026-02-19 11:41:43', NULL, 'promotional', 'Default-Image.jpg', 'image', NULL, NULL, NULL),
(13, 'Subscribe to Get Unlimited Access', NULL, 'banner4.png', NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, '2025-04-22 05:25:31', '2026-02-08 23:24:34', NULL, 'promotional', NULL, 'image', NULL, NULL, NULL),
(27, NULL, 'the_gunfighters_redemption_thumb.webp', 'the_gunfighters_redemption_poster.png', 'movie', '23', 'The Gunfighter\'s Redemption', NULL, 1, 1, 1, NULL, '2026-02-19 04:17:15', '2026-02-19 06:49:42', NULL, 'movie', 'the_gunfighters_redemption_thumb.webp', 'video', 'trailer', 'https://youtu.be/ob8iKn-gLFI?si=sUpU_bMpIDocTFZ6', NULL),
(28, NULL, 'shadow_pursuit_thumb.png', 'shadow_pursuit_poster.png', 'tvshow', '4', 'Shadow Pursuit', NULL, 1, 1, 1, NULL, '2026-02-19 04:27:01', '2026-02-19 04:40:23', NULL, 'home', 'shadow_pursuit_thumb.png', 'video', 'local', 'https://youtu.be/T5UokLYVJMI?si=7DVFmcXSmf5zVGKj', 'https://mxflix.mimeld.com/storage/banner/14536234_640_360_30fps_699694170ca85.mp4'),
(29, NULL, 'https://image.tmdb.org/t/p/original/aJDLz1748CIMZkCkyISYe5Hl6I7.jpg', 'https://image.tmdb.org/t/p/original/ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', 'movie', '124', 'Superman', NULL, 1, 1, 1, NULL, '2026-02-23 05:17:04', '2026-02-23 05:17:04', NULL, 'home', 'ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=uhUht6vAsMY', NULL),
(30, NULL, 'https://image.tmdb.org/t/p/original/8zbAoryWbtH0DKdev8abFAjdufy.jpg', 'https://image.tmdb.org/t/p/original/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg', 'tvshow', '152', 'Stranger Things', NULL, 1, 1, 1, NULL, '2026-02-23 05:17:42', '2026-02-23 05:17:42', NULL, 'home', 'uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=b9EkMc79ZSU', NULL),
(31, NULL, 'https://mxflix.mimeld.com/storage/movie/5btAk8YTRT3FLsqQBumN5eCk8xO_699bd1dab6002.jpeg', 'https://image.tmdb.org/t/p/original/5btAk8YTRT3FLsqQBumN5eCk8xO.jpg', 'movie', '126', 'The Kerala Story 2 Goes Beyond', NULL, 1, 1, 1, NULL, '2026-02-23 05:20:05', '2026-02-23 05:20:05', NULL, 'home', '5btAk8YTRT3FLsqQBumN5eCk8xO.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=j0_038C5RRk', NULL),
(32, NULL, 'https://image.tmdb.org/t/p/original/yWCZc2TcsCYbMMjvUIsczmQi2TX.jpg', 'https://image.tmdb.org/t/p/original/jjyuk0edLiW8vOSnlfwWCCLpbh5.jpg', 'movie', '130', 'Scream 7', NULL, 1, 1, 1, NULL, '2026-02-23 05:20:48', '2026-02-23 05:20:48', NULL, 'home', 'jjyuk0edLiW8vOSnlfwWCCLpbh5.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=UJrghaPJ0RY', NULL),
(33, NULL, 'https://image.tmdb.org/t/p/original/aJDLz1748CIMZkCkyISYe5Hl6I7.jpg', 'https://image.tmdb.org/t/p/original/ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', 'movie', '124', 'Superman', NULL, 1, 1, 1, NULL, '2026-02-23 07:19:31', '2026-02-23 07:20:07', NULL, 'movie', 'ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', 'image', NULL, 'https://www.youtube.com/watch?v=YIaN9ubSQ5A', NULL),
(34, NULL, 'https://image.tmdb.org/t/p/original/cJYLon9ejKJV7ua03ab8Tj9u067.jpg', 'https://image.tmdb.org/t/p/original/b3vl6wV1W8PBezFfntKTrhrehCY.jpg', 'tvshow', '155', 'The Vampire Diaries', NULL, 1, 1, 1, NULL, '2026-02-23 07:20:57', '2026-02-23 07:20:57', NULL, 'tv_show', 'b3vl6wV1W8PBezFfntKTrhrehCY.jpg', 'image', NULL, 'https://www.youtube.com/watch?v=RO3Qp_XdR0w', NULL),
(35, NULL, 'https://image.tmdb.org/t/p/original/gFkHcIh7iE5G0oVOgpmY8ONQjhl.jpg', 'https://image.tmdb.org/t/p/original/yZevl2vHQgmosfwUdVNzviIfaWS.jpg', 'tvshow', '154', 'Flash', NULL, 1, 1, 1, NULL, '2026-02-23 07:21:55', '2026-02-23 07:21:55', NULL, 'tv_show', 'yZevl2vHQgmosfwUdVNzviIfaWS.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=IgVyroQjZbE', NULL),
(36, NULL, 'https://image.tmdb.org/t/p/original/ncftkNAjIz2PBbUMY7T0CHVJP8d.jpg', 'https://image.tmdb.org/t/p/original/ekZobS8isE6mA53RAiGDG93hBxL.jpg', 'tvshow', '162', 'Lucifer', NULL, 1, 1, 1, NULL, '2026-02-23 07:22:40', '2026-02-23 07:22:40', NULL, 'tv_show', 'ekZobS8isE6mA53RAiGDG93hBxL.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=X4bF_quwNtw', NULL),
(37, NULL, 'https://image.tmdb.org/t/p/original/7HKpc11uQfxnw0Y8tRUYn1fsKqE.jpg', 'https://image.tmdb.org/t/p/original/pyok1kZJCfyuFapYXzHcy7BLlQa.jpg', 'movie', '121', 'Mercy', NULL, 1, 1, 1, NULL, '2026-02-23 07:23:00', '2026-02-23 07:23:00', NULL, 'movie', 'pyok1kZJCfyuFapYXzHcy7BLlQa.jpg', 'image', NULL, 'https://www.youtube.com/watch?v=dSS4yqd0x6o', NULL),
(38, NULL, 'hq720_699bfaf13eb4b.jpg', 'hq720_699bfaf13eb4b.jpg', 'video', '40', 'Gehra Hua', NULL, 1, 1, 1, NULL, '2026-02-23 07:23:04', '2026-02-23 07:24:17', NULL, 'video', 'hq720_699bfaf13eb4b.jpg', 'video', 'trailer', 'https://www.youtube.com/watch?v=VgXgD2HzaNA&list=RDVgXgD2HzaNA&start_radio=1', NULL),
(39, NULL, 'https://image.tmdb.org/t/p/original/jxQIjkJBTyZSxN3yyilpR0ns6HA.jpg', 'https://image.tmdb.org/t/p/original/3sjc9qXXmQoUWKQ3qIjS1nZaUJy.jpg', 'movie', '128', 'One Mile: Chapter Two', NULL, 1, 1, 1, NULL, '2026-02-23 07:23:35', '2026-02-23 07:23:35', NULL, 'movie', '3sjc9qXXmQoUWKQ3qIjS1nZaUJy.jpg', 'image', NULL, NULL, NULL),
(40, NULL, 'download_(87)_699bfe2dd0806.png', 'download_(87)_699bfe2dd0806.png', 'video', '50', 'Kanye West - New Day', NULL, 1, 1, 1, NULL, '2026-02-23 07:25:00', '2026-02-23 07:26:32', NULL, 'video', 'download_(87)_699bfe2dd0806.png', 'video', 'trailer', 'https://www.youtube.com/watch?v=MKM90u7pf3U&list=RDMKM90u7pf3U&start_radio=1', NULL);

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

--
-- Table structure for table `cast_crew`
--

CREATE TABLE `cast_crew` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `file_url` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `tmdb_id` varchar(191) DEFAULT NULL,
  `bio` longtext DEFAULT NULL,
  `place_of_birth` varchar(191) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `designation` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `approval_status` enum('pending','approved','rejected') NOT NULL DEFAULT 'approved',
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cast_crew`
--

INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 'Michael Johnson', 'mj_699c01ef2bf77.png', 'actor', NULL, 'Versatile actor known for his dynamic roles in action and drama films. 🎬', 'New York, USA', '1985-04-13', 'Main Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:30:01'),
(2, 'James Williams', 'download_(88)_699c0244baad0.png', 'actor', NULL, 'Acclaimed actor with a knack for bringing complex characters to life. 🎭', 'Los Angeles, USA', '1980-04-14', 'Main Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:31:26'),
(3, 'Robert Brown', '4gxelHmY2d8EbxerH1BJojS8X4F_699bfcea0c9eb.jpeg', 'actor', NULL, 'Renowned actor famed for his powerful performances in thrillers. 🔪', 'Chicago, USA', '1990-02-07', 'Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:08:31'),
(4, 'David Jones', 'download_(90)_699c02a8d9ef3.png', 'actor', NULL, 'Award-winning actor known for his captivating roles in historical dramas. 📜', 'London, UK', '1985-08-04', 'Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:33:05'),
(5, 'John Miller', 'MV5BMjIyMjc0NTA2M15BMl5BanBnXkFtZTcwMTA4MzQ2OQ@@__V1_FMjpg_UX1000__699bfdc170de4.jpg', 'actor', NULL, 'Charismatic actor celebrated for his comedic timing and charm. 😂', 'Toronto, Canada', '1982-12-09', 'Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:12:08'),
(6, 'Daniel Anderson', 'iwyzD7tcNVeXY7py6qTk3INlY7F_699bfe13449f1.jpeg', 'actor', NULL, 'Talented actor known for his intense and compelling performances in horror films. 👻', 'Sydney, Australia', '1990-09-07', 'Voice Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:13:29'),
(7, 'Matthew Clark', 'images_(1)_699bfe52c1c22.jpeg', 'actor', NULL, 'Dynamic actor recognized for his roles in inspirational and motivational films. 🌟', 'Dublin, Ireland', '1980-01-10', 'Voice Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:14:33'),
(8, 'Andrew Martinez', 'download_(91)_699c0a3f5badc.png', 'actor', NULL, 'Acclaimed actor with a strong presence in romantic films. 💖', 'Madrid, Spain', '1986-01-23', 'Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 08:05:31'),
(9, 'Joshua Rodriguez', 'images_(3)_699bfef0d6602.jpeg', 'actor', NULL, 'Renowned for his action-packed roles and high-energy performances. 💥', 'Mexico City, Mexico', '1985-07-19', 'Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:17:11'),
(10, 'Christopher Lopez', 'MV5BYjFlMjg2NTMtMWU3ZC00ZjEyLWE5OWUtN2EwMDBjYzJmNTBhXkEyXkFqcGc@__V1__699bff356e21c.jpg', 'actor', NULL, 'Versatile actor known for his roles in both comedy and drama. 🎭', 'Buenos Aires, Argentina', '1991-06-13', 'Main Actor', 1, 'approved', NULL, 1, NULL, NULL, '2026-02-08 17:54:34', '2026-02-23 07:18:19'),
(11, 'Emily Johnson', 'emily_johnson.png', 'actor', NULL, 'Talented actress known for her captivating performances in dramas. 🎬', 'New York, USA', '1993-01-05', 'Main Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:34', '2026-02-08 17:54:34'),
(12, 'Laura Turner', 'laura_turner.png', 'actor', NULL, 'Renowned actress with a flair for bringing historical characters to life. 📜', 'Los Angeles, USA', '1990-08-18', 'Main Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:34', '2026-02-08 17:54:35'),
(13, 'Olivia Martinez', 'olivia_martinez.png', 'actor', NULL, 'Acclaimed actress known for her dynamic roles in romantic films. 💖', 'Madrid, Spain', '1992-03-10', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(14, 'Isabella Brown', 'isabella_brown.png', 'actor', NULL, 'Versatile actress with a talent for both comedy and drama. 😂', 'London, UK', '1995-06-08', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(15, 'Lily Clark', 'lily_clark.png', 'actor', NULL, 'Celebrated actress known for her intense performances in thrillers. 🔪', 'Toronto, Canada', '1997-05-06', 'Voice Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(16, 'Charlotte Garcia', 'charlotte_garcia.png', 'actor', NULL, 'Acclaimed actress renowned for her roles in horror films. 👻', 'Sydney, Australia', '1991-02-05', 'Voice Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(17, 'Amelia Martinez', 'amelia_martinez.png', 'actor', NULL, 'Dynamic actress recognized for her roles in inspirational movies. 🌟', 'Mexico City, Mexico', '1994-07-21', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(18, 'Jessica Adams', 'jessica_adams.png', 'actor', NULL, 'Talented actress known for her compelling performances in action films. 💥', 'Dublin, Ireland', '1992-08-15', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(19, 'Megan Collins', 'megan_collins.png', 'actor', NULL, 'Versatile actress known for her roles in both romantic and drama films. 💖', 'Seoul, South Korea', '1988-03-08', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(20, 'Grace Taylor', 'grace_taylor.png', 'actor', NULL, 'Acclaimed actress celebrated for her performances in historical dramas. 📜', 'Cape Town, South Africa', '1989-02-11', 'Actress', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(21, 'Thomas Smith', 'thomas_smith.png', 'director', NULL, 'Visionary director known for his innovative storytelling and cinematic techniques. 🎬', 'New York, USA', '1985-04-13', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(22, 'William Johnson', 'william_johnson.png', 'director', NULL, 'Acclaimed director with a flair for intense action sequences. 💥', 'Los Angeles, USA', '1980-04-14', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(23, 'Henry Taylor', 'henry_taylor.png', 'director', NULL, 'Renowned director known for his compelling historical dramas. 📜', 'Chicago, USA', '1990-02-07', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(24, 'Charles Wilson', 'charles_wilson.png', 'director', NULL, 'Award-winning director famous for his work in horror films. 👻', 'London, UK', '1985-08-04', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(25, 'George Harris', 'george_harris.png', 'director', NULL, 'Innovative director known for his unique approach to comedy. 😂', 'Toronto, Canada', '1982-12-09', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(26, 'Anthony Clark', 'anthony_clark.png', 'director', NULL, 'Talented director celebrated for his inspirational and motivational films. 🌟', 'Sydney, Australia', '1980-04-18', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(27, 'Edward Lewis', 'edward_lewis.png', 'director', NULL, 'Dynamic director recognized for his work in romantic films. 💖', 'Dublin, Ireland', '1982-01-11', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(28, 'Daniel Walker', 'daniel_walker.png', 'director', NULL, 'Acclaimed director known for his thrilling and suspenseful films. 🔪', 'Madrid, Spain', '1981-05-12', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(29, 'Matthew Collins', 'matthew_collins.png', 'director', NULL, 'Renowned for his action-packed films and high-energy direction. 🎥', 'Mexico City, Mexico', '1983-02-18', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(30, 'Richard King', 'richard_king.png', 'director', NULL, 'Celebrated director known for his masterful storytelling in drama. 🎭', 'Buenos Aires, Argentina', '1987-03-27', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(31, 'Sophia Williams', 'sophia_williams.png', 'director', NULL, 'Acclaimed director known for her profound and emotional storytelling. 🎬', 'New York, USA', '1989-06-15', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(32, 'Emma Thompson', 'emma_thompson.png', 'director', NULL, 'Visionary director celebrated for her work in romantic films. 💖', 'Los Angeles, USA', '1990-08-16', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(33, 'Abigail Thompson', 'abigail_thompson.png', 'director', NULL, 'Renowned director known for her historical dramas and biopics. 📜', 'Madrid, Spain', '1992-06-21', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(34, 'Natalie Parker', 'natalie_parker.png', 'director', NULL, 'Award-winning director famous for her suspenseful thrillers. 🔪', 'London, UK', '1991-07-25', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(35, 'Mili Davis', 'mili_davis.png', 'director', NULL, 'Talented director known for her innovative approach to comedy. 😂', 'Toronto, Canada', '1988-08-10', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(36, 'Chloe Mitchell', 'chloe_mitchell.png', 'director', NULL, 'Dynamic director recognized for her powerful horror films. 👻', 'Sydney, Australia', '1989-12-25', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(37, 'Sarah Foster', 'sarah_foster.png', 'director', NULL, 'Acclaimed director known for her inspirational and motivational films. 🌟', 'Mexico City, Mexico', '1987-08-24', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(38, 'Victoria Evans', 'victoria_evans.png', 'director', NULL, 'Visionary director celebrated for her thrilling and suspenseful films. 🔪', 'London, UK', '1986-11-27', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(39, 'Ava Brown', 'ava_brown.png', 'director', NULL, 'Renowned for her action-packed and high-energy films. 💥', 'Toronto, Canada', '1988-09-06', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(40, 'Sophia Lee', 'sophia_lee.png', 'director', NULL, 'Celebrated director known for her compelling drama films. 🎭', 'Sydney, Australia', '1991-08-30', 'Director', 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-08 17:54:35', '2026-02-08 17:54:35'),
(63, 'Chris Pratt', 'https://image.tmdb.org/t/p/original/cRH6HPAQ98PlOwwEvhYO4CM9lwu.jpg', 'actor', '1236153', 'Christopher Michael Pratt (born 21 June 1979) is an American actor, known for starring in both television and action films. He rose to prominence for his television roles, particularly in the NBC sitcom Parks and Recreation (2009–2015), for which he received critical acclaim and was nominated for the Critics\' Choice Television Award for Best Supporting Actor in a Comedy Series in 2013. He also starred earlier in his career as Bright Abbott in The WB drama series Everwood (2002–2006) and had roles in Wanted (2008), Jennifer\'s Body (2009), Moneyball (2011), The Five-Year Engagement (2012), Zero Dark Thirty (2013), Delivery Man (2013), and Her (2013).\n\nPratt achieved leading man status in 2014, starring in two critically and commercially successful films: The Lego Movie as Emmet Brickowski, and Marvel Studios\' Guardians of the Galaxy as Star-Lord. He starred in Jurassic World (2015) and Jurassic World: Fallen Kingdom (2018), and he reprised his Marvel role in Guardians of the Galaxy Vol. 2 (2017), Avengers: Infinity War (2018), Avengers: Endgame (2019), and the planned Guardians of the Galaxy Vol. 3. Meanwhile, in 2016 he was part of an ensemble cast in The Magnificent Seven and the male lead in Passengers.\n\nDescription above is from the Wikipedia article Chris Pratt, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Virginia, Minnesota, USA', '1979-06-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(64, 'Rebecca Ferguson', 'https://image.tmdb.org/t/p/original/lJloTOheuQSirSLXNA3JHsrMNfH.jpg', 'actor', '1236153', 'Rebecca Louisa Ferguson Sundström (born 19 October 1983) is a Swedish actress. She is bilingual and has worked extensively in Sweden, Great Britain, and mainly in the United States. Ferguson began her television acting career in 1999 with the Swedish soap opera Nya Tider, and she made her motion picture debut in 2004 with the Swedish slasher film Drowning Ghost. She came to international prominence with her portrayal of Elizabeth Woodville in the British BBC drama The White Queen (2013), for which she was nominated for a Golden Globe for Best Actress in a Miniseries or Television Film.\n\nFerguson starred as MI6 agent Ilsa Faust, opposite Tom Cruise, in three of the Mission: Impossible films: Rogue Nation (2015), Fallout (2018), and Dead Reckoning Part One (2023). She played Jenny Lind in the musical film The Greatest Showman (2017), starred in the horror films Life (2017) and Doctor Sleep(2019), and had supporting parts in the comedy-drama Florence Foster Jenkins (2016), the thriller The Girl on the Train (2016), and the science fiction films Dune(2021) and Dune: Part Two (2024). In 2023, she began starring in the Apple TV+science fiction series Silo.\n\nDescription above from the Wikipedia article Rebecca Ferguson, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Stockholm, Sweden', '1983-10-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(65, 'Kali Reis', 'https://image.tmdb.org/t/p/original/qJcXQKgaq11aNNPPok0m4yfP2Og.jpg', 'actor', '1236153', 'Kali Reis (born August 24, 1986) is an American professional boxer and actress. She is a former world champion in two weight classes, having held the WBC female middleweight title in 2016 and the WBA, WBO, and IBO female light welterweight titles between 2020 and 2022. She also challenged Cecilia Brækhus for the undisputed female welterweight title in 2018.\n\nIn 2021, Reis made her acting debut as the star of the American thriller film Catch the Fair One. For her performance as a boxer endeavouring to rescue her missing sister, she was nominated for the Independent Spirit Award for Best Female Lead. She has since starred in the mystery series True Detective: Night Country (2024), for which she received nominations for a Primetime Emmy Award, a Golden Globe Award, and a Critics\' Choice Award.\n\nDescription above from the Wikipedia article Kali Reis, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Providence, Rhode Island, USA', '1986-08-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(66, 'Kylie Rogers', 'https://image.tmdb.org/t/p/original/9c9CPWTT8a2GXMab8vuSxCJ0CcW.jpg', 'actor', '1236153', 'Kylie Anne Rogers (born February 18, 2004) is an American actress, best known for playing the role of Minx Lawrence in The Whispers. She also stars as Anna Beam in Miracles from Heaven. Since 2018, Rogers has had a recurring role as the younger version of the main character Beth Dutton in the American television series Yellowstone.', 'Houston, Texas, USA', '2004-02-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(67, 'Chris Sullivan', 'https://image.tmdb.org/t/p/original/gKZ9xSFrDzUPv27iAkMpH6Qf0Sk.jpg', 'actor', '1236153', 'Chris Sullivan (born July 19, 1980) is an American actor and musician. He starred in the NBC drama This Is Us as Toby Damon, for which he received two Primetime Emmy Award nominations.\n\nDescription above from the Wikipedia article Chris Sullivan, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Palm Springs, California, USA', '1980-07-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(68, 'Marco van Belle', 'https://image.tmdb.org/t/p/original/5495A33ZVQQl9sEKa95MpMfC8gN.jpg', 'director', '1236153', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(69, 'Jody Blose', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1236153', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:08', '2026-02-23 03:47:08'),
(70, 'James McGrady', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1236153', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:47:09', '2026-02-23 03:47:09'),
(71, 'Piper Curda', 'https://image.tmdb.org/t/p/original/iPEnDuW6CYRLaEphS3bD0b8K656.jpg', 'actor', '1327819', 'Piper Curda is an actress.', 'Tallahassee, Florida, USA', '1997-08-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(72, 'Bobby Moynihan', 'https://image.tmdb.org/t/p/original/gOvwNz5joi5yWJ7dAhuF8WA2aas.jpg', 'actor', '1327819', 'Bobby Moynihan (born January 31, 1977) is an American actor. He grew up in Eastchester, New York, where he attended Eastchester Public Schools. He was actively engaged in art but was no stranger to the stage, starring in such Eastchester Youth Council productions of Fiddler on the Roof and the Producers.\n\nHe was a regular cast member of Saturday Night Live from 2008 until 2017. He has appeared in the films Inside Out and its 2024 sequel, Sisters, and Delivery Man.', 'Eastchester, New York, USA', '1977-01-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(73, 'Jon Hamm', 'https://image.tmdb.org/t/p/original/mrXE5fZbEDPc7BEE5G21J6qrwzi.jpg', 'actor', '1327819', 'Jonathan Daniel Hamm (born March 10, 1971) is an American actor. He is best known for his role as Don Draper in the period drama series Mad Men (2007–2015), for which he won numerous accolades, including a Primetime Emmy Award and two Golden Globe Awards.\n\nHamm also acted in lead roles in the films Stolen (2010), Million Dollar Arm (2014), Keeping Up with the Joneses (2016), Beirut (2018), and Confess, Fletch (2022), as well as his supporting roles in The Town (2010), Sucker Punch (2011), Bridesmaids (2011), Baby Driver (2017), Tag (2018), Bad Times at the El Royale (2018), The Report (2019), Richard Jewell (2019), No Sudden Move (2021), and Top Gun: Maverick (2022). He also provided voice acting roles in the animated films Shrek Forever After (2010), Minions (2015), and Transformers One (2024).\n\nHe has appeared in the Sky Arts series A Young Doctor\'s Notebook, the Channel 4 dystopian anthology series Black Mirror, the Amazon Prime fantasy series Good Omens, the FX superhero series Legion (2018), and the FX crime anthology series Fargo. He was Emmy-nominated for his roles in 30 Rock, Unbreakable Kimmy Schmidt, and The Morning Show. He has also acted in Parks and Recreation and Curb Your Enthusiasm.\n\nDescription above from the Wikipedia article Jon Hamm, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'St. Louis, Missouri, USA', '1971-03-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(74, 'Kathy Najimy', 'https://image.tmdb.org/t/p/original/nqbZF7Igr0SC8Xq8y0jwmx0mLDN.jpg', 'actor', '1327819', 'Kathy Ann Najimy (born February 6, 1957) is an American actress, most notable as Olive Massery on the television series Veronica\'s Closet, Sister Mary Patrick in Sister Act and the voice of Peggy Hill on the animated television series King of the Hill. Prior to her film work, she was best known for two Off Broadway shows with Mo Gaffney working as the duo Kathy and Mo. One of the shows became an HBO comedy special and garnered Najimy her first nationwide fan base.\n\nDescription above from the Wikipedia article Kathy Najimy, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'San Diego, California, USA', '1957-02-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(75, 'Eduardo Franco', 'https://image.tmdb.org/t/p/original/asbsRMTv3YMoqNchxsMbtinltkd.jpg', 'actor', '1327819', 'Eduardo Franco is an American actor and comedian. He is best known for his roles as Argyle in the Netflix series Stranger Things, Theo in the film Booksmart, DJ Catnip in Gabby\'s Dollhouse, and Spencer Diaz in the mockumentary series American Vandal.', 'Yuma, Arizona, USA', '1995-11-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(76, 'Pete Docter', 'https://image.tmdb.org/t/p/original/vITDphkNpSn1LP5gUEheAnlclnl.jpg', 'director', '1327819', 'Peter Hans Docter (born October 9, 1968) is an American filmmaker and animator who has served as Pixar\'s chief creative officer (CCO)  since 2018. He has directed the company\'s animated films Monsters, Inc. (2001), Up (2009), Inside Out (2015), and Soul (2020). From his nine Academy Award nominations, he is a record-three-time recipient of Best Animated Feature for Up, Inside Out and Soul. Docter has also won six Annie Awards from nine nominations, a BAFTA Children\'s Film Award and a Hochi Film Award. He describes himself as a \"geeky kid from Minnesota who likes to draw cartoons\".\n\nDescription above from the Wikipedia article Pete Docter, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Bloomington, Minnesota, USA', '1968-10-09', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(77, 'Peter Sohn', 'https://image.tmdb.org/t/p/original/8cQGViF2lXlcsAIvFUMWboXYXIu.jpg', 'director', '1327819', 'Peter Sohn (born October 18, 1977) is an American filmmaker, animator, storyboard artist, and voice actor. He is best known for his work at Pixar, including directing the short film Partly Cloudy (2009) and the feature films The Good Dinosaur (2015) and Elemental (2023), the latter of which was nominated for the Academy Award for Best Animated Feature. He also voiced Emile in Ratatouille (2007), Squishy in Monsters University (2013), Ciccio in Luca (2021), and Sox in Lightyear (2022).\n\nDescription above from the Wikipedia article Peter Sohn, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'The Bronx, New York City, New York, USA', '1975-06-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:51', '2026-02-23 03:49:51'),
(78, 'Madeline Sharafian', 'https://image.tmdb.org/t/p/original/qsWEDSX02wr9E2HfL5v9hx0DF2Q.jpg', 'director', '1327819', 'Madeline Sharafian (born February 1, 1993) is an American film director, screenwriter, and storyboard artist. She is best known for her work at Pixar, including directing the short film Burrow (2020) and the feature film Elio (2025).\n\nDescription above from the Wikipedia article Madeline Sharafian, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Alameda, California, USA', '1993-02-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:49:52', '2026-02-23 03:49:52'),
(79, 'Erja Manto', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '129552', '', 'Kotka, Finland', '1956-12-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:58', '2026-02-23 03:51:58'),
(80, 'Sulevi Peltola', 'https://image.tmdb.org/t/p/original/dj281ZSNCiHXLWXfrwwb22HKMEI.jpg', 'actor', '129552', 'Sulevi Antero Peltola (December 7, 1946, Viljakkala – January 28, 2025, Helsinki) was a Finnish actor. He graduated from the acting course at the Finnish Theatre School in 1968 and thereafter worked as an assistant to Rauni Mollberg and Mikko Niskasen, among others. Early in his career, Peltola was involved in the founding of the KOM theatre. He frequently collaborated with director Matti Ijäs.', 'Viljakkala, Finland', '1946-12-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:58', '2026-02-23 03:51:58'),
(81, 'Peter von Bagh', 'https://image.tmdb.org/t/p/original/vEjzKg8RCcgvThWOF2qHx9m4eEU.jpg', 'director', '129552', 'Kari Peter Conrad von Bagh (August 29, 1943 – September 17, 2014) was a Finnish film historian and director. Von Bagh worked as the head of the Finnish Film Archive, editor-in-chief of Filmihullu magazine and co-founder and director of the Midnight Sun Film Festival. From 2001, he was the artistic director of the film festival Il Cinema Ritrovato in Bologna. Von Bagh was a member of the jury in the competition category of 2004 Cannes Film Festival.\n\nFilms directed by Bagh have been screened at prestigious international forums, including retrospectives of his filmography at the 2012 Rotterdam International Film Festival, the 2012 Festival Internacional de Cine Independente in Buenos Aires, and the Tromsø International Film Festival in 2013.\n\nBagh\'s wrote approximately 40 non-fiction books, mostly on cinema, and some 60 films for both the cinemas and television include his internationally successful films Helsinki, Forever (2008) and Sodankylä, Forever (2010–2011), a documentary series of the first twenty-five years of the Midnight Sun Film Festival.', 'Helsinki, Finland', '1943-08-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:58', '2026-02-23 03:51:58'),
(82, 'Risto Jarva', 'https://image.tmdb.org/t/p/original/fHc8PXnCFdTx51Uzi2Fz5vYAPeU.jpg', 'director', '129552', 'Risto Jarva was a leading filmmaker in the Finnish cinema of the 1960\'s and the 1970\'s as well as one of the founders of the production company Filminor. He died aged 43 in a car accident on his way home from the premiere of his now classic film The Year of the Hare (1977).', 'Helsinki, Finland', '1934-07-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59'),
(83, 'Anna Korhonen', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '129552', '', NULL, '1964-01-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59'),
(84, 'Pirjo Honkasalo', 'https://image.tmdb.org/t/p/original/tOqjFlcNmL5q4CuITFXhDAJ08tM.jpg', 'director', '129552', 'Pirjo Honkasalo is a highly established director, cinematographer and scriptwriter. She directed several feature films in the 1970s and 80s together with Pekka Lehto, including Flame Top which was in Cannes Competition in 1980. In the 1990s, she continued alone and turned to feature documentaries, directing the prize winning trilogy Mysterion, Tanjuska and the 7 Devils, and Atman. Since then, she has directed the stunningly beautiful The 3 Rooms of Melancholia (2004), and her return to fiction was Concrete Night in 2012.', 'Helsinki, Finland', '1947-02-22', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59'),
(85, 'Jouko Aaltonen', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '129552', '', 'Turku, Finland', '1956-05-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59'),
(86, 'Ryan Phillippe', 'https://image.tmdb.org/t/p/original/lDqc0Tl5PrXbXYBxhA11MRLlbfG.jpg', 'actor', '1327690', 'Matthew Ryan Phillippe (/ˈfɪlɪpi/; born September 10, 1974) is an American actor. After appearing as Billy Douglas on the soap opera One Life to Live (1992–1993) and making his feature film debut in Crimson Tide (1995), he came to prominence in the late 1990s with starring roles in I Know What You Did Last Summer (1997), 54 (1998), Playing by Heart (1998), and Cruel Intentions (1999).\n\nThroughout the 2000s and beyond, he took on a range of roles in films such as The Way of the Gun (2000), Antitrust (2001), Gosford Park (2001), Igby Goes Down (2002), The I Inside (2003), Crash (2004), Flags of Our Fathers (2006), Breach (2007), Stop-Loss (2008), MacGruber (2010), The Bang Bang Club (2010), and The Lincoln Lawyer (2011).\n\nOutside of film, Phillippe appeared in the lead role of Bob Lee Swagger on USA Network\'s Shooter (2016–2018) and reprised his portrayal of Dixon Piper in the Peacock adaptation of MacGruber (2021).\n\nIn 1997, Phillippe met actress Reese Witherspoon at a party for her 21st birthday. Phillippe and Witherspoon, who was six months pregnant, married on June 5, 1999. Their daughter Eva was born in 1999 and their son Deacon was born in 2003. On October 30, 2006, the couple released a statement announcing that they were formally separating. Witherspoon filed for divorce on November 8, 2006, citing  irreconcilable differences as the cause. The couple\'s marriage officially ended on October 5, 2007, with final divorce arrangements settled on June 13, 2008, according to court documents. They shared joint custody of their children.\n\nHe began dating model and actress Alexis Knapp in May 2010; they ended their relationship in September that same year. After their breakup, Knapp discovered that she was pregnant by Phillippe and gave birth to a daughter in 2011.\n\nDescription above from the Wikipedia article Ryan Phillippe, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'New Castle, Delaware, USA', '1974-09-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:40', '2026-02-23 04:08:54'),
(87, 'Amélie Hoeferle', 'https://image.tmdb.org/t/p/original/7As5CmmphS4xXVkoIkVApFlxzXV.jpg', 'actor', '1327690', 'Amélie Hoeferle is a German actress. She is most known for \"The Hunger Games: The Ballad of Songbirds and Snakes\" (2023), \"Night Swim\" (2024) and the upcoming film \"Eddington\".', 'Germany', '2002-06-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:40', '2026-02-23 04:08:54'),
(88, 'Sara Canning', 'https://image.tmdb.org/t/p/original/55AL7y8ybTE7uvpQALughR7bkkB.jpg', 'actor', '1327690', 'Sara Canning (born July 14th, 1987) is a Canadian actress.', 'Gander, Newfoundland and Labrador, Canada', '1987-07-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:41', '2026-02-23 04:08:54'),
(89, 'Sage Linder', 'https://image.tmdb.org/t/p/original/unJav3w9EJapyumwBlQerzeyJ5M.jpg', 'actor', '1327690', 'Sage Linder (she/her) started her training as a performer at a very young age. She is an actor and dancer most well known for her breakout role as Rachel Caldwell in Harlen Coben\'s Shelter on Prime Video.', 'Vancouver, British Columbia, Canada', '2001-02-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:41', '2026-02-23 04:08:54'),
(90, 'Beverley Elliott', 'https://image.tmdb.org/t/p/original/blOAhA4ImRF7U0fodHx8WegkUSG.jpg', 'actor', '1327690', '', 'Listowel, Ontario, Canada', '1960-12-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:41', '2026-02-23 04:08:54'),
(91, 'Adam Davidson', 'https://image.tmdb.org/t/p/original/3tpuepUlvPxuAQB8HpNPhBiPgoh.jpg', 'director', '1327690', 'Adam Davidson is a director and producer.', 'Los Angeles, California, USA', '1964-08-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:52:41', '2026-02-23 04:08:54'),
(92, 'David Corenswet', 'https://image.tmdb.org/t/p/original/qB0hBMu4wU1nPrqtdUQP3sQeN5t.jpg', 'actor', '1061474', 'David Packard Corenswet (/ˈkɔːrənswɛt/CORE-in-SWET; born July 8, 1993) is an American actor. After graduating from Juilliard in 2016, he began guest-starring in television series, including House of Cards in 2018. He played lead roles in the Netflix series The Politician (2019–2020) and Hollywood (2020), both created by Ryan Murphy. In 2022, he starred in the films Look Both Ways and Pearl, as well as the HBO miniseries We Own This City. After supporting roles in the film Twisters and the miniseries Lady in the Lake (both 2024), he rose to prominence with his portrayal of the titular superhero in James Gunn\'s DC Universe film Superman (2025).\n\nDescription above from the Wikipedia article David Corenswet, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Philadelphia, Pennsylvania, USA', '1993-07-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:44', '2026-02-23 03:55:44'),
(93, 'Rachel Brosnahan', 'https://image.tmdb.org/t/p/original/v4L98SN5IQ5adNVHGddz5zkE5JE.jpg', 'actor', '1061474', 'Rachel Brosnahan (born July 12, 1990) is an American actress. She is best known for portraying an aspiring stand-up comedian in the Amazon Prime Video period comedy series The Marvellous Mrs. Maisel (2017–2023), for which she won a Primetime Emmy Award in 2018 and two consecutive Golden Globe Awards in 2018 and 2019.On television, she was Emmy-nominated for the political thriller series House of Cards (2013–2015) and acted in the drama series Manhattan (2014–2015). Brosnahan made her film debut in the horror film The Unborn (2009) and has acted in Beautiful Creatures (2013), Louder Than Bombs (2015), The Finest Hours (2016), Patriots Day (2016), Spies in Disguise (2019), The Courier (2020), and I\'m Your Woman (2020).\n\nOn stage, she made her Broadway debut in the 2013 revival of the Clifford Odets play The Big Knife. She played Desdemona in the 2016 off-Broadway production of Othello and returned to Broadway in the 2023 revival of the Lorraine Hansberry play The Sign in Sidney Brustein\'s Window.\n\nDescription above from the Wikipedia article Rachel Brosnahan, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Milwaukee, Wisconsin, USA', '1990-07-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:44', '2026-02-23 03:55:44'),
(94, 'Nicholas Hoult', 'https://image.tmdb.org/t/p/original/nXm7XCaZm5qcEJq0cAQMVj315jv.jpg', 'actor', '1061474', 'Nicholas Caradoc Hoult (/hoʊlt/; born 7 December 1989) is an English actor. He has received several accolades, including nominations for a British Academy Film Award, two Golden Globes, and a Primetime Emmy Award.\n\nHis successful start in cinema came at the age of 11, when he portrayed Marcus in About a Boy (2002). Before that, he had appeared in minor television and film roles in British productions, having started acting at the age of three with his debut in Intimate Relations (1996). At 17, he played Tony Stonem in the British series Skins (2007–2008), a role that helped him transition from a child star to more complex, darker characters in the film industry, leading to success and critical recognition. It would not be until a decade later that he returned to television, portraying Emperor Peter III of Russia in The Great (2020–2023). His notable filmography includes A Single Man (2009), X-Men: First Class (2011), its sequels (2014–2019), Warm Bodies (2013), Jack the Giant Slayer (2013), Mad Max: Fury Road (2015), The Favourite (2018), The Menu (2022), Renfield (2023), The Order (2024), Juror No. 2 (2024), Nosferatu (2024), and Superman (2025). \n\nHoult has also made a name for himself as a voice actor, lending his voice to narrations, audiobooks, video games, and characters in animated films and series. His voice acting work includes narrating the audiobook Slam in 2007, portraying Elliot in the video game Fable III (2010), the voice of Ace in the animated film Underdogs (2013), his performance as Fiver in the British miniseries Watership Down (2018), and as Patrick in the adult stop-motion series Crossing Swords (2020–2021). Additionally, he voiced the character Jon Arbuckle in the animated film The Garfield Movie (2024). On stage, he starred in the play New Boy at the Trafalgar Theatre in London in 2009. He was included in the Forbes annual 30 Under 30 list in 2012. He is a member of the Academy of Motion Picture Arts and Sciences.\n\nDescription above from the Wikipedia article Nicholas Hoult, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Wokingham, England, UK', '1989-12-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:44', '2026-02-23 03:55:44'),
(95, 'Edi Gathegi', 'https://image.tmdb.org/t/p/original/dt8yMyycDlzxkjhmuuJJ4tXDbp4.jpg', 'actor', '1061474', 'Edi Mūe Gathegi (born March 10, 1979) is a Kenyan-American actor. He appeared as a recurring character, Dr. Jeffrey Cole (aka \"Big Love\"), in the television series House, as Cheese in the 2007 film Gone Baby Gone, as Laurent in the films Twilight and its sequel The Twilight Saga: New Moon, and as Darwin in X-Men: First Class. Gathegi also featured in the AMC series Into the Badlands as Baron Jacobee. He has also been a recurring character in the NBC television series The Blacklist as Matias Solomon, an operative for a covert organization. Gathegi reprised the role in the 2016–2017 season crime thriller, The Blacklist: Redemption. He has also played a leading role in Startup, a television drama series on Crackle. Since 2022, Gathegi has played engineer and entrepreneur Dev Ayesa in the Apple TV+ original science fiction space drama series For All Mankind. He is set to play the role of Mister Terrific in James Gunn\'s film Superman (2025).\n\nDescription above from the Wikipedia article Edi Gathegi, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Nairobi, Kenya', '1979-03-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:44', '2026-02-23 03:55:44'),
(96, 'Nathan Fillion', 'download_(22)_699be34a011e1.png', 'actor', '79744', 'Nathan Fillion (born March 27, 1971) is a Canadian-American actor. He played the leading roles of Captain Malcolm \"Mal\" Reynolds on Firefly and its film continuation Serenity and Richard Castle on Castle. As of 2018, he stars as John Nolan on The Rookie and is an executive producer on the show as well as its spin-off series, The Rookie: Feds.\r\n\r\nFillion has acted in traditionally distributed films like Slither and Trucker, Internet-distributed films like Dr. Horrible\'s Sing-Along Blog, television soap operas, sitcoms, and theatre. His voice is featured in animation and video games, such as the Bungiegames Halo 3, Halo 3: ODST, Halo: Reach, Destiny, and Destiny 2, along with the 343 Industries game Halo 5: Guardians and the television series M.O.D.O.K. (2021).\r\n\r\nFillion first gained recognition for his work on One Life to Live in the contract role of Joey Buchanan, for which he was nominated for the Daytime Emmy Award for Outstanding Younger Actor in a Drama Series, as well as for his supporting role as Johnny Donnelly in the sitcom Two Guys and a Girl.\r\n\r\nDescription above from the Wikipedia article Nathan Fillion, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Edmonton, Alberta, Canada', '1971-03-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:44', '2026-02-23 05:19:13'),
(97, 'Kera Dacy', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1061474', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45'),
(98, 'Lars P. Winther', 'https://image.tmdb.org/t/p/original/JYh9xcd3YdmCYcJ5TuFoo40vOU.jpg', 'director', '1061474', 'Lars P. Winther is a producer and assistant director. Winther is also the senior vice president of physical production at DC Studios.', 'Los Angeles, California, USA', '1969-08-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45'),
(99, 'Cam Everson', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1061474', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45'),
(100, 'James Edward Tilden', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1061474', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45'),
(101, 'Ryan J. Pezdirc', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1061474', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45'),
(102, 'Aaron Eckhart', 'https://image.tmdb.org/t/p/original/u5JjnRMr9zKEVvOP7k3F6gdcwT6.jpg', 'actor', '241258', 'Aaron Edward Eckhart (born March 12, 1968) is an American actor and producer. Born in Cupertino, California, Eckhart moved to the United Kingdom at early age, when his father relocated the family. Several years later, he began his acting career by performing in school plays, before moving to Australia for his high school senior year. He left high school without graduating, but earned a diploma through a professional education course, and graduated from Brigham Young University (BYU) in 1994 with a Bachelor of Fine Arts (BFA) degree in film. For much of the mid-1990s, he lived in New York City as a struggling, unemployed actor.\n\nAs an undergraduate at BYU, Eckhart met director and writer Neil LaBute, who cast him in several of his own original plays. Five years later Eckhart made a debut as an unctuous, sociopathic ladies\' man in LaBute\'s black comedy film In the Company of Men (1997). Under LaBute\'s guidance he worked in the director\'s films Your Friends & Neighbors (1998), Nurse Betty (2000), and Possession (2002).\n\nEckhart gained wide recognition as George in Steven Soderbergh\'s critically acclaimed film Erin Brockovich (2000), and, in 2006, he received a Golden Globe nomination for his portrayal of Nick Naylor in Thank You for Smoking. He gained further mainstream breakout in 2008 when he starred in the blockbuster Batman film The Dark Knight as District Attorney Harvey Dent / Two-Face. Eckhart\'s other key roles include The Pledge (2001), The Core (2003), Paycheck (2003), Rabbit Hole (2010), Battle: Los Angeles (2011), Olympus Has Fallen (2013) and its sequel London Has Fallen (2016), I, Frankenstein (2014), Sully (2016), Midway (2019) and Line Of Duty (2019).', 'Cupertino, California, USA', '1968-03-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:50', '2026-02-23 03:56:50'),
(103, 'Natalija Nogulich', 'https://image.tmdb.org/t/p/original/axKrCucnVBd3Jdgrmse0GNlbaeC.jpg', 'actor', '241258', 'Natalija Nogulich, born October 1, 1950, in Chicago, Illinois, is an American actress and author renowned for her extensive work in film, television, and theater. She began her acting career in Chicago, performing with the St. Nicholas Theatre Company founded by notable figures including David Mamet and William H. Macy. Nogulich expanded her education and training in acting across Illinois, Spain, Italy, New York, and Los Angeles, studying with acclaimed teachers such as Stella Adler and Michael Moriarty.\n\nNogulich is best known for her role as Admiral Alynna Nechayev in \"Star Trek: The Next Generation\" and \"Star Trek: Deep Space Nine.\" Her television career includes notable recurring roles and guest appearances on series such as \"The West Wing,\" \"The Practice,\" \"Days of Our Lives,\" \"Criminal Minds,\" \"NCIS,\" and many others. She also starred in the ABC series \"Red Widow\" and NBC’s \"Brooklyn Bridge.\"\n\nHer film résumé includes roles in \"Hoffa,\" \"The Guardian,\" \"National Lampoon\'s Christmas Vacation,\" \"Blood In Blood Out,\" \"Spartan,\" \"Postcards from the Edge,\" and the independent films \"I\'ll Melt With You\" and \"Commentary,\" both featured at the Sundance Film Festival. Nogulich has a strong theatre background with Broadway credits in productions like \"Hurlyburly,\" \"The Iceman Cometh,\" and \"Accomplice,\" as well as numerous regional and off-Broadway performances. Additionally, she has directed plays and taught acting and film students at several colleges.\n\nNatalija Nogulich is also an author, having published the historical novel \"One Woman’s War,\" which is being developed into a screenplay. She remains active in the entertainment industry as an actress, writer, and educator', 'Chicago, Illinois, USA', '1950-10-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:50', '2026-02-23 03:56:50'),
(104, 'Keir O\'Donnell', 'https://image.tmdb.org/t/p/original/3s08QlRwgqhd2YWLHzTfnjlLNlv.jpg', 'actor', '241258', 'Keir O\'Donnell (born November 8, 1978) is an Australian actor best known for his roles in the films Wedding Crashers and Paul Blart Mall Cop. He also had guest appearances in episodes of the television series Lost, CSI, and The Closer.', 'Sydney, New South Wales, Australia', '1978-11-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:50', '2026-02-23 03:56:50'),
(105, 'Catalina Sandino Moreno', 'https://image.tmdb.org/t/p/original/78V4H40NXJ6dzqFZaEe1fBelw56.jpg', 'actor', '241258', 'Catalina Sandino Moreno (born 19 April 1981) is a Colombian actress. She is most notable for receiving the Academy Award for Best Actress nomination and sharing the Silver Bear with Charlize Theron for her performance as the lead role in Maria Full of Grace (2004). \n\nOther credits include Fast Food Nation (2006), Love in the Time of Cholera (2007), Che (2008), The Twilight Saga: Eclipse (2010), Roa (2013), A Most Violent Year (2014), Falling Skies (2014), American Gothic (2016), Custody (2016), The Affair (2015–2019),  The Quarry (2020, Barbarians (2021), From (2022), Silent Night (2023), and Ballerina (2024).', 'Bogotá, Colombia', '1981-04-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:50', '2026-02-23 03:56:50'),
(106, 'Carice van Houten', 'https://image.tmdb.org/t/p/original/eVJqjb7D4FPRcZZ4nqtBk1gnkkj.jpg', 'actor', '241258', 'Carice Anouk van Houten, born on September 5, 1976, is a Dutch stage and film actress.  One of Europe\'s most celebrated actresses, Carice van Houten is perhaps best known as \'Melisandre\' in the iconic TV show Game of Thrones, a performance for which she has been recognized with an Emmy Award nomination in 2019. Other projects include Paul Verhoeven\'s award-winning Black Book and Bryan Singer\'s Valkyrie opposite Tom Cruise and as Melisandre on Game of Thrones. Recent projects include Instinct and Temple, a TV show for Sky opposite Mark Strong, which has been picked up for a second season.\n\nHer Dutch-language feature Love Life, gained her further critical acclaim and broke box office records in her native Holland. Her next film Happy Housewive won her a record breaking 5th Golden Calf at The Netherlands Film Festival and was voted \'Best Dutch Actress of All Time\' by the Dutch audience. Other awards include Best Actress for Black Butterflies at the Tribeca Film Festival and the Best Performance award for Instinct at the Les Arcs Film Festival 2019.\n\nHer credits include Juan Carlos Fresnadillo\'s Intruders and Bill Condon\'s The Fifth Estate, the Jesse Owens biopic, Race, with Jason Sudekis and Jeremy Irons and voiced a character in The Simpsons. She can also be seen in Brian de Palma\'s Domino and in Brimstone, opposite Dakota Fanning, Guy Pearce and Kit Harrington, and The Glass Room, with Claes Bang. She played a leading role in Halina Reijn\'s directorial feature debut Instinct, opposite Marwan Kenzari (Aladdin), which won the Variety Piazza Grande Award in Locarno Film Festival 2019. Instinct is the first outing for the Carice and Halina\'s production banner, Man Up.', 'Leiderdorp, Zuid-Holland, Netherlands', '1976-09-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:50', '2026-02-23 03:56:50'),
(107, 'Greg Hale', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '241258', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:51', '2026-02-23 03:56:51'),
(108, 'James Sbardellati', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '241258', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:51', '2026-02-23 03:56:51'),
(109, 'Brad Peyton', 'https://image.tmdb.org/t/p/original/fJFxUT4CSUz047vlXdEBYIQjjFO.jpg', 'director', '241258', 'Brad Peyton (born May 27, 1978) is a Canadian director. He is best known for his collaborations with Dwayne Johnson, including the films Journey 2 the Mysterious Island (2012), San Andreas (2015), and Rampage (2018).', 'Gander, Newfoundland and Labrador, Canada', '1978-05-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:51', '2026-02-23 03:56:51'),
(110, 'Renetta G. Amador', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '241258', '', 'Wichita Falls, Texas, USA', '1970-08-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:56:51', '2026-02-23 03:56:51'),
(111, 'Ulka Gupta', 'https://image.tmdb.org/t/p/original/vS53fJvAYuLrol8UlKOacWKvaqm.jpg', 'actor', '1625582', 'Ulka Gupta is an Indian actress who predominantly works in Hindi and Telugu films and television.', 'Mumbai, Maharashtra, India', '1997-04-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:57:58', '2026-02-23 03:57:58'),
(112, 'Aishwarya Ojha', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1625582', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:57:59', '2026-02-23 03:57:59'),
(113, 'Aditi Bhatia', 'https://image.tmdb.org/t/p/original/qSU98pKYeg1xc3Ij3ms6NOzttE9.jpg', 'actor', '1625582', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:57:59', '2026-02-23 03:57:59'),
(114, 'Arjan Aujla', 'https://image.tmdb.org/t/p/original/2CWIgJIuvR4QDDCBoAOm2CqT318.jpg', 'actor', '1625582', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:57:59', '2026-02-23 03:57:59'),
(115, 'Kamakhya Narayan Singh', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1625582', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 03:57:59', '2026-02-23 03:57:59');
INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(116, 'Lily James', 'https://image.tmdb.org/t/p/original/7UN8GVsDzccK9UVYzMx3hooLyzZ.jpg', 'actor', '150689', 'Lily Chloe Ninette Thomson (born 5 April 1989), known professionally as Lily James, is an English actress. She studied acting at the Guildhall School of Music and Drama in London. She began her career in the British television series Just William (2010). Following a supporting role in the period drama series Downton Abbey (2012–2015), her breakthrough was the title role in the fantasy film Cinderella (2015).\n\nJames went on to portray Natasha Rostova in the television adaptation of War & Peace (2016). She starred in several films, including the action film Baby Driver (2017), the period dramas Darkest Hour (2017), The Guernsey Literary and Potato Peel Pie Society (2018) and The Dig (2021), the musicals Mamma Mia! Here We Go Again (2018) and Yesterday (2019), and the sports drama The Iron Claw (2023). Her portrayal of Pamela Anderson in the biographical series Pam & Tommy (2022) earned her nominations for a Golden Globe and a Primetime Emmy Award.\n\nDescription above from the Wikipedia article Lily James, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Esher, Surrey, England, UK', '1989-04-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(117, 'Cate Blanchett', 'https://image.tmdb.org/t/p/original/vUuEHiAR0eD3XEJhg2DWIjymUAA.jpg', 'actor', '150689', 'Catherine Elise Blanchett (born May 14, 1969) is an Australian actor and producer. Regarded as one of the best actresses of her generation, she is known for her versatile work across independent films, blockbusters, and the stage. Blanchett is the recipient of numerous accolades, including two Academy Awards, three British Academy Film Awards, three Screen Actors Guild Awards, and three Golden Globe Awards.\n\nAfter graduating from the National Institute of Dramatic Art, Blanchett began her acting career on the Australian stage, taking on roles in Electra in 1992 and Hamlet in 1994. She came to international attention as Elizabeth I in the drama film Elizabeth (1998), for which she won the Golden Globe and BAFTA Award for Best Actress, and received her first of seven Academy Award nominations. Her portrayal of Katharine Hepburn in Martin Scorsese\'s The Aviator (2004) won her the Academy Award for Best Supporting Actress. She later won the Academy Award for Best Actress for playing a neurotic former socialite in Woody Allen\'s comedy-drama Blue Jasmine (2013). Blanchett\'s other Oscar-nominated roles include Notes on a Scandal (2006), I\'m Not There (2007), Elizabeth: The Golden Age (2007), and Carol (2015). Her highest-grossing films include The Lord of the Rings (2001–2003) and The Hobbit (2012–2014) trilogies, The Curious Case of Benjamin Button (2008), Indiana Jones and the Kingdom of the Crystal Skull (2008), Cinderella (2015), Thor: Ragnarok (2017), and Ocean\'s 8 (2018).\n\nBlanchett has performed in over 20 theatre productions. From 2008 to 2013, she and her husband, Andrew Upton, were the artistic directors of the Sydney Theatre Company. Some of her stage roles during that period were in revivals of A Streetcar Named Desire, Uncle Vanya and The Maids, garnering several theatre awards and nominations. She made her Broadway debut in 2017 in The Present, for which she received a Tony Award for Best Actress in a Play nomination. Blanchett has also received Emmy Award nominations for Outstanding Lead Actress in a Limited Series or Movie and Outstanding Limited Series as producer for the FX/Hulu historical drama miniseries Mrs. America (2020).', 'Melbourne, Victoria, Australia', '1969-05-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(118, 'Richard Madden', 'https://image.tmdb.org/t/p/original/9QQFfVZ6PLe3WVmOL56wGNOnbGL.jpg', 'actor', '150689', 'Richard Madden (born 18 June 1986) is a Scottish actor. He was cast in his first role at age 11 and made his screen acting debut in 2000. He later began performing on stage whilst a student at the Royal Conservatoire of Scotland. In 2007, he toured with Shakespeare\'s Globe company as Romeo in Romeo and Juliet, a role he reprised in the West End in 2016. Madden rose to fame by portraying Robb Stark in the fantasy drama series Game of Thrones from 2011 to 2013.\n\nMadden subsequently played Prince Kit in the romantic fantasy film Cinderella (2015) and Italian banker Cosimo de\' Medici in the first season of the historical fiction series Medici (2016). In 2018, he gained acclaim for his performance as a police officer in the thriller series Bodyguard, for which he won a Golden Globe Award. The following year, Madden was named one of the 100 most influential people in the world by Time. He had supporting roles as music manager John Reid in the biopic Rocketman and Lieutenant Blake in the war film 1917. He has since starred as Ikaris in the Marvel Cinematic Universe superhero film Eternals (2021) and as a spy in the action thriller  Citadel (2023–present).\n\nDescription above from the Wikipedia article Richard Madden, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Elderslie, Renfrewshire, Scotland, UK', '1986-06-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(119, 'Stellan Skarsgård', 'https://image.tmdb.org/t/p/original/x78BtYHElirO7Iw8bL4m8CnzRDc.jpg', 'actor', '150689', 'Stellan Skarsgård (born June 13, 1951) is a Swedish actor, known internationally for The Hunt for Red October and Good Will Hunting, as well as his supporting roles in the Pirates of the Caribbean, Mamma Mia!, and Marvel Cinematic Universe (MCU) franchises.\n\nSkarsgård is particularly associated with director Lars von Trier and has appeared in six of the Danish auteur\'s features: The Kingdom, Breaking the Waves, Dancer in the Dark, Dogville, Melancholia, and Nymphomaniac.', 'Gothenburg, Västra Götalands län, Sweden', '1951-06-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(120, 'Holliday Grainger', 'https://image.tmdb.org/t/p/original/fHveeGXgEfTZ9slB5OvHDG4LAPw.jpg', 'actor', '150689', 'Holliday Clark Grainger (born 27 March 1988), also credited as Holly Grainger, is an English screen and stage actress. Some of her prominent roles are Kate Beckett in the BAFTA award-winning children\'s series Roger and the Rottentrolls, Lucrezia Borgia in the Showtime series The Borgias, Robin Ellacott in the Strike series, DI Rachel Carey in the Peacock/BBC One crime drama The Capture and Estella in Mike Newell\'s adaptation of Great Expectations.', 'Didsbury, Manchester, England, UK', '1988-03-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(121, 'William Dodds', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '150689', '', 'Oxford, Oxfordshire, England, UK', '1976-09-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(122, 'Barney Shakespeare', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '150689', 'Barney Shakespeare is a Third Assistant Director.', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18'),
(123, 'Elle Fanning', 'https://image.tmdb.org/t/p/original/e8CUyxQSE99y5IOfzSLtHC0B0Ch.jpg', 'actor', '1242898', 'Mary Elle Fanning (born April 9, 1998) is an American actress. As a child, she made her film debut as the younger version of her sister Dakota Fanning\'s character in the drama film I Am Sam (2001). She appeared in several other films as a child actress, including Daddy Day Care (2003), Babel (2006), The Curious Case of Benjamin Button and Phoebe in Wonderland (both 2008), and the miniseries The Lost Room (2006). She then had leading roles in Sofia Coppola\'s drama Somewhere (2010) and J. J. Abrams\' science fiction film Super 8 (2011).\n\nFanning played Princess Aurora in the fantasy films Maleficent (2014) and Maleficent: Mistress of Evil (2019) while working in independent films such as Sally Potter\'s Ginger & Rosa (2012), Nicolas Winding Refn\'s The Neon Demon (2016), Mike Mills\' 20th Century Women (2016), and Coppola\'s The Beguiled (2017). From 2020 to 2023, she starred as Catherine the Great in the Hulu period satire series The Great, for which she received nominations for a Primetime Emmy Award and two Golden Globe Awards. She has since portrayed Michelle Carter in the Hulu limited series The Girl from Plainville (2022), made her Broadway debut in the play Appropriate (2023), and played a character based on Suze Rotolo in the biographical drama A Complete Unknown (2024).\n\nDescription above from the Wikipedia article Elle Fanning, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Conyers, Georgia, USA', '1998-04-09', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(124, 'Dimitrius Schuster-Koloamatangi', 'https://image.tmdb.org/t/p/original/rmIZTT1AZK3C9fYhEOtGKtSrF8E.jpg', 'actor', '1242898', '', NULL, '2001-02-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(125, 'Ravi Narayan', 'https://image.tmdb.org/t/p/original/iM9dr3AjXTt7IGpRzZlQVG7hINa.jpg', 'actor', '1242898', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(126, 'Michael Homick', 'https://image.tmdb.org/t/p/original/a7IFYVtmNvBMJ7c20BVMc0LX6PT.jpg', 'actor', '1242898', 'Michael Homick is a stuntman.\n\nIn Game of Thrones, he was a stunt double for Hafþór Júlíus Björnsson in upcoming episodes of the eighth season.', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(127, 'Reuben De Jong', 'https://image.tmdb.org/t/p/original/opjLobu1AKKspKfYzY6AXrjUglt.jpg', 'actor', '1242898', 'From Wikipedia, the free encyclopedia\n\nReuben de Jong is a New Zealand heavyweight kickboxer, mixed martial artist, strongman and professional wrestler of Dutch descent. He is a two-time professional strongman champion of New Zealand and competed in the K-1 Kings of Oceania in 2006 and 2007. De Jong is the holder of two national records in the farmer\'s walk and stone lifting, and the Guinness World Record for running through the most panes of glass in under one minute. He was signed with WWE under the name of Russell Walker in 2011, but was released the same year.\n\nA television actor and stuntman, De Jong has had small roles in Maddigan\'s Quest, Legend of the Seeker, and as Theokoles in Spartacus: Blood and Sand. In 2010, he entered professional wrestling and became one of the stars of Impact Pro Wrestling, capturing the IPW New Zealand Heavyweight Championship within two months of his debut. On December 7, 2019 he won the Hughes Academy Championship, pinning Spencer Kyle.', 'Waitakere, West Auckland, New Zealand', '1983-01-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(128, 'Dan Trachtenberg', 'https://image.tmdb.org/t/p/original/crABZLMi5SAz7rKm0wV6JUOeKs5.jpg', 'director', '1242898', 'Dan Trachtenberg (born May 11, 1981) is an American filmmaker and podcast host.\n\nHe is best known for directing the films 10 Cloverfield Lane (2016) and Prey (2022), the former earning him a Directors Guild of America Award nomination for Outstanding Directing – First-Time Feature Film. For television, he directed the pilot episodes of The Boys (2019) and The Lost Symbol (2021), the latter of which he also served as an executive producer. \n\nTrachtenberg was one of three hosts of The Totally Rad Show podcast and a former co-host of the Geekdrome podcast. He also directed episodes for the Ctrl+Alt+Chicken podcast, all hosted at Revision3. He directed the 2011 short film Portal: No Escape, an episode of Black Mirror entitled \"Playtest,\" and various television commercials and public service announcements.\n\nDescription above from the Wikipedia article Dan Trachtenberg, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Philadelphia, Pennsylvania, USA', '1981-05-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(129, 'Richard Cowan', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1242898', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:38', '2026-02-23 04:11:38'),
(130, 'Joshua Watkins', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1242898', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:11:39', '2026-02-23 04:11:39'),
(131, 'Neve Campbell', 'https://image.tmdb.org/t/p/original/cOSUgtHhsvmxrpjBiLbLQ4bbHZa.jpg', 'actor', '1159559', 'Neve Adrianne Campbell (born October 3, 1973) is a Canadian actress. After working in Canadian and American television, Campbell emerged as a scream queen for her starring roles in horror and thriller films. She has also appeared in blockbusters and independent features.\n\nFollowing a series of minor credits, Campbell had a starring role in the drama series Catwalk (1992–1993) and the television film The Canterville Ghost (1996). She subsequently relocated to the United States to star as Julia Salinger in the Fox teen drama series Party of Five (1994–2000), which became her breakthrough role. She rose to international prominence for her leading role as Sidney Prescott in Wes Craven\'s slasher film Scream (1996), which spawned the Scream franchise, in which she reprised her role in each film except the sixth. She also headlined the horror film The Craft (1996), the thriller film Wild Things (1998), and the drama film Panic (2000).\n\nCampbell starred in, produced, and wrote the story for Robert Altman\'s drama film The Company (2003). After a hiatus, she returned to television with a recurring role on the drama series Medium (2007) and starring roles on the action series The Philanthropist (2009) and the miniseries Titanic: Blood and Steel (2012). She appeared in the action film Skyscraper (2018). The drama film Clouds (2020), and had starring roles on the political thriller series House of Cards (2016–2017) and the crime drama series The Lincoln Lawyer (2022–present).', 'Guelph, Ontario, Canada', '1973-10-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(132, 'Courteney Cox', 'https://image.tmdb.org/t/p/original/yA8dicwtcVuxG3gh94QsaRb5gNb.jpg', 'actor', '1159559', 'Courteney Bass Cox (born June 15, 1964) is an American actress, director, and producer. She gained recognition for her starring role as Monica Geller on the NBC sitcom Friends, which aired from 1994 to 2004. For her performance in the series, she received seven Screen Actors Guild Award nominations, of which she won one. She received further recognition for starring as Gale Weathers in the horror film franchise Scream (1996–present). She also starred as Lauren Miller in the NBC sitcom Family Ties (1987–1989), Lucy Spiller in the FX drama series Dirt (2007–2008), and as Jules Cobb in the ABC/TBS sitcom Cougar Town (2009–2015), the lattermost of which earned her nominations at the Golden Globe Awards and the Critics\' Choice Awards.\n\nCox\'s other films include the action fantasy Masters of the Universe (1987), the comedy Ace Ventura: Pet Detective (1994), the animated comedy Barnyard (2006), the fantasy comedy Bedtime Stories (2008), and the independent drama Mothers and Daughters (2016). She owns the production company Coquette Productions, which was created by Cox and her then-husband David Arquette. She also worked as a director on her sitcom Cougar Town, the television drama film TalhotBlond (2012), and the black comedy drama film Just Before I Go (2014).', 'Birmingham, Alabama, USA', '1964-06-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(133, 'Isabel May', 'https://image.tmdb.org/t/p/original/6v5xwudm3FdfaMNQxkYuMuETZij.jpg', 'actor', '1159559', 'Isabel May (born November 21, 2000) is an American actress. She first gained attention as high school student Katie Cooper, one of the co-lead roles on the Netflix series Alexa & Katie (2018–2020), and gained further attention as co-lead character (and narrator) Elsa Dutton on the Paramount+ series 1883 (2021–2022), reprising the role as the narrator of its sequel series, 1923 (2022–2025), and the series finale of Yellowstone (2024).\n\nDescription above from the Wikipedia article Isabel May, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Santa Monica, California, USA', '2000-11-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(134, 'Jasmin Savoy Brown', 'https://image.tmdb.org/t/p/original/cP774JkEmM2ZqzgMMNPVvlOwTJZ.jpg', 'actor', '1159559', 'Jasmin Savoy Brown (born March 21, 1994) is an American actress. She has appeared in the HBO mystery drama series The Leftovers (2015–2017), the ABC legal drama series For the People (2018–2019), and the Showtime psychological drama series Yellowjackets (2021–present).\n\nBrown also acted in Sound of Violence (2021) and Scream (2022). She provided the voice and motion capture for Phin Mason / Tinkerer in the video game Spider-Man: Miles Morales (2020).', 'Alameda, California, USA', '1994-03-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(135, 'Mason Gooding', 'https://image.tmdb.org/t/p/original/bmlry1xqBzNgv8Chm783ss93Cvg.jpg', 'actor', '1159559', 'Mason Gooding (born November 14, 1996) is an American actor. The son of actor Cuba Gooding Jr., he has appeared in television series and films. He had a recurring role in the television series Ballers (2018) and a starring role in the teen drama series Love, Victor (2020–2022).', 'Los Angeles, California, USA', '1996-11-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(136, 'Rudy Persico', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1159559', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:44', '2026-02-23 04:13:44'),
(137, 'Joann Connolly', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1159559', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:45', '2026-02-23 04:13:45'),
(138, 'Matt Bettinelli-Olpin', 'https://image.tmdb.org/t/p/original/qFzxsnNFT69Kpdf70UysRdKRylq.jpg', 'director', '1159559', 'Matt Bettinelli-Olpin (born February 19, 1978) is an American director, writer, actor, and musician. He is a founding punk band Link 80 member and co-creator of the filmmaking collectives Chad, Matt & Rob and Radio Silence. He is best known for his work in horror films, including V/H/S, Southbound, Ready or Not, Scream, Scream VI and Abigail.\n\nDescription above from the Wikipedia article Matt Bettinelli-Olpin, licensed under CC-BY-SA, is a full list of contributors on Wikipedia.', 'Oakland, California, USA', '1978-02-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:45', '2026-02-23 04:13:45'),
(139, 'Tyler Gillett', 'https://image.tmdb.org/t/p/original/8R3iddOdFcvMXzeBVdTVALmm0CG.jpg', 'director', '1159559', 'Tyler Gillett (born March 6, 1982) is an American film director, cinematographer, actor, writer, and producer. A co-creator of the filmmaking collective Radio Silence, Gillett co-directed, with Matt Bettinelli-Olpin, the horror films Devil\'s Due (2014), Ready or Not (2019), Scream (2022), Scream VI (2023) and Abigail (2024). He was also featured in a popular 2020 episode of the podcast Reply All.\n\nDescription above from the Wikipedia article Tyler Gillett, licensed under CC-BY-SA, is a full list of contributors on Wikipedia.', 'Flagstaff, Arizona, USA', '1982-03-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:13:45', '2026-02-23 04:13:45'),
(140, 'Ashlee Lollback', 'https://image.tmdb.org/t/p/original/e6x9PaVwH1grohBXu2Uqn6NXB3T.jpg', 'actor', '434853', 'Ashlee Lollback is an Australian actress, born in 1990 in Victoria, Australia. She moved to Los Angeles and studied performing arts. Her works, include: Space/Time (2025), Bloody Hell (2020), Don\'t Tell (2017), and In Like Flynn (2018).', 'Victoria, Australia', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:58', '2026-02-23 04:14:58'),
(141, 'Hugh Parker', 'https://image.tmdb.org/t/p/original/2ZlZ3AzvNEVz0jHtGyyDouPZBVu.jpg', 'actor', '434853', 'Hugh Parker is a RADA trained actor with 30 years of international experience in theatre, film, television and voice-overs.\n\nHis 15 years of teaching experience has helped industry hopefuls and established professionals elevate their work and achieve their goals.', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:59', '2026-02-23 04:14:59'),
(142, 'Pacharo Mzembe', 'https://image.tmdb.org/t/p/original/lXeEgdThQ8eqFiAv6HTwqJn6AU5.jpg', 'actor', '434853', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:59', '2026-02-23 04:14:59'),
(143, 'Haroon Jafarey-Hall', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '434853', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:59', '2026-02-23 04:14:59'),
(144, 'Shaun King', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '434853', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:59', '2026-02-23 04:14:59'),
(145, 'Jai Hogg', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '434853', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:14:59', '2026-02-23 04:14:59'),
(146, 'Daniel Bernhardt', 'https://image.tmdb.org/t/p/original/3BLz32inDr1jznU6pKQmh20zfhK.jpg', 'actor', '1253000', 'Daniel Bernhardt (born 31 August 1965) is a Swiss actor, stuntman, martial artist, and former model. He is known for his work on various action films. He made his acting debut in the leading role in the martial arts film Bloodsport II: The Next Kumite (1996), and appeared in two of its sequels, Bloodsport III (1997) and Bloodsport 4: The Dark Kumite (1999).\n\nAlso known for playing villainous characters, he appeared opposite Chuck Norris in The Cutter(2005), Jean-Claude Van Damme in Kill \'Em All (2017), Sylvester Stallone in Escape Plan: The Extractors (2019), and Keanu Reeves in The Matrix Reloaded (2003) and John Wick (2014). He also starred as Siro in the television series Mortal Kombat: Conquest (1998–1999). As a stunt performer and fight choreographer, he has worked on Creed II (2018) and Nobody (2021).\n\nBernhardt is a black belt in Taekwondo under Black Belt Hall of Fame member Hee-il Cho (the two also starred together in Bloodsport II). He also studied Kyokushin karate under South Korean master Mas Oyama.\n\nDescription above from the Wikipedia article Daniel Bernhardt, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Worblaufen BE, Switzerland', '1965-08-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(147, 'Christina Orjalo', 'https://image.tmdb.org/t/p/original/1EP0YEhxNDb2SvEcHm07BWZDIvj.jpg', 'actor', '1253000', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(148, 'Paul Lazenby', 'https://image.tmdb.org/t/p/original/nLql838eW98JYcNyZ8FlBHACxGo.jpg', 'actor', '1253000', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(149, 'Nicholas Rice', 'https://image.tmdb.org/t/p/original/dGUbzewwZ7R0tJlAoUW3YwRRIlZ.jpg', 'actor', '1253000', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(150, 'Patton Oswalt', 'https://image.tmdb.org/t/p/original/ljQvjbPmcIAl205Lb2Mu4CW8WO7.jpg', 'actor', '1253000', 'Patton Peter Oswalt (born January 27, 1969) is an American stand-up comedian, writer, and actor. Oswalt first began performing standup comedy in the late 1980s. After spending two seasons writing for MADtv and starring in his own 1996 comedy special for HBO, he began performing in films and television shows including his film debut Down Periscope (1996) and The King of Queens (1998 - 2007). A rare starring film role was the voice of Remy in Pixar\'s Ratatouille (2007). Oswalt has appeared in dozens of other films and television series, primarily comedies, including many voice roles.\n\nOswalt was married to writer Michelle Eileen McNamara on September 24, 2005 until her death in 2016. Their daughter, Alice Rigney Oswalt, was born on April 15, 2009. He has been married to actress Meredith Salenger since 2017.', 'Portsmouth, Virginia, USA', '1969-01-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(151, 'Steven Kostanski', 'https://image.tmdb.org/t/p/original/7nXlOIJcc0Zm2IjzUvnoNS7nx5C.jpg', 'director', '1253000', 'Steven Kostanski is a Canadian filmmaker, special effects artist and is part of the directing collective Astron-6. He is best known for directing the films Manborg (2011),  The Void (2016), Leprechaun Returns (2018) and Psycho Goreman (2020).', 'Winnipeg, Canada', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(152, 'Ryan Boyko', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1253000', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:41', '2026-02-23 04:15:41'),
(153, 'Doug Roos', 'https://image.tmdb.org/t/p/original/jU0t63Iy7cGK8IUuHVjEdifexO4.jpg', 'director', '1253000', 'Born in Missouri, Doug directed his first feature \'The Sky Has Fallen\' in the US when he was 22 years old then he made his second feature in Shanghai, China, and his third feature \'Bakemono\' in Tokyo, Japan. He also directed 22 short films and has over 70 producer credits.', 'Missouri, USA', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:42', '2026-02-23 04:15:42'),
(154, 'Kassy Gascho', 'https://image.tmdb.org/t/p/original/56zyoZAzXxcfJtawfScU2DYwfyv.jpg', 'director', '1253000', 'KASSY GASCHO is a filmmaker, producer and film programmer whose work has been screened at various film festivals around the world since she was 16 years old. She’s been making movies way longer than that but you won’t ever see them. Kassy’s DIY filmmaking approach is informed by working in various roles over her time on this planet and having a strong background in editing, camera, and producing numerous DIY shorts since she was 12 years old.  Her short, The Phone Interview has received rave reviews such as \"Can there be enough pink?” and “This looks like it was shot in Claire\'s store” as well as received multiple awards from festivals around the world. Her latest short #BOSSBABE had its world premiere at the Fantasia International Film Festival in Montreal where it took home the Bronze Audience Choice Award for Best Canadian Short.', 'Toronto, Ontario', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:15:42', '2026-02-23 04:15:42'),
(155, 'Gerard Butler', 'https://image.tmdb.org/t/p/original/i54XoxYieuff2w6MwyfwVUBvmR0.jpg', 'actor', '840464', 'Gerard James Butler (born 13 November 1969) is a Scottish actor and film producer. After studying law, he turned to acting in the mid-1990s with minor roles in productions such as Mrs Brown (1997), the James Bond film Tomorrow Never Dies (1997), and Tale of the Mummy (1998). In 2000, he starred as Count Dracula in the gothic horror film Dracula 2000. He played Attila the Hun in the miniseries Attila (2001), then appeared in the films Reign of Fire (2002) and Lara Croft: Tomb Raider – The Cradle of Life (2003) before starring in the science fiction film Timeline (2003). He played Erik, The Phantom in Joel Schumacher\'s 2004 musical The Phantom of the Opera.\n\nButler gained wider recognition for portraying King Leonidas in Zack Snyder\'s fantasy war film 300 (2007). In 2010, he began lending his voice to the How to Train Your Dragon franchise. Also in the 2010s, he portrayed a Secret Service agent in the action thriller Has Fallen film series, played military leader Tullus Aufidius in the 2011 film Coriolanus, and Sam Childers in the 2011 action biopic Machine Gun Preacher. Butler had further action film roles in Geostorm (2017), Den of Thieves (2018), Greenland (2020), and Plane (2023).', 'Paisley, Scotland, UK ', '1969-11-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:26', '2026-02-23 04:17:26'),
(156, 'Morena Baccarin', 'https://image.tmdb.org/t/p/original/kBSKKaOtsqIzZPhtEeHfCBmhWl9.jpg', 'actor', '840464', 'Morena Baccarin (born June 2, 1979) is a Brazilian-born American actress most widely known for roles in several American science fiction television shows: as Inara Serra in the series Firefly; as Adria in the series Stargate SG-1; and as Anna in the 2009 version of the series V.\n\nBaccarin was born in Rio de Janeiro, Brazil. Her mother is Brazilian stage and TV actress Vera Setta, and her father is Italian journalist Fernando Baccarin. When she was 7, Baccarin moved with her family to Greenwich Village, New York, as her father was transferred to Globo TV\'s headquarters in the United States, working as editor. Baccarin attended Public School 41 and New York City Lab School for Collaborative Studies, where she and Claire Danes were classmates. She later attended the Fiorello H. LaGuardia High School of Music & Art and Performing Arts before she entered the theater program at Juilliard. Baccarin landed her first movie role in the improvised fashion world comedy Perfume (2001).', 'Rio de Janeiro, Rio de Janeiro, Brazil', '1979-06-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:26', '2026-02-23 04:17:26'),
(157, 'Roman Griffin Davis', 'https://image.tmdb.org/t/p/original/jEox6Bq4TlINrnp5EUjqSlDK3eP.jpg', 'actor', '840464', 'Roman Griffin Davis (born 5 March 2007) is an English actor. He is best known for his title role in Jojo Rabbit (2019), for which he was nominated for a Golden Globe.\n\nDescription above from the Wikipedia article Roman Griffin Davis, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'London, England, UK', '2007-03-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:26', '2026-02-23 04:17:26'),
(158, 'Tommie Earl Jenkins', 'https://image.tmdb.org/t/p/original/kl2dzZU3p6pOjuKBi52wOnEGvEp.jpg', 'actor', '840464', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:26', '2026-02-23 04:17:26'),
(159, 'Trond Fausa Aurvåg', 'https://image.tmdb.org/t/p/original/rFWC22ZScaQwA85NBo7l1j9XQdo.jpg', 'actor', '840464', 'Trond Fausa Aurvåg (born 2 December 1972) is a Norwegian actor and film director. After graduating from the Norwegian National Academy of Theatre in 2001, he has acted at Oslo Nye Teater since 2001. Here he has acted in plays such as Amadeus, Manndomsprøven and Tatt av kvinnen. As a film actor he is best known for his leading roles in the films Andreaskorset (2004), Den brysomme mannen (2006) and Tatt av kvinnen (2007). He won two Amandas – the main Norwegian film award – in 2006, for best actor for his role in Den brysomme mannen, and for the short film Alene menn sammen, which he directed. Aurvåg cohabits with his girlfriend, actress Lena Kristin Ellingsen, in Oslo.', 'Fetsund, Norway', '1972-12-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:26', '2026-02-23 04:17:26'),
(160, 'Ric Roman Waugh', 'https://image.tmdb.org/t/p/original/cu0MJd4exIgSLgaE0uwMDTFQcpA.jpg', 'director', '840464', 'Ric Roman Waugh (born February 20, 1968) is an American film director, writer, producer, actor, and former stuntman. He is known for his work in Felon (2008), Snitch (2013), and Shot Caller (2017). He wrote and directed Angel Has Fallen (2019), the third instalment in the Has Fallen series.\n\nHe is the older brother of director Scott Waugh.\n\nDescription above from the Wikipedia article Ric Roman Waugh, licensed under CC-BY-SA, is a full list of contributors on Wikipedia.', 'Los Angeles, California, USA', '1968-02-20', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:27', '2026-02-23 04:17:27'),
(161, 'Ben Burt', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '840464', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:17:27', '2026-02-23 04:17:27'),
(162, 'Chi Lewis-Parry', 'https://image.tmdb.org/t/p/original/yFE1xHcKn9Gww9DCUYQmBlZ3HVx.jpg', 'actor', '1301306', 'Chi Lewis-Parry (born 10 August 1983) is a British mixed martial artist, stuntman and actor. He is best known for his role as Samson in the science fiction horror films 28 Years Later (2025) and 28 Years Later: The Bone Temple (2026).', 'Hitchin, Hertfordshire, England, UK', '1983-08-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:02', '2026-02-23 04:19:02'),
(163, 'Megan Purvis', 'https://image.tmdb.org/t/p/original/4YeZCndcLSQEajYo3nE6pR1PLn4.jpg', 'actor', '1301306', 'Megan Purvis is an actress, known for The Young Cannibals 2019, Sunset Hill 2019 and Hilda 2019.', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:02', '2026-02-23 04:19:02'),
(164, 'Darrell Griggs', 'https://image.tmdb.org/t/p/original/1nzpLCu6UgWZB3eXQ9B6NKVXAuv.jpg', 'actor', '1301306', 'Darrell Griggs is known for Pterodactyl (2022), The Kid Who Would Be King (2019) and Cinderella\'s Revenge (2024).', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:02', '2026-02-23 04:19:02'),
(165, 'Hannah Pauley', 'https://image.tmdb.org/t/p/original/aVFBBrkp2wuLmzsrhMuIQxooN7f.jpg', 'actor', '1301306', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:02', '2026-02-23 04:19:02'),
(166, 'Andre Pierre', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1301306', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:03', '2026-02-23 04:19:03'),
(167, 'Anya Vallentin', 'https://image.tmdb.org/t/p/original/u5r658mdETJMsMCqXqgiowZhxC2.jpg', 'director', '1301306', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:19:03', '2026-02-23 04:19:03'),
(168, 'Jackie Chan', 'https://image.tmdb.org/t/p/original/nraZoTzwJQPHspAVsKfgl3RXKKa.jpg', 'actor', '1419406', 'Jackie Chan (Chinese: 成龍; born 7 April 1954), Chan Kong-sang, is a Hong Kong actor, action choreographer, filmmaker, comedian, producer, martial artist, screenwriter, entrepreneur, singer and stunt performer. In his movies, he is known for his acrobatic fighting style, comic timing, use of improvised weapons, and innovative stunts. Jackie Chan has been acting since the 1970s and has appeared in over 100 films.\n\nChan has received stars on the Hong Kong Avenue of Stars and the Hollywood Walk of Fame. As a cultural icon, Chan has been referenced in various pop songs, cartoons, and video games. Chan is also a Cantopop and Mandopop star, having released a number of albums and sung many of the theme songs for the films in which he has starred.\n\nChan was born on April 7, 1954, in Victoria Peak, in the former Crown colony of Hong Kong, as Chan Kong-sang (meaning \"born in Hong Kong\") to Charles and Lee-Lee Chan, refugees from the Chinese Civil War. He was nicknamed Paopao (Chinese: 炮炮, literally meaning \"Cannonball\") because he was such a big baby, weighing 12 pounds, or about 5.4 kgs. Since his parents worked for the French Consul to Hong Kong, Chan spent his formative years within the grounds of the consul\'s residence in the Victoria Peak district. Chan attended the Nah-Hwa Primary School on Hong Kong Island, where he failed his first year, after which his parents withdrew him from the school.\n\nIn 1960, his father immigrated to Canberra, Australia, to work as the head cook for the American embassy, and Chan was sent to the China Drama Academy, a Peking Opera School run by Master Yu Jim-yuen. Chan trained rigorously for the next decade, excelling in martial arts and acrobatics. He eventually became part of the Seven Little Fortunes, a performance group made up of the school\'s best students, gaining the stage name Yuen Lo in homage to his master. Chan became close friends with fellow group members Sammo Hung and Yuen Biao, the three of them later to be known as the Three Brothers or Three Dragons. At the age of 17, he worked as a stuntman in the Bruce Lee films Fist of Fury and Enter the Dragon under the stage name Chan Yuen Lung. He received his first starring role later that year, in Little Tiger of Canton, which had a limited release in Hong Kong in 1973.', 'Victoria Peak, Hong Kong', '1954-04-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:20:13', '2026-02-23 04:20:13'),
(169, 'Zhang Zifeng', 'https://image.tmdb.org/t/p/original/3S8yEnTVqH8T3bTVf9FmtXxWcu2.jpg', 'actor', '1419406', 'Zhang Zifeng started acting at the age of 5, for commercials at first. In 2009, she was well known by the public for playing the role of \"Fang Deng\" in his debut film \"Aftershock\", and won the Best Newcomer Award at the 31st Popular Film Hundred Flowers Award for this film.', 'Sanmenxia, Henan, China', '2001-08-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:20:13', '2026-02-23 04:20:13'),
(170, 'Tony Leung Ka-fai', 'https://image.tmdb.org/t/p/original/n5XtznlOfGSfYvckuxCiTapG4tB.jpg', 'actor', '1419406', 'Tony Leung Ka-Fai (Chinese: 梁家輝, born February 1, 1958) is a four-time Hong Kong Film Award-winning Chinese film actor from each decades since the 1980s\n\nBecause he is often confused with actor Tony Leung Chiu-Wai, Tony Leung Ka-Fai is known as \"Big Tony\", while Tony Leung Chiu-Wai is known as \"Little Tony\", nicknames which correspond to the actors\' respective physical statures.', 'Hong Kong, China', '1958-02-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:20:13', '2026-02-23 04:20:13'),
(171, 'Ci Sha', 'https://image.tmdb.org/t/p/original/eWytg5M0VUCb0aHEKpUDijQ7JxF.jpg', 'actor', '1419406', 'Chinese actor from Yi nationality. Jiwu Zhesha was born in Liangshan Yi Autonomous Prefecture. Graduated from the Film and Television School of Sichuan Normal University.', 'Liangshan, Sichuan, China', '1997-05-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:20:14', '2026-02-23 04:20:14'),
(172, 'Jun', 'https://image.tmdb.org/t/p/original/z1seXrQQWG7nsQVHqSWKefJQ8DO.jpg', 'actor', '1419406', 'Wen Junhui (文俊輝; born June 10, 1996), known professionally as Jun (준), is a Chinese singer, songwriter, dancer and actor under Pledis Entertainment. He is a member of the boy group SEVENTEEN and its Performance Team sub-unit.\n\nBefore debuting as a member of Seventeen, Jun was a child actor who starred in multiple films including The Pye Dog (2007), for which he won the 2nd Hong Kong Film Directors\' Guild\'s Best New Actor Silver Award, and The Legend Is Born: Ip Man (2010). In 2023, Jun returned to acting with a lead role in iQiyi\'s Exclusive Fairytale.', 'Shenzhen, Guangdong, China', '1996-06-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:20:14', '2026-02-23 04:20:14'),
(173, 'Belén Cuesta', 'https://image.tmdb.org/t/p/original/caDd0J8smaQMvVjgJsDYabe4dzk.jpg', 'actor', '1428862', 'Belén Cuesta was born on January 24, 1984 in Seville (Andalusia, Spain). She is an actress, known for The Endless Trench (2019), Klaus (2019), Paquita Salas (2016) and Holy Camp! (2017).', 'Sevilla, Andalusia, Spain', '1984-01-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:10', '2026-02-23 04:21:10'),
(174, 'Enric Auquer', 'https://image.tmdb.org/t/p/original/jozyRHQKdb8pfFmH2aM5cks3j8p.jpg', 'actor', '1428862', '', 'Rupià, Baix Empordà, Catalunya, Spain', '1988-03-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:10', '2026-02-23 04:21:10'),
(175, 'Candela Martínez', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1428862', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:10', '2026-02-23 04:21:10'),
(176, 'Joaquín Furriel', 'https://image.tmdb.org/t/p/original/nCEfia5gvBmuJHOMnXM7vhq01lg.jpg', 'actor', '1428862', 'Joaquín Furriel was born on August 26, 1974 in Buenos Aires, Argentina. He is an actor, known for The Boss, Anatomy of a Crime (2014), Brigade 099 (2002) and Don Juan y su bella dama (2008).', 'Buenos Aires, Argentina', '1974-08-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:10', '2026-02-23 04:21:10'),
(177, 'Diana Gómez', 'https://image.tmdb.org/t/p/original/sB06F3ke3Y0R2JXUx94w8khsVku.jpg', 'actor', '1428862', '', 'Igualada, Barcelona, Catalonia, Spain', '1989-03-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:11', '2026-02-23 04:21:11'),
(178, 'David Victori', 'https://image.tmdb.org/t/p/original/yQ07h5WhVGpA7CHMaQPBM6woKD8.jpg', 'director', '1428862', '', 'Manresa, Barcelona, Catalonia, Spain', '1982-09-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:11', '2026-02-23 04:21:11'),
(179, 'Eva Ferradas', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1428862', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:11', '2026-02-23 04:21:11'),
(180, 'Marta Mercero', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1428862', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:21:11', '2026-02-23 04:21:11'),
(181, 'Sam Worthington', 'https://image.tmdb.org/t/p/original/mflBcox36s9ZPbsZPVOuhf6axaJ.jpg', 'actor', '83533', 'Samuel Henry John Worthington (born 2 August 1976) is an Australian actor. He is known for playing Jake Sully in the Avatar franchise (2009–present), Marcus Wright in Terminator Salvation (2009), and Perseus in Clash of the Titans (2010) and its sequel Wrath of the Titans (2012).\n\nHe has taken other dramatic roles, appearing in The Debt (2010), Everest (2015), Hacksaw Ridge (2016), The Shack (2017), Manhunt (2017), and Fractured (2019). He has received Australia\'s highest film award three times for his leading roles in Bootmen (2000), Somersault (2004), and Avatar (2009).\n\nOn television, Worthington appeared in Australia as Howard in Love My Way and Phillip Schuler in the television drama mini-series Deadline Gallipoli, for which he was also an executive producer. He voiced the protagonist, Captain Alex Mason, in the video game Call of Duty: Black Ops (2010) and its sequels Call of Duty: Black Ops II (2012) and Call of Duty: Black Ops 4 (2018).\n\nDescription above from the Wikipedia article Sam Worthington, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Godalming, Surrey, England, UK', '1976-08-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:25', '2026-02-23 04:22:25'),
(182, 'Zoe Saldaña', 'https://image.tmdb.org/t/p/original/vQBwmsSOAd0JDaEcZ5p43J9xzsY.jpg', 'actor', '83533', 'Zoë Yadira Saldaña-Perego (/sɑːlˈdænjə/ sahl-DAN-yə, Latin American Spanish: [ˈso.e salˈdaɲa]; née Saldaña Nazario; born June 19, 1978) is an American actress. Known primarily for her work in science fiction film franchises, she has starred in four of the seven highest-grossing films of all time, including the top three (Avatar, Avatar: The Way of Water, and Avengers: Endgame). Films she has appeared in have grossed more than $15 billion worldwide, and, as of 2024, she is the second highest-grossing lead actress and the highest-grossing actress overall.  Time magazine named her one of the 100 most influential people in the world in 2023.\n\nA trained dancer, Saldaña began her on-screen acting career in 1999 with a guest role in Law & Order. Her first film role was in Center Stage(2000), where she played a ballet dancer. She received early recognition for her work opposite Britney Spears in the road film Crossroads (2002). Beginning in 2009, Saldaña achieved a career breakthrough with her roles as Nyota Uhura in the Star Trek reboot film series and Neytiri in James Cameron\'s Avatar film series. She portrayed Gamora in five films in the Marvel Cinematic Universe, from Guardians of the Galaxy (2014) to Guardians of the Galaxy Vol. 3 (2023).\n\nIn addition to franchise work, Saldaña has starred in the science fiction film The Adam Project and the romantic drama miniseries From Scratch, both for Netflix in 2022. In 2023, she began playing the lead role of a CIA officer in the Paramount+ spy series Lioness. In 2024, Saldaña starred in the musical crime film Emilia Pérez, for which she received several accolades, including the Academy Award, BAFTA Award and Golden Globe Award for Best Supporting Actress.\n\nDescription above from the Wikipedia article Zoe Saldaña, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Passaic, New Jersey, USA', '1978-06-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:25', '2026-02-23 04:22:25'),
(183, 'Sigourney Weaver', 'https://image.tmdb.org/t/p/original/wTSnfktNBLd6kwQxgvkqYw6vEon.jpg', 'actor', '83533', 'Susan Alexandra \"Sigourney\" Weaver (born October 8, 1949) is an American actress. Weaver is considered to be a pioneer of action heroines in science fiction films. She is known for her role as Ellen Ripley in the Alien franchise, which earned her an Academy Award nomination in 1986 and is often regarded as one of the most significant female protagonists in cinema history.\n\nA seven-time Golden Globe Award nominee, Weaver won both Best Actress in Drama and Best Supporting Actress in 1988 for her work in the films Gorillas in the Mist and Working Girl, becoming the first person to win two acting Golden Globes in the same year. She also received Academy Award nominations for both films. For her role in the film The Ice Storm (1997), she won the BAFTA Award for Best Actress ina Supporting Role. She also received a Tony Award nomination for her work in the 1984 Broadway play Hurlyburly.\n\nWeaver\'s other film roles include Ghostbusters (1984), Ghostbusters II (1989), Dave (1993), Galaxy Quest (1999), Holes (2003), WALL-E (2008), Avatar (2009), Prayers for Bobby (2009), Paul (2011), The Cabin in the Woods (2012), and A Monster Calls (2016); and the television miniseries Political Animals (2012) and The Defenders (2017).\n\nDescription above from the Wikipedia article Sigourney Weaver, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Manhattan, New York City, New York, USA', '1949-10-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:26', '2026-02-23 04:22:26'),
(184, 'Stephen Lang', 'https://image.tmdb.org/t/p/original/gnO5VfkDgA2fsHweD0622LUY3Hu.jpg', 'actor', '83533', 'Stephen Lang (born July 11, 1952) is an American actor and playwright. He started in theatre on Broadway but is well known for his film portrayals of Stonewall Jackson in Gods and Generals (2003), George Pickett in Gettysburg (1993), and his 2009 roles as Colonel Miles Quaritch in Avatar and as Texan lawman Charles Winstead in Public Enemies. Lang was the co-artistic director (along with Carlin Glynn and Lee Grant) of the famed Actor\'s Studio at its headquarters in New York City from 2004 to 2006.\n\nDescription above from the Wikipedia article Stephen Lang (actor), licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'New York City, New York, USA', '1952-07-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:26', '2026-02-23 04:22:26'),
(185, 'Oona Chaplin', 'https://image.tmdb.org/t/p/original/tT7QQOrumeGRquaLmWNZk2DyL3Z.jpg', 'actor', '83533', 'Oona Castilla Chaplin (born 4 June 1986) is a Spanish–Swiss actress. Her roles include Talisa Maegyr in the HBO TV series Game of Thrones, Kitty Trevelyan in the BBC drama The Crimson Field, and Zilpha Geary in the series Taboo.\n\nA member of the Chaplin family, she is the daughter of actress Geraldine Chaplin, granddaughter of English filmmaker and actor Charlie Chaplin, and great-granddaughter of Irish-American playwright Eugene O\'Neill. She was named after her maternal grandmother Oona O\'Neill, Charlie Chaplin’s fourth and final wife.', 'Madrid, Spain', '1986-06-04', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:26', '2026-02-23 04:22:26');
INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(186, 'James Cameron', 'https://image.tmdb.org/t/p/original/9NAZnTjBQ9WcXAQEzZpKy4vdQto.jpg', 'director', '83533', 'James Francis Cameron (born August 16, 1954) is a Canadian filmmaker. He is a major figure in the post-New Hollywood era and often uses novel technologies with a classical filmmaking style. Cameron first gained recognition for writing and directing The Terminator (1984), and found further success with Aliens (1986), The Abyss (1989), Terminator 2: Judgment Day (1991), and True Lies (1994), as well as Avatar (2009) and its sequels. He directed, wrote, co-produced, and co-edited Titanic (1997), winning Academy Awards for Best Picture, Best Director, and Best Film Editing. He is a recipient of various other industry accolades, and three of his films have been selected for preservation in the National Film Registry by the Library of Congress.\n\nCameron co-founded the production companies Lightstorm Entertainment, Digital Domain, and Earthship Productions. In addition to filmmaking, he is a National Geographic explorer-in-residence. He has produced many documentaries on deep-ocean exploration, including Ghosts of the Abyss (2003) and Aliens of the Deep (2005). Cameron has also contributed to underwater filming and remote vehicle technologies and helped create the digital 3D Fusion Camera System. In 2012, Cameron became the first person to solo descend the Mariana Trench, the deepest part of the Earth\'s ocean, in the Deepsea Challenger submersible.\n\nCameron\'s films have grossed over $8 billion worldwide, making him the second-highest-grossing film director. Three of Cameron\'s films are among the top four highest-grossing films of all time; Avatar (2009), Avatar: The Way of Water (2022) and Titanic (1997) are the highest, third-highest and fourth-highest-grossing films of all time, respectively. Cameron directed the first film to gross over $1 billion, the first two films to gross over $2 billion, and is the only director to have had three films grossing over $2 billion. In 2010, Time named Cameron one of the 100 most influential people in the world. Cameron is also an environmentalist and runs several sustainability businesses.\n\nDescription above from the Wikipedia article James Cameron, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Kapuskasing, Ontario, Canada', '1954-08-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:26', '2026-02-23 04:22:26'),
(187, 'Maria Battle-Campbell', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '83533', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:22:26', '2026-02-23 04:22:26'),
(188, 'Ice Cube', 'https://image.tmdb.org/t/p/original/9EghwabQ1wIQT4oN69qtPlzqGn4.jpg', 'actor', '755898', 'O\'Shea Jackson Sr. (born June 15, 1969), better known by his stage name Ice Cube, is an American rapper, record producer, and filmmaker. He began his career as a member of the hip-hop group C.I.A. and later joined N.W.A. He is known for his roles in the films “Boyz n the Hood,” “Friday,” and the “Jump Street” series.', 'Los Angeles, California, USA', '1969-06-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:02', '2026-02-23 04:23:02'),
(189, 'Eva Longoria', 'https://image.tmdb.org/t/p/original/1u26GLWK1DE7gBugyI9P3OMFq4A.jpg', 'actor', '755898', 'Eva Jacqueline Longoria Bastón (née Longoria; born March 15, 1975) is an American actress, producer, director, and businesswoman. After several guest roles on television, she became recognised for her portrayal of Isabella Braña on the CBS daytime soap opera The Young and the Restless (2001–2003). Her breakthrough role as Gabrielle Solis on the ABC television series Desperate Housewives (2004–2012) netted her two Screen Actors Guild Awards and a Golden Globe nomination. She has appeared in the films The Sentinel (2006), Over Her Dead Body (2008), For Greater Glory (2012), Frontera (2014), Lowriders (2016), and Overboard (2018), winning an Imagen Award for the latter. She guest-starred on the Hulu mystery comedy-drama series Only Murders in the Building (2024), earning her a third Screen Actors Guild Award for Outstanding Performance by an Ensemble in a Comedy Series.\n\nIn 2005, Longoria founded UnbeliEVAble Entertainment, a film and television production company. In 2023, the company was acquired by Hyphenate Media Group, a production company co-founded by Longoria and Cris Abrego. She also executive produced the Lifetime television series Devious Maids (2013–2016), the short-lived NBC sitcom Telenovela (2015–2016) in which she starred, and the films The Harvest (2013) and Food Chains (2014). Her directorial ventures include the television series Ashley Garcia: Genius in Love (2020), for which she was nominated at the Daytime Creative Arts Emmys, and the Oscar-nominated film Flamin\' Hot (2023).\n\nLongoria received a star on the Hollywood Walk of Fame in 2018. She has appeared in several advertising campaigns, including with L\'Oréal, New York & Co, Pepsi, and launched her own fashion and perfume brand in 2017. Her other business ventures include opening the restaurant Beso in 2008, investing in businesses and films such as John Wick (2014), and publishing a cookbook.\n\nDescription above from the Wikipedia article Eva Longoria, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Corpus Christi, Texas, USA', '1975-03-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(190, 'Clark Gregg', 'https://image.tmdb.org/t/p/original/mq686D91XoZpqkzELn0888NOiZW.jpg', 'actor', '755898', 'Robert Clark Gregg Jr. (born April 2, 1962) is an American actor, director, and screenwriter. He is best known for portraying Phil Coulson in films and television series set in the Marvel Cinematic Universe from 2008 to 2021. Gregg also voiced Coulson in the animated television series Ultimate Spider-Man (2012–2017) and the video games Lego Marvel Super Heroes (2013), Marvel Heroes (2013), and Lego Marvel\'s Avengers (2016).\n\nGregg is also known for his role as FBI Special Agent Mike Casper on the NBC political drama series The West Wing (2001–2004) and as Richard, the ex-husband of Christine Campbell, in the CBS sitcom The New Adventures of Old Christine (2006–2010).\n\nHe wrote the horror film What Lies Beneath (2000) and wrote and directed the black comedy Choke (2008) and the comedy-drama Trust Me (2013). He appeared in the films The Adventures of Sebastian Cole (1998), One Hour Photo (2002), We Were Soldiers (2002), In Good Company (2004), When a Stranger Calls (2006), 500 Days of Summer (2009), Much Ado About Nothing (2012), The To Do List (2013), Labour Day (2013), Live by Night (2016), and Being the Ricardos (2021).\n\nDescription above from the Wikipedia article Clark Gregg, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Boston, Massachusetts, USA', '1962-04-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(191, 'Iman Benson', 'https://image.tmdb.org/t/p/original/6s8Cyc4rxDRpX1vYnczU52RM4IM.jpg', 'actor', '755898', 'Iman Benson (born June 25, 2000) is an American actress from Atlanta, Georgia. She is best known for her roles as Tia Russell in the sitcom Uncle Buck (2016), Reagan in the sitcom Alexa & Katie (2018-2020) and Ilonka in the television series The Midnight Club (2022).', 'Atlanta, Georgia, USA', '2000-06-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(192, 'Henry Hunter Hall', 'https://image.tmdb.org/t/p/original/qZEv8RIGC9yLwY29Vo4KQzpO9Dt.jpg', 'actor', '755898', 'Henry Hunter Hall (born April 5, 1996) is an American actor. He is is the son of filmmaker and actress Kasi Lemmons and actor Vondie Curtis-Hall. He had a cameo role as a child in his father\'s 1997 film Gridlock\'d, starring Tim Roth and Tupac. In 2019, Hall appeared in the miniseries When They See Us.', NULL, '1996-04-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(193, 'Rich Lee', 'https://image.tmdb.org/t/p/original/r7WIjhtHWcnRJO3nlao6jwsrWG6.jpg', 'director', '755898', 'Richard \"Rich\" T. Lee is an American music video and commercial director. He has directed what\'s considered to be one of the worst films, possibly ever made, called \"War of the Worlds\".', 'Reno, Nevada, USA', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(194, 'Nick Page', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '755898', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(195, 'Charles Ancelle', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '755898', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:03', '2026-02-23 04:23:03'),
(196, 'Brandon Riley', 'https://image.tmdb.org/t/p/original/gdwdbyQSqmjqi0ByOFRIagMRVUO.jpg', 'director', '755898', 'Brandon Riley is an American producer, line producer, unit production manager and assistant director for film, television, digital media and live events. He holds a Bachelors degree in Radio/TV/Film and a minor in Philosophy from the University of North Texas and is currently a member of both the Directors Guild of America and the Producers Guild of America.', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:23:04', '2026-02-23 04:23:04'),
(197, 'Pepe Barroso', 'https://image.tmdb.org/t/p/original/1aclLzISTojUZ9CrKsRcI1eIJls.jpg', 'actor', '1317672', '', '  Madrid, Spain', '1996-06-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:12', '2026-02-23 04:24:12'),
(198, 'Mia Jenkins', 'https://image.tmdb.org/t/p/original/zqmydUyxSQqg6P4mdFX7lqguFiu.jpg', 'actor', '1317672', 'Mia Iris Jenkins (born 31 August 2000) is an English actress. She is known for her roles as Alex in the Disney Channel musical drama The Lodge and Emma in the Disney Channel series Soy Luna. Following her appearances on Disney programmes, Jenkins has made various appearances in television series and films, including the Amazon Prime Video series Hanna, the BBC Three series Mood and the Sky Atlantic series Domina.', 'Feltham, Middlesex, England, UK', '2000-08-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(199, 'Luca Melucci', 'https://image.tmdb.org/t/p/original/2lo03n0c384PKsUVrN3L7bYQUuy.jpg', 'actor', '1317672', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(200, 'Andrea Guo', 'https://image.tmdb.org/t/p/original/xFmzjzxzuMvRAEYs9DQPzUQBx3l.jpg', 'actor', '1317672', '', 'Hollabrunn, Austria', '2000-02-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(201, 'Michelangelo Vizzini', 'https://image.tmdb.org/t/p/original/oLXMchaEaabWcFl2yAp63WCPlqa.jpg', 'actor', '1317672', '', 'Ostia, Rome, Italy', '1999-05-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(202, 'Roger Kumble', 'https://image.tmdb.org/t/p/original/njVOmV33aCFRUlBxxLXzLbrmAUS.jpg', 'director', '1317672', 'Roger Kumble (born May 28, 1966 Harrison, New York) is an American film director, screenwriter, and playwright.\n\nDescription above from the Wikipedia article Roger Kumble licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Harrison, New York, USA', '1966-05-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(203, 'Mirko Urania', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1317672', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(204, 'Elide Cortesi', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1317672', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:13', '2026-02-23 04:24:13'),
(205, 'Rae Olivier', 'https://image.tmdb.org/t/p/original/tU3PsZNP8PJ2KcWsIb4dsOaTk7N.jpg', 'actor', '1205225', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:56', '2026-02-23 04:24:56'),
(206, 'Daniel Annone', 'https://image.tmdb.org/t/p/original/uVhkUgOXzoywNSesvDAx8Yz4OO7.jpg', 'actor', '1205225', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:56', '2026-02-23 04:24:56'),
(207, 'Jarrod Beck', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1205225', '', 'Rome, Georgia, USA', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:56', '2026-02-23 04:24:56'),
(208, 'Marquita Goings', 'https://image.tmdb.org/t/p/original/yod8oFr6d6twwxowzCeAXdwCLWS.jpg', 'actor', '1205225', '', 'Athens, Georgia, USA', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:56', '2026-02-23 04:24:56'),
(209, 'Morgan Robertson', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1205225', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:56', '2026-02-23 04:24:56'),
(210, 'Bob Giordano', 'https://image.tmdb.org/t/p/original/vnAojU00Jp4fhffkDdBvRh8ErUJ.jpg', 'director', '1205225', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:24:57', '2026-02-23 04:24:57'),
(211, 'Sara Khorami', 'https://image.tmdb.org/t/p/original/jh49k9oVAVGdApgSCiRyJmrAgoG.jpg', 'actor', '1110034', 'Khorami is a Norwegian actress. She is born in 1987.', 'Norway', '1987-06-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:19', '2026-02-23 04:27:19'),
(212, 'Mikkel Bratt Silset', 'https://image.tmdb.org/t/p/original/ooFYSgaxUxZHIwh1dYjs6qVerDK.jpg', 'actor', '1110034', '', 'Oslo, Norway', '1991-01-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:19', '2026-02-23 04:27:19'),
(213, 'Ingvild Holthe Bygdnes', 'https://image.tmdb.org/t/p/original/3AABshTodEIQ9v5JCmEG10qgfSb.jpg', 'actor', '1110034', '', 'Harstad, Troms, Norway', '1986-12-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:19', '2026-02-23 04:27:19'),
(214, 'Øyvind Brandtzæg', 'https://image.tmdb.org/t/p/original/89knc7MjxpY4OJ7AxEnkpaUesVS.jpg', 'actor', '1110034', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(215, 'Jenny Evensen', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1110034', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(216, 'Pål Øie', 'https://image.tmdb.org/t/p/original/m7wKPkvWj0d9yPNSLapbXwg94at.jpg', 'director', '1110034', '', NULL, '1961-11-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(217, 'Natasha Arthur', 'https://image.tmdb.org/t/p/original/8GcsQqbTFvZZSlITE2ovtzig0oc.jpg', 'director', '1110034', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(218, 'Andreas Søfteland Milde', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1110034', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(219, 'Emeri Abel', 'https://image.tmdb.org/t/p/original/nJ6OBmVxIw5NERFLpJcoxeGARAk.jpg', 'director', '1110034', '', 'Võru, Estonian SRR, USSR [now Estonia]', '1994-07-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:20', '2026-02-23 04:27:20'),
(220, 'Alv Myhre Fossum', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1110034', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:27:21', '2026-02-23 04:27:21'),
(221, 'Johnny Sequoyah', 'https://image.tmdb.org/t/p/original/taFfjOB4lPAx75kJo9yFylKT1ek.jpg', 'actor', '1315303', 'Johnny Sequoyah Friedenberg (born October 25, 2002) is an American actress, best known for her roles as Bo Adams on the NBC television series Believe and Audrey on the Dexter revival miniseries Dexter: New Blood.\n\nSequoyah was born in Boise and spent her first eight years there.\n\nShe began acting at age eight in independent films. In 2013 and 2014, she appeared in Ass Backwards and I Believe in Unicorns. She starred in Among Ravens, directed by her father, Russell Friedenberg, and produced by her mother, Heather Rae.\n\nIn 2014, she appeared in the thriller film Wind Walkers, also directed by her father. Her most notable role was Bo Adams in the NBC television series Believe. In 2016 she portrayed Taylor Otto in the pilot for the ABC series American Housewife, but was replaced by Meg Donnelly before the series was picked up by the network.\n\nIn August 2019, it was announced that Sequoyah had joined the cast of Love, Victor, the Hulu sequel series to the 2018 film Love, Simon, set to play the role of Mia. However, later that month, the role was recast with Rachel Hilson due to a decision to take the character in a new creative direction. In 2021, Sequoyah played Audrey on the Dexter revival miniseries Dexter: New Blood.', 'Boise, Idaho, USA', '2002-10-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:15', '2026-02-23 04:28:15'),
(222, 'Jessica Alexander', 'https://image.tmdb.org/t/p/original/bzVlQic1gTqjc08N73KG0jE3oGZ.jpg', 'actor', '1315303', 'Jessica Alexander (born 19 June 1999) is an English actress and model best known for her role as Lucy Carpenter in the Disney Channel show Penny on M.A.R.S. and Olivia Hayes in the Netflix teen thriller series Get Even. She began acting in short films but made her first television debut as Lucy in Penny on M.A.R.S.\n\nIn 2023, she played Vanessa in Disney’s live-action film adaptation of The Little Mermaid.', 'London, England, UK', '1999-06-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:15', '2026-02-23 04:28:15'),
(223, 'Troy Kotsur', 'https://image.tmdb.org/t/p/original/24K3og12jGBGL9dqH5OYFdjF9wu.jpg', 'actor', '1315303', 'Troy Michael Kotsur has been acting and directing for over 20 years. Deaf since birth, he was raised in Mesa, AZ. In his career he has had critically acclaimed performances in major films, a lead role in the Broadway run of a Tony Award-winning play, and numerous memorable roles on Television.\n\nTroy has garnered rave reviews for his leading role in the 2021 feature CODA, which was awarded Best Ensemble Cast at Sundance. He is credited with being one of the prime reasons for the feature\'s festival success, which lead to its $25 million sale to Apple. Previous to this, Troy had a supporting role in The Number 23 starring Jim Carrey, and in subsequent years became known for stand-out performances in indie features.\n\nIn television, Troy made headlines in 2019 for his acting role in The Mandalorian on Disney+ because along with acting, he choreographed an adapted form of sign language for the series. Other notable television roles include guest star appearances on Criminal Minds, Scrubs, CSI: NY, and a fan-favorite recurring character on PAX\'s Sue Thomas: FB-Eye.\n\nMuch of Troy\'s success has stemmed from his highly respected career on stage. This includes a role in the Tony Award-winning run of Big River on Broadway, performing at the Mark Taper Forum, and the 2015 LA Drama Critics Circle Award nominee Spring Awakening.', 'Mesa, Arizona, USA', '1968-07-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:15', '2026-02-23 04:28:15'),
(224, 'Victoria Wyant', 'https://image.tmdb.org/t/p/original/et8teE6ZMqdWGWYj3aDIMD6Yhvt.jpg', 'actor', '1315303', '', 'Exeter, Devon, England, UK', '1999-07-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:16', '2026-02-23 04:28:16'),
(225, 'Gia Hunter', 'https://image.tmdb.org/t/p/original/fK7xZRr1qhCjby0njwhsfgLyW0P.jpg', 'actor', '1315303', '', NULL, '2007-02-04', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:16', '2026-02-23 04:28:16'),
(226, 'Johannes Roberts', 'https://image.tmdb.org/t/p/original/8hHny6atmFXcuNl2m1AP3fIOayz.jpg', 'director', '1315303', 'Johannes Christopher Edward Roberts (born 24 May 24 1976) is a British filmmaker. He is best known for directing the horror films The Other Side of the Door (2016), 47 Meters Down (2017), The Strangers: Prey at Night (2018), 47 Meters Down: Uncaged (2019), Resident Evil: Welcome to Raccoon City (2021) and Primate (2025).', 'Cambridge, England, UK', '1976-05-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:16', '2026-02-23 04:28:16'),
(227, 'Zoe Ozwell', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1315303', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:16', '2026-02-23 04:28:16'),
(228, 'Guy Trevellyan', 'https://image.tmdb.org/t/p/original/weMZXmW8cGwmdEmSMrCu4oShZzo.jpg', 'director', '1315303', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:16', '2026-02-23 04:28:16'),
(229, 'Jessie Buckley', 'https://image.tmdb.org/t/p/original/i8IlkFbZqKUgkypZKpdhrw00uqw.jpg', 'actor', '858024', 'Jessie Buckley (born December 28, 1989) is an Irish actress and singer. The accolades she has received include a Golden Globe Award, a Laurence Olivier Award, nominations for an Academy Award and three BAFTA Awards.\n\nBuckley began her career in 2008 as a contestant on the BBC TV talent show I\'d Do Anything, in which she came second. A RADA graduate, her early onscreen appearances were in BBC television series, such as War & Peace (2016) and Taboo (2017). Buckley made her film debut playing the lead role in Beast (2017) and had her breakthrough starring in the musical film Wild Rose (2018). Her performance as an aspiring country music singer in the latter earned her a nomination for the BAFTA Award for Best Actress in a Leading Role.\n\nBuckley\'s career progressed with starring roles in the HBO miniseries Chernobyl (2019), I\'m Thinking of Ending Things (2020), season four of Fargo (2020), The Lost Daughter (2021), Men (2022) and Women Talking (2022). Her performance in The Lost Daughter earned her nominations for the BAFTA Award for Best Actress in a Supporting Role and the Academy Award for Best Supporting Actress. Buckley\'s portrayal of Sally Bowles in a 2021 West End theatre revival of Cabaret won her the Laurence Olivier Award for Best Actress in a Musical. \n\nIn 2022, she released the collaborative album For All Our Days That Tear the Heart with Bernard Butler, which was shortlisted for the 2022 Mercury Prize.\n\nDescription above from the Wikipedia article Jessie Buckley, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Killarney, Ireland', '1989-12-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:56', '2026-02-23 04:28:56'),
(230, 'Paul Mescal', 'https://image.tmdb.org/t/p/original/vrzZ41TGNAFgfmZjC2sOJySzBLd.jpg', 'actor', '858024', 'Paul Colm Michael Mescal (/ˈmɛskəl/ MESS-kəl; born 2 February 1996) is an Irish actor. Born in Maynooth, he studied acting at The Lir Academy and then performed in plays in Dublin theatres. He rose to fame with his role in the miniseries Normal People (2020), earning a BAFTA TV Award and a nomination for a Primetime Emmy Award.\n\nMescal progressed to film acting with roles in the psychological dramas The Lost Daughter (2021) and God\'s Creatures (2022). His starring roles as a troubled father in Aftersun (2022) and a mysterious neighbour in All of Us Strangers (2023) earned him nominations for BAFTA Film Awards in addition to a nomination for an Academy Award for the former. He received a Laurence Olivier Award for his portrayal of Stanley Kowalski in a 2022 revival of the play A Streetcar Named Desire. Mescal expanded to big-budget films with a leading role in the historical action film Gladiator II (2024).', 'Maynooth, County Kildare, Republic of Ireland', '1996-02-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(231, 'Emily Watson', 'https://image.tmdb.org/t/p/original/bd0qiJXHoLNpkCqABsh67AKRtjC.jpg', 'actor', '858024', 'Emily Margaret Watson (born 14 January 1967) is an English actress. She began her career on stage and joined the Royal Shakespeare Company in 1992. In 2002, she starred in productions of Twelfth Night and Uncle Vanya at the Donmar Warehouse. She was nominated for the Olivier Award for Best Actress for the latter. She was nominated for the Academy Award for Best Actress for her debut film role as a newlywed in Lars von Trier\'s Breaking the Waves (1996) and for her portrayal of Jacqueline du Pré in Anand Tucker\'s Hilary and Jackie (1998).\n\nWatson\'s other films include The Boxer (1997), Angela\'s Ashes (1999), Gosford Park (2001),  Punch-Drunk Love (2002), Red Dragon (2002), The Life and Death of Peter Sellers (2004), Corpse Bride (2005), Miss Potter (2006), Synecdoche, New York (2008), Oranges and Sunshine (2010), War Horse (2011), The Theory of Everything (2014), Kingsman: The Golden Circle (2017), God\'s Creatures (2022), and Small Things like These (2024). \n\nShe was nominated for a Primetime Emmy Award and a Golden Globe Award for her role in the HBO miniseries Chernobyl. She won the British Academy Television Award for Best Actress for playing Janet Leach in the 2011 ITV television biopic Appropriate Adult. She was nominated for the International Emmy Award for Best Actress for the 2017 BBC miniseries Apple Tree Yard. In 2024, she portrayed the lead role of Valya Harkonnen in the HBO science fiction series Dune: Prophecy.', 'Islington, London, England, UK', '1967-01-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(232, 'Joe Alwyn', 'https://image.tmdb.org/t/p/original/Avo928rzU4WczRzqgq9FwdoXwKd.jpg', 'actor', '858024', 'Joseph Matthew Alwyn (/ˈæl.wɪn/ AL-win; born 21 February 1991) is an English  actor. Alwyn made his feature film debut as the titular character in Ang Lee\'s 2016 war drama Billy Lynn\'s Long Halftime Walk and has since played roles in films such as The Favourite (2018), Boy Erased (2018), Mary Queen of Scots (2018), Harriet (2019), Catherine Called Birdy (2022), The Brutalist (2024), as well as the Hulu drama series Conversations with Friends (2022).', 'London, England, UK', '1991-02-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(233, 'Jacobi Jupe', 'https://image.tmdb.org/t/p/original/AbmnZOPvC1vA5yilvG3IyXdTSPB.jpg', 'actor', '858024', 'Jacobi Jupe (born July 2013) is a British actor, best known for portraying Hamnet Shakespeare in Hamnet (2025). He is also the younger brother of actor Noah Jupe.', NULL, '2013-07-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(234, 'Sam Mendes', 'https://image.tmdb.org/t/p/original/5z89X9rB76JDblqMQ52fviwXxAN.jpg', 'director', '858024', 'Sir Samuel Alexander Mendes CBE (born 1 August 1965) is a British film and stage director, producer, and screenwriter. In 2000, Mendes was appointed a CBE for his services to drama, and he was knighted in the 2020 New Year Honours List. In 2000, Mendes was awarded the Shakespeare Prize by the Alfred Toepfer Foundation in Hamburg, Germany. In 2005, he received a lifetime achievement award from the Directors Guild of Great Britain. In 2008, The Daily Telegraph ranked him number 15 in their list of the \"100 most powerful people in British culture\".\n\nBorn in Berkshire to a Trinidadian Catholic father and an English Jewish mother, Mendes grew up in North London. He read English at Peterhouse at Cambridge University. He began directing plays there before joining Donmar Warehouse, a centre of 1990s London theatre culture. In theatre, he is known for his dark re-inventions of the stage musicals Cabaret (1993), Oliver! (1994), Company (1995), and Gypsy (2003).\n\nFor the first time, he directed an original West End stage musical with Charlie and the Chocolate Factory (2013). For his work on the London stage, Mendes has received three Laurence Olivier Awards for Company, Twelfth Night, and The Ferryman. On Broadway, he earned two Tony Awards for Best Direction of a Play for  The Ferryman in 2019 and The Lehman Trilogy in 2022.\n\nIn film, he made his directorial debut with the drama American Beauty (1999), which earned him the Academy Award and Golden Globe Award for Best Director. He has since directed the films Road to Perdition (2002), Jarhead (2005), Revolutionary Road (2008), and the James Bond films Skyfall (2012) and Spectre (2015). For the war film 1917 (2019), he received the BAFTA Award and Golden Globe Award for Best Director, as well as his second Academy Award nomination for Best Director, Best Picture and Best Original Screenplay.\n\nDescription above from the Wikipedia article Sam Mendes, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Reading, Berkshire, England, UK', '1965-08-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(235, 'Chloé Zhao', 'https://image.tmdb.org/t/p/original/r8DmTdOqHbDUydCOVb277rncPTK.jpg', 'director', '858024', 'Chloé Zhao (born Zhao Ting, in Chinese: 赵婷; 31 March 1982) is a Chinese-born filmmaker. She is known primarily for her work on independent films. For her film Nomadland (2020), Zhao is the second of three women to win the Academy Award for Best Director.\n\nSongs My Brothers Taught Me (2015), her debut feature film, premiered at Sundance Film Festival to critical acclaim and earned a nomination for the Independent Spirit Award for Best First Feature. The Rider (2017) was critically acclaimed and received nominations for the Independent Spirit Award for Best Film and Best Director.\n\nZhao garnered international recognition with the American film Nomadland (2020), which she wrote, produced, edited and directed, and which won numerous accolades, including the Golden Lion at the Venice Film Festival and the People\'s Choice Award at the Toronto International Film Festival. Earning four Academy Award nominations for the film, Zhao won Best Picture and Best Director, becoming the first woman of color to win the latter. She also won awards for directing at the Directors Guild of America Awards, Golden Globe Awards, and British Academy Film Awards, becoming the second female winner of each of them.\n\nZhao co-wrote and directed the Marvel Cinematic Universe superhero film Eternals (2021). Her latest film, Hamnet, premiered at the 52nd Telluride Film Festival to critical acclaim.\n\nDescription above from the Wikipedia article Chloé Zhao, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Beijing, China', '1982-03-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(236, 'Steven Spielberg', 'https://image.tmdb.org/t/p/original/tZxcg19YQ3e8fJ0pOs7hjlnmmr6.jpg', 'director', '858024', 'Steven Allan Spielberg KBE (born December 18, 1946) is an American filmmaker. A major figure of the New Hollywood era and pioneer of the modern blockbuster, Spielberg is widely regarded as one of the greatest and most influential filmmakers in the history of cinema and is the highest-grossing film director of all time. Among other accolades, he has received three Academy Awards, four Golden Globe Awards and three BAFTA Awards, as well as the AFI Life Achievement Award in 1995, an honorary knighthood in 2001, the Kennedy Center Honors in 2006, the Cecil B. DeMille Award in 2009, the Presidential Medal of Freedom in 2015, and the National Medal of Arts in 2023. According to Forbes, he is the wealthiest celebrity.\n\nSpielberg was born in Cincinnati, Ohio, and grew up in Phoenix, Arizona. He moved to California and studied film in college. After directing several episodes for television, including Night Gallery and Columbo, he directed the television film Duel (1971), which Barry Diller approved. He made his theatrical debut with The Sugarland Express (1974), also beginning his decades-long collaboration with composer John Williams, with whom he has worked for all but five of his theatrical releases. He became a household name with the summer blockbuster Jaws (1975). He continued directing acclaimed escapist box-office hits with Close Encounters of the Third Kind (1977), E.T. the Extra-Terrestrial (1982), and the original Indiana Jones trilogy (1981–1989). He also explored drama in The Color Purple (1985) and Empire of the Sun (1987).\n\nIn 1993, Spielberg directed back-to-back hits with the science fiction thriller Jurassic Park, the highest-grossing film at the time, and the epic historical drama Schindler\'s List, which has often been ranked among the greatest films ever made. He won the Academy Award for Best Director for the latter as well as for the World War II epic Saving Private Ryan (1998). Spielberg has since directed the science fiction films A.I. Artificial Intelligence (2001), Minority Report (2002), War of the Worlds (2005) and Ready Player One (2018); the historical dramas Amistad (1997), Munich (2005), War Horse (2011), Lincoln (2012), Bridge of Spies (2015) and The Post (2017); the comedies Catch Me If You Can (2002) and The Terminal (2004); the animated film The Adventures of Tintin (2011); the musical West Side Story (2021); and the family drama The Fabelmans (2022).\n\nSpielberg co-founded Amblin Entertainment and DreamWorks Pictures, and he has served as a producer for many successful films and television series, among them Poltergeist (1982), Gremlins (1984), Back to the Future (1985), An American Tail (1986), Who Framed Roger Rabbit (1988), Animaniacs (1993), Freakazoid! (1995), Twister (1996), Band of Brothers (2001) and Transformers (2007). Several of Spielberg\'s works are considered among the greatest films in history, and some are among the highest-grossing films of all time. Seven of his films have been inducted into the National Film Registry by the Library of Congress as being \"culturally, historically or aesthetically significant\". In 2013, Time listed him among the 100 most influential people. In 2023, Spielberg was the recipient of the first-ever Time 100 Impact Award in the US.\n\nDescription above from the Wikipedia article Steven Spielberg, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Cincinnati, Ohio, USA', '1946-12-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:57', '2026-02-23 04:28:57'),
(237, 'Marc A. Wilson', 'https://image.tmdb.org/t/p/original/vw2VExAq0HbICVQn6LVe9MbC7mU.jpg', 'director', '858024', 'Marc A. Wilson is an assistant director known for The Zone of Interest (2023), The Fall (2019) and Bad Dreams (2018).', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:28:58', '2026-02-23 04:28:58'),
(238, 'Jack Black', 'https://image.tmdb.org/t/p/original/59IhgCtiWI5yTfzPhsjzg7GjCjm.jpg', 'actor', '1234731', 'Thomas Jacob Black (born August 28, 1969) is an American actor, comedian, and musician. He is known for his roles in family and comedy films and his voice work in animated films. His awards include a Children\'s and Family Emmy Award, a Grammy Award, and three Golden Globe Award nominations.\n\nAfter portraying supporting roles in films including Dead Man Walking (1995), The Cable Guy (1996), Mars Attacks! (1996), and Enemy of the State (1998), Black had his breakout role in the musical film High Fidelity (2000). This led to larger roles in films like Shallow Hal (2001) and Orange County (2002) before he solidified his leading-man status with his starring role in School of Rock (2003). Black has since starred in King Kong (2005), The Holiday (2006), Nacho Libre (2006), Tropic Thunder (2008), Bernie (2011), Goosebumps (2016), Jumanji: Welcome to the Jungle (2017), its sequel Jumanji: The Next Level (2019),  The House with a Clock in Its Walls (2018) and A Minecraft Movie (2025). He has also voiced Po in the Kung Fu Panda franchise (2008–present) and Bowser in The Super Mario Bros. Movie (2023). \n\nBlack is the lead vocalist of the duo Tenacious D, which he formed in 1994 with long-time friend Kyle Gass. In 2015, they won the Grammy Award for Best Metal Performance for \"The Last in Line.\" Since 2018, Black has run a YouTube channel called Jablinski Games.\n\nDescription above from the Wikipedia article Jack Black, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Santa Monica, California, USA', '1969-08-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:04', '2026-02-23 04:30:04'),
(239, 'Paul Rudd', 'https://image.tmdb.org/t/p/original/6jtwNOLKy0LdsRAKwZqgYMAfd5n.jpg', 'actor', '1234731', 'Paul Stephen Rudd (born April 6, 1969) is an American actor. Rudd studied theatre at the University of Kansas and the American Academy of Dramatic Arts before making his acting debut in 1991. He was included on the Forbes Celebrity 100 list in 2019 and was named People magazine\'s \"Sexiest Man Alive\" in 2021. The accolades he has received include a Critics\' Choice Television Award, as well as nominations for a Golden Globe Award, two Primetime Emmy Awards, and two Screen Actors Guild Awards.\n\nRudd appeared in the films Clueless (1995), Halloween: The Curse of Michael Myers (1995), Romeo + Juliet (1996), Wet Hot American Summer (2001), Anchorman: The Legend of Ron Burgundy (2004), The 40-Year-Old Virgin (2005), Knocked Up (2007), I Love You, Man (2009), and This Is 40 (2012). He has played the superhero Scott Lang / Ant-Man in five Marvel Cinematic Universe (MCU) films, from Ant-Man (2015) to Ant-Man and the Wasp: Quantumania (2023). He played Gary Grooberson in the Ghostbusters films Afterlife (2021) and Frozen Empire (2024).\n\nRudd has also appeared in numerous television shows, including the sitcom Friends (2002–2004) as Mike Hannigan, and has featured as a guest host of Saturday Night Live multiple times. He had a dual role in the comedy series Living with Yourself (2019), which earned him a nomination for the Golden Globe Award for Best Actor – Television Series Musical or Comedy. He starred in the miniseries The Shrink Next Door (2021). He featured in the Hulu comedy series Only Murders in the Building (2023–2024), which earned him a nomination for the Primetime Emmy Award for Outstanding Supporting Actor in a Comedy Series.\n\nDescription above from the Wikipedia article Paul Rudd, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Passaic, New Jersey, USA', '1969-04-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:04', '2026-02-23 04:30:04'),
(240, 'Steve Zahn', 'https://image.tmdb.org/t/p/original/rwrPdKGwXnByxUVMxMf8Y7oswi3.jpg', 'actor', '1234731', 'Steven James Zahn (born November 13, 1967) is a European-American actor and comedian. His films include Reality Bites (1994), That Thing You Do! (1996), Out of Sight (1998), Happy, Texas (1999), Riding in Cars with Boys (2001), Shattered Glass (2003), Sahara (2005), Rescue Dawn (2007), the first three Diary of a Wimpy Kid movies, Dallas Buyers Club (2013), and War for the Planet of the Apes (2017).\n\nZahn has done voice acting in Chicken Little (2005), Escape from Planet Earth (2013), and The Good Dinosaur (2015). He has also worked regularly in television, including the recurring role of Davis McAlary on HBO\'s Treme (2010 to 2013).\n\nDescription above from the Wikipedia article Steve Zahn, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Marshall, Minnesota, USA', '1967-11-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:04', '2026-02-23 04:30:04'),
(241, 'Thandiwe Newton', 'https://image.tmdb.org/t/p/original/hZQLvxj7nV7pBrRyWTvWVz1CDi8.jpg', 'actor', '1234731', 'Melanie Thandiwe Newton OBE (born 6 November 1972), formerly credited as Thandie Newton, is a British actress.\n\nNewton is known for starring roles such as the title character in Beloved (1998), Nyah Nordoff-Hall in Mission: Impossible 2 (2000), Tiffany in Shade (2003), Dame Vaako in The Chronicles of Riddick (2004), Christine in Crash (2004), Linda in The Pursuit of Happyness (2006), Libby in Run Fatboy Run (2007), Stella in RockNRolla (2008), Condoleezza Rice in W. (2008), Laura Wilson in 2012 (2009), Tangie Adrose in For Colored Girls (2010), Maeve Millay in Westworld (2016–2022), Roz Huntley in Line of Duty (2017), and Val in Solo: A Star Wars Story (2018).\n\nNewton has received various awards, including an Emmy Award for Outstanding Supporting Actress in a Drama Series, a BAFTA Award for Best Actress in a Supporting Role, and two Critics\' Choice Awards, in addition to nominations for two Golden Globe Awards, a Saturn Award, a Screen Actors Guild Award, and a British Academy Television Award for Best Actress. She was appointed Officer of the Order of the British Empire (OBE) in the 2019 New Year Honours for services to film and charity.\n\nDescription above from the Wikipedia article Thandiwe Newton, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'London, England, UK', '1972-11-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:04', '2026-02-23 04:30:04'),
(242, 'Daniela Melchior', 'https://image.tmdb.org/t/p/original/tjAEB90Sa7DJtyTlDAkzVhPLQin.jpg', 'actor', '1234731', 'Daniela Melchior (European Portuguese: [dɐniˈɛlɐmɛlʃiˈɔɾ]; born 1 November 1996) is a Portuguese actress. Born in Almada, Setúbal, she launched her career in 2014 with a role in the telenovela Mulheres. She went on to appear in the teen drama Massa Fresca (2016), telenovelas Ouro Verde (2017), and A Herdeira (2018). Melchior made her film debut in 2018 with The Black Book. She provided the Portuguese dubbing for Gwen Stacy in Spider-Man: Into the Spider-Verse and was cast in the comedy-drama Parque Mayer in the same year. Her performance in the latter earned her a nomination for the Sophia Award for Best Actress.\n\nShe had her international breakthrough as Cleo Cazo in the DCEU film The Suicide Squad (2021), which earned her a nomination for Best Newcomer at the Portuguese Golden Globes. Subsequently, she took on minor roles in English-language films, including Marlowe (2022), Assassin Club (2023), Guardians of the Galaxy Vol. 3 (2023) and Fast X (2023).\n\nDescription above from the Wikipedia article Daniela Melchior, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Lisbon, Portugal', '1996-11-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:04', '2026-02-23 04:30:04'),
(243, 'Josh Muzaffer', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1234731', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:05', '2026-02-23 04:30:05'),
(244, 'Marieke Spence', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1234731', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:30:05', '2026-02-23 04:30:05'),
(245, 'Elvis Presley', 'https://image.tmdb.org/t/p/original/psf1wJUw48ALsfV3tN31FX0mDW5.jpg', 'actor', '1445363', 'Elvis Aaron Presley (January 8, 1935 – August 16, 1977), or simply Elvis, was a European-American/Native-American businessman, entrepreneur, singer and actor. Dubbed the \"King of Rock and Roll\", he is regarded as one of the most significant cultural figures of the 20th century. His energized interpretations of songs and sexually provocative performance style, combined with a singularly potent mix of influences across color lines during a transformative era in race relations, led him to both great success and initial controversy.\n\nPresley was born in Tupelo, Mississippi, and relocated to Memphis, Tennessee, with his family when he was 13 years old. His music career began there in 1954, recording at Sun Records with producer Sam Phillips, who wanted to bring the sound of European-American music to a wider audience. Presley, on rhythm acoustic guitar, and accompanied by lead guitarist Scotty Moore and bassist Bill Black, was a pioneer of rockabilly, an uptempo, backbeat-driven fusion of country music and rhythm and blues. In 1955, drummer D. J. Fontana joined to complete the lineup of Presley\'s classic quartet and RCA Victor acquired his contract in a deal arranged by Colonel Tom Parker, who would manage him for more than two decades. Presley\'s first RCA Victor single, \"Heartbreak Hotel\", was released in January 1956 and became a number-one hit in the United States. Within a year, RCA would sell ten million Presley singles. With a series of successful network television appearances and chart-topping records, Presley became the leading figure of the newly popular sound of rock and roll, though his performative style and promotion of the then-marginalized sound led to him being widely considered a threat to the moral well-being of the European-American youth.\n\nIn November 1956, Presley made his film debut in Love Me Tender. Drafted into military service in 1958, Presley relaunched his recording career two years later with some of his most commercially successful work. He held few concerts, however, and guided by Parker, proceeded to devote much of the 1960s to making Hollywood films and soundtrack albums, most of them critically derided. Some of his most famous films included Jailhouse Rock (1957), Blue Hawaii (1961), and Viva Las Vegas (1964). In 1968, following a seven-year break from live performances, he returned to the stage in the acclaimed television comeback special Elvis, which led to an extended Las Vegas concert residency and a string of highly profitable tours. In 1973, Presley gave the first concert by a solo artist to be broadcast around the world, Aloha from Hawaii. Years of prescription drug abuse and unhealthy eating habits severely compromised his health, and he died suddenly in 1977 at his Graceland estate at the age of 42.', 'Tupelo, Mississippi, USA', '1935-01-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:31', '2026-02-23 04:31:31'),
(246, 'Sammy Davis Jr.', 'https://image.tmdb.org/t/p/original/b6UVWbUBAR280fSC85FgyPSmxHe.jpg', 'actor', '1445363', 'Samuel George \"Sammy\" Davis, Jr. (December 8, 1925 – May 16, 1990) was an American entertainer.\n\nPrimarily a dancer and singer, Davis was a childhood vaudevillian who became known for his performances on Broadway and in Las Vegas, as a recording artist, television and film star, and as a member of Frank Sinatra\'s \"Rat Pack\".\n\nAt the age of three Davis began his career in vaudeville with his father and \"uncle\" as the Will Mastin Trio, toured nationally, and after military service, returned to the trio. Davis became an overnight sensation following a nightclub performance at Ciro\'s after the 1951 Academy Awards, with the trio, became a recording artist, and made his first film performances as an adult later that decade. In 1954, he lost his left eye in an automobile accident. Later the same year, he converted to Judaism. In 1960, he appeared in the first Rat Pack movie, Ocean\'s 11. After a starring role on Broadway in 1956\'s Mr Wonderful, Davis returned to the stage in 1964\'s Golden Boy, and in 1966 had his own TV variety show, The Sammy Davis Jr. Show. Davis\'s career slowed in the late sixties, but he had a hit record with \"The Candy Man\", in 1972, and became a star in Las Vegas.\n\nAs an African American, Davis was the victim of racism throughout his life, and was a large financial supporter of civil rights causes. Davis had a complex relationship with the African American community, and attracted criticism after physically embracing Richard Nixon in 1970. One day on a golf course with Jack Benny, he was asked what his handicap was. \"Handicap?\" he asked. \"Talk about handicap — I\'m a one-eyed Negro Jew.\" This was to become a signature comment, recounted in his autobiography, and in countless articles.\n\nAfter reuniting with Sinatra and Dean Martin in 1987, Davis toured with them and Liza Minnelli internationally, before dying of throat cancer in 1990. He died in debt to the Internal Revenue Service, and his estate was the subject of legal battles.\n\nDavis was awarded the Spingarn Medal by the NAACP, and was nominated for a Golden Globe and an Emmy Award for his television performances. He was the recipient of the Kennedy Center Honors in 1987, and in 2001, he was posthumously awarded the Grammy Lifetime Achievement Award.\n\nDescription above from the Wikipedia article Sammy Davis, Jr., licensed under CC-BY-SA, full list of contributors on Wikipedia', 'Harlem, Manhattan, New York City, New York, USA', '1925-12-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:31', '2026-02-23 04:31:31');
INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(247, 'Cary Grant', 'https://image.tmdb.org/t/p/original/rUaQTKw7hNcEvZyFaahIpqiiiWv.jpg', 'actor', '1445363', 'Cary Grant (born Archibald Alec Leach; January 18, 1904 – November 29, 1986) was a British-American actor, celebrated for his debonair charm, impeccable comic timing, and sophisticated screen presence. He became one of Hollywood’s most iconic leading men, starring in classics such as Bringing Up Baby (1938), His Girl Friday (1940), Notorious (1946), and North by Northwest (1959).\n\nGrant had a difficult childhood, marked by his mother’s institutionalization and his father’s alcoholism. At 16, he joined the Pender Troupe, a group of acrobats, which led him to New York City, where he built a career in vaudeville before transitioning to Hollywood in the early 1930s.\n\nHis breakthrough came with screwball comedies, where his witty delivery and effortless charisma made him a favorite among audiences. He worked with legendary directors such as Howard Hawks, Alfred Hitchcock, and George Cukor, solidifying his reputation as a versatile and enduring star.\n\nGrant was married five times, but his longtime companionship with fellow actor Randolph Scott fueled speculation about his sexuality. The two lived together for over a decade, sharing a home in Los Angeles, which led to rumors that they were romantically involved. While Grant never publicly addressed these claims, some biographers suggest that his relationship with Scott was more than just friendship.\n\nDespite the speculation, Grant maintained a carefully curated public image, often portraying the ideal romantic lead opposite Hollywood’s most glamorous actresses, including Katharine Hepburn, Ingrid Bergman, and Grace Kelly.\n\nGrant retired from acting in 1966, choosing to focus on business ventures and his family. He received an Academy Honorary Award in 1970 and was honored with the Kennedy Center Award in 1981. He passed away on November 29, 1986, at the age of 82.\n\nHis legacy remains unmatched, with the American Film Institute ranking him as the second greatest male star of Hollywood’s Golden Age. His timeless appeal, effortless sophistication, and enigmatic personal life continue to fascinate audiences and film historians alike.', 'Horfield, Bristol, England, UK', '1904-01-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:31', '2026-02-23 04:31:31'),
(248, 'Tom Parker', 'https://image.tmdb.org/t/p/original/m929dKquU8S1caX54RKRQcl4LK8.jpg', 'actor', '1445363', 'Andreas Cornelis van Kuijk, more commonly known as \"Colonel\" Tom Parker, was a Dutch-born musical entrepreneur, best known for being Elvis Presley\'s manager. Born in the Netherlands, Parker immigrated illegally to the United States at the age of 20. He then changed his name and claimed to have been born in the United States. A carnival worker by background, Parker moved into music promotion in 1938, working with one of the first popular crooners, Gene Austin, and then country music singers Eddy Arnold, Hank Snow, and Tommy Sands in his early career. He also assisted Jimmie Davis\'s campaign to become Governor of Louisiana. As a reward, Davis gave him the honorary rank of \"colonel\" in the Louisiana State Militia. Parker encountered Elvis Presley in 1955 and by 1956 had become his sole representative.', 'Breda, Noord-Brabant, Netherlands', '1909-06-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:31', '2026-02-23 04:31:31'),
(249, 'Bono', 'https://image.tmdb.org/t/p/original/r1jCFctRrEAHBHOyJun8rWCH0AD.jpg', 'actor', '1445363', 'Paul David Hewson, better known by his stage name Bono, is an Irish singer-songwriter, musician, venture capitalist, businessman, and philanthropist. He is best recognized as the frontman of the Dublin-based rock band U2. Bono was born and raised in Dublin, Ireland, and attended Mount Temple Comprehensive School where he met his future wife, Alison Stewart, and the future members of U2. Bono writes almost all U2 lyrics, frequently using religious, social, and political themes. During U2\'s early years, Bono\'s lyrics contributed to their rebellious and spiritual to; as the band matured, his lyrics became inspired more by personal experiences shared with the other members.\n\nOutside the band, he has collaborated and recorded with numerous artists, is managing director and a managing partner of Elevation Partners, and has refurbished and owns The Clarence Hotel in Dublin with The Edge. He was granted a knighthood by Queen Elizabeth II of the United Kingdom, and, with Bill and Melinda Gates, was named Time Person of the Year in 2005, among other awards and nominations. On 17 July 2013, the BBC announced that Bono had been made a Commandeur of the French Ordre des Arts et des Lettres (Order of Arts and Letters).', 'Dublin, Ireland', '1960-05-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:32', '2026-02-23 04:31:32'),
(250, 'Baz Luhrmann', 'https://image.tmdb.org/t/p/original/8K8ih7uFyGanOApYYzlzdxzcfDF.jpg', 'director', '1445363', 'Mark Anthony \"Baz\" Luhrmann (born 17 September 1962) is an Australian filmmaker and actor with projects spanning film, television, opera, theatre, music and recording industries. He is regarded by some as a contemporary example of an auteur for his style and deep involvement in the writing, directing, design, and musical components of all his work. He is the most commercially successful Australian director, with four of his films in the top ten highest worldwide grossing Australian films of all time.\n\nOn the screen he is best known for his \"Red Curtain Trilogy\", consisting of his romantic comedy film Strictly Ballroom (1992), and the romantic tragedies William Shakespeare\'s Romeo + Juliet (1996) and Moulin Rouge! (2001). Following the trilogy, projects included Australia (2008), The Great Gatsby (2013), Elvis (2022), and his television period drama The Get Down (2016) for Netflix. Additional projects include stage productions of Giacomo Puccini\'s La bohème for both the Australian Opera and Broadway and Strictly Ballroom the Musical (2014).\n\nLuhrmann is equally known for his Grammy-nominated soundtracks for Moulin Rouge! and The Great Gatsby, as well as his record label House of Iona, a co-venture with RCA Records. Serving as producer on all of his musical soundtracks, he also holds writing credits on many of the individual tracks. His album Something for Everybody features music from many of his films and also includes his hit \"Everybody\'s Free (To Wear Sunscreen)\".', 'New South Wales, Australia', '1962-09-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:31:32', '2026-02-23 04:31:32'),
(251, 'Sree Vishnu', 'https://image.tmdb.org/t/p/original/abwVmA7AX1CctbemcNoiWHlj9CX.jpg', 'actor', '1441149', 'Sree Vishnu is an Indian Tollywood actor, who acts in Telugu films.', 'Vishakapatnam, AP, India', '1995-08-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(252, 'Nayan Sarika', 'https://image.tmdb.org/t/p/original/ibzZkFL1JdUxl8YJ6y3KEOBJt8y.jpg', 'actor', '1441149', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(253, 'Brahmaji', 'https://image.tmdb.org/t/p/original/xDTE7POq1bkyjLINxdy7rW4wQlg.jpg', 'actor', '1441149', 'Brahmaji is an Indian film actor best known for his work in the Telugu cinema industry.[1][2] He appears mostly in Telugu movies. He is a regular actor in director Krishna Vamsi\'s films. Brahmaji appeared in an important role in Krishna Vamsi\'s debut film as a director, Gulabi.\n\nHe appeared in Krishna Vamsi\'s second film Ninne Pelladata. Krishna Vamsi made him hero with the movie Sindhooram. Later Brahmaji continued as a character artist. He appeared in lead roles in films such as Samakka Sarakka, Inspector, Kaki, Idea, Andariki Vandanalu, Adhyakshaa, Dhoom Dham, Abbo Vaada, Kumbakonam, and N.H-5.', 'East Godavari, Andhra Pradesh, India', '1965-04-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(254, 'Praveen', 'https://image.tmdb.org/t/p/original/aBegVOvddJViXAPBL5k8MXnZCYA.jpg', 'actor', '1441149', 'He made his debut as a comedian in movie Kotha Bangaru Lokam with stars like Varun Sandes, Sweta Prasad, Prakas Raj, Jaya Sudha and Brahmanandam and was directed by Srikaant Addala which won 2 Nandi Awards. Later, Praveen went on and starred in various other movies with stars like Ravi Teja, Ram, Naga Chaitanya, Manchu Manoj and Pawan Kalyan.\n\nRecently, has had comic roles in movies like Rowdy Fellow  Alludu Seenu and his association with actor Sudheer Babu in film Mosagaallaku Mosagadu. In year 2016, Praveen has been seen in movies like Oopiri', 'Antarvedi, East Godavari, Andhra Pradesh', '1980-01-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(255, 'Srikanth Iyengar', 'https://image.tmdb.org/t/p/original/aWerpaujBKMU8r4qsgnQp9RoTtd.jpg', 'actor', '1441149', 'Srikanth Aiyyangar is an actor who predominantly works in Telugu films', 'Hyderabad, Andhra Pradesh, India', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(256, 'Yadunaath Maruthi Rao', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1441149', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11'),
(257, 'R. Sarathkumar', 'download_(30)_699be6bcb9a19.png', 'actor', '1607661', 'Ramanathan Sarathkumar is an Indian film actor, journalist, politician, the former president of the South Indian Film Artistes\' Association and former body builder. Sarathkumar has acted in more than 130 Tamil, Malayalam, Telugu and Kannada films. He can speak Tamil, Telugu, Malayalam, Kannada and English fluently.\r\n\r\nIn 1986, Sarathkumar started his acting career in the Telugu film Samajamlo Sthree. He first acted in negative roles, and later played minor roles before establishing himself as a lead actor in the subsequent years earning him the title Supreme Star in Tamil cinema. He has won two Tamil Nadu State Film Awards and three Filmfare Awards South.\r\n\r\nIn 2007, he launched a new political party All India Samathuva Makkal Katchi (AISMK) in Tamil Nadu claiming to carry out the ideals of K. Kamaraj. He is the former Member of Legislative Assembly of Tenkasi constituency. He served as the president of the Nadigar Sangam from 2006 to 2015 for three consecutive terms.', 'New Delhi, India', '1954-07-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:20', '2026-02-23 05:33:55'),
(258, 'Devika Satheesh', 'download_(31)_699be6eb75d9a.png', 'actor', '1607661', 'Actress', 'India', '2000-02-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:20', '2026-02-23 05:35:08'),
(259, 'Sreejith Ravi', 'download_(32)_699be75b3d722.png', 'actor', '1607661', 'Sreejith Ravi (born 19 May 1976) is an Indian actor who appears predominantly in Malayalam films and also in Tamil films. He is the son of actor T. G. Ravi.', 'India', '2000-02-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:20', '2026-02-23 05:38:33'),
(260, 'Thamarai Selvi', 'download_(28)_699be61e8728d.png', 'actor', '1607661', 'Actress', 'India', '2002-02-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:21', '2026-02-23 05:31:42'),
(261, 'Vaiyapuri', 'download_(29)_699be68aed1b7.png', 'actor', '1607661', 'Vaiyapuri is an Indian film actor who has worked in Tamil language films. He rose to fame by appearing in supporting roles in the late 1990s and early 2000s, often portraying supporting comedic characters.', 'Theni, Tamil Nadu, India', '1968-09-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:21', '2026-02-23 05:33:06'),
(262, 'Madhav Ramadasan', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1607661', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:36:21', '2026-02-23 04:36:21'),
(263, 'Bharati Achrekar', 'download_(24)_699be40313318.png', 'actor', '1608274', 'Actor', 'USA', '1957-10-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:13', '2026-02-23 05:22:31'),
(264, 'Neha Pendse', 'download_(25)_699be48aedcc9.png', 'actor', '1608274', 'Nehha Pendse is an Indian film and television actress. She was born & brought up in Mumbai & completed her schooling there. Nehha was introduced on India-based satellite television channel Zee Marathi’s Bhagyalakshami. Pendse has acted in Marathi, Tamil, Telugu, Malayalam, and Hindi films. She is a contestant on the popular reality show Bigg Boss in 2018.', 'Mumbai, Maharashtra, India', '1984-11-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:13', '2026-02-23 05:24:35'),
(265, 'Sonalee Kulkarni', 'download_(26)_699be4d4e7a45.png', 'actor', '1608274', 'Sonalee Kulkarni Benodekar is an Indian actress who mainly acts in Marathi and Hindi-language films. She is the recipient of several awards including two Filmfare Awards Marathi. She is noted for her lavani dance song, \"Apsara Aali\" in the Marathi film Natarang.', 'India', '1988-05-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:13', '2026-02-23 05:26:02'),
(266, 'Jaimini Pathak', 'download_(27)_699be533b89ba.png', 'actor', '1608274', 'Actor', 'India', '2000-02-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:13', '2026-02-23 05:27:48'),
(267, 'Pushkaraj Chirputkar', 'download_(23)_699be39d90b94.png', 'actor', '1608274', 'Director', 'New York', '2015-02-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:14', '2026-02-23 05:21:18'),
(268, 'Jeejivisha Kale', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1608274', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:14', '2026-02-23 04:38:14'),
(269, 'Nikhil Mahajan', 'https://image.tmdb.org/t/p/original/8bMfhsB7sjesVZfrnNq724lT6ko.jpg', 'director', '1608274', 'Nikhil Mahajan is a National Award Winning Filmmaker based in Mumbai, India. He is a graduate in film from The International Film School Sydney. Nikhil is a writer, producer and director. Pune 52 (2012) is his directorial debut.', NULL, '1984-07-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:38:14', '2026-02-23 04:38:14'),
(270, 'Melissa O\'Neil', 'download_(13)_699be091f0ed6.png', 'actor', '79744', 'Melissa Crystal O\'Neil (born July 12, 1988) is a Canadian actress and singer. She is known for her roles as Officer Lucy Chen on the ABC police procedural drama series The Rookie and Two / Rebecca / Portia Lin on the Syfy scifi series Dark Matter.\r\n\r\nIn 2005, she won the third season of Canadian Idol, the first Canadian female to have won.', 'Calgary, Alberta, Canada', '1988-07-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:40:57', '2026-02-23 05:07:37'),
(271, 'Eric Winter', 'download_(19)_699be29e74b53.png', 'actor', '79744', 'Eric Barrett Winter (born July 17, 1976) is an American actor and former fashion model. He has appeared in the television roles of Rex Brady on the NBC soap opera Days of Our Lives, FBI Special Agent Craig O\'Laughlin on the CBS drama series The Mentalist (2010–2012), Dash Gardiner on the Lifetime fantasy-drama series Witches of East End (2013–2014), and Sergeant Tim Bradford on the ABC drama The Rookie. His film appearances include Harold & Kumar Escape from Guantanamo Bay (2008) and The Ugly Truth (2009).', 'La Mirada, California, USA', '1976-07-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:40:57', '2026-02-23 05:16:22'),
(272, 'Alyssa Diaz', 'download_(21)_699be3140078c.png', 'actor', '79744', 'Alyssa Diaz was born on September 7, 1985, in the city of Northridge  (California), in the United States. Colombian and Mexican -  American descent, Alyssa studied at Bishop Alemany High School. She began acting at the beginning of the new millennium, participating in some episodes of various series such as \"CSI: Miami\" and \"The Brothers Garcia\",  \"American Family\". In 2005, she won the role of Celia Ortega on the popular soap opera \"As the World Turns\", in which she played for over 56 episodes.  She later had some recurring roles, such as the Mercedes Moretta on the television series \"Southland\" and was a guest artist at shows,  which include \"The Unit\", \"Greek\", \"CSI: New York\", \"Three Rivers\", \"Lie to me\" or \"law & order: Los Angeles (Law & Order: Los  Angeles)\". Alyssa is currently working on \"The Nine Lives of Chloe King\"  series which is broadcast by the ABC Family sign, and which plays the role of Jasmine, cousin of the protagonist Chloe King (Skyler Samuels),  who discovers that she belongs to an ancient race call the Mai, and has powers similar to the of a feline, including their nine lives. Alyssa,  that also filmed some short films and telefilms, participated in her first feature film in 2005, integrating the cast of the comedy \"How the  Garcia Girls Spent Their Summer\" starring America Ferrera. More recently filmed the horror \'Shark Night 3D\' movie (2011) which co-starred along with Sara Paxton and Dustin Milligan. Her latest work for this medium was in the action movie \"Red Dawn\", whose filming was completed recently and which has the lead of Chris Hemsworth,  Isabel Lucas, and Josh Hutcherson.', 'Northridge, Los Angeles, California, USA', '1985-09-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:40:57', '2026-02-23 05:18:18'),
(273, 'Mekia Cox', 'download_(11)_699be016246a8.png', 'actor', '79744', 'Mekia Cox is an actress, singer and dancer. She was a dancer in the Michael Jackson concert series This Is It and the related film Michael Jackson\'s This Is It.\r\n\r\nShe has had recurring roles on 90210, Undercovers, Once Upon a Time as Princess Tiana, Almost Human, Impastor, Secrets & Lies, and Chicago Med. She has a starring role on the ABC police drama The Rookie.', 'Saint Croix, U.S. Virgin Islands', '1981-11-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:40:58', '2026-02-23 05:05:33'),
(274, 'Peter Claffey', 'download_(8)_699bdf2936f59.png', 'actor', '224372', 'Peter Claffey (born 28 July 1996) is an Irish actor and former rugby union player, known for his role as Ser Duncan \'Dunk\' the Tall in the Game of Thrones prequel television series, A Knight of the Seven Kingdoms.', 'Portumna, County Galway, Ireland', '1996-07-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:27', '2026-02-23 05:01:38'),
(275, 'Dexter Sol Ansell', 'download_(9)_699bdf7991f2e.png', 'actor', '224372', 'Dexter Sol Ansell is a talented young performer who is making waves in the entertainment industry. Dexter has recently been cast as \"EGG\" in the Game of Thrones prequel, A Knight of the Seven Kingdoms; for HBO, written by George R R Martin. He has recently wrapped filming as Charlie in the book adaptation of Charlie and Me , (500 Miles) which is due to hit cinemas in 2026.\r\n\r\nDexter\'s acting journey began at the tender age of four after he was cast as Lucas Taylor in ITV\'s Emmerdale. Dexter then played the challenging role of \'David Saunders\' in the hit thriller series \'The Midwich Cuckoos\' for Sky. Dexter has also played \'Buster\' in the comedy feature film \'Christmas on Mistletoe Farm\', directed by Debbie Isitt and released on Netflix in November 2022. Further credits include the upcoming releases of feature films \'Here\', Directed by Bob Zemeckis, horror film \'The Moor\' and Channel 4\'s \'Hullraisers\', and he was thrilled to play Young Coriolanus Snow in the hugely-anticipated The Hunger Games prequel - The Hunger Games: The Ballad of Songbirds and Snakes. You can catch Dexter in the hit family adventure movie, Robin and The Hoods, as \'Little Dan\' now streaming on Sly Cinema.', 'Leeds, Yorkshire, England, UK', '2014-09-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:27', '2026-02-23 05:03:07'),
(276, 'Owen Harris', 'https://image.tmdb.org/t/p/original/cRmmAqvKQfnroB0KuzA0wCaypkg.jpg', 'director', '224372', '', 'UK', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:27', '2026-02-23 04:41:27'),
(277, 'Thomas Bentley', 'https://image.tmdb.org/t/p/original', 'director', '224372', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:27', '2026-02-23 04:41:27'),
(278, 'Mike Deedigan', 'https://image.tmdb.org/t/p/original/fys4h0JWECreo33B73JYp0OcZxE.jpg', 'director', '224372', '', 'Limerick, Ireland', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:28', '2026-02-23 04:41:28'),
(279, 'Niall McCloskey', 'https://image.tmdb.org/t/p/original/lRghuuXobNe67EXUVkLYXL2X4Ab.jpg', 'director', '224372', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:28', '2026-02-23 04:41:28'),
(280, 'Sam Halleron', 'https://image.tmdb.org/t/p/original', 'director', '224372', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:41:28', '2026-02-23 04:41:28'),
(281, 'Ellen Pompeo', 'ellen_pompe_699bddfaa9f2e.png', 'actor', '1416', 'Ellen Kathleen Pompeo is an American actress, best known for playing the series protagonist, Meredith Grey, on the ABC medical drama Grey\'s Anatomy. One of the world\'s highest paid actors since 2017, she has made multiple appearances on the Forbes’ year-end lists. Her accolades include a Screen Actors Guild Award and a nomination for a Golden Globe Award.', 'Everett, Massachusetts, USA', '1969-11-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:51:42', '2026-02-23 04:56:34'),
(282, 'Chandra Wilson', 'chandra_wilson_699bde3d96e39.png', 'actor', '1416', 'Chandra Danette Wilson (born August 27, 1969) is an American actress and director, best known as Dr. Miranda Bailey on the ABC television drama, Grey\'s Anatomy.\r\n\r\nDescription above from the Wikipedia article Chandra Wilson, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Houston, Texas, USA', '1969-08-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:51:42', '2026-02-23 04:57:42'),
(283, 'James Pickens Jr.', 'download_(6)_699bdea40eafd.png', 'actor', '1416', 'James Pickens, Jr. (born October 26, 1954) is an American actor. He is best known for his starring role as Dr. Richard Webber on the ABC drama television series Grey\'s Anatomy, and for his supporting role as Deputy Director Alvin Kersh on later seasons of the Fox Network science fiction series The X-Files.', 'Cleveland, Ohio, USA', '1954-10-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:51:42', '2026-02-23 04:59:22'),
(284, 'Caterina Scorsone', 'download_(7)_699bdedb5fa65.png', 'actor', '1416', 'Caterina Scorsone (born Caterina Reminy Scorsone on October 16, 1981) is a Canadian actress. She is best known for her role as Amelia Shepherd on Private Practice and for her role as Alice Hamilton in Alice.', 'Toronto, Ontario, Canada', '1981-10-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:51:42', '2026-02-23 05:00:17'),
(285, 'Camilla Luddington', 'download_(5)_699bddc8cf741.png', 'actor', '1416', 'Camilla Luddington (born 15 December 1983) is a British actress. Born and raised near London in Berkshire, England, her love of acting began when she started performing for her family and directing her younger brother at age 5. By 11 she had her first agent and appeared in local theatre productions. While continuing with theatre, she studied in the Theatre Arts program at the prestigious Italia Conti Academy in London, before coming to Hollywood in 2007.\r\n\r\nCamilla burst into the acting world in the iconic role of Kate Middleton in the Lifetime movie \"William and Kate.\" Airing the week of the Royal Wedding, the ratings were the second highest in Lifetime\'s history, and the movie proved to be a worldwide success. Luddington portrays another iconic woman, Lara Croft, in the video game \"Tomb Raider,\" produced by Crystal Dynamics. She was praised for giving \"Tomb Raider\" a much needed reboot. Within 48 hours of the game\'s release in March of 2013, it sold over 1 million copies. Luddington had a major recurring role opposite David Duchovny and Evan Handler on the critically acclaimed Showtime series, \"Californication,\" in 2012, portraying sweet English nanny Lizzie, an aspiring actress who would do whatever it takes to make it in L.A. In 2012 she also recurred on the award-winning HBO series \"True Blood,\" as Claudette, a fairy who helps protects Sookie (Anna Paquin) and educates her on the world of fairies.\r\n\r\nLuddington has appeared in various television series, including, \"The Defenders,\" \"CSI: Crime Scene Investigation,\" \"The Forgotten,\" Nickelodeon\'s \"Big Time Rush\" and \"Days of our Lives.\" She co-wrote, co-directed and appeared in a short comedy \"The Filming of Shakey Willis.\"\r\n\r\nLuddington currently resides in Los Angeles.', 'Ascot, Berkshire, England, UK', '1983-12-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 04:51:43', '2026-02-23 04:55:43'),
(286, 'Jared Padalecki', 'download_(10)_699bdfd62b141.png', 'actor', '1622', 'Jared Tristan Padalecki is an American actor. He is best known for playing the role of Sam Winchester in the TV series Supernatural. He rose to fame in the early 2000s after appearing on the television series Gilmore Girls as well as the films New York Minute and House of Wax, later starring in Friday the 13th.', 'San Antonio, Texas, USA', '1982-07-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:01:43', '2026-02-23 05:04:31'),
(287, 'Jensen Ackles', 'download_(12)_699be0539ff6a.png', 'actor', '1622', 'Jensen Ross Ackles (born March 1, 1978) is a European-American actor, producer, director and singer. He is most notable for his television role as Dean Winchester on the CW television series Supernatural. His other popular roles include Soldier Boy on the popular Amazon Prime original series The Boys, Eric Brady in Days of our Lives which earned him several Daytime Emmy Award nominations, Alec/X5-494 in Dark Angel, and Jason Teague in Smallville.', 'Dallas, Texas, USA', '1978-03-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:01:43', '2026-02-23 05:06:34'),
(288, 'Misha Collins', 'download_(14)_699be0d147db5.png', 'actor', '1622', 'Misha Collins (born Dmitri Tippens Krushnic on August 20, 1974) is an American actor, producer, director and New York Times Best-Selling author. He is best known for his role as the angel Castiel on the CW television series Supernatural and for his activism and philanthropy. He is the co-founder and board president of Random Acts, a non-profit organization, as well as the founder of GISH, The Greatest International Scavenger Hunt, known for their charity donations and Guinness World Records. His most recent projects include a poetry book titled \'Some Things I Still Can\'t Tell You\', being the host and executive producer of the PBS show \'Roadfood: Discovering America One Dish at a Time\',  and the fiction podcast \'Bridgewater\', where he is an executive producer and stars as Jeremy Bradshaw. He has been cast as Harvey Dent/Two-Face in the CW\'s upcoming DC show, Gotham Knights.', 'Boston, Massachusetts, USA', '1974-08-20', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:01:43', '2026-02-23 05:08:39'),
(289, 'Winona Ryder', 'download_(17)_699be19388a5b.png', 'actor', '66732', 'Winona Laura Horowitz (born October 29, 1971), known professionally as Winona Ryder, is an American actress. She is the recipient of several awards, including a Golden Globe Award, and has been nominated for two Academy Awards. She is known for taking on quirky roles in her earlier films, later playing more prominent roles in the 1990s.\r\n\r\nAfter Ryder\'s film debut in Lucas (1986), she gained attention with her performance in Tim Burton\'s Beetlejuice (1988). She further rose to prominence with major roles in Heathers (1989), Mermaids (1990), Edward Scissorhands (1990), and Bram Stoker\'s Dracula (1992). She garnered critical acclaim and two consecutive Academy Award nominations for her portrayals of socialite May Welland in Martin Scorsese\'s The Age of Innocence (1993) and Jo March in the fifth film adaptation of Little Women (1994). Her other films during this period were Reality Bites (1994), How to Make an American Quilt (1995), The Crucible (1996), Alien Resurrection (1997), Celebrity (1998), and Girl, Interrupted (1999), which she also executive-produced.\r\n\r\nIn 2002, Ryder starred in the critically panned box office hit Mr. Deeds, after which her career declined and she took a break from films. In 2009, she returned in the high-profile film Star Trek. In 2010, she was nominated for two Screen Actors Guild Awards: as the lead actress in the television film When Love Is Not Enough: The Lois Wilson Story and as part of the cast of Black Swan. She also reunited with Burton for Frankenweenie (2012). She has starred as Joyce Byers in the Netflix science fiction horror series Stranger Things (2016–2025), for which she has received Golden Globe and Screen Actors Guild nominations; and in 2020, she starred in the HBO drama miniseries The Plot Against America.\r\n\r\nHer relationship with Johnny Depp in the early 1990s and a 2001 arrest for shoplifting were both subjects of tabloid journalism. She has been open about her personal struggles with anxiety and depression. In 2000, Ryder received a star on the Hollywood Walk of Fame.', 'Winona, Minnesota, USA', '1971-10-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:53', '2026-02-23 05:11:56'),
(290, 'David Harbour', 'download_(20)_699be2d8b3ec4.png', 'actor', '66732', 'David Kenneth Harbour (born April 10, 1975) is an American actor. He has received nominations for a Tony Award, a Golden Globe Award, and two Primetime Emmy Awards. \r\n\r\nDavid began his career acting in Shakespearean theatre productions. After his professional debut on Broadway in the 1999 revival of The Rainmaker, he was nominated for a Tony Award for his performance in a production of Who\'s Afraid of Virginia Woolf?. He made his television debut on Law & Order in 1999 and had supporting roles in films such as Brokeback Mountain (2005), Revolutionary Road (2008) and Black Mass (2015).\r\n\r\nHarbour gained global recognition for his portrayal of Jim Hopper in the Netflix science fiction series Stranger Things (2016–2025), for which he received a Critics\' Choice Television Award as well as nominations for two Primetime Emmy Awards. His starring film roles include the title character in Hellboy (2019), Santa Claus in Violent Night (2022) and a former racer in the sports film Gran Turismo (2023). Harbour has played Red Guardian in the Marvel Cinematic Universe media franchise, beginning with the film Black Widow (2021).\r\n\r\nDescription above from the Wikipedia article David Harbour, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'New York City, New York, USA', '1975-04-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:53', '2026-02-23 05:17:19'),
(291, 'Millie Bobby Brown', 'https://image.tmdb.org/t/p/original/k9KGzGDVhXKfOGpoN62MNuXL28q.jpg', 'actor', '66732', 'Millie Bonnie Bongiovi (born 19 February 2004), a British actress, is professionally known as Millie Bobby Brown. She gained recognition for playing Eleven in the Netflix science fiction series Stranger Things (2016–2025), for which she received nominations for two Primetime Emmy Awards. Brown has starred in the monster film Godzilla: King of the Monsters (2019) and its sequel Godzilla vs. Kong (2021). She also starred in and produced the Netflix films Enola Holmes (2020), Enola Holmes 2 (2022), and Damsel (2024).\n\nIn 2018, Brown was featured in the Time 100 list of the world\'s most influential people and appointed a UNICEF Goodwill Ambassador, the youngest person ever selected for this position.', 'Marbella, Málaga, Andalusia, Spain', '2004-02-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:53', '2026-02-23 05:07:53'),
(292, 'Finn Wolfhard', 'download_(15)_699be10fbc72e.png', 'actor', '66732', 'Finn Wolfhard (born December 23, 2002) is a Canadian actor and musician. He gained recognition for playing Mike Wheeler in the Netflix series Stranger Things (2016–2025). His film roles include Richie Tozier in the film adaptation of Stephen King\'s horror novel It (2017) and its sequel It: Chapter Two (2019), Boris Pavlikovsky in the drama film The Goldfinch (2019), the voice of Pugsley Addams in The Addams Family (2019), and Trevor Spengler in the supernatural films Ghostbusters: Afterlife (2021) and Ghostbusters: Frozen Empire (2024). Wolfhard made his directorial debut with the comedy short film Night Shifts (2020).', 'Vancouver, British Columbia, Canada', '2002-12-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:09:43'),
(293, 'Gaten Matarazzo', 'download_(16)_699be14096a1e.png', 'actor', '66732', 'Gaetano John \"Gaten\" Matarazzo III (/ˈɡeɪtənˌmætəˈræzoʊ/ GAY-tən MAT-ə-RAZ-oh, Italian:[ɡaeˈtaːno mataˈrattso]; born September 8, 2002) is an American actor. He began his career on the Broadway stage as Benjamin in Priscilla, Queen of the Desert (2011–12) and Gavroche in Les Misérables (2014–15). Matarazzo gained recognition for playing Dustin Henderson in the Netflix science-fiction-horror drama series Stranger Things (2016–2025). He also hosted the Netflix show Prank Encounters (2019–2021). In 2022, he co-starred in the coming-of-age comedy film Honor Society. In the animated fantasy comedy film My Father\'s Dragon, he voiced Boris the Dragon.\r\n\r\nDescription above from the Wikipedia article Gaten Matarazzo, licensed under CC-BY-SA, is a full list of contributors on Wikipedia.', 'New London, Connecticut, USA', '2002-09-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:10:32'),
(294, 'Tudor Jones', 'https://image.tmdb.org/t/p/original', 'director', '66732', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:07:54'),
(295, 'David Champion', 'https://image.tmdb.org/t/p/original', 'director', '66732', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:07:54'),
(296, 'A.J. Bruno', 'https://image.tmdb.org/t/p/original', 'director', '66732', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:07:54'),
(297, 'Shawn Levy', 'https://image.tmdb.org/t/p/original/uZ40wDFzxPmzROJl9KxPgEGv9ME.jpg', 'director', '66732', 'Shawn Adam Levy (/ˈliːvaɪ/; born July 23, 1968) is a Canadian filmmaker and actor. He is the founder of 21 Laps Entertainment. His work has spanned numerous genres, and his films as a director have grossed $3.5 billion worldwide.\n\nFollowing early work as a television director, Levy gained recognition in the 2000s for directing comedy films like Big Fat Liar (2002), Just Married (2003), Cheaper by the Dozen (2003) and The Pink Panther (2006). He then found further success as the director of the first three films in the Night at the Museum film franchise (2006–14). In the early 2010s, he directed films including Date Night (2010), Real Steel (2011), and The Internship (2013), and developed several comedy television pilots. Executive produced the ABC sitcom Last Man Standing. Levy produced the 2016 sci-fi film Arrival, earning him an Academy Award nomination for Best Picture.\n\nSince 2016, Levy has been an executive producer on the Netflix original series Stranger Things. He has directed the third and fourth episodes of each of the show\'s four seasons and the Netflix limited series All the Light We CanNot See (2023). Levy has recently collaborated with Ryan Reynolds by directing Free Guy (2021), The Adam Project (2022), and Deadpool & Wolverine (2024), with the latter emerging as his highest-grossing film and the highest-grossing R-rated film of all time.\n\nDescription above from the Wikipedia article Shawn Levy, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Montreal, Quebec, Canada', '1968-07-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:07:54', '2026-02-23 05:07:54'),
(298, 'Peter Dinklage', 'peter_699be449e52eb.png', 'actor', '1399', 'Peter Hayden Dinklage (born June 11, 1969) is an American actor. Portraying Tyrion Lannister on the HBO television series Game of Thrones (2011–2019), Dinklage won the Primetime Emmy Award for Outstanding Supporting Actor in a Drama Series a record four times. He also received a Golden Globe Award in 2011 and a Screen Actors Guild Award in 2020 for the role.\r\n\r\nBorn in the Jersey Shore region of New Jersey, Dinklage studied acting at Bennington College, performing in a number of amateur stage productions. He made his film debut in the black comedy film Living in Oblivion (1995), and had his breakthrough with a starring role in the 2003 comedy-drama The Station Agent. His other films include Elf (2003), Lassie and The Baxter (both in 2005), Find Me Guilty (2006), Penelope (2006), Death at a Funeral (2007), The Chronicles of Narnia: Prince Caspian (2008), Death at a Funeral (2010), X-Men: Days of Future Past (2014), Three Billboards Outside Ebbing, Missouri (2017), The Hunger Games: The Ballad of Songbirds & Snakes (2023), and Wicked (2024). In 2018, he appeared as Eitri in the Marvel film Avengers: Infinity War, and as Hervé Villechaize in the biopic film My Dinner with Hervé. He also provided voice-acting for the video game Destiny, and in 2023, he voiced Scourge in Transformers: Rise of the Beasts. On television, he also starred in the series Dexter: Resurrection in 2025.\r\n\r\nDinklage has also performed in theater, with roles including the title character in Richard III (2003) at the Public Theatre, Rakitin in A Month in the Country (2015) at Classic Stage Company, and Cyrano de Bergerac in Cyrano at the Daryl Roth Theatre in 2019.  Description above is from the Wikipedia article Peter Dinklage.', 'Morristown, New Jersey, USA', '1969-06-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 05:23:31'),
(299, 'Kit Harington', 'download_(44)_699bea72abca6.png', 'actor', '1399', 'Christopher Catesby Harington (born 26 December 1986), known professionally as Kit Harington, is an English actor. He is best known for his role as Jon Snow in the HBO fantasy television series Game of Thrones (2011–2019), for which he received a Golden Globe nomination and two nominations for Primetime Emmy Awards and Critics\' Choice Television Awards.\r\n\r\nA graduate of the Royal Central School of Speech & Drama, Harington made his professional acting debut in 2009 with the lead role of Albert Narracott in the West End play War Horse. He has since returned to the West End, taking roles in productions of The Children\'s Monologues (2015), The Vote (2015), Doctor Faustus (2016), and True West (2018–2019). He portrayed the titular role in the revival of William Shakespeare\'s Henry V (2022). He starred in the London transfer of the Jeremy O. Harris play Slave Play (2024).\r\n\r\nHe developed, produced, and starred as Robert Catesby in the 2017 BBC drama series Gunpowder. He has also acted in the Amazon Prime Video romantic comedy anthology series Modern Love (2021), the Apple TV+ anthology series Extrapolations (2023), and the HBO/BBC One drama series Industry (2024). He has acted in films such as the historical action drama Pompeii (2014), the period drama Testament of Youth (2014), and the drama The Death and Life of John F. Donovan (2018). He portrayed Dane Whitman in the Marvel Cinematic Universe film Eternals (2021). He voiced Eret, a dragon hunter in the second and third films of the How to Train Your Dragon film series (2014–2019).\r\n\r\nDescription above from the Wikipedia article Kit Harington, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Worcester, Worcestershire, England, UK', '1986-12-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 05:49:45'),
(300, 'Nikolaj Coster-Waldau', 'download_(59)_699bee096d14b.png', 'actor', '1399', 'Nikolaj William Coster-Waldau (born 27 July 1970) is a Danish actor and producer. He graduated from the Danish National School of Performing Arts in Copenhagen in 1993, and had his breakthrough role in Denmark with the film Nightwatch (1994). He played Jaime Lannister in the HBO fantasy drama series Game of Thrones, for which he received two Primetime Emmy Award nominations for Outstanding Supporting Actor in a Drama Series.\r\n\r\nCoster-Waldau has appeared in numerous films in his native Denmark and Scandinavia, including Headhunters (2011) and A Thousand Times Good Night (2013). In the U.S, his debut film role was in the war film Black Hawk Down (2001), playing Medal of Honor recipient Gary Gordon. He then played a detective in the short-lived Fox television series New Amsterdam (2008), and appeared in the 2009 Fox television film Virtuality, originally intended as a pilot. He is a UNDP Goodwill Ambassador, drawing public attention to issues such as gender equality and climate change.', 'Rudkobing, Denmark', '1970-07-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 06:05:14'),
(301, 'Lena Headey', 'download_(60)_699bee870f700.png', 'actor', '1399', 'Lena Kathren Headey (born October 3, 1973) is a British actress. She gained international recognition and acclaim for her portrayal of Cersei Lannister on the HBO epic fantasy drama series Game of Thrones (2011–2019), for which she received five Primetime Emmy Award nominations and a Golden Globe Award nomination.\r\n\r\nHeadey made her film debut in the mystery drama Waterland (1992). She continued to work steadily in British and American films and on television, before gaining further recognition with her lead performances in the films The Brothers Grimm (2005) and 300 (2007). Her other film credits include The Remains of the Day (1993), The Jungle Book (1994), Mrs Dalloway (1997), Ripley\'s Game (2002), Imagine Me & You (2005), Dredd (2012), The Purge (2013), 300: Rise of an Empire (2014), Pride and Prejudice and Zombies (2016), and Fighting with My Family (2019).\r\n\r\nOutside of film, Headey starred as Sarah Connor in the science fiction television series Terminator: The Sarah Connor Chronicles (2008–2009) and had a recurring role as Amelia Hughes in the animated web series Infinity Train (2019–2021). She provided voices for the role-playing video game Risen (2009) and the video game tie-in film Kingsglaive: Final Fantasy XV (2016), as well as the animated series Danger Mouse (2015–2017) and Trollhunters (2017–2018), and puppet-animated series The Dark Crystal: Age of Resistance (2019).', 'Hamilton, Bermuda', '1973-10-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 06:07:09'),
(302, 'Emilia Clarke', 'download_(61)_699bef0d1131e.png', 'actor', '1399', 'Emilia Isobel Euphemia Rose Clarke, MBE (born 23 October 1986), is an English actress. She is best known for her role as Daenerys Targaryen in the HBO fantasy series Game of Thrones (2011–2019), for which she received nominations for four Primetime Emmy Awards. She is also known for playing Sarah Connor in the science fiction film Terminator: Genisys (2015) and Qi\'ra in the Star Wars film Solo: A Star Wars Story (2018), as well as starring in the romantic dramas Me Before You (2016) and Last Christmas (2019).\r\n\r\nClarke studied at Drama Centre London, appearing in a number of stage productions. Her television debut was a guest appearance in the 2009 BBC One medical soap opera Doctors, at age 22. Clarke made her Broadway debut as Holly Golightly in the play Breakfast at Tiffany\'s (2013) and played Nina in a West End production of The Seagull that was suspended due to the COVID-19 lockdowns. She also had a role named G\'iah in the Marvel Cinematic Universe miniseries, Secret Invasion (2023).\r\n\r\nDescription above from the Wikipedia article Emilia Clarke, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'London, England, UK', '1986-10-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 06:09:24'),
(303, 'David Nutter', 'https://image.tmdb.org/t/p/original/obyikiv6rf8hgwUKJKRJdMT3YEK.jpg', 'director', '1399', 'David Nutter (born 1960) is an American television and film director and television producer. He is best known for directing pilot episodes for television. In 2015, he received a Primetime Emmy Award for Outstanding Directing for a Drama Series, for his work on the HBO series Game of Thrones. He is also known for The Pacific (2010) and Space: Above and Beyond (1995).', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 05:22:24'),
(304, 'Miguel Sapochnik', 'https://image.tmdb.org/t/p/original/jlZGTjiifvvFDoEtlwrKz7QxuJS.jpg', 'director', '1399', 'Miguel Sapochnik is an English film and television director and former storyboard artist. He is best known as the director of the feature Repo Men and HBO series Game of Thrones, as well as for his work on several other U.S. television series (Awake, Fringe, House, Mind Games).', 'Hammersmith, London, England, UK', '1974-01-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:24', '2026-02-23 05:22:24'),
(305, 'Christopher Newman', 'https://image.tmdb.org/t/p/original/ih2QUcObX8Xaq9GailAUSf5B1hg.jpg', 'director', '1399', '', 'Tripoli, Lebanon', '1955-04-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:22:25', '2026-02-23 05:22:25'),
(306, 'Grant Gustin', 'download_(58)_699bed798ae0f.png', 'actor', '60735', 'Thomas Grant Gustin (born January 14, 1990) is an American actor and singer. He is best known for his roles as Barry Allen / The Flash on the CW series The Flash as part of the Arrowverse television franchise, and for his role as Sebastian Smythe on the Fox series Glee.\r\n\r\nDescription above from the Wikipedia article Grant Gustin, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Norfolk, Virginia, USA', '1990-01-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:58', '2026-02-23 06:02:40'),
(307, 'Candice Patton', 'download_(39)_699be95fb491f.png', 'actor', '60735', 'Raised in Plano, Texas, Candice continued her childhood dream of becoming an actress by attending Southern Methodist University in Dallas where she graduated Summa Cum Laude with a B.F.A in Theatre. It was here that she was scouted by The Young and the Restless for a CBS Soap Star Contest and flew out to Los Angeles to briefly join the cast. Candice finished her college education at SMU and moved to Los Angeles shortly after.', 'Jackson, Mississippi, USA', '1985-06-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:59', '2026-02-23 05:45:11'),
(308, 'Danielle Panabaker', 'download_(41)_699be9bfa0421.png', 'actor', '60735', 'Danielle Nicole Panabaker (born September 19, 1987) is a European-American businesswoman, entrepreneur and actress. She began acting as a teenager and came to prominence for her roles in the Disney films Stuck in the Suburbs (2004), Sky High (2005) and Read It and Weep (2006), and in the HBO miniseries Empire Falls (2005). She won three Young Artist Awards: for guest-starring in an episode of the legal drama television series The Guardian (2004), for her lead role in the TV film Searching for David\'s Heart (2005) and for her ensemble performance in the family comedy film Yours, Mine & Ours (2005).\r\n\r\nPanabaker came to wider attention as a cast member in the CBS legal drama series Shark (2006–2008) and is also noted as a scream queen, having starred in the psychological thriller Mr. Brooks (2007) and the horror films Friday the 13th (2009), The Crazies (2010), John Carpenter\'s The Ward (2010) and Piranha 3DD (2012).\r\n\r\nAfter starring in recurring roles on Necessary Roughness (2011–2013), Bones (2012–2013) and Justified (2014), Panabaker guest-starred as Caitlin Snow on The CW television series Arrow in April 2014. The character was then spun off into the main cast of The Flash which premiered that October. Starting with the series\' second season, Panabaker began playing the character\'s alter ego Killer Frost in different capacities, in conjunction with her role as Snow, leading to subsequent guest appearances on Arrow, Supergirl and Legends of Tomorrow. For her role on The Flash as Frost, Panabaker has been nominated for five Teen Choice Awards and won the 2021 Saturn Award for Best Supporting Actress on Television.', 'Augusta, Georgia, USA', '1987-09-19', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:59', '2026-02-23 05:46:46'),
(309, 'Danielle Nicolet', 'download_(43)_699bea1c6ddb9.png', 'actor', '60735', 'Ngozi Ojo  (born November 24, 1973) is a European-American television and film actress.', 'Ashtabula, Ohio, USA', '1973-11-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:59', '2026-02-23 05:48:20'),
(310, 'Kayla Compton', 'download_(57)_699bed3481bff.png', 'actor', '60735', 'Kayla Compton moved to Los Angeles to pursue her longtime dream of acting and singing. She quickly had success and played Monica on the HBO hit, \"Entourage.\" She also appeared on TNT\'s \"Perception.\" In KING\'S FAITH, she plays Natalie, the popular high school cheerleader with a past she is trying to hide. Raised in Jacksonville, Florida, Kayla has wanted to be a performer since she was a young girl. Singing was her main passion until her drama teacher in high school told her she should really look into acting, a craft she quickly fell in love with.', 'Salinas, California, United States', '1990-02-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:59', '2026-02-23 06:01:33');
INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(311, 'Vanessa Parise', 'https://image.tmdb.org/t/p/original/m40XTEkOP4JRKBG9erXP2XElPnI.jpg', 'director', '60735', 'Vanessa Parise is a director, actor, and writer. Named one of \"Ten Female Directors Breaking Stereotypes\" by SheKnows, Vanessa grew up one of five children in a large, extended, Italian-Columbian-Jewish family, which inspired Kiss the Bride (2002). Parise is a dual citizen of the US and Canada.', 'New York, New York, USA', '1970-07-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:28:59', '2026-02-23 05:28:59'),
(312, 'Paul Wesley', 'download_(33)_699be85869b92.png', 'actor', '18165', 'Paul Thomas Wasilewski  known professionally as Paul Wesley, is an American actor, writer, director and producer. In addition to English, he also speaks Polish, having spent four months of every year in Poland until the age of 16.\r\n\r\nHis television debut was on the now-defunct soap, NBC\'s Another World where he portrayed the character of \'Sean McKinnon\'. In 2001, Wesley, then credited as Paul Wasilewski, was one of the main cast members of the short-lived CBS television series Wolf Lake, playing the role of Luke Cates. \r\n\r\nWesley has also had a number of roles in television shows such as 24, 8 Simple Rules, American Dreams, Army Wives, Cane, Everwood, Guiding Light, Smallville, and The O.C.. He is best known for starring as Stefan Salvatore on the supernatural drama series The Vampire Diaries, as well as his role as James T. Kirk in the Paramount+ original series Star Trek: Strange New Worlds.\r\n\r\nThroughout the years, he has also appeared in a variety of films. He appeared in the 2008 CBS television film The Russell Girl, and had the lead role in the 2007 ABC Family miniseries Fallen and its\' sequels.', 'New Brunswick, New Jersey, USA', '1982-07-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:35:26', '2026-02-23 05:40:48'),
(313, 'Ian Somerhalder', 'download_(34)_699be89418855.png', 'actor', '18165', 'Ian Somerhalder (born December 8, 1978) is an American model, former actor and producer and founder of the Ian Somerhalder Foundation. He is best known for playing Damon Salvatore in The Vampire Diaries and Boone Carlyle in Lost.', 'Covington, Louisiana, USA', '1978-12-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:35:26', '2026-02-23 05:41:46'),
(314, 'Kat Graham', 'download_(35)_699be8cad1cab.png', 'actor', '18165', 'Katerina Alexandre Hartford Graham (born September 5, 1989) is a Swiss-born American actress, model, singer and dancer. She is known for her role as Bonnie Bennett on The CW supernatural drama The Vampire Diaries (2009–2017).\r\n\r\nHer film credits include The Parent Trap (1998), 17 Again (2009), The Roommate (2011), Honey 2 (2011), Addicted (2014), and All Eyez on Me (2017). In music, she was previously signed to A&M/Octone and Interscope Records, and has released two extended plays and two studio albums.\r\n\r\nDescription above from the Wikipedia article Kat Graham, licensed under CC-BY-SA, full list of contributors on Wikipedia', 'Geneva, Switzerland', '1989-09-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:35:26', '2026-02-23 05:42:42'),
(315, 'Candice King', 'download_(37)_699be9189e4fd.png', 'actor', '18165', 'Candice Rene King (née Accola, born May 13, 1987) is an American actress and singer. She is best known for her role as Caroline Forbes in The CW supernatural drama series The Vampire Diaries and her recurring role as the same character on the spin-off series The Originals and Legacies.\r\n\r\nIn December 2006, King released her debut album, It\'s Always the Innocent Ones, independently in the United States. King toured as a backing singer for Miley Cyrus\'s Best of Both Worlds Tour. She appeared as herself in the 2008 3D concert film Hannah Montana & Miley Cyrus: Best of Both Worlds Concert.\r\n\r\nAccola had guest appearances in a number of television series such as How I Met Your Mother, Supernatural, Drop Dead Diva, and The Oriville.', 'Houston, Texas, USA', '1987-05-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:35:26', '2026-02-23 05:44:00'),
(316, 'Zach Roerig', 'download_(40)_699be9933b3bf.png', 'actor', '18165', 'Zach Roerig (born February 22, 1985) is an American actor who is best known for roles of Casey Hughes on As the World Turns, Hunter Atwood on One Life to Live and Matt Donovan on The Vampire Diaries.', 'Montpelier, Ohio, United States', '1985-02-22', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:35:26', '2026-02-23 05:46:02'),
(317, 'Ruth Gemmell', 'download_(47)_699beae935c7b.png', 'actor', '91239', 'Ruth Katrin Gemmell (born October 1967) is a British actress. She is known for portraying the role of Lady Violet Bridgerton in the Netflix period drama series Bridgerton.', 'Bristol, England, UK', '2000-02-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:46:48', '2026-02-23 05:52:03'),
(318, 'Luke Thompson', 'download_(48)_699beb338d2df.png', 'actor', '91239', 'Luke Thompson (born 4 July 1988) is an English actor. He is best known for his role as Benedict, the second Bridgerton child, in the Netflix period drama Bridgerton (2020–present).\r\n\r\nHe debuted in 2013 as Lysander in A Midsummer Night\'s Dream at the Globe Theatre, earning him Ian Charleson and Evening Standard Theatre Award nominations. He also appeared in the BBC One drama In The Club (2014–2016).', 'Southampton, England, UK', '1988-07-04', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:46:48', '2026-02-23 05:52:58'),
(319, 'Yerin Ha', 'download_(49)_699beb6217d1d.png', 'actor', '91239', 'Yerin Ha (born 26 June 1995) is an Australian actress. She is known for her roles in the Paramount+ series Halo (2022–2024) and the Stan miniseries Bad Behaviour (2023). She was named a 2021 rising star by the Casting Guild of Australia (CGA).', 'Sydney, Australia', '1995-06-26', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:46:48', '2026-02-23 05:53:45'),
(320, 'Luke Newton', 'download_(56)_699beccbb4640.png', 'actor', '91239', 'Luke Newton is an English actor, known for his roles as Luke Attwood on the BBC drama \'The Cut\' and Ben Evans on the Disney Channel series \'The Lodge\'. In 2020, Newton is set to begin portraying the role of Colin Bridgerton on the Netflix\'s series \'Bridgerton\'.', 'Worthing, England, UK', '1993-02-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:46:48', '2026-02-23 05:59:46'),
(321, 'Claudia Jessie', 'download_(46)_699beab3acd57.png', 'actor', '91239', 'Claudia Jessie Peyton (born October 30, 1989) is an English actress. She is known for her roles in the third series of the BBC One police procedural WPC 56 (2015) and as Eloise, the fifth Bridgerton child, in the Netflix period drama Bridgerton (2020–present). She also had roles in series 4 of Line of Duty (2017), the Dave sitcom Porters (2017–2019) and the ITV miniseries Vanity Fair (2018).', 'Moseley, Birmingham, England, UK', '1989-10-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:46:49', '2026-02-23 05:50:55'),
(322, 'Ben Browder', 'download_(55)_699bec7ed3f07.png', 'actor', '4629', 'Robert Benedic \"Ben\" Browder (born December 11, 1962) is an American actor and writer, best known for his roles as John Crichton in Farscape and Cameron Mitchell in Stargate SG-1.\r\n\r\nDescription above from the Wikipedia article Ben Browder, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Memphis, Tennessee, USA', '1962-12-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:53:12', '2026-02-23 05:58:29'),
(323, 'Amanda Tapping', 'download_(51)_699bebadcc6af.png', 'actor', '4629', 'Amanda Tapping (born 28 August 1965 in Rochford, Essex) is an English-born Canadian actress, producer and director. She is best known for portraying Samantha Carter in the Canadian-American military science fiction television series Stargate SG-1 and Stargate Atlantis.', 'Rochford, Essex, England, UK', '1965-08-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:53:13', '2026-02-23 05:55:04'),
(324, 'Christopher Judge', 'download_(52)_699bebe599322.png', 'actor', '4629', 'Christopher Judge (born October 13, 1964) is an American actor best known for playing Teal\'c in the Canadian-American military science fiction television series Stargate SG-1, and has done voice acting for animated series and video games. He attended the University of Oregon on a football scholarship and was a Pacific Ten Conference player.', 'Los Angeles, California, USA', '1964-10-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:53:13', '2026-02-23 05:55:56'),
(325, 'Michael Shanks', 'download_(53)_699bec1aabb9d.png', 'actor', '4629', 'From Wikipedia, the free encyclopedia.\r\n\r\nMichael Garrett Shanks (born December 15, 1970) is a Canadian actor who achieved fame for his role as Dr. Daniel Jackson in the long-running Canadian-American military science fiction television series Stargate SG-1.\r\n\r\nDescription above from the Wikipedia article Michael Shanks, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Vancouver, British Columbia, Canada', '1970-12-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:53:13', '2026-02-23 05:56:49'),
(326, 'Claudia Black', 'download_(54)_699bec4f68703.png', 'actor', '4629', 'Claudia Lee Black is an Australian actress and voice actress, best known for her portrayals of Aeryn Sun in Farscape, Vala Mal Doran in Stargate SG-1 and Sharon \"Shazza\" Montgomery in the film Pitch Black. She has had prominent roles in video games, such as Chloe Frazer in Uncharted, Morrigan in Dragon Age, Admiral Daro\'Xen and Matriarch Aethyta in Mass Effect and Samantha Byrne in Gears of War 3, Gears of War 4, and Gears of War 5. She also had a recurring role as Dahlia in The Originals and starred as Dr. Sabine Lommers in The CW\'s Containment.  Black was born and raised in a Jewish family in Sydney, New South Wales, Australia. She studied at the Anglican Kambala School, in Sydney. She has lived in Australia, New Zealand, Spain, the United Kingdom, Canada and the United States. Her parents are Australian medical academics Jules and Judy Black.\r\n\r\nSince 2007, Black has been a prolific video game voice actress. She has gained particular attention for her work with BioWare\'s Dragon Age and Mass Effect series. Her son Odin Black voiced her Dragon Age character\'s son in Dragon Age: Inquisition. She also played Chloe Frazer in the Uncharted series.\r\n\r\nIn 2014 she voices the vendor Tess Everis in the game Destiny and again in 2017 for Destiny 2 and she she had a voice-over role in Rick and Morty as Ma-Sha in the episode \"Rasing Gazorpaso\". In 2016, she appeared in Call of Duty: Infinite Warfare as Engineer Audrey \"Mac\" MaCallum and n 2008, she narrated the audiobook \"Swallowing Darkness\" by Laurell K. Hamilton.\r\n\r\nThis page is based on a Wikipedia article written by contributors. Text is available under the CC BY-SA 4.0 license; additional terms may apply.', 'Sydney, New South Wales, Australia', '1972-10-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 05:53:13', '2026-02-23 05:57:44'),
(327, 'Ed O\'Neill', 'download_(62)_699bef3c9a06b.png', 'actor', '1421', 'Edward Leonard O\'Neill (born April 12, 1946) is an American actor, comedian, and former football player. His best-known roles are Al Bundy on Married... with Children (1987–1997) and Jay Pritchett on Modern Family (2009–2020). Over his career, he has earned four Screen Actors Guild Awards as well as nominations for three Primetime Emmy Awards and two Golden Globe Awards.', 'Youngstown, Ohio, USA', '1946-04-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:55', '2026-02-23 06:10:12'),
(328, 'Sofía Vergara', 'download_(63)_699bef7955a33.png', 'actor', '1421', 'Sofía Margarita Vergara Vergara (born July 10, 1972) is a Colombian and American actress and model. She was the highest paid actress in American television from 2013 to 2020.\r\n\r\nVergara rose to prominence while co-hosting two television shows for Spanish-language television network Univision in the late 1990s. Her first notable acting job in English was in the film Chasing Papi (2003). She subsequently appeared in Four Brothers (2005) and Tyler Perry\'s comedies Meet the Browns (2008) and Madea Goes to Jail (2009), receiving an ALMA Award nomination for the latter. In 2009, she began playing Gloria Delgado-Pritchett in the ABC comedy series Modern Family for which she was nominated for four Golden Globe Awards, four Primetime Emmy Awards, and eleven Screen Actors Guild Awards.\r\n\r\nVergara has also had roles in the films The Smurfs (2011), New Year\'s Eve (2011), The Three Stooges (2012), Machete Kills (2013), Fading Gigolo (2013), Chef (2014), and Hot Pursuit (2015). She also had voice-over roles in the animated films Happy Feet Two (2011), Escape from Planet Earth (2013), and The Emoji Movie (2017). Vergara was also the highest-paid Hollywood actress in 2020. Since 2020, Vergara has been a judge on America\'s Got Talent.', 'Barranquilla, Colombia', '1972-07-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:55', '2026-02-23 06:12:21'),
(329, 'Julie Bowen', 'download_(64)_699beff9a55e9.png', 'actor', '1421', 'Julie Bowen Luetkemeyer (born March 3, 1970) is an American actress. She is best known for her role as Claire Dunphy on the sitcom Modern Family, Carol Vessey on Ed, and Denise Bauer on Boston Legal.\r\n\r\nShe began her acting career in the soap opera Loving in 1992. In 1994, she played the lead role opposite Paul Rudd, in the television film Runaway Daughters. Throughout the 90s and early 2000s, she had roles in numerous films including Happy Gilmore (1996), An American Werewolf in Paris (1997), Joe Somebody (2001) and Kids in America (2005). She gained recognition on the television series Ed, where she played high school English teacher Carol Vessey, the love interest of of the series\' protagonist, Ed Stevens.\r\n\r\nShe has had guest roles in many television series including Party of Five, Jake in Progress, ER and Strange Luck. In the cult series Lost, she played Jack Shepard\'s ex-wife, Sarah Shepard. In 2008, she had a recurring role as Lisa, the love interest of the almost legal Silas Botwin on Weeds. Since 2009, she co-starred in the hit ABC sitcom Modern Family. For her portrayal of the competitive and lovable soccer mom, Claire Dunphy, she received four Primetime Emmy Award nominations for Outstanding Supporting Actress in a Comedy Series, winning the award in 2011 and 2012.', 'Baltimore, Maryland, USA', '1970-03-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:55', '2026-02-23 06:13:21'),
(330, 'Ty Burrell', 'https://image.tmdb.org/t/p/original/zXrrbvW2ZKHYHbhujDj8aBlO4yx.jpg', 'actor', '1421', 'Ty Burrell (born August 22, 1967) is an American actor and comedian. He is best known for his starring role on Modern Family.', 'Grants Pass, Oregon, USA', '1967-08-22', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:55', '2026-02-23 06:07:55'),
(331, 'Jesse Tyler Ferguson', 'https://image.tmdb.org/t/p/original/knbeM2O5YCdaxHfR7hBRsBDNOct.jpg', 'actor', '1421', 'Jesse Tyler Ferguson is an American actor and Tony Award winner. He\'s best known for his role as Mitchell Pritchett on the sitcom Modern Family from 2009 to 2020. For his performance, he received five consecutive Primetime Emmy nominations for Outstanding Supporting Actor in a Comedy Series. Ferguson has also won an Outer Critics Circle Award for his role in Take Me Out. Since Modern Family ended in 2020, Ferguson has continued his Hollywood career.', 'Missoula, Montana, USA', '1975-10-22', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:55', '2026-02-23 06:07:55'),
(332, 'Iwona Sapienza', 'https://image.tmdb.org/t/p/original/yL6TzbgdgyP9S8lQcqK6HIWWB2n.jpg', 'director', '1421', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:07:56', '2026-02-23 06:07:56'),
(333, 'Michael C. Hall', 'download_(67)_699bf0b3a8dc4.png', 'actor', '1405', 'Michael C. Hall (born February 1, 1971) is an American actor whose television roles include David Fisher on the HBO drama series Six Feet Under and Dexter Morgan on the Showtime series Dexter. In 2009, Hall won a Golden Globe award and a Screen Actors Guild Award for his role in Dexter.\r\n\r\nSince the original show ended in 2013 after running for eight seasons, there have been three Dexter continuations: a sequel miniseries in 2021 titled Dexter: New Blood, a 2024 prequel series Dexter: Original Sin, and a direct New Blood follow-up, Dexter: Resurrection, in 2025.', 'Raleigh, North Carolina, USA', '1971-02-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:12:40', '2026-02-23 06:16:30'),
(334, 'Jennifer Carpenter', 'https://image.tmdb.org/t/p/original/sQeNgRFfCjt3EHMuaJBm8jRCLgw.jpg', 'actor', '1405', 'Jennifer Carpenter (born December 7, 1979) is an American actress. She garnered wide attention for her role as the titular character in the supernatural horror film The Exorcism of Emily Rose (2005), which established her as a scream queen. She rose to prominence for playing Debra Morgan in the crime drama series Dexter (2006–2013), which she reprised in the miniseries Dexter: New Blood (2021–2022). Her accolades include a MTV Movie Award and a Saturn Award, in addition to nominations for a Critics\' Choice Television Award and four Screen Actors Guild Awards.\n\nCarpenter\'s television roles beyond Dexter include Rebecca Harris in the comedy drama series Limitless (2015–2016) and Erica Shephard in the drama series The Enemy Within (2019). Her film roles include Angela Vidal in the found footage horror film Quarantine (2008) and Sonya Blade in the direct-to-video Mortal Kombat films Scorpion\'s Revenge (2020) and Battle of the Realms (2021).\n\nCarpenter was born in Louisville, Kentucky, the daughter of Catherine (née Mitchell) and Robert Carpenter. She attended St. Raphael the Archangel and then Sacred Heart Academy. She trained at the Walden Theatre Conservatory program, and later at New York City\'s Juilliard School (Drama Division Group 31: 1998–2002).\n\nBefore graduation, she was cast in the 2002 Broadway revival of Arthur Miller\'s The Crucible starring Liam Neeson and Laura Linney.', 'Louisville, Kentucky, USA', '1979-12-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:12:40', '2026-02-23 06:12:40'),
(335, 'Geoff Pierson', 'https://image.tmdb.org/t/p/original/vIhxKBwqV19CwHdPuycmkchYOba.jpg', 'actor', '1405', 'Geoff Pierson (born June 16, 1949) is an American actor known for his role on The WB series Unhappily Ever After as Jack Malloy, the father of a dysfunctional family whose best friend is a stuffed animal rabbit named Mr. Floppy. He is also known for his roles on the soap opera Ryan\'s Hope, and the series Dexter.\n\nFrom Wikipedia, the free encyclopedia.', 'Chicago, Illinois, USA', '1949-06-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:12:40', '2026-02-23 06:12:40'),
(336, 'David Zayas', 'download_(65)_699bf03d79cb8.png', 'actor', '1405', 'David Zayas (born August 15, 1962) is a Puerto Rican theatrical, film, and television actor. He is best known for his roles as Angel Batista on Showtime\'s series Dexter and as Enrique Morales on the HBO prison drama Oz. Since 1998, Zayas has been married to actress Liza Colón-Zayas; he portrays the husband of her character on The Bear (2022 - present).', 'Puerto Rico', '1962-08-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:12:41', '2026-02-23 06:14:33'),
(337, 'James Remar', 'download_(66)_699bf084401d6.png', 'actor', '1405', 'William James Remar (born December 31, 1953) is an American actor. Some of his best known film roles are as Ajax in The Warriors (1979), as homicidal maniac Albert Ganz in 48 Hrs. (1982), as Dutch Schultz in The Cotton Club (1984), and as Lord Raiden in Mortal Kombat: Annihilation (1997). He has had smaller roles in many other notable films, including Drugstore Cowboy (1989), Boys on the Side (1995), Judge Dredd (1995), Psycho (1998), What Lies Beneath (2000), 2 Fast 2 Furious (2002), Blade: Trinity (2004), Ratatouille (2007), Pineapple Express (2008), RED (2010), X-Men: First Class (2011), Django Unchained (2012), Once Upon a Time in Hollywood (2019), Oppenheimer (2023), and Megalopolis (2024). He was originally cast as Corporal Hicks in Aliens (1986) before being replaced by Michael Biehn.\r\n\r\nOn television, Remar\'s recurring roles include Richard Wright, the on-off tycoon boyfriend of Samantha in Sex and the City (2001 - 2004), Harry Morgan in Dexter (2006 - 2013) and Dexter: Resurrection (2025 - present), the voice of Vilgax in Ben 10 (2009 - 2012), Tonraq in The Legend of Korra (2013 - 2014), and Peter Gambi in Black Lightning (2018 - 2021). He also voices Executor Hideo in the Destiny video game series.\r\n\r\nRemar has been married to Atsuko Remar since 1984. They have two children.', 'Boston, Massachusetts, USA', '1953-12-31', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:12:41', '2026-02-23 06:15:44'),
(338, 'Freddie Highmore', 'https://image.tmdb.org/t/p/original/sRBhrWsGLkudjRuHYJBnFftAkh7.jpg', 'actor', '71712', 'Alfred Thomas Highmore (born February 14, 1992) is an English actor. He is known for his starring roles beginning as a child, in the films Finding Neverland (2004), Charlie and the Chocolate Factory (2005), August Rush (2007), and The Spiderwick Chronicles (2008). He won two consecutive Critics\' Choice Movie Awards for Best Young Performer.\n\nHighmore starred as Norman Bates in the drama-thriller series Bates Motel (2013–2017), for which he was nominated three times for the Critics\' Choice Television Award for Best Actor in a Drama Series and won a People\'s Choice Award. In 2017, Highmore began producing and starring as Dr. Shaun Murphy in the ABC drama series The Good Doctor, for which he was nominated for the Golden Globe Award for Best Actor.', 'London, England, UK', '1992-02-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:15:59', '2026-02-23 06:15:59'),
(339, 'Fiona Gubelmann', 'https://image.tmdb.org/t/p/original/c80VyX8RyupJXb7EqTxHNHtN4Cn.jpg', 'actor', '71712', 'Fiona Gubelmann is an American actress. She starred as Jenna in the 2011–2014 FX comedy series Wilfred, and as starred as Dr. Morgan Reznick in the ABC medical drama The Good Doctor.', 'Los Angeles County, California, USA', '1980-03-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:15:59', '2026-02-23 06:15:59'),
(340, 'Will Yun Lee', 'download_(68)_699bf0f519ba4.png', 'actor', '71712', 'William Yun Lee is an American actor and martial artist. He is best known for his roles as Danny Woo in the supernatural drama Witchblade and Jae Kim in the sci-fi series Bionic Woman. He has also appeared in the films Die Another Day, Elektra and The Wolverine.', 'Arlington County, Virginia, USA', '1971-03-22', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:16:00', '2026-02-23 06:17:40'),
(341, 'Christina Chang', 'download_(69)_699bf137380b9.png', 'actor', '71712', 'Christina Chang is an American actress, who has appeared in 24, CSI: Miami, Nashville, and The Good Doctor.', 'Taipei, Taiwan', '1971-06-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:16:00', '2026-02-23 06:18:42'),
(342, 'Paige Spara', 'https://image.tmdb.org/t/p/original/elcx21E3X5xBjW31gXBJnWTSvYX.jpg', 'actor', '71712', 'Paige Spara is an American actress best known for her main roles as Audrey Piatigorsky in the ABC Family sitcom Kevin from Work and Lea Dilallo in the ABC medical drama The Good Doctor.', 'Washington, Pennsylvania, USA', '1989-08-09', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:16:00', '2026-02-23 06:16:00'),
(343, 'Mike Listo', 'https://image.tmdb.org/t/p/original/5fbVFsobCvTgC14WQkPI1O3knsk.jpg', 'director', '71712', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:16:00', '2026-02-23 06:16:00'),
(344, 'Tom Ellis', 'https://image.tmdb.org/t/p/original/zhjIyqpk5bsYgxsh5bSeS6VZtHm.jpg', 'actor', '63174', 'Tom Ellis is a Welsh actor. He became known for playing Dr. Oliver Cousins in the BBC soap opera \"EastEnders\" and Gary Preston in the BBC One sitcom Miranda (2009–2015), then achieved wider recognition for his role as Lucifer Morningstar in the Fox/Netflix urban fantasy series Lucifer (2016–2021) and the Arrowverse franchise crossover \"Crisis on Infinite Earths\" (2019). Other notable roles include Justyn in Channel 4\'s \"No Angels\" and Thomas Milligan in the series three finale of the British science-fiction television programme \"Doctor Who\".', 'Cardiff, Wales, UK', '1978-11-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:10', '2026-02-23 06:20:10'),
(345, 'Lauren German', 'https://image.tmdb.org/t/p/original/if1TbO8dSfPiDCMfy52nH7A2D7.jpg', 'actor', '63174', 'Lauren Christine German is an American actress. She had her first major role in the 2002 romantic drama film A Walk to Remember, followed by roles in the horror films The Texas Chainsaw Massacre and Hostel: Part II.', 'Huntington Beach, California, USA', '1978-11-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:10', '2026-02-23 06:20:10'),
(346, 'Kevin Alejandro', 'https://image.tmdb.org/t/p/original/bh4aQqP7kJzL2Ls9tj5OmhsBlqi.jpg', 'actor', '63174', 'Kevin Alejandro is an American actor.', 'San Antonio, Texas, USA', '1976-04-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:10', '2026-02-23 06:20:10'),
(347, 'D. B. Woodside', 'https://image.tmdb.org/t/p/original/xdyGewr108rQWojpYlKw2QjrxCz.jpg', 'actor', '63174', 'David Bryan \"D.B.\" Woodside (born July 25, 1969) is an American actor. He is perhaps best known for his portrayal of White House Chief of Staff (and later President) Wayne Palmer on the FOX action/drama series 24. Additionally, he is noted for his roles as bass singer Melvin Franklin in the NBC miniseries The Temptations, and as Robin Wood on the WB/UPN series Buffy the Vampire Slayer.', 'Queens, New York USA', '1969-07-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:11', '2026-02-23 06:20:11'),
(348, 'Lesley-Ann Brandt', 'https://image.tmdb.org/t/p/original/fW2ITcpENpNnHf4wuNltf3PSQTk.jpg', 'actor', '63174', 'Born and raised in Cape Town, South Africa, Lesley-Ann Brandt has shot to stardom rapidly in New Zealand. She immigrated to Auckland with her parents and younger brother in 1999. Her unusual path to acting has seen her go from IT Recruitment Consultant to landing the lead role in the hit comedy series \'Diplomatic Immunity\', starring alongside Craig Parker (of Spartacus, Lord of the Rings and Underworld: Rise of the Lycans), quickly moving her into the hearts of the nation. Lesley-Ann started her career as a model, booking prestigious national and international campaigns as well as big international TV commercials. She very soon drew the attention of Casting Directors who encouraged her to pursue acting. Whilst working full time, Brandt trained with various New Zealand and internationally based acting coaches. She has most recently appeared in guest roles on New Zealand\'s series \'Shortland Street\', \'This Is Not My Life\' and her current role as \'Naevia\' in the Starz series \'Spartacus: Blood and Sand\'. Lesley-Ann has just completed filming her first feature film \'Hopes and Dreams’. She is fluent in Afrikaans, and has in the past played competitive and social hockey. Brandt is currently based in Los Angeles.', 'Cape Town, Cape Province, South Africa', '1981-12-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:11', '2026-02-23 06:20:11'),
(349, 'Karen Gaviola', 'https://image.tmdb.org/t/p/original/tkJ0nzWQIvz4sAno7SZBZ1U6OMF.jpg', 'director', '63174', 'Karen Gaviola is an American television producer and director. She is the winner of the 2007 NAACP Image Award for directing \"The Whole Truth\" episode of the ABC hit series Lost.', 'USA', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:20:11', '2026-02-23 06:20:11'),
(350, 'Margarita Terekhova', 'https://image.tmdb.org/t/p/original/u53Jvwb6ppoZZTjflO7oH7iPpPt.jpg', 'actor', '1396', 'Margarita Borisovna Terekhova (Russian: Маргари́та Бори́совна Те́рехова; born August 25, 1942 in Turinsk, Sverdlovsk Oblast, Russian SFSR) is a Soviet and Russian film and theatre actress. She was awarded the title People\'s Artist of Russia in 1996.\n\nFrom 1959 she studied at the physics and mathematics faculty at the Tashkent State University from 1959 until 1961. After that she went to Moscow and tried to get into VGIK but her application was declined. After that she enrolled to study at the school-studio of Yuri Zavadsky at the Mossovet Theatre.\n\nAfter her graduation in 1964 she worked for many years as an actress of the Mossovet Theatre. From 1983 to 1987 she acted in the theatre group \"The Puppet Show\" organized by her and Igor Talkov.\n\nTerekhova\'s acting debut was in 1965 in the film Hello, That\'s Me!. Margarita became particularly popular in the late 1970s, after the release of a costumed musical TV films The Dog in the Manger and D\'Artagnan and Three Musketeers. At first she played the capricious Countess Diana de Belflor, in the second - the treacherous Milady. Leading roles followed in films made by directors including Andrei Smirnov and Ilya Averbakh (Monologue, 1972) as well as the dual-role in Andrei Tarkovsky\'s acclaimed Mirror (1975). And more international co-productions came after, including George Cukor\'s The Blue Bird (1976) and Konrad Wolf\'s Mama, I\'m Alive (1977). Terekhova\'s subsequent work in film proved her high level of acting expertise but did not attain the success as her earlier work.\n\nMargarita Terekhova worked and was friends with Igor Talkov. They had a close relationship and worked for some time together at the musical theatre collective \"Balaganchik\".\n\nIn 2005 she made her debut as a director, shooting the film The Seagull based on the work of Anton Chekhov. Since then, Terekhova has retired from acting and almost never gives interviews due to her struggle with Alzheimer\'s disease. She rarely appears in public and hardly ever attends public events', 'Turinsk, Sverdlovsk Oblast, Russian SFSR, USSR [now Russia]', '1942-08-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(351, 'Ignat Daniltsev', 'https://image.tmdb.org/t/p/original/cf63G5PBEcqVWcHcgkWoTFZ0PU0.jpg', 'actor', '1396', '', NULL, '1962-02-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(352, 'Larisa Tarkovskaya', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'actor', '1396', 'Larisa Tarkovskaya (April 15, 1938 – February 19, 1998), born Larisa Pavlovna Egorkina, and Larisa Kizilova during her first marriage, was a Russian actress and second wife of the film director Andrei Tarkovsky. She is best known for her role as Nadezhda in The Mirror. She had one daughter, the actress Olga Kizilova from her first marriage, and a son, Andrei Jr., from her marriage with Andrei Tarkovsky. She died in Paris in 1998.\n\nDescription above from the Wikipedia article Larisa Tarkovskaya, licensed under CC-BY-SA, full list of contributors on Wikipedia.', NULL, '1938-04-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(353, 'Alla Demidova', 'https://image.tmdb.org/t/p/original/b5Zarge6KPfANSpwWkehIDkVyeD.jpg', 'actor', '1396', '', 'Moscow, RSFSR, USSR', '1936-09-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(354, 'Anatoliy Solonitsyn', 'https://image.tmdb.org/t/p/original/37Vb7vNMHAz1s2WI5kW4BHt0X0N.jpg', 'actor', '1396', 'Anatoly Alekseyevich Solonitsyn (August 30, 1934, Bogorodsk – June 11, 1982, Moscow) was a Soviet actor of remarkable intensity and philosophical depth, best known for his collaborations with Andrei Tarkovsky. Born in 1934 in Bogorodsk, he became the face of inner struggle and metaphysical searching in Soviet cinema, most famously portraying Andrei Rublev, the tormented painter of icons, and the introspective Writer in Stalker. Solonitsyn’s performances were marked by a quiet magnetism—his stoic presence and penetrating gaze gave form to Tarkovsky’s spiritual explorations. Though he appeared in a range of Soviet films, his legacy is inseparable from Tarkovsky’s cinema, where he embodied characters wrestling with art, faith, and the weight of history. His life was cut short in 1982 by cancer, yet his work remains timeless—an imprint of the soul etched in celluloid.', 'Bogorodsk, Gorkovskaya oblast, RSFSR, USSR', '1934-08-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(355, 'Andrei Tarkovsky', 'https://image.tmdb.org/t/p/original/mytn9s5kc6CqzKZtbuJ73oA6ujy.jpg', 'director', '1396', 'Andrei Arsenyevich Tarkovsky (April 4, 1932 – December 29, 1986) was a Soviet filmmaker, writer, film editor, film theorist and opera director, widely regarded as one of the finest filmmakers of the 20th century. Tarkovsky\'s films include Andrei Rublev, Solaris, Mirror and Stalker. They are characterized by spirituality and metaphysical themes, long takes, lack of conventional dramatic structure and plot, and distinctively authored use of cinematography.', 'Zavrazhye, USSR', '1932-04-04', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(356, 'Valeriy Kharchenko', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1396', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(357, 'Mariya Chugunova', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1396', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:18', '2026-02-23 06:24:18'),
(358, 'Bryan Cranston', 'https://image.tmdb.org/t/p/original/npIIZJGSrcJIJ6yHdmbqO6Jzo5I.jpg', 'actor', '1396', 'Bryan Lee Cranston (born March 7, 1956) is an American businessman, entrepreneur, actor, voice actor, screenwriter, director and producer. After taking minor roles in television, he established himself as a leading actor in both comedic and dramatic works on stage and screen. He has received several accolades, including seven Primetime Emmy Awards, a Golden Globe Award, a Laurence Olivier Award, and two Tony Awards, as well as nominations for an Academy Award and a BAFTA Award.\n\nCranston first gained prominence playing Hal in the Fox sitcom Malcolm in the Middle (2000–2006), for which he was nominated for the Primetime Emmy Award for Outstanding Supporting Actor in a Comedy Series. He gained stardom for his dramatic leading role playing Walter White in the AMC crime drama series Breaking Bad (2008–2013), for which he won the Outstanding Lead Actor in a Drama Series four times (2008, 2009, 2010, and 2014). He was Emmy-nominated for All the Way (2016) and Curb Your Enthusiasm (2018). Cranston co-developed and appeared in the crime drama series Sneaky Pete (2015–2019), and has also starred in the drama series Your Honor (2020–2023).\n\nOn stage, he earned a Tony Award for Best Actor in a Play for his portrayal of President Lyndon B. Johnson in the Broadway play All the Way (2014), a role he reprised in the 2016 HBO film of the same name. He received the Laurence Olivier Award for Best Actor and his second Tony Award for portraying Howard Beale in the play Network on the West End and Broadway, respectively.\n\nCranston earned nominations for the Academy Award and the BAFTA Award for Best Actor for portraying Dalton Trumbo in the Hollywood blacklist drama Trumbo (2015). Other notable films include Saving Private Ryan (1998), Little Miss Sunshine (2006), Drive (2011), Contagion (2011), Argo (2012), Godzilla (2014), The Infiltrator (2016), The Upside (2017), Last Flag Flying (2017), Isle of Dogs (2018), Asteroid City (2023), and The Phoenician Scheme (2025). He has also voiced roles in Madagascar 3 (2012), Kung Fu Panda 3 (2016), and Kung Fu Panda 4 (2024).\n\nDescription above from the Wikipedia article Bryan Cranston, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Hollywood, Los Angeles, California, USA', '1956-03-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:44', '2026-02-23 06:24:44'),
(359, 'Aaron Paul', 'https://image.tmdb.org/t/p/original/8Ac9uuoYwZoYVAIJfRLzzLsGGJn.jpg', 'actor', '1396', 'Aaron Paul Sturtevant (born August 27, 1979) is an American actor. He is best known for his critically acclaimed role as Jesse Pinkman in the hit AMC series Breaking Bad (2008–13). For his portrayal of Jesse Pinkman, he won the Primetime Emmy Award for Outstanding Supporting Actor in a Drama Series in 2010 and 2012, making him one of five actors to win this award more than once. He also won the Saturn Award for Best Supporting Actor on Television in 2010, 2012, and 2014, making him the only actor to win this award three times.', 'Emmett, Idaho, USA', '1979-08-27', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:44', '2026-02-23 06:24:44'),
(360, 'Anna Gunn', 'https://image.tmdb.org/t/p/original/adppyeu1a4REN3khtgmXusrapFi.jpg', 'actor', '1396', 'Anna Gunn (born August 11, 1968) is an American actress, best known for her roles as ADA Jean Ward on The Practice, Martha Bullock on Deadwood, and Skyler White on Breaking Bad.', 'Cleveland, Ohio, USA', '1968-08-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:44', '2026-02-23 06:24:44'),
(361, 'RJ Mitte', 'https://image.tmdb.org/t/p/original/sNPA92ZrssYhlaB1UA2pWcLD9db.jpg', 'actor', '1396', 'Roy Frank “RJ” Mitte III (born August 21, 1992) is an American actor best known for his role as Walter White Jr. on the AMC television series, Breaking Bad.\n\nMitte moved to Hollywood in 2006, and began training with personal talent manager Addison Witt. Mitte has mild cerebral palsy. His manager states that it was Mitte\'s diligence and attitude that has helped him overcome challenges in all areas of his life.\n\nDescription above from the Wikipedia article RJ Mitte, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Lafayette, Louisiana, USA', '1992-08-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:44', '2026-02-23 06:24:44'),
(362, 'Dean Norris', 'https://image.tmdb.org/t/p/original/mKRrEbsxAX3ro700HsViFArRM7l.jpg', 'actor', '1396', 'Dean Joseph Norris (born April 8, 1963 height 5\' 7\" (1,70 m)) is an American actor, best known for portraying DEA agent Hank Schrader on the AMC series Breaking Bad (2008–2013) and town selectman James \"Big Jim\" Rennie on the CBS series Under the Dome (2013–present). He has also appeared in films such as Lethal Weapon 2 (1989), Total Recall (1990), Terminator 2: Judgment Day (1991), Starship Troopers (1997), Little Miss Sunshine (2006), and Evan Almighty (2007).\n\nNorris was born in South Bend, Indiana, to Jack, a furniture store owner, and Rosie Norris. He has four sisters. Norris graduated from Clay High School in 1981, where he says he got straight A\'s. He is a 1985 graduate of Harvard College, where he majored in social studies. He also attended the Royal Academy of Dramatic Art.', 'South Bend, Indiana, USA', '1963-04-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:44', '2026-02-23 06:24:44'),
(363, 'Michelle MacLaren', 'https://image.tmdb.org/t/p/original/3LcH5eNiysMWaepARllVrS4Dzn7.jpg', 'director', '1396', 'Michelle Maxwell MacLaren is a Canadian television director and producer who has worked on numerous series both in Canada and the United States, and is perhaps best known for her work on shows such as The X-Files, Breaking Bad and most recently Frank Darabont\'s acclaimed series The Walking Dead. She was recently nominated for two Primetime Emmy Awards; one for directing a season three episode of Breaking Bad entitled \"One Minute\" and the other for Outstanding Drama Series (Breaking Bad), on which she served as an co-executive producer.', 'Vancouver, British Columbia, Canada', '1965-01-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:24:45', '2026-02-23 06:24:45'),
(364, 'IU', 'https://image.tmdb.org/t/p/original/uNhKOO9lIAFXF11LM6gjCrX2CJz.jpg', 'actor', '219246', 'Lee Ji-eun (Hangul: 이지은; born May 16, 1993), commonly known by her stage name IU (Hangul: 아이유), is a South Korean singer-songwriter and actress. She made her first television debut in 2011 with Dream High. She has won acclaim for her roles in South Korean dramas The Producers (2015), Moon Lovers: Scarlet Heart Ryeo (2016), My Mister (2018), and Hotel Del Luna (2019). She has also starred in a Netflix anthology series Persona (2019). Lee\'s most recent work includes the 2021 film Dream.', 'Seoul, South Korea', '1993-05-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:32', '2026-02-23 06:28:32'),
(365, 'Park Bo-gum', 'https://image.tmdb.org/t/p/original/lITY3WsJOFjlHkP1bJ3PwYhuNnD.jpg', 'actor', '219246', 'Park Bo-gum (Hangul: 박보검; born 16 June 1993) is a South Korean actor and singer. He gained recognition for his diverse range of roles in film and television, notably, a psychopathic lawyer in Hello Monster (2015), a genius Go player in Reply 1988 (2015–2016), a Joseon Crown Prince in Love in the Moonlight (2016), a free-spirited man who falls for an older woman in Encounter (2018), and a model who overcomes various hardships to become a successful actor in Record of Youth (2020).\n\nHe is the youngest of three siblings. \"Bo-gum\" (寶劍) means \'precious sword\'. His mother died when he was in fourth grade. He started learning to play the piano when he was in kindergarten and was a pianist and choir member at church. He was also in the swimming varsity team of Seoul Mokdong Middle School.\n\nDuring Park\'s sophomore year of high school, he sent a video of himself singing and playing the piano to prominent talent management agencies which led to several offers. Park, who initially wanted to be a singer-songwriter, later changed his career path after a suggestion that he would do well acting. He graduated from Shinmok High School in 2012, and enrolled at Myongji University as a Musical Theater undergraduate in March 2014. The following year, he represented his university\'s cultural overseas exchange program where he traveled to cities in England, France, Italy, and Switzerland.', 'Seoul, South Korea', '1993-06-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:32', '2026-02-23 06:28:32'),
(366, 'Moon So-ri', 'https://image.tmdb.org/t/p/original/iXfIsmrzohNAAf2gyPCE06rJM1N.jpg', 'actor', '219246', 'Moon So-ri (문소리), is a South Korean actress. She is best known for her acclaimed leading roles in Oasis (2002) and A Good Lawyer\'s Wife ', 'Busan, South Korea', '1974-07-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:32', '2026-02-23 06:28:32'),
(367, 'Park Hae-joon', 'https://image.tmdb.org/t/p/original/heNKjLHWCQXXfkDB1Hb2nhuhDCf.jpg', 'actor', '219246', '', 'Busan, South Korea', '1976-06-14', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:33', '2026-02-23 06:28:33'),
(368, 'Kim Gyeong-eun', 'https://image.tmdb.org/t/p/original', 'director', '219246', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:33', '2026-02-23 06:28:33'),
(369, 'Hwang In-sung', 'https://image.tmdb.org/t/p/original', 'director', '219246', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:28:33', '2026-02-23 06:28:33'),
(370, 'Noah Wyle', 'https://image.tmdb.org/t/p/original/nwyLCQepwg8FX7OXJ4AT4ej8c7i.jpg', 'actor', '250307', 'Noah Strausser Speer Wyle is an American actor, producer, director, and writer. He is best know for his role as John Carter in the NBC medical drama ER, earning nominations for three Golden Globe Awards and five Primetime Emmy Awards.', 'Los Angeles, California, USA', '1971-06-04', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:41:36', '2026-02-23 06:41:36'),
(371, 'Patrick Ball', 'https://image.tmdb.org/t/p/original/c9JfuBcZahNi9mqfZZCjaAqcmGl.jpg', 'actor', '250307', 'Patrick Marron Ball is an American actor. He made his television debut as a guest on Law & Order in 2023 and is best known for his role as Dr. Frank Langdon on the Max medical drama television series The Pitt.\n\nBall grew up in Summerfield, North Carolina. His father is a paramedic and his mother is an emergency room nurse. He attended Northwest Guilford High School. In 2022, he received a Certificate in Drama from the David Geffen School of Drama at Yale University. The following year, he received a BFA from the University of North Carolina at Greensboro.', 'Summerfield, North Carolina, U.S.A.', '1989-11-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:41:36', '2026-02-23 06:41:36'),
(372, 'Katherine LaNasa', 'https://image.tmdb.org/t/p/original/a1T5Smn7sCEtV8NHvTa5WaxgOML.jpg', 'actor', '250307', 'Katherine LaNasa is an American actress, former ballet dancer and choreographer. She starred in films Jayne Mansfield\'s Car, The Campaign, and The Frozen Ground. On television, LaNasa had a leading role in the NBC sitcom Three Sisters (2001–2002) and Truth be Told (2019-present), appeared in recurring roles on Judging Amy, Two and a Half Men, Big Love and Longmire, and starred in the short-lived dramas Love Monkey (2006), Deception (2013), Satisfaction (2014–15) and Imposters (2017–18). In 2020, LaNasa portrayed Gloria Grandbilt in the musical dramedy series Katy Keene.', 'New Orleans, Louisiana, USA', '1966-12-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:41:36', '2026-02-23 06:41:36'),
(373, 'Supriya Ganesh', 'https://image.tmdb.org/t/p/original/psUdosBoBVMfnSpCpe4UTAsegTP.jpg', 'actor', '250307', 'Supriya Ganesh is an American actress of Indian origin. She moved from India to the U.S. to study Neuroscience and Women and Gender Studies at Columbia University, and began pursuing acting professionally during this time. She is best know for her role as Dr. Samira Mohan on Max\'s medical drama The Pitt.', NULL, '1997-12-16', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:41:36', '2026-02-23 06:41:36'),
(374, 'Fiona Dourif', 'https://image.tmdb.org/t/p/original/gKn9lBZLuNHACQhZJUkSIZzUQN5.jpg', 'actor', '250307', 'Fiona Dourif (born October 30, 1981) is an American actress and producer. She is mostly known for her role as Nica Pierce in the Child\'s Play movies and the Chucky TV series. She is also known for her role as Bart Curlish in BBC America\'s Dirk Gently\'s Holistic Detective Agency and as the young Diane Jones in Dustin Lance Black\'s When We Rise. She has appeared in Showtime\'s Shameless and in a recurring role on NBC\'s The Blacklist.', 'Woodstock, New York, USA', '1981-10-30', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:41:36', '2026-02-23 06:41:36'),
(375, 'James Gandolfini', 'https://image.tmdb.org/t/p/original/vhtsFJZcfHdeDkFBoWMDzOS6xrP.jpg', 'actor', '1398', 'James Joseph Gandolfini Jr. (September 18, 1961 – June 19, 2013) was an American actor and producer. He was best known for his role as Tony Soprano, the Italian-American crime boss in HBO\'s television series The Sopranos, for which he won three Emmy Awards, three Screen Actors Guild Awards, and one Golden Globe Award. Gandolfini\'s portrayal of Tony Soprano is widely regarded as among the greatest performances in television history.\n\nGandolfini\'s notable film roles include mob henchman Virgil in True Romance (1993), Lt. Bobby Dougherty in Crimson Tide (1995), Colonel Winter in The Last Castle (2001) and Mayor of New York in The Taking of Pelham 123 (2009). Other roles are enforcer and stuntman Bear in Get Shorty (1995) and impulsive \"Wild Thing\" Carol in Where the Wild Things Are (2009). For his performance as Albert in Enough Said (2013), Gandolfini posthumously received much critical praise and several awards, including a Screen Actors Guild Award nomination and the Boston Society of Film Critics Award for Best Supporting Actor.\n\nIn 2007, Gandolfini produced Alive Day Memories: Home from Iraq, a documentary in which he interviewed injured Iraq War veterans and in 2010, Wartorn: 1861–2010 examining the impact of post-traumatic stress disorder on soldiers and families throughout several wars in U.S. history from 1861 to 2010. In addition to Alive Day Memories, he also produced television film Hemingway & Gellhorn (2012), which gained him a Primetime Emmy Award for Outstanding Limited Series nomination. In 2013, Gandolfini died of a heart attack in Rome at the age of 51.', 'Westwood, New Jersey, USA', '1961-09-18', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01');
INSERT INTO `cast_crew` (`id`, `name`, `file_url`, `type`, `tmdb_id`, `bio`, `place_of_birth`, `dob`, `designation`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(376, 'Edie Falco', 'https://image.tmdb.org/t/p/original/jS2Hnr5OmntpX0J7EpH70zAG0mz.jpg', 'actor', '1398', 'Edith Falco (born July 5, 1963) is an American actress. She is best known for her roles as Carmela Soprano on the HBO series The Sopranos (1999–2007), and as Nurse Jackie Peyton on the Showtime series Nurse Jackie (2009–2015). She is also known for her role as Diane Whittlesey in HBO\'s prison drama Oz (1997–2000).\n\nIn 2016, she played Sylvia Wittel on the web series Horace and Pete. In 2017, she portrayed defense attorney Leslie Abramson in the first season of the true crime anthology series Law & Order True Crime. Falco\'s film work includes lead roles in Laws of Gravity (1992), for which she was nominated for the Independent Spirit Award for Best Female Lead and Judy Berlin (1999), and supporting roles in films including Sunshine State (2002), Freedomland (2006), and The Comedian (2016). For her role in the 2011 Broadway revival of The House of Blue Leaves, she earned a nomination for a Tony Award for Best Featured Actress in a Play.\n\nFalco\'s work has been widely acclaimed - among other recognitions, she has won two Golden Globe awards (from eleven nominations) and four Emmy awards (from fourteen nominations), all for individual performances.\n\nDescription above from the Wikipedia article Edie Falco, licensed under CC-BY-SA, full list of contributors on Wikipedia', 'Brooklyn, New York, USA', '1963-07-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01'),
(377, 'Jamie-Lynn Sigler', 'https://image.tmdb.org/t/p/original/gzlpJeYY1ByXOGb6mksEzuvetTN.jpg', 'actor', '1398', '​Jamie-Lynn Sigler (formerly DiScala; born May 15, 1981) is an American actress and singer. She is best known for her role as Meadow Soprano on the HBO television series The Sopranos.', 'Jericho, Town of Oyster Bay, New York, USA', '1981-05-15', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01'),
(378, 'Robert Iler', 'https://image.tmdb.org/t/p/original/vfTbVoV1Bp2fcDVHaGOIiQppk3J.jpg', 'actor', '1398', 'Robert Michael Iler (born March 2, 1985) is an American actor, known for his portrayal of A.J. Soprano on The Sopranos. His film roles include Tadpole (2002), and Daredevil (2003).', 'New York City, New York, USA', '1985-03-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01'),
(379, 'Lorraine Bracco', 'https://image.tmdb.org/t/p/original/tAtpCzN4sTOy1RHpMpJj52zTO4S.jpg', 'actor', '1398', 'Lorraine Bracco (born October 2, 1954) is an American actress. She is known for her roles as Karen Hill in Goodfellas, Dr. Jennifer Melfi on the HBO television series The Sopranos, and Angela Rizzoli, Jane\'s mother on Rizzoli & Isles.', 'Bay Ridge, Brooklyn, New York City, New York, USA', '1954-10-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01'),
(380, 'Allen Coulter', 'https://image.tmdb.org/t/p/original/q3KnyrQqaJ20kkIyo3Z5PqNCWlE.jpg', 'director', '1398', 'Allen Coulter is an American television and film director, credited with a number of successful television programs. He has directed two feature films, Hollywoodland, a film regarding the questionable death of George Reeves starring Adrien Brody, Diane Lane, and Ben Affleck, and is responsible for the 2010 film Remember Me.\n\nCoulter was born in College Station, Texas. He went on to study theater direction at the University of Texas, after which he moved to New York to pursue his career in film.', 'College Station, Texas, USA', '1969-03-21', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:01', '2026-02-23 06:48:01'),
(381, 'Henry J. Bronchtein', 'https://image.tmdb.org/t/p/original/hvie4QMQNRYJVMDV0iubLyTV6Yv.jpg', 'director', '1398', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:02', '2026-02-23 06:48:02'),
(382, 'Amybeth McNulty', 'https://image.tmdb.org/t/p/original/kp8cqxIFdAThkdoNU0qpCZsokqO.jpg', 'actor', '70785', 'Amybeth McNulty is an Irish and Canadian actress. She is known for her starring role as Anne Shirley in the CBC/Netflix drama series Anne with an E, based on the 1908 novel Anne of Green Gables by Lucy Maud Montgomery, and for her role as Vickie in the Netflix science fiction horror series Stranger Things.', 'Letterkenny, Ireland', '2001-11-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:37', '2026-02-23 06:48:37'),
(383, 'Geraldine James', 'https://image.tmdb.org/t/p/original/wnqmn77oKtHiZFZuwxU2HWSAILF.jpg', 'actor', '70785', 'Geraldine James, OBE (born 6 July 1950) is an English actress.\n\nDescription above from the Wikipedia article Geraldine James, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Maidenhead, Berkshire, England, UK', '1950-07-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:37', '2026-02-23 06:48:37'),
(384, 'R.H. Thomson', 'https://image.tmdb.org/t/p/original/j9RIw8mC5CpMRToDfUCzFgPGDhK.jpg', 'actor', '70785', 'Robert Holmes \"R. H.\" Thomson, CM (born September 24, 1947) is a Canadian television, film and stage actor.\n\nThomson was born in Richmond Hill, Ontario. He studied at the University of Toronto, and the National Theatre School. His own play The Lost Boys was staged at the Great Canadian Theatre Company in March 2000 and at Canadian Stage in February 2002. Thomson has also hosted programming for CBC Radio and CBC Television. In 2010, he was appointed a Member of the Order of Canada.\n\nThomson has portrayed a number of historical figures including Charlie Grant, Samuel Lount, Edsel Ford, Dr. Frederick Banting, Duncan Campbell Scott, Mitchell Sharp, and James Cross.\n\n​From Wikipedia, the free encyclopedia', 'Richmond Hill, Ontario, Canada', '1947-09-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:37', '2026-02-23 06:48:37'),
(385, 'Lucas Jade Zumann', 'https://image.tmdb.org/t/p/original/7ocQJdexgzKx4Yqk0qs9fChIniV.jpg', 'actor', '70785', 'Lucas Jade Zumann was raised in a Jewish family and attended Hebrew school. He went to Waters Elementary School, then transferred to the Chicago Waldorf School in fifth grade, where he studied until eighth grade before returning for his senior year.\n\nZumann was discovered by Paskal Rudnicke during a Disney talent search casting call in Chicago. His first foray into acting was as an ensemble member in the musical \"Oliver!\" at the Music Theater Works (formerly Light Opera Works) in his hometown. He later had a small role in the Netflix series Sense8, playing a punk.\n\nZumann\'s first major role was as Milo in the horror film Sinister 2. He gained further recognition for his portrayal of Jamie Fields in the Academy Award-nominated film 20th Century Women, alongside Elle Fanning, Billy Crudup, Greta Gerwig, and Annette Bening. In 2016, he also appeared in an episode of the television series Chicago Fire.\n\nHe gained international fame for his role as Gilbert Blythe in the Canadian television series Anne with an E, which premiered in 2017 on CBC and Netflix.\n\nIn 2018, he starred as Nathan Daldry/A in the teen romantic comedy film Every Day. He was also cast in the films Dr. Bird\'s Advice for Sad Poets and To The Stars that same year.\n\nIMDb Mini Bio By; yusufpiskin', 'Chicago, Illinois, USA', '2000-12-12', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:37', '2026-02-23 06:48:37'),
(386, 'Joanna Douglas', 'https://image.tmdb.org/t/p/original/54Pa51ZifNKRCpKqsP1uQp50uk0.jpg', 'actor', '70785', 'Joanna Douglas is a Canadian actress. She is best known for portraying Samantha Strange on Being Erica. She is a graduate of the University of Toronto and Sheridan College\'s joint theatre and drama studies program.', 'Sault Ste. Marie, Ontario, Canada', '1983-04-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:48:37', '2026-02-23 06:48:37'),
(387, 'Gong Yoo', 'https://image.tmdb.org/t/p/original/ocGoFb6TrK3uWGXt4WnuibUG1vD.jpg', 'actor', '67915', 'Gong Yoo (Hangul: 공유) is a South Korean actor. He started his career in showbiz as a VJ and subsequently debuted with parts in school dramas and films, eventually gaining starring roles in prime time dramas such Hello My Teacher and One Fine Day. His role as a cafe manager who falls in love with a girl disguised as a man in romantic comedy The 1st Shop of Coffee Prince solidified his status as a drama leading man. The popularity of the drama made him a regional star. After serving the 2-year compulsory military service, Gong Yoo made his comeback with romantic comedy Finding Mr Destiny and Silenced, a film project spearheaded by the actor himself upon reading the book based on the real events of deaf students being sexually exploited by the staff in a South Korean special school. Gong took on the role as a North Korean agent in action film the suspect in 2013. His post-military television comeback Big was however, not as well received. While Gong remained popular with Korean audience and brand sponsors, he experienced somewhat of a career renaissance in 2016 with box office hits Train to Busan and Age of Shadows, as well as one of the most-viewed Korean cable television drama, Goblin.', 'Busan, South Korea', '1979-07-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:49:31'),
(388, 'Kim Go-eun', 'https://image.tmdb.org/t/p/original/9IiR3lsMK0BkBJGeQFTeBoLxEQl.jpg', 'actor', '67915', 'Kim Go Eun is a South Korean actress under BH Entertainment. Kim\'s first-ever on-screen role was in the 2012 critically acclaimed film \"A Muse\". Her daring and naturalistic performance in the film won her accolades in South Korea. Even though she was met with many offers, she decided to take a break to go back to school and finish her degree. Two years later, Kim returned to the screen in the 2014 crime thriller \"Monster\".\n\nIn 2019, Kim was named as a Chanel ambassador for South Korea and was later selected to be one of the seven faces for Chanel\'s \"J12 Turns 20\" campaign in 2020. In 2019, Kim Go Eun has been appointed as an honorary ambassador for the Ministry of Environment\'s Resource Circulation held at the Korea Press Center on August 30, 2019. Kim Go Eun actively paid attention to social contribution and environmental protection activities such as donating to wildfire victims in the Gangwon area and removing plastic in the seas with their “NO Plastic Challenge”.', 'Seoul, South Korea', '1991-07-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:49:31'),
(389, 'Lee Dong-wook', 'https://image.tmdb.org/t/p/original/vXTijFOceeVgjPLaSzVdVmGzklm.jpg', 'actor', '67915', 'Lee Dong-wook (born November 6, 1981) is a South Korean actor and model. He is best known for his leading roles in television dramas \"My Girl\", \"Scent of a Woman\", \"Hotel King\", \"Goblin\", \"Strangers From Hell\", \"Tale of the Nine Tailed\" \"Bad and Crazy\" and \"A Shop for Killers\". He made his acting debut in 1999 in an MBC single-episode drama. The PD of the drama saw him, and proceed to cast him in the teen drama \"School 2\". He started to gain recognition with his performance in \"School 3\".\n\nHe enlisted in the military in August 2009, serving under the National Defense Public Relations Service. He was discharged in June 2011.', 'Seoul, South Korea', '1981-11-06', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:49:31'),
(390, 'Yoo In-na', 'https://image.tmdb.org/t/p/original/4QnrLmVbeIh1hvRv4YHHqRRbCCd.jpg', 'actor', '108291', 'Yoo Inna (born June  5, 1982) is a South Korean actress. She made her acting debut as a supporting actress with High Kick Through the Roof (2009) before receiving her first leading role in the 2012 time-slip romance drama Queen Inhyun\'s Man. She is most known for starring in My Love From the Star (2013), Goblin (2016), Touch Your Heart (2019), and Snowdrop (2021).', 'Seongnam, Gyeonggi, South Korea', '1982-06-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:52:45'),
(391, 'Yook Sung-jae', 'https://image.tmdb.org/t/p/original/shxDGBPUpygNxqXsEBZwUcMExNc.jpg', 'actor', '67915', 'Yook Sung-jae (육성재) is a South Korean singer and actor.  He is a member of the boyband BtoB.', 'Yongin, Gyeonggi, South Korea', '1995-05-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:49:31'),
(392, 'Kwon Hyuk-chan', 'https://image.tmdb.org/t/p/original', 'director', '67915', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:31', '2026-02-23 06:49:31'),
(393, 'Yoon Jong-ho', 'https://image.tmdb.org/t/p/original/xs3oBxF7VKgBEJoq84meGz0Y3m8.jpg', 'director', '67915', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:32', '2026-02-23 06:49:32'),
(394, 'Lee Eung-bok', 'https://image.tmdb.org/t/p/original/6rlmHnmQrOdhB00yQMh9CRxG9Ng.jpg', 'director', '67915', '', 'South Korea', NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:49:32', '2026-02-23 06:49:32'),
(395, 'David Attenborough', 'https://image.tmdb.org/t/p/original/tt3LW3XftcvxOZtMXmIaJSWFN7y.jpg', 'actor', '74313', 'Sir David Attenborough (born May 8, 1926) is a broadcaster and naturalist. His career as the respected face and voice of natural history programmes has endured for more than 50 years. He is best known for writing and presenting the nine \"Life\" series, in conjunction with the BBC Natural History Unit, which collectively form a comprehensive survey of all life on the planet. He is also a former senior manager at the BBC, having served as controller of BBC Two and director of programming for BBC Television in the 1960s and 1970s.\n\nHe is the younger brother of director, producer and actor Richard Attenborough.', 'London, England, UK', '1926-05-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:50:21', '2026-02-23 06:50:21'),
(396, 'Alastair Fothergill', 'https://image.tmdb.org/t/p/original/l2fqoPIjMxVLRgb8BU9AwCrDJJA.jpg', 'director', '74313', 'Alastair Fothergill (born 10 April 1960 in London the United Kingdom) is a producer of nature documentaries for television and cinema. He is the executive producer of the multi-award winning series The Blue Planet (2001) and Planet Earth (2006) and the co-director of the associated feature films Deep Blue and Earth.\n\nFothergill attended Harrow. He studied zoology at St Cuthbert\'s Society in the University of Durham and made his first film, On the Okavango, while still a student. Fothergill joined the BBC Natural History Unit in 1983, working on The Really Wild Show, Wildlife on One and David Attenborough\'s The Trials of Life. He was appointed head of the Unit in 1992, and during his tenure he produced Attenborough\'s award-winning series Life in the Freezer.\n\nIn June 1998, he stood down as head of the Unit to concentrate on his work on The Blue Planet. He has also presented several television programmes, including The Abyss and is the author of three books.\n\nHe was awarded the \"Clean Energy Award\" by BMW during the Cinema for Peace award ceremony on 11 February 2008.\n\nIn 2008, he signed a multi-picture deal with newly formed Disneynature, and now spends six months each year on sabbatical from the BBC developing feature documentaries as an independent producer. The first two titles under the Disneynature deal will be Big Cats and Chimpanzee, which he is co-directing with Keith Scholey and Mark Linfield respectively. He is also producing a new seven-part natural history series for the BBC called Frozen Planet, due for completion in 2011. The series will feature the struggles of charismatic animals during a time of rapid climate change in the polar regions. David Attenborough will again narrate. Fothergill currently lives in Bristol with his wife Melinda and his two sons, Hamish and William.', 'London, England, UK', '1960-04-10', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:50:21', '2026-02-23 06:50:21'),
(397, 'Mark Brownlow', 'https://image.tmdb.org/t/p/original', 'director', '74313', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:50:22', '2026-02-23 06:50:22'),
(398, 'Hyun Bin', 'https://image.tmdb.org/t/p/original/JQFzhO9j8HRiyr7leGPj6cqhvM.jpg', 'actor', '94796', 'Hyun Bin (현빈) is a South Korean actor. He was born on September 25, 1982 and is best known for his hit films like Confidential Assignment, The Swindlers, and The Fatal Encounter among others.', 'Seoul, South Korea', '1982-09-25', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:33', '2026-02-23 06:51:33'),
(399, 'Son Ye-jin', 'https://image.tmdb.org/t/p/original/pR3QiJKcMBG7oseZUnnU54lgU1V.jpg', 'actor', '94796', 'Son Ye-jin (손예진), born Son Eon-jin (손언진) on 11th January 1982, is a South Korean actress. She rose to fame in romance-themed films and television series such as The Classic (2003), Summer Scent (2003), A Moment to Remember (2004), and April Snow (2005). She has won acting recognition for her versatility in diverse genres, notably in Alone in Love (2006), My Wife Got Married (2008), The Pirates (2014), The Truth Beneath and The Last Princess (both in 2016)', 'Daegu, South Korea', '1982-01-11', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:33', '2026-02-23 06:51:33'),
(400, 'Seo Ji-hye', 'https://image.tmdb.org/t/p/original/55PUL5Yo6hoD2WJO5ysOiYULopg.jpg', 'actor', '94796', 'From Wikipedia, the free encyclopedia.\n\n Seo Ji-hye (Hangul: 서지혜; born August 24, 1984) is a South Korean actress. After first attracting attention in the horror filmVoice, Seo has since starred in numerous television dramas, notably Shin Don, I Love You, and 49 Days.', 'Seoul, South Korea', '1984-08-24', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:34', '2026-02-23 06:51:34'),
(401, 'Kim Jung-hyun', 'https://image.tmdb.org/t/p/original/hSv3ihM8sK6aGPirXq6j758m05P.jpg', 'actor', '94796', 'Kim Jung Hyun is a South Korean actor under managementSEESUN (매니지먼트 시선). He was born in Busan, South Korea. He majored in acting at the Korea National University of Arts and completed his mandatory military service at twenty-one years old.\n\nAfter getting his start in musical theatre, Jung Hyun made his silver screen debut in 2015 with the film \"Overman\" (초인). He made his television debut in the series \"Jealousy Incarnate\" (질투의 화신). He then starred in the drama \"Rebel: Thief Who Stole the People\" (역적: 백성을 훔친 도적), for which he won the Best New Actor award at the 2017 MBC Drama Awards.\n\nIn 2018, amidst the controversy with Seo Yea Ji, which resulted in his actions and behaviour affecting his co-star Seohyun and the filming, he withdrew halfway through the run of the drama \"Time\" (시간). While playing a terminal patient with a few months to live, he was unable to continue due to an \"eating disorder and sleep disorder.\" He had previously been diagnosed with anxiety disorder, panic disorder, sleep disorder, and had depressive episodes.\n\nHe returned to television in December 2019 when he joined the drama “Crash Landing on You” (사랑의 불시착), which became the highest-rated tvN drama and the third-highest-rated Korean drama in cable television history.\n\nHe left O& Entertainment after his contract expired and signed with Story J Company in September 2021.\n\nOn January 6, 2025, Story J Company announced that his exclusive contract would end in February and that he had decided not to renew the contract.', 'Busan, South Korea', '1990-04-05', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:34', '2026-02-23 06:51:34'),
(402, 'Yang Kyung-won', 'https://image.tmdb.org/t/p/original/yWecuhTOp0b6zF2PdqmiUsrusTL.jpg', 'actor', '94796', 'Yang Kyung-won is a South Korean actor and model. He is best known for his roles in Crash Landing on You, Arthdal Chronicles Part 1: The Children of Prophecy and Hi Bye, Mama!.', 'Seoul, South Korea', '1981-04-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:34', '2026-02-23 06:51:34'),
(403, 'Jang Young-woo', 'https://image.tmdb.org/t/p/original/zIiN8yUPDEfcUdbGwxUZwsiWfku.jpg', 'director', '94796', '', NULL, '1979-07-28', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:34', '2026-02-23 06:51:34'),
(404, 'Kim Hee-won', 'https://image.tmdb.org/t/p/original/diI15rY0gZjtwe4u6y1pZnsGCVN.jpg', 'director', '94796', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:51:34', '2026-02-23 06:51:34'),
(405, 'Jung Hae-in', 'https://image.tmdb.org/t/p/original/7ZMUHR2q0XTWMxuqijWSVfWQv14.jpg', 'actor', '108291', 'Jung Hae-in is a South Korean actor. He first made an appearance in AOA Black\'s music video for \"Moya\" in 2013 and officially debuted through the TV series \"Bride of the Century\" the next year. He gained recognition for his main role in 2017 TV series \"While You Were Sleeping\" and for his supporting role in \"Prison Playbook\". Jung had his first main lead role in the 2018 drama \"Something in the Rain\" followed by \"One Spring Night\" in 2019. Jung gained even greater recognition through his lead roles in \"D.P.\" (2021) and \"Snowdrop\" (2021–22).', 'Seoul, South Korea', '1988-04-01', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:52:44', '2026-02-23 06:52:44'),
(406, 'JISOO', 'https://image.tmdb.org/t/p/original/hfHbHfR8pj5UO6f8AaeIbbQvcXy.jpg', 'actor', '108291', 'Kim Ji-soo (born January 3, 1995), known mononymously as JISOO, is a South Korean singer and actress. She is a member of the South Korean girl group Blackpink, formed by YG Entertainment, in August 2016. Outside of her music career, she made her acting debut with a cameo role in the 2015 series The Producers and played her first leading role in the JTBC series Snowdrop (2021–22), for which she won the Best Actress Award at the 2022 Seoul International Drama Awards.\n\nJISOO made her solo music debut with the single album Me on March 31, 2023. The album debuted at number one on the Circle Album Chart with 1.03 million copies sold in less than two days, becoming the best-selling album of all time by a female soloist in South Korea and the first to sell over a million copies.  In 2024, she established her own label named Blissoo.\n\nJISOO has been awarded several accolades throughout her career, including two Golden Disc Awards, three MAMA Awards, a Circle Chart Music Award, and the Seoul International Drama Award for Outstanding Korean Actress. She is the most-followed Korean actress on Instagram, and has been recognized for her impact on fashion as a global ambassador for Dior.', 'Gunpo, Gyeonggi, South Korea', '1995-01-03', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:52:44', '2026-02-23 06:52:44'),
(407, 'Jang Seung-jo', 'https://image.tmdb.org/t/p/original/eNuDu7SIBqgDRbaKajs3C5JXj2B.jpg', 'actor', '108291', 'Korean actor who debuted in 2005 in the musical \"Proposal\" and has been active in various fields such as drama , film and performance.  His birth name is Jang Hyun Deok. After making his drama debut in  “God’s Quiz Season 4” in 2014, he has since starred in “Liar Game” (2014), “Hwajung” (2015), “Scholar Who Walks the Night” (2015) and “I Order You” (2015).', 'South Korea', '1981-12-13', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:52:45', '2026-02-23 06:52:45'),
(408, 'Yoon Se-a', 'https://image.tmdb.org/t/p/original/dPQ005nG45oB1PCtXktv4osML3t.jpg', 'actor', '108291', '', 'Daegu, South Korea', '1978-01-02', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-23 06:52:45', '2026-02-23 06:52:45'),
(409, 'Prabhas', 'https://image.tmdb.org/t/p/original/u6RVP8ukgLaymeoi5VmX0JRAcCn.jpg', 'actor', '1022453', 'Uppalapati Venkata Satyanarayana Prabhas Raju known mononymously as Prabhas, is an Indian actor who works predominantly in Telugu films. Prabhas made his screen debut with the 2002 Telugu action drama film Eeswar. He has garnered the state Nandi Award for Best Actor, for his role in Mirchi. Prabhas is the first south Indian actor to have his wax sculpture at Madame Tussaud\'s wax museum.', 'Chennai, Tamil Nadu, India', '1979-10-23', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(410, 'Sanjay Dutt', 'https://image.tmdb.org/t/p/original/70viNBvKHpX1kMZcfIwULqWnfdM.jpg', 'actor', '1022453', 'Sanjay Dutt (born 29 July 1959) is an Indian film actor and producer who works in Hindi cinema in addition to a few Telugu, Kannada, Tamil, and Punjabi films. Dutt is the son of Hindi film stars Sunil and Nargis Dutt. He made his debut in 1981. Known for his versatile roles, style and intensity, he has often portrayed flawed heroes on screen.', 'Mumbai, Maharashtra, India', '1959-07-29', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(411, 'Zarina Wahab', 'https://image.tmdb.org/t/p/original/nY28L0JFjTlpIWdwt9qxO1p2HNn.jpg', 'actor', '1022453', '​From Wikipedia, the free encyclopedia.  \n\nZarina Wahab (born 1959) is an Indian actress and former model, who was critically acclaimed for starring roles, such as in Chit Chor and Gopal Krishna in the 1970s.\n\nDescription above from the Wikipedia article Zarina Wahab, licensed under CC-BY-SA, full list of contributors on Wikipedia.', 'Vishakapatnam, AP, India', '1959-07-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(412, 'Nidhhi Agerwal', 'https://image.tmdb.org/t/p/original/ptGhRQJPWdQhVVGMrSZvLXHWKlO.jpg', 'actor', '1022453', 'Nidhhi Agerwal is an Indian model, dancer and actress who appears in Bollywood. In 2017, she made her acting debut in the film Munna Michael.She was Yamaha Fascino Miss Diva 2014 finalist.', 'Hyderabad, Telangana, India', '1993-08-17', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(413, 'Malavika Mohanan', 'https://image.tmdb.org/t/p/original/5Uy1sP3RMabzZeG2P7zi8cPavqY.jpg', 'actor', '1022453', 'Malavika Mohanan is an Indian film actress, who predominantly appears in Malayalam films. She also appeared in a Bollywood and a Kannada film. Malavika made her debut with Malayalam film Pattam Pole in 2013.\n\nBorn in 1992, Malavika is the daughter of cinematographer K. U. Mohanan. She hails from Payyanur in Kannur, India, but was brought up in Mumbai.', 'Mumbai, India', '1992-08-07', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(414, 'Maruthi Dasari', 'https://image.tmdb.org/t/p/original/lTMtTzNxi6U9kouoJDbEARsHoVJ.jpg', 'director', '1022453', 'Maruthi Dasari is a director, screenwriter, Film producer who works primarily in Telugu cinema. Well known for directing low budget film\'s like Ee Rojullo, Bus stop.Maruthi is associated with Maruthi Talkies, a film production house in Telugu Film Industry. Maruthi received the Best Debutant Director Award for Ee Rojullo at SIIMA Awards.', 'Machilipatnam, Andhra Pradesh, India', '1981-10-08', NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(415, 'Anil Kumar Upadyaula', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1022453', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17'),
(416, 'Gulabi Srinu', 'https://mxflix.mimeld.com/default-image/Default-Image.jpg', 'director', '1022453', '', NULL, NULL, NULL, 1, 'approved', 1, 1, NULL, NULL, '2026-02-24 06:38:17', '2026-02-24 06:38:17');

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

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `state_id` int(11) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `clips`
--

CREATE TABLE `clips` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `content_id` bigint(20) DEFAULT NULL,
  `content_type` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `tv_poster_url` text DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `clips`
--

INSERT INTO `clips` (`id`, `content_id`, `content_type`, `type`, `url`, `poster_url`, `tv_poster_url`, `title`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 'video', 'YouTube', 'https://youtu.be/WI7ePVquOtk?si=VA0nuamHvD-zeS2S', 'tumse_pyar_lofi_love_mix.png', 'tumse_pyar_lofi_love_mix.png', 'Lofi Love Mix Clip', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(2, 2, 'video', 'YouTube', 'https://youtu.be/7cPMriE8fKU?si=Cg3fbsGTtlxUoEMy', 'seize_your_life.png', 'seize_your_life.png', 'Seize Your Life Motivation', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(3, 1, 'tvshow', 'YouTube', 'https://youtu.be/pmLP0QQPqFw?si=kd3uvLlmQeAOIdMw', 'the_smiling_shadows_poster.png', 'the_smiling_shadows_thumb.webp', 'Smiling Shadows Teaser', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(4, 21, 'movie', 'YouTube', 'https://youtu.be/gEF9GiwHTdc?si=dc8Yftad5lk3Iy5Y', 'operation_viper_poster.png', 'operation_viper_thumb.png', 'Operation Viper Action', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(5, 3, 'video', 'YouTube', 'https://youtu.be/JDbwEQG2cqI?si=6BMw5MalDfTdFOsi', 'serenity_of_nature.png', 'serenity_of_nature.png', 'Nature Calmness', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(6, 4, 'tvshow', 'YouTube', 'https://youtu.be/wxL8bVJhXCM?si=vMnSbMh8LJo9POxu', 'shadow_pursuit_poster.png', 'shadow_pursuit_thumb.png', 'Shadow Pursuit Chase', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(7, 22, 'movie', 'YouTube', 'https://youtu.be/9j6p7ajuh-E?si=VRWfLmNsJ5_ujAg0', 'the_cure_final_redemption_poster.png', 'the_cure_final_redemption_thumb.png', 'The Cure Trailer', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(8, 6, 'video', 'YouTube', 'https://youtu.be/wM6exo00T5I?si=gCTV_d4h032YhHzM', 'echoes_of_valor.png', 'echoes_of_valor.png', 'Echoes of Valor Highlight', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(9, 4, 'video', 'YouTube', 'https://youtu.be/RQSmfzfg2MY?si=kPpmh2xnEBDX-7OE', 'run_for_your_life.png', 'run_for_your_life.png', 'Run - Survival Mode', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(10, 2, 'tvshow', 'YouTube', 'https://youtu.be/Z7MMTmVZcVs?si=wMJm7eiVAw4sxMMd', 'gunslingers_justice_poster.png', 'gunslingers_justice_thumb.png', 'Justice Served', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(11, 23, 'movie', 'YouTube', 'https://youtu.be/qokW76nsM4Y?si=mCfHQbDPujKYBb_o', 'the_gunfighters_redemption_poster.png', 'the_gunfighters_redemption_thumb.webp', 'Gunfighter Duel', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(12, 5, 'video', 'YouTube', 'https://youtu.be/oomCIXGzsR0?si=UwoW4DyRpHcyAET6', 'cityscape_escapade.png', 'cityscape_escapade.png', 'City Lights', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(13, 3, 'tvshow', 'YouTube', 'https://youtu.be/a_z4IuxAqpE?si=er9XhFerfQkQAX3g', 'raziels_daring_rescue_poster.png', 'raziels_daring_rescue_thumb.png', 'Raziel Magic Moment', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(14, 24, 'movie', 'YouTube', 'https://youtu.be/_YYmfM2TfUA?si=YZ-U3ucPdf_zBUUr', 'daizys_enchanted_journey_poster.png', 'daizys_enchanted_journey_thumb.webp', 'Enchanted Forest', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(15, 7, 'video', 'YouTube', 'https://youtu.be/LbN9LbuBHk0?si=r-ejAvb48w0a3tic', 'victory_vibes.png', 'victory_vibes.png', 'Winning Moment', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(16, 5, 'tvshow', 'YouTube', 'https://youtu.be/PJlmYh27MHg?si=xkSO89CT6Jd_jor2', 'veil_of_darkness_poster.png', 'veil_of_darkness_thumb.png', 'Darkness Falls', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(17, 25, 'movie', 'YouTube', 'https://youtu.be/LBBni_-tMNs?si=lKOBiWR56U3yy7Gu', 'secrets_of_zambezia_poster.png', 'secrets_of_zambezia_thumb.png', 'Fly High', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(18, 8, 'video', 'YouTube', 'https://youtu.be/xqbb1FCX6wM?si=CtUefpTBezN0tP8-', 'midnight_thrills.png', 'midnight_thrills.png', 'Midnight Scare', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(19, 6, 'tvshow', 'YouTube', 'https://youtu.be/S1i5coU-0_Q?si=YUTmicQFwTWS6DEh', 'the_hidden_truth_poster.png', 'the_hidden_truth_thumb.png', 'Truth Revealed', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(20, 26, 'movie', 'YouTube', 'https://youtu.be/hZ1Rb9hC4JY?si=LELLKsF46bCcc3J9', 'the_new_empire_poster.png', 'the_new_empire_thumb.png', 'Empire Strikes', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(21, 9, 'video', 'YouTube', 'https://youtu.be/gLYTObRhcSY?si=10kFIVk_bL-x-H84', 'hearts_entwined.png', 'hearts_entwined.png', 'Romantic Gaze', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(22, 7, 'tvshow', 'YouTube', 'https://youtu.be/gCQRvfWvdt8?si=KRoGL_s-XoSOKJ-i', 'the_forgotten_road_poster.png', 'the_forgotten_road_thumb.png', 'Forgotten Path', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(23, 27, 'movie', 'YouTube', 'https://youtu.be/usdcpWXPaDY?si=utsn-As0lUuPFtx7', 'the_daring_player_poster.png', 'the_daring_player_thumb.webp', 'Daring Stunt', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(24, 10, 'video', 'YouTube', 'https://youtu.be/uZNRzc3hWvE?si=cpm3hCMCrRJiH7WR', 'gnomeos_love_stories.png', 'gnomeos_love_stories.png', 'Gnomeo Love', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(25, 8, 'tvshow', 'YouTube', 'https://youtu.be/pJCgeOAKXyg?si=Gk5JNJQaMEnimaVK', 'wolfbound_poster.png', 'wolfbound_thumb.png', 'Alpha Wolf', '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL);

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

--
-- Table structure for table `constants`
--

CREATE TABLE `constants` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL DEFAULT '',
  `type` varchar(191) NOT NULL,
  `value` longtext NOT NULL,
  `language_image` varchar(191) DEFAULT NULL,
  `sequence` int(11) NOT NULL DEFAULT 0,
  `sub_type` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `constants`
--

INSERT INTO `constants` (`id`, `name`, `type`, `value`, `language_image`, `sequence`, `sub_type`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'x265', 'upload_type', 'x265', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:20', '2026-02-08 23:24:20', NULL),
(2, 'Embedded', 'upload_type', 'Embedded', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:20', '2026-02-08 23:24:20', NULL),
(3, 'x265', 'STREAM_TYPE', 'x265', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:21', '2026-02-08 23:24:21', NULL),
(4, 'Change Password', 'notification_type', 'change_password', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(5, 'Forget Email/Password', 'notification_type', 'forget_email_password', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(6, 'ID', 'notification_param_button', 'id', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(7, 'User Name', 'notification_param_button', 'user_name', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(8, 'Description / Note', 'notification_param_button', 'description', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(9, 'Your Name', 'notification_param_button', 'logged_in_user_fullname', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(10, 'Your Position', 'notification_param_button', 'logged_in_user_role', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(11, 'User\' ID', 'notification_param_button', 'user_id', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(12, 'User Password', 'notification_param_button', 'user_password', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(13, 'Site URL', 'notification_param_button', 'site_url', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(14, 'Episode Name', 'notification_param_button', 'episode_name', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(15, 'Movie Name', 'notification_param_button', 'movie_name', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(16, 'Season Name', 'notification_param_button', 'season_name', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(17, 'TV Show Name', 'notification_param_button', 'tvshow_name', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(18, 'Expiry Date', 'notification_param_button', 'end_date', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(19, 'Start Date', 'notification_param_button', 'start_date', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(20, 'Plan Name', 'notification_param_button', 'subscription_plan', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(21, 'Content Type', 'notification_param_button', 'content_type', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(22, 'User', 'notification_to', 'user', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(23, 'Admin', 'notification_to', 'admin', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(24, 'Demo Admin', 'notification_to', 'demo_admin', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(25, 'TV Show Add', 'notification_type', 'tv_show_add', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(26, 'Movie Add', 'notification_type', 'movie_add', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(27, 'Episode Add', 'notification_type', 'episode_add', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(28, 'Season Add', 'notification_type', 'season_add', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(29, 'New Subscription', 'notification_type', 'new_subscription', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(30, 'One Time Purchase Content', 'notification_type', 'purchase_video', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(31, 'Rental Content', 'notification_type', 'rent_video', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(32, 'Rental Is Expire Soon', 'notification_type', 'rent_expiry_reminder', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(33, 'One Time Purchase Is Expired Soon', 'notification_type', 'purchase_expiry_reminder', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(34, 'Cancle Subscription', 'notification_type', 'cancle_subscription', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(35, 'Video Add', 'notification_type', 'video_add', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(36, 'Subscription Expiry Reminder', 'notification_type', 'subscription_expiry_reminder', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(37, 'Expiry Plan', 'notification_type', 'expiry_plan', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(38, 'Upcoming', 'notification_type', 'upcoming', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(39, 'Continue Watch', 'notification_type', 'continue_watch', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(40, 'Parental Control OTP', 'notification_type', 'parental_control_otp', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(41, 'OTP Code', 'notification_param_button', 'otp', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:24', '2026-02-08 23:24:24', NULL),
(42, 'Paid', 'PAYMENT_STATUS', '1', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(43, 'Pending', 'PAYMENT_STATUS', '0', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(44, 'Pending', 'PAYMENT_STATUS', '0', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(45, 'Local', 'upload_type', 'Local', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(46, 'URL', 'upload_type', 'URL', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(47, 'YouTube', 'upload_type', 'YouTube', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(48, 'HLS(M3U8)', 'upload_type', 'HLS', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(49, 'Vimeo', 'upload_type', 'Vimeo', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(50, 'x265', 'upload_type', 'x265', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(51, 'English', 'movie_language', 'english', 'English.png', 0, NULL, 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 04:40:57', NULL),
(52, 'Hindi', 'movie_language', 'hindi', 'Hindi.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(53, 'Tamil', 'movie_language', 'tamil', 'Tamil.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(54, 'Telugu', 'movie_language', 'telugu', 'Telugu.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(55, 'Malayalam', 'movie_language', 'malayalam', 'Malyalam.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(56, 'Spanish', 'movie_language', 'spanish', 'Spanish.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(57, 'French', 'movie_language', 'french', 'Freanch.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(58, 'Arabic', 'movie_language', 'arabic', 'Arebic.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(59, 'German', 'movie_language', 'german', 'German.png', 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(60, '480p', 'video_quality', '480p', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(61, '720p', 'video_quality', '720p', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(62, '1080p', 'video_quality', '1080p', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(63, '1440p', 'video_quality', '1440p', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(64, '2K', 'video_quality', '2K', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(65, '4K', 'video_quality', '4K', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(66, '8K', 'video_quality', '8K', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(67, 'URL', 'STREAM_TYPE', 'URL', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(68, 'YouTube', 'STREAM_TYPE', 'YouTube', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(69, 'HLS(M3U8)', 'STREAM_TYPE', 'HLS', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(70, 'Vimeo', 'STREAM_TYPE', 'Vimeo', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(71, 'Embedded', 'STREAM_TYPE', 'Embedded', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(72, 'x265', 'STREAM_TYPE', 'x265', NULL, 0, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(73, 'English', 'subtitle_language', 'en', NULL, 1, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(74, 'French', 'subtitle_language', 'fr', NULL, 2, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(75, 'Arebic', 'subtitle_language', 'ar', NULL, 3, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(76, 'Vietnamese', 'subtitle_language', 'vi', NULL, 4, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(77, 'Spanish', 'subtitle_language', 'es', NULL, 5, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(78, 'Dutch', 'subtitle_language', 'nl', NULL, 7, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(79, 'Portuguese', 'subtitle_language', 'pt', NULL, 6, NULL, 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(80, 'English', 'language', 'english', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 03:47:09', '2026-02-23 03:47:09', NULL),
(81, 'suomi', 'language', 'suomi', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59', NULL),
(82, 'हिन्दी', 'language', 'हिन्दी', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 03:57:59', '2026-02-23 03:57:59', NULL),
(83, '普通话', 'language', '普通话', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 04:20:14', '2026-02-23 04:20:14', NULL),
(84, 'Español', 'language', 'español', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 04:21:11', '2026-02-23 04:21:11', NULL),
(85, 'తెలుగు', 'language', 'తెలుగు', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 04:32:11', '2026-02-23 04:32:11', NULL),
(86, 'தமிழ்', 'language', 'தமிழ்', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 04:36:21', '2026-02-23 04:36:21', NULL),
(87, 'Español', 'movie_language', 'español', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 06:01:58', '2026-02-23 06:01:58', NULL),
(88, '한국어/조선말', 'movie_language', '한국어/조선말', NULL, 0, NULL, 1, 1, 1, NULL, '2026-02-23 06:28:32', '2026-02-23 06:28:32', NULL);

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

--
-- Table structure for table `content_acquisitions`
--

CREATE TABLE `content_acquisitions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `producer_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` enum('movie','series','video') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'movie',
  `genre` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `language` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `trailer_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content_cost` decimal(10,2) DEFAULT NULL,
  `revenue_model` enum('license','revenue_share','exclusive') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'revenue_share',
  `per_min_rate` decimal(10,4) DEFAULT NULL,
  `effective_from` date DEFAULT NULL,
  `effective_to` date DEFAULT NULL,
  `documents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `contract_file` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` enum('draft','submitted','under_review','approved','rejected','contracted','published','expired') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `admin_notes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `approved_by` bigint(20) UNSIGNED DEFAULT NULL,
  `approved_at` timestamp NULL DEFAULT NULL,
  `contract_start_date` date DEFAULT NULL,
  `contract_end_date` date DEFAULT NULL,
  `contract_terms` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `content_acquisitions`
--

INSERT INTO `content_acquisitions` (`id`, `producer_id`, `title`, `type`, `genre`, `language`, `description`, `trailer_url`, `content_cost`, `revenue_model`, `per_min_rate`, `effective_from`, `effective_to`, `documents`, `contract_file`, `status`, `admin_notes`, `approved_by`, `approved_at`, `contract_start_date`, `contract_end_date`, `contract_terms`, `entertainment_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 18, 'Superman', 'movie', 'Action', 'English', 'When Superman gets drawn into conflicts at home and abroad, his actions are questioned, giving tech billionaire Lex Luthor the opportunity to get the Man of Steel out of the way for good. Will intrepid reporter Lois Lane and Superman\'s four-legged companion, Krypto, be able to help him before it\'s too late?', 'https://www.youtube.com/watch?v=Ox8ZLF6cGM0', NULL, 'revenue_share', NULL, NULL, NULL, NULL, 'storage/contracts/contract_1_1771480620.pdf', 'published', NULL, 1, '2026-02-19 05:56:30', '2026-02-19', '2029-12-01', NULL, NULL, '2026-02-19 05:55:44', '2026-02-19 05:57:28', NULL),
(2, 18, 'test', 'series', 'Action', 'Hindi', 'test', 'https://youtu.be/vKKac8BxsRI?si=LQLdydWfD9ubtuop', 10.00, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/1764058867130_i_6996a6b2edec0.jpeg\"', 'storage/contracts/contract_2_1771563591.pdf', 'approved', NULL, 1, '2026-02-20 07:16:24', '2026-02-20', '2026-02-27', NULL, NULL, '2026-02-20 04:50:32', '2026-02-20 07:16:24', NULL),
(3, 18, 'Happy Birthday Movie', 'movie', 'Animation', 'English', 'Happy Birthday to you!', 'https://youtu.be/R0be6mdFTgU?si=DFgvfmYLKjjj9ysm', 10.00, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/test443_6996a33d5fded.png\"', 'storage/contracts/contract_3_1771572045.pdf', 'approved', NULL, 1, '2026-02-20 07:22:15', '2026-02-20', '2027-02-18', NULL, NULL, '2026-02-20 07:04:02', '2026-02-20 07:22:15', NULL),
(4, 18, 'Test', 'movie', 'Animation', 'English', 'dasdas', 'https://www.youtube.com/watch?v=X4bF_quwNtw', NULL, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/1764058867130_i_6996a6b2edec0.jpeg\"', 'storage/contracts/contract_4_1771840247.pdf', 'published', NULL, 1, '2026-02-23 09:44:49', '2026-02-23', '2026-10-03', NULL, 172, '2026-02-23 09:43:01', '2026-02-23 09:51:07', NULL),
(5, 18, 'spider man', 'movie', 'Action', 'English', 'marvel', NULL, NULL, 'revenue_share', NULL, NULL, NULL, NULL, NULL, 'rejected', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-02-24 08:08:41', '2026-02-24 12:16:17', NULL),
(6, 18, 'jj', 'movie', 'Action', 'Hindi', 'movie', NULL, NULL, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/download_(2)_6996a27aaec0c.png\"', NULL, 'rejected', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-02-24 08:14:07', '2026-02-24 11:27:08', NULL),
(7, 18, 'spider man', 'movie', 'Action', 'English', 'action', 'https://youtu.be/Y6OTaztLEz0?si=DbctrbXhBsmJb4Hr', 1.69, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/Screenshot_2026_02_19_133703_699d5e6debeea.png\"', 'storage/contracts/contract_7_1771921471.pdf', 'published', NULL, 1, '2026-02-24 08:21:44', '2026-02-24', '2026-12-24', NULL, 174, '2026-02-24 08:19:44', '2026-02-24 08:24:46', NULL),
(8, 18, 'Shaktimaan', 'movie', 'Sci-Fi', 'Hindi', 'Indian Superhero', 'https://youtu.be/OgrZ2ofIcT8?si=RCpAxwfaF1QK81l3', NULL, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/Screenshot_2026_02_25_140841_699eb52ccc123.png\"', 'storage/contracts/contract_8_1772009047.pdf', 'published', NULL, 1, '2026-02-25 08:43:26', '2026-02-25', '2027-02-25', NULL, 175, '2026-02-25 08:39:19', '2026-02-25 08:44:28', NULL),
(9, 18, 'Junior G', 'movie', 'Science Fiction', 'Hindi', 'Indian Super Genius', 'https://youtu.be/mZRR0tMIW5E?si=apjRFK8jq5E6b4bJ', 1.00, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/Screenshot_2026_02_25_141758_699eb78e3379d.png\"', NULL, 'rejected', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-02-25 08:50:09', '2026-02-25 08:50:53', NULL),
(10, 18, 'fixes test', 'movie', 'Action', 'English', 'asdsaad as d sad as d asdsa', 'https://www.youtube.com/watch?v=73_1biulkYk', NULL, 'revenue_share', NULL, NULL, NULL, NULL, 'storage/contracts/contract_10_1772013649.pdf', 'published', NULL, 1, '2026-02-25 10:01:23', '2026-02-25', '2026-03-07', NULL, 176, '2026-02-25 09:58:39', '2026-02-25 10:01:23', NULL),
(11, 18, 'teefse', 'movie', 'Action', 'English', 'sd sd asdas da s  das d as da s dds', 'https://www.youtube.com/watch?v=eOrNdBpGMv8', NULL, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/test443_6996a33d5fded.png\"', NULL, 'rejected', 'teefsf', NULL, NULL, NULL, NULL, NULL, NULL, '2026-02-25 09:59:09', '2026-02-25 09:59:44', NULL),
(12, 18, 'Shaktimaan 2', 'movie', 'Action', 'English', 'Science Fiction', 'https://youtu.be/OgrZ2ofIcT8?si=fxErK15mXp4ZwWfU', 1.00, 'revenue_share', NULL, NULL, NULL, '\"https:\\/\\/mxflix.mimeld.com\\/storage\\/producers\\/18\\/Image\\/Screenshot_2026_02_25_140841_699eb52ccc123.png\"', 'storage/contracts/contract_12_1772014307.pdf', 'published', NULL, 1, '2026-02-25 10:10:28', '2026-02-25', '2026-02-28', NULL, 177, '2026-02-25 10:09:23', '2026-02-25 10:12:13', NULL);

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

--
-- Table structure for table `content_acquisition_logs`
--

CREATE TABLE `content_acquisition_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `acquisition_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `status_from` varchar(191) DEFAULT NULL,
  `status_to` varchar(191) NOT NULL,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `content_acquisition_logs`
--

INSERT INTO `content_acquisition_logs` (`id`, `acquisition_id`, `user_id`, `status_from`, `status_to`, `notes`, `created_at`, `updated_at`) VALUES
(1, 1, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-19 05:55:52', '2026-02-19 05:55:52'),
(2, 1, 1, 'submitted', 'under_review', 'We Like IT', '2026-02-19 05:56:13', '2026-02-19 05:56:13'),
(3, 1, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-19 05:56:30', '2026-02-19 05:56:30'),
(4, 1, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-19 05:57:00', '2026-02-19 05:57:00'),
(5, 1, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-19 05:57:28', '2026-02-19 05:57:28'),
(6, 2, 1, 'draft', 'approved', 'Approved with contract terms: ', '2026-02-20 04:51:50', '2026-02-20 04:51:50'),
(7, 2, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-20 04:52:53', '2026-02-20 04:52:53'),
(8, 2, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-20 04:59:51', '2026-02-20 04:59:51'),
(9, 2, 1, 'contracted', 'approved', 'Approved with contract terms: ', '2026-02-20 05:00:28', '2026-02-20 05:00:28'),
(10, 2, 1, 'approved', 'published', 'Published to platform and converted to catalog', '2026-02-20 05:00:28', '2026-02-20 05:00:28'),
(11, 3, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-20 07:04:50', '2026-02-20 07:04:50'),
(12, 2, 1, 'published', 'approved', 'Approved with contract terms: ', '2026-02-20 07:14:51', '2026-02-20 07:14:51'),
(13, 2, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-20 07:15:08', '2026-02-20 07:15:08'),
(14, 2, 1, 'approved', 'under_review', 'Hello', '2026-02-20 07:16:16', '2026-02-20 07:16:16'),
(15, 2, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-20 07:16:24', '2026-02-20 07:16:24'),
(16, 3, 1, 'submitted', 'approved', 'Approved with contract terms: ', '2026-02-20 07:17:52', '2026-02-20 07:17:52'),
(17, 3, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-20 07:20:45', '2026-02-20 07:20:45'),
(18, 3, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-20 07:21:15', '2026-02-20 07:21:15'),
(19, 3, 1, 'published', 'approved', 'Approved with contract terms: ', '2026-02-20 07:21:42', '2026-02-20 07:21:42'),
(20, 3, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-20 07:22:15', '2026-02-20 07:22:15'),
(21, 4, 1, 'draft', 'under_review', 'tesre', '2026-02-23 09:44:21', '2026-02-23 09:44:21'),
(22, 4, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-23 09:44:46', '2026-02-23 09:44:46'),
(23, 4, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-23 09:44:49', '2026-02-23 09:44:49'),
(24, 4, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-23 09:44:49', '2026-02-23 09:44:49'),
(25, 4, 1, 'approved', 'approved', 'Approved with contract terms: ', '2026-02-23 09:44:49', '2026-02-23 09:44:49'),
(26, 4, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-23 09:50:47', '2026-02-23 09:50:47'),
(27, 4, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-23 09:51:07', '2026-02-23 09:51:07'),
(28, 5, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-24 08:08:54', '2026-02-24 08:08:54'),
(29, 6, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-24 08:14:15', '2026-02-24 08:14:15'),
(30, 7, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-24 08:19:52', '2026-02-24 08:19:52'),
(31, 7, 1, 'submitted', 'under_review', 'Moved to under review', '2026-02-24 08:21:17', '2026-02-24 08:21:17'),
(32, 7, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-24 08:21:44', '2026-02-24 08:21:44'),
(33, 7, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-24 08:24:31', '2026-02-24 08:24:31'),
(34, 7, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-24 08:24:46', '2026-02-24 08:24:46'),
(35, 5, 1, 'submitted', 'under_review', 'Moved to under review', '2026-02-24 08:27:29', '2026-02-24 08:27:29'),
(36, 6, 1, 'submitted', 'under_review', 'test', '2026-02-24 10:42:20', '2026-02-24 10:42:20'),
(37, 6, 1, 'under_review', 'rejected', 'Rejected: ', '2026-02-24 11:27:08', '2026-02-24 11:27:08'),
(38, 5, 1, 'under_review', 'under_review', 'Moved to under review', '2026-02-24 11:32:39', '2026-02-24 11:32:39'),
(39, 5, 1, 'under_review', 'rejected', 'Rejected: ', '2026-02-24 12:16:17', '2026-02-24 12:16:17'),
(40, 8, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-25 08:39:31', '2026-02-25 08:39:31'),
(41, 8, 1, 'submitted', 'under_review', 'Moved to under review', '2026-02-25 08:42:30', '2026-02-25 08:42:30'),
(42, 8, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-25 08:43:26', '2026-02-25 08:43:26'),
(43, 8, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-25 08:44:07', '2026-02-25 08:44:07'),
(44, 8, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-25 08:44:28', '2026-02-25 08:44:28'),
(45, 9, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-25 08:50:17', '2026-02-25 08:50:17'),
(46, 9, 1, 'submitted', 'rejected', 'Rejected: ', '2026-02-25 08:50:53', '2026-02-25 08:50:53'),
(47, 11, 1, 'draft', 'under_review', 'teefsf', '2026-02-25 09:59:35', '2026-02-25 09:59:35'),
(48, 11, 1, 'under_review', 'rejected', 'Rejected: teefsf', '2026-02-25 09:59:44', '2026-02-25 09:59:44'),
(49, 10, 1, 'draft', 'under_review', 'sdfsdf', '2026-02-25 10:00:06', '2026-02-25 10:00:06'),
(50, 10, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-25 10:00:23', '2026-02-25 10:00:23'),
(51, 10, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-25 10:00:49', '2026-02-25 10:00:49'),
(52, 10, 1, 'contracted', 'approved', 'Approved with contract terms: ', '2026-02-25 10:01:23', '2026-02-25 10:01:23'),
(53, 10, 1, 'approved', 'published', 'Published to platform and converted to catalog', '2026-02-25 10:01:23', '2026-02-25 10:01:23'),
(54, 12, 18, 'draft', 'submitted', 'Submitted for review', '2026-02-25 10:09:33', '2026-02-25 10:09:33'),
(55, 12, 1, 'submitted', 'under_review', 'Moved to under review', '2026-02-25 10:10:11', '2026-02-25 10:10:11'),
(56, 12, 1, 'under_review', 'approved', 'Approved with contract terms: ', '2026-02-25 10:10:28', '2026-02-25 10:10:28'),
(57, 12, 18, 'approved', 'contracted', 'Producer uploaded signed contract.', '2026-02-25 10:11:47', '2026-02-25 10:11:47'),
(58, 12, 1, 'contracted', 'published', 'Published to platform and converted to catalog', '2026-02-25 10:12:13', '2026-02-25 10:12:13');

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

--
-- Table structure for table `continue_watch`
--

CREATE TABLE `continue_watch` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `profile_id` int(11) DEFAULT NULL,
  `entertainment_type` varchar(191) DEFAULT NULL,
  `watched_time` varchar(191) DEFAULT NULL,
  `total_watched_time` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `episode_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `continue_watch`
--

INSERT INTO `continue_watch` (`id`, `entertainment_id`, `user_id`, `profile_id`, `entertainment_type`, `watched_time`, `total_watched_time`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `episode_id`) VALUES
(1, 28, 3, 3, 'movie', '00:03:00', '00:03:00', 3, 3, NULL, '2024-09-26 05:42:14', '2024-09-26 05:42:14', NULL, NULL),
(2, 99, 3, 3, 'movie', '00:06:00', '00:06:00', 3, 3, NULL, '2024-09-26 05:43:01', '2024-09-26 05:43:01', NULL, NULL),
(3, 87, 3, 3, 'movie', '00:02:00', '00:02:00', 3, 3, NULL, '2024-09-26 05:43:37', '2024-09-26 05:43:37', NULL, NULL),
(4, 13, 3, 3, 'tvshow', '00:04:00', '00:04:00', 3, 3, NULL, '2024-09-26 05:44:40', '2024-09-26 05:44:40', NULL, 41),
(5, 4, 3, 3, 'tvshow', '00:05:00', '00:05:00', 3, 3, NULL, '2024-09-26 05:45:31', '2024-09-26 05:45:31', NULL, 15),
(6, 1, 3, 3, 'tvshow', '00:01:00', '00:01:00', 3, 3, NULL, '2024-09-26 05:46:55', '2024-09-26 05:50:23', NULL, 1),
(7, 18, 3, 3, 'tvshow', '00:05:00', '00:05:00', 3, 3, NULL, '2024-09-26 05:47:54', '2024-09-26 05:47:54', NULL, 61),
(8, 26, 3, 3, 'movie', '00:02:00', '00:02:00', 3, 3, NULL, '2024-09-26 05:48:35', '2024-09-26 05:48:35', NULL, NULL),
(9, 30, 3, 3, 'movie', '00:03:00', '00:03:00', 3, 3, NULL, '2024-09-26 05:49:18', '2024-09-26 05:49:18', NULL, NULL),
(10, 2, 3, 3, 'tvshow', '00:04:00', '00:04:00', 3, 3, NULL, '2024-09-26 05:49:38', '2024-09-26 05:49:38', NULL, 9),
(11, 80, 14, 14, 'movie', '00:03:00', '00:03:00', 14, 14, NULL, '2024-09-26 05:52:09', '2024-09-26 05:52:09', NULL, NULL),
(12, 83, 14, 14, 'movie', '00:04:00', '00:04:00', 14, 14, NULL, '2024-09-26 05:53:03', '2024-09-26 05:53:03', NULL, NULL),
(13, 63, 14, 14, 'movie', '00:02:00', '00:02:00', 14, 14, NULL, '2024-09-26 05:54:10', '2024-09-26 05:54:10', NULL, NULL),
(14, 1, 14, 14, 'tvshow', '00:01:00', '00:01:00', 14, 14, NULL, '2024-09-26 05:55:25', '2024-09-26 05:55:25', NULL, 8),
(15, 20, 14, 14, 'tvshow', '00:03:00', '00:03:00', 14, 14, NULL, '2024-09-26 05:56:16', '2024-09-26 05:56:16', NULL, 70),
(16, 19, 14, 14, 'tvshow', '00:02:00', '00:02:00', 14, 14, NULL, '2024-09-26 05:56:39', '2024-09-26 05:56:39', NULL, 64),
(17, 13, 1, 1, 'tvshow', '0:09', '0:09', 1, 1, NULL, '2026-02-09 23:50:48', '2026-02-09 23:50:48', NULL, 46),
(28, 99, 1, 1, 'movie', '00:00:39', '00:02:59', 1, 1, NULL, '2026-02-16 01:30:58', '2026-02-16 01:30:59', NULL, NULL),
(30, 100, 1, 1, 'movie', '00:31:09', '01:35:12', 1, 1, NULL, '2026-02-16 01:54:39', '2026-02-16 01:54:39', NULL, NULL),
(31, 104, 18, NULL, 'movie', '00:03:15', '00:03:15', 18, 18, NULL, '2026-02-16 03:50:34', '2026-02-16 07:20:02', NULL, NULL),
(32, 112, 1, NULL, 'movie', '00:01:11', '00:20:19', 1, 1, NULL, '2026-02-18 02:58:10', '2026-02-18 03:26:51', NULL, NULL),
(33, 113, 1, NULL, 'movie', '00:00:30', '00:00:30', 1, 1, NULL, '2026-02-19 06:16:55', '2026-02-19 06:44:09', NULL, NULL),
(35, 99, 21, NULL, 'movie', '00:00:45', '00:02:59', 21, 21, NULL, '2026-02-19 10:50:42', '2026-02-19 10:50:42', NULL, NULL),
(37, 30, 1, NULL, 'movie', '00:38:22', '01:25:23', 1, 1, NULL, '2026-02-20 04:37:06', '2026-02-20 04:37:06', NULL, NULL),
(45, 113, 18, NULL, 'movie', '00:00:30', '00:00:30', 18, 18, NULL, '2026-02-20 06:39:01', '2026-02-20 06:39:01', NULL, NULL),
(50, 113, 21, 35, 'movie', '00:00:30', '00:00:28', 21, 21, NULL, '2026-02-20 07:03:56', '2026-02-20 07:03:56', NULL, NULL),
(51, 102, 21, 35, 'movie', '00:00:04', '01:25:05', 21, 21, NULL, '2026-02-20 07:05:14', '2026-02-20 07:05:14', NULL, NULL),
(55, 127, 21, 35, 'movie', '00:26:22', '01:03:27', 21, 21, NULL, '2026-02-24 09:22:10', '2026-02-24 09:22:10', NULL, NULL),
(60, 144, 22, 37, 'movie', '00:00:37', '00:00:54', 22, 22, NULL, '2026-02-25 09:08:17', '2026-03-02 05:48:24', NULL, NULL),
(61, 139, 22, 37, 'movie', '00:00:10', '00:00:39', 22, 22, NULL, '2026-02-25 11:51:33', '2026-02-25 11:51:33', NULL, NULL),
(62, 40, 22, 37, 'video', '00:00:25', '00:03:29', 22, 22, NULL, '2026-02-27 12:07:21', '2026-02-27 12:07:31', NULL, NULL),
(63, 124, 22, 38, 'movie', '00:00:25', '00:02:18', 22, 22, 22, '2026-03-02 05:55:57', '2026-03-02 10:01:46', '2026-03-02 10:01:46', NULL),
(64, 144, 21, 36, 'movie', '00:00:04', '00:00:54', 21, 21, NULL, '2026-03-02 05:56:30', '2026-03-02 05:56:30', NULL, NULL),
(66, 152, 22, 37, 'tvshow', '00:00:05', '00:08:39', 22, 22, NULL, '2026-03-02 08:13:39', '2026-03-04 21:42:37', NULL, 83),
(67, 126, 21, 36, 'movie', '00:00:27', '00:02:06', 21, 21, NULL, '2026-03-02 09:46:35', '2026-03-02 09:48:21', NULL, NULL),
(74, 124, 23, 39, 'movie', '00:00:19', '00:00:57', 23, 23, NULL, '2026-03-02 12:45:49', '2026-03-03 04:47:30', NULL, NULL),
(75, 152, 23, 39, 'tvshow', '00:00:01', '00:08:39', 23, 23, NULL, '2026-03-02 13:02:52', '2026-03-03 08:25:41', NULL, 83),
(77, 124, 22, 37, 'movie', '00:00:19', '00:00:57', 22, 22, NULL, '2026-03-03 04:11:07', '2026-03-03 06:15:56', NULL, NULL),
(79, 126, 22, 37, 'movie', '00:00:19', '00:02:06', 22, 22, NULL, '2026-03-03 04:20:02', '2026-03-04 21:42:59', NULL, NULL);

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

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `dial_code` int(11) DEFAULT NULL,
  `currency_name` varchar(191) DEFAULT NULL,
  `symbol` varchar(191) DEFAULT NULL,
  `currency_code` varchar(191) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `code`, `name`, `dial_code`, `currency_name`, `symbol`, `currency_code`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'AF', 'Afghanistan', 93, 'Afghan Afghani', '؋', 'AFN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(2, 'AL', 'Albania', 355, 'Albanian Lek', 'Lek', 'ALL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(3, 'DZ', 'Algeria', 213, 'Algerian Dinar', 'د.ج', 'DZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(4, 'AS', 'American Samoa', 1684, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(5, 'AD', 'Andorra', 376, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(6, 'AO', 'Angola', 244, 'Angolan Kwanza', 'Kz', 'AOA', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(7, 'AI', 'Anguilla', 1264, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(8, 'AQ', 'Antarctica', 0, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(9, 'AG', 'Antigua And Barbuda', 1268, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(10, 'AR', 'Argentina', 54, 'Argentine Peso', '$', 'ARS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(11, 'AM', 'Armenia', 374, 'Armenian Dram', '֏', 'AMD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(12, 'AW', 'Aruba', 297, 'Aruban Florin', 'ƒ', 'AWG', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(13, 'AU', 'Australia', 61, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(14, 'AT', 'Austria', 43, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(15, 'AZ', 'Azerbaijan', 994, 'Azerbaijani Manat', '₼', 'AZN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(16, 'BS', 'Bahamas The', 1242, 'Bahamian Dollar', '$', 'BSD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(17, 'BH', 'Bahrain', 973, 'Bahraini Dinar', 'ب.د', 'BHD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(18, 'BD', 'Bangladesh', 880, 'Bangladeshi Taka', '৳', 'BDT', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(19, 'BB', 'Barbados', 1246, 'Barbadian Dollar', '$', 'BBD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(20, 'BY', 'Belarus', 375, 'Belarusian Ruble', 'Br', 'BYN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(21, 'BE', 'Belgium', 32, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(22, 'BZ', 'Belize', 501, 'Belize Dollar', '$', 'BZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(23, 'BJ', 'Benin', 229, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(24, 'BM', 'Bermuda', 1441, 'Bermudian Dollar', '$', 'BMD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(25, 'BT', 'Bhutan', 975, 'Bhutanese Ngultrum', 'Nu.', 'BTN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(26, 'BO', 'Bolivia', 591, 'Bolivian Boliviano', 'Bs.', 'BOB', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(27, 'BA', 'Bosnia and Herzegovina', 387, 'Bosnia and Herzegovina Convertible Mark', 'КМ', 'BAM', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(28, 'BW', 'Botswana', 267, 'Botswana Pula', 'P', 'BWP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(29, 'BV', 'Bouvet Island', 0, 'Norwegian Krone', 'kr', 'NOK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(30, 'BR', 'Brazil', 55, 'Brazilian Real', 'R$', 'BRL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(31, 'IO', 'British Indian Ocean Territory', 246, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(32, 'BN', 'Brunei', 673, 'Brunei Dollar', '$', 'BND', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(33, 'BG', 'Bulgaria', 359, 'Bulgarian Lev', 'лв.', 'BGN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(34, 'BF', 'Burkina Faso', 226, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(35, 'BI', 'Burundi', 257, 'Burundian Franc', 'Fr', 'BIF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(36, 'KH', 'Cambodia', 855, 'Cambodian Riel', '៛', 'KHR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(37, 'CM', 'Cameroon', 237, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(38, 'CA', 'Canada', 1, 'Canadian Dollar', '$', 'CAD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(39, 'CV', 'Cape Verde', 238, 'Cape Verdean Escudo', '$', 'CVE', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(40, 'KY', 'Cayman Islands', 1345, 'Cayman Islands Dollar', '$', 'KYD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(41, 'CF', 'Central African Republic', 236, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(42, 'TD', 'Chad', 235, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(43, 'CL', 'Chile', 56, 'Chilean Peso', '$', 'CLP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(44, 'CN', 'China', 86, 'Chinese Yuan', '¥', 'CNY', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(45, 'CX', 'Christmas Island', 61, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(46, 'CC', 'Cocos (Keeling) Islands', 672, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(47, 'CO', 'Colombia', 57, 'Colombian Peso', '$', 'COP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(48, 'KM', 'Comoros', 269, 'Comorian Franc', 'Fr', 'KMF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(49, 'CG', 'Republic Of The Congo', 242, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(50, 'CD', 'Democratic Republic Of The Congo', 242, 'Congolese Franc', 'Fr', 'CDF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(51, 'CK', 'Cook Islands', 682, 'New Zealand Dollar', '$', 'NZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(52, 'CR', 'Costa Rica', 506, 'Costa Rican Colon', '₡', 'CRC', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(53, 'CI', 'Cote D\'Ivoire (Ivory Coast)', 225, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(54, 'HR', 'Croatia (Hrvatska)', 385, 'Croatian Kuna', 'kn', 'HRK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(55, 'CU', 'Cuba', 53, 'Cuban Peso', '$', 'CUP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(56, 'CY', 'Cyprus', 357, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(57, 'CZ', 'Czech Republic', 420, 'Czech Koruna', 'Kč', 'CZK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(58, 'DK', 'Denmark', 45, 'Danish Krone', 'kr', 'DKK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(59, 'DJ', 'Djibouti', 253, 'Djiboutian Franc', 'Fr', 'DJF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(60, 'DM', 'Dominica', 1767, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(61, 'DO', 'Dominican Republic', 1809, 'Dominican Peso', '$', 'DOP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(62, 'TP', 'East Timor', 670, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(63, 'EC', 'Ecuador', 593, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(64, 'EG', 'Egypt', 20, 'Egyptian Pound', 'E£', 'EGP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(65, 'SV', 'El Salvador', 503, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(66, 'GQ', 'Equatorial Guinea', 240, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(67, 'ER', 'Eritrea', 291, 'Eritrean Nakfa', 'Nfk', 'ERN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(68, 'EE', 'Estonia', 372, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(69, 'ET', 'Ethiopia', 251, 'Ethiopian Birr', 'Br', 'ETB', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(70, 'XA', 'External Territories of Australia', 61, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(71, 'FK', 'Falkland Islands', 500, 'Falkland Islands Pound', '£', 'FKP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(72, 'FO', 'Faroe Islands', 298, 'Danish Krone', 'kr', 'DKK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(73, 'FJ', 'Fiji Islands', 679, 'Fijian Dollar', '$', 'FJD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(74, 'FI', 'Finland', 358, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(75, 'FR', 'France', 33, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(76, 'GF', 'French Guiana', 594, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(77, 'PF', 'French Polynesia', 689, 'CFP Franc', 'Fr', 'XPF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(78, 'TF', 'French Southern Territories', 0, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(79, 'GA', 'Gabon', 241, 'Central African CFA franc', 'Fr', 'XAF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(80, 'GM', 'Gambia The', 220, 'Gambian Dalasi', 'D', 'GMD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(81, 'GE', 'Georgia', 995, 'Georgian Lari', 'ლ', 'GEL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(82, 'DE', 'Germany', 49, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(83, 'GH', 'Ghana', 233, 'Ghanaian Cedi', '₵', 'GHS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(84, 'GI', 'Gibraltar', 350, 'Gibraltar Pound', '£', 'GIP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(85, 'GR', 'Greece', 30, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(86, 'GL', 'Greenland', 299, 'Danish Krone', 'kr', 'DKK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(87, 'GD', 'Grenada', 1473, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(88, 'GP', 'Guadeloupe', 590, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(89, 'GU', 'Guam', 1671, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(90, 'GT', 'Guatemala', 502, 'Guatemalan Quetzal', 'Q', 'GTQ', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(91, 'XU', 'Guernsey and Alderney', 44, 'Pound Sterling', '£', 'GBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(92, 'GN', 'Guinea', 224, 'Guinean Franc', 'Fr', 'GNF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(93, 'GW', 'Guinea-Bissau', 245, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(94, 'GY', 'Guyana', 592, 'Guyanaese Dollar', '$', 'GYD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(95, 'HT', 'Haiti', 509, 'Haitian Gourde', 'G', 'HTG', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(96, 'HM', 'Heard and McDonald Islands', 0, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(97, 'HN', 'Honduras', 504, 'Honduran Lempira', 'L', 'HNL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(98, 'HK', 'Hong Kong S.A.R.', 852, 'Hong Kong Dollar', '$', 'HKD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(99, 'HU', 'Hungary', 36, 'Hungarian Forint', 'Ft', 'HUF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(100, 'IS', 'Iceland', 354, 'Icelandic Krona', 'kr', 'ISK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(101, 'IN', 'India', 91, 'Indian Rupee', '₹', 'INR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(102, 'ID', 'Indonesia', 62, 'Indonesian Rupiah', 'Rp', 'IDR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(103, 'IR', 'Iran', 98, 'Iranian Rial', '﷼', 'IRR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(104, 'IQ', 'Iraq', 964, 'Iraqi Dinar', 'ع.د', 'IQD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(105, 'IE', 'Ireland', 353, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(106, 'IL', 'Israel', 972, 'Israeli New Shekel', '₪', 'ILS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(107, 'IT', 'Italy', 39, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(108, 'JM', 'Jamaica', 1876, 'Jamaican Dollar', '$', 'JMD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(109, 'JP', 'Japan', 81, 'Japanese Yen', '¥', 'JPY', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(110, 'XJ', 'Jersey', 44, 'Pound Sterling', '£', 'GBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(111, 'JO', 'Jordan', 962, 'Jordanian Dinar', 'د.ا', 'JOD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(112, 'KZ', 'Kazakhstan', 7, 'Kazakhstani Tenge', '〒', 'KZT', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(113, 'KE', 'Kenya', 254, 'Kenyan Shilling', 'Sh', 'KES', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(114, 'KI', 'Kiribati', 686, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(115, 'KP', 'Korea North', 850, 'North Korean Won', '₩', 'KPW', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(116, 'KR', 'Korea South', 82, 'South Korean Won', '₩', 'KRW', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(117, 'KW', 'Kuwait', 965, 'Kuwaiti Dinar', 'د.ك', 'KWD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(118, 'KG', 'Kyrgyzstan', 996, 'Kyrgyzstani Som', 'с', 'KGS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(119, 'LA', 'Laos', 856, 'Lao Kip', '₭', 'LAK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(120, 'LV', 'Latvia', 371, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(121, 'LB', 'Lebanon', 961, 'Lebanese Pound', 'ل.ل', 'LBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(122, 'LS', 'Lesotho', 266, 'Lesotho Loti', 'L', 'LSL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(123, 'LR', 'Liberia', 231, 'Liberian Dollar', '$', 'LRD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(124, 'LY', 'Libya', 218, 'Libyan Dinar', 'ل.د', 'LYD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(125, 'LI', 'Liechtenstein', 423, 'Swiss Franc', 'Fr', 'CHF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(126, 'LT', 'Lithuania', 370, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(127, 'LU', 'Luxembourg', 352, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(128, 'MO', 'Macau S.A.R.', 853, 'Macanese Pataca', 'MOP$', 'MOP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(129, 'MK', 'Macedonia', 389, 'Macedonian Denar', 'ден', 'MKD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(130, 'MG', 'Madagascar', 261, 'Malagasy Ariary', 'Ar', 'MGA', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(131, 'MW', 'Malawi', 265, 'Malawian Kwacha', 'MK', 'MWK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(132, 'MY', 'Malaysia', 60, 'Malaysian Ringgit', 'RM', 'MYR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(133, 'MV', 'Maldives', 960, 'Maldivian Rufiyaa', '.ރ', 'MVR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(134, 'ML', 'Mali', 223, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(135, 'MT', 'Malta', 356, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(136, 'XM', 'Man (Isle of)', 44, 'Pound Sterling', '£', 'GBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(137, 'MH', 'Marshall Islands', 692, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(138, 'MQ', 'Martinique', 596, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(139, 'MR', 'Mauritania', 222, 'Mauritanian Ouguiya', 'UM', 'MRU', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(140, 'MU', 'Mauritius', 230, 'Mauritian Rupee', '₨', 'MUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(141, 'YT', 'Mayotte', 269, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(142, 'MX', 'Mexico', 52, 'Mexican Peso', '$', 'MXN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(143, 'FM', 'Micronesia', 691, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(144, 'MD', 'Moldova', 373, 'Moldovan Leu', 'L', 'MDL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(145, 'MC', 'Monaco', 377, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(146, 'MN', 'Mongolia', 976, 'Mongolian Tugrik', '₮', 'MNT', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(147, 'MS', 'Montserrat', 1664, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(148, 'MA', 'Morocco', 212, 'Moroccan Dirham', 'DH', 'MAD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(149, 'MZ', 'Mozambique', 258, 'Mozambican Metical', 'MT', 'MZN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(150, 'MM', 'Myanmar', 95, 'Myanmar Kyat', 'Ks', 'MMK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(151, 'NA', 'Namibia', 264, 'Namibian Dollar', '$', 'NAD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(152, 'NR', 'Nauru', 674, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(153, 'NP', 'Nepal', 977, 'Nepalese Rupee', '₨', 'NPR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(154, 'AN', 'Netherlands Antilles', 599, 'Netherlands Antillean Guilder', 'ƒ', 'ANG', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(155, 'NL', 'Netherlands The', 31, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(156, 'NC', 'New Caledonia', 687, 'CFP Franc', 'Fr', 'XPF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(157, 'NZ', 'New Zealand', 64, 'New Zealand Dollar', '$', 'NZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(158, 'NI', 'Nicaragua', 505, 'Nicaraguan Cordoba', 'C$', 'NIO', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(159, 'NE', 'Niger', 227, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(160, 'NG', 'Nigeria', 234, 'Nigerian Naira', '₦', 'NGN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(161, 'NU', 'Niue', 683, 'New Zealand Dollar', '$', 'NZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(162, 'NF', 'Norfolk Island', 672, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(163, 'MP', 'Northern Mariana Islands', 1670, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(164, 'NO', 'Norway', 47, 'Norwegian Krone', 'kr', 'NOK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(165, 'OM', 'Oman', 968, 'Omani Rial', 'ر.ع.', 'OMR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(166, 'PK', 'Pakistan', 92, 'Pakistani Rupee', '₨', 'PKR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(167, 'PW', 'Palau', 680, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(168, 'PS', 'Palestinian Territory Occupied', 970, 'Israeli New Shekel', '₪', 'ILS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(169, 'PA', 'Panama', 507, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(170, 'PG', 'Papua new Guinea', 675, 'Papua New Guinean Kina', 'K', 'PGK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(171, 'PY', 'Paraguay', 595, 'Paraguayan Guarani', '₲', 'PYG', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(172, 'PE', 'Peru', 51, 'Peruvian Nuevo Sol', 'S/.', 'PEN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(173, 'PH', 'Philippines', 63, 'Philippine Peso', '₱', 'PHP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(174, 'PN', 'Pitcairn Island', 0, 'New Zealand Dollar', '$', 'NZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(175, 'PL', 'Poland', 48, 'Polish Zloty', 'zł', 'PLN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(176, 'PT', 'Portugal', 351, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(177, 'PR', 'Puerto Rico', 1787, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(178, 'QA', 'Qatar', 974, 'Qatari Rial', 'ر.ق', 'QAR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(179, 'RE', 'Reunion', 262, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(180, 'RO', 'Romania', 40, 'Romanian Leu', 'lei', 'RON', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(181, 'RU', 'Russia', 7, 'Russian Ruble', '₽', 'RUB', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(182, 'RW', 'Rwanda', 250, 'Rwandan Franc', 'Fr', 'RWF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(183, 'SH', 'Saint Helena', 290, 'Saint Helena Pound', '£', 'SHP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(184, 'KN', 'Saint Kitts And Nevis', 1869, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(185, 'LC', 'Saint Lucia', 1758, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(186, 'PM', 'Saint Pierre and Miquelon', 508, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(187, 'VC', 'Saint Vincent And The Grenadines', 1784, 'East Caribbean Dollar', '$', 'XCD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(188, 'WS', 'Samoa', 684, 'Samoan Tala', 'T', 'WST', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(189, 'SM', 'San Marino', 378, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(190, 'ST', 'Sao Tome and Principe', 239, 'Sao Tome and Principe Dobra', 'Db', 'STN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(191, 'SA', 'Saudi Arabia', 966, 'Saudi Riyal', 'ر.س', 'SAR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(192, 'SN', 'Senegal', 221, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(193, 'RS', 'Serbia', 381, 'Serbian Dinar', 'дин.', 'RSD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(194, 'SC', 'Seychelles', 248, 'Seychellois Rupee', '₨', 'SCR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(195, 'SL', 'Sierra Leone', 232, 'Sierra Leonean Leone', 'Le', 'SLL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(196, 'SG', 'Singapore', 65, 'Singapore Dollar', '$', 'SGD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(197, 'SK', 'Slovakia', 421, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(198, 'SI', 'Slovenia', 386, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(199, 'SB', 'Solomon Islands', 677, 'Solomon Islands Dollar', '$', 'SBD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(200, 'SO', 'Somalia', 252, 'Somali Shilling', 'Sh', 'SOS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(201, 'ZA', 'South Africa', 27, 'South African Rand', 'R', 'ZAR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(202, 'GS', 'South Georgia', 0, 'British Pound Sterling', '£', 'GBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(203, 'SS', 'South Sudan', 211, 'South Sudanese Pound', '£', 'SSP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(204, 'ES', 'Spain', 34, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(205, 'LK', 'Sri Lanka', 94, 'Sri Lankan Rupee', '₨', 'LKR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(206, 'SD', 'Sudan', 249, 'Sudanese Pound', 'ج.س.', 'SDG', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(207, 'SR', 'Suriname', 597, 'Surinamese Dollar', '$', 'SRD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(208, 'SJ', 'Svalbard And Jan Mayen Islands', 47, 'Norwegian Krone', 'kr', 'NOK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(209, 'SZ', 'Swaziland', 268, 'Swazi Lilangeni', 'L', 'SZL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(210, 'SE', 'Sweden', 46, 'Swedish Krona', 'kr', 'SEK', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(211, 'CH', 'Switzerland', 41, 'Swiss Franc', 'Fr', 'CHF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(212, 'SY', 'Syria', 963, 'Syrian Pound', '£', 'SYP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(213, 'TW', 'Taiwan', 886, 'Taiwan Dollar', 'NT$', 'TWD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(214, 'TJ', 'Tajikistan', 992, 'Tajikistani Somoni', 'ЅМ', 'TJS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(215, 'TZ', 'Tanzania', 255, 'Tanzanian Shilling', 'Sh', 'TZS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(216, 'TH', 'Thailand', 66, 'Thai Baht', '฿', 'THB', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(217, 'TG', 'Togo', 228, 'West African CFA franc', 'Fr', 'XOF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(218, 'TK', 'Tokelau', 690, 'New Zealand Dollar', '$', 'NZD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(219, 'TO', 'Tonga', 676, 'Tongan Pa\'anga', 'T$', 'TOP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(220, 'TT', 'Trinidad And Tobago', 1868, 'Trinidad and Tobago Dollar', '$', 'TTD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(221, 'TN', 'Tunisia', 216, 'Tunisian Dinar', 'د.ت', 'TND', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(222, 'TR', 'Turkey', 90, 'Turkish Lira', '₺', 'TRY', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(223, 'TM', 'Turkmenistan', 993, 'Turkmenistani Manat', 'm', 'TMT', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(224, 'TC', 'Turks And Caicos Islands', 1649, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(225, 'TV', 'Tuvalu', 688, 'Australian Dollar', '$', 'AUD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(226, 'UG', 'Uganda', 256, 'Ugandan Shilling', 'Sh', 'UGX', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(227, 'UA', 'Ukraine', 380, 'Ukrainian Hryvnia', '₴', 'UAH', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(228, 'AE', 'United Arab Emirates', 971, 'United Arab Emirates Dirham', 'د.إ', 'AED', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(229, 'GB', 'United Kingdom', 44, 'British Pound Sterling', '£', 'GBP', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(230, 'US', 'United States', 1, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(231, 'UM', 'United States Minor Outlying Islands', 1, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(232, 'UY', 'Uruguay', 598, 'Uruguayan Peso', '$', 'UYU', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(233, 'UZ', 'Uzbekistan', 998, 'Uzbekistani Som', 'лв', 'UZS', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(234, 'VU', 'Vanuatu', 678, 'Vanuatu Vatu', 'VT', 'VUV', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(235, 'VA', 'Vatican City State (Holy See)', 39, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(236, 'VE', 'Venezuela', 58, 'Venezuelan Bolivar', 'Bs.', 'VES', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(237, 'VN', 'Vietnam', 84, 'Vietnamese Dong', '₫', 'VND', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(238, 'VG', 'Virgin Islands (British)', 1284, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(239, 'VI', 'Virgin Islands (US)', 1340, 'United States Dollar', '$', 'USD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(240, 'WF', 'Wallis And Futuna Islands', 681, 'CFP Franc', 'Fr', 'XPF', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(241, 'EH', 'Western Sahara', 212, 'Moroccan Dirham', 'DH', 'MAD', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(242, 'YE', 'Yemen', 967, 'Yemeni Rial', '﷼', 'YER', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(243, 'YU', 'Yugoslavia', 38, 'Yugoslavian Dinar', 'дин.', 'YUN', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(244, 'ZM', 'Zambia', 260, 'Zambian Kwacha', 'ZK', 'ZMW', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(245, 'ZW', 'Zimbabwe', 263, 'Zimbabwean Dollar', '$', 'ZWL', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(246, 'AX', 'Åland Islands', 358, 'Euro', '€', 'EUR', 1, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL);

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `expire_date` date DEFAULT NULL,
  `discount_type` enum('fixed','percentage') NOT NULL,
  `discount` decimal(8,2) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `coupons`
--

INSERT INTO `coupons` (`id`, `code`, `description`, `start_date`, `expire_date`, `discount_type`, `discount`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'WELCOME20', 'Welcome offer - Get 20% off ', '2026-02-09', '2026-05-09', 'percentage', 20.00, 1, NULL, NULL, NULL, '2026-02-08 23:25:01', '2026-02-08 23:25:01', NULL),
(2, 'SAVE50', 'Save 50% on annual plans - Limited time offer', '2026-02-09', '2026-08-09', 'percentage', 50.00, 1, NULL, NULL, NULL, '2026-02-08 23:25:01', '2026-02-08 23:25:01', NULL),
(3, 'SUMMER25', 'Summer special - 25% discount ', '2026-02-09', '2026-03-11', 'percentage', 25.00, 1, NULL, NULL, NULL, '2026-02-08 23:25:01', '2026-02-08 23:25:01', NULL),
(4, 'FLAT10', 'Flat $10 discount ', '2026-02-09', '2026-04-09', 'fixed', 10.00, 1, NULL, NULL, NULL, '2026-02-08 23:25:01', '2026-02-08 23:25:01', NULL),
(5, 'NEWYEAR30', 'New Year celebration - 30% off ', '2026-02-09', '2026-03-09', 'percentage', 30.00, 1, NULL, NULL, NULL, '2026-02-08 23:25:01', '2026-02-08 23:25:01', NULL);

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

--
-- Table structure for table `coupon_subscription_plan`
--

CREATE TABLE `coupon_subscription_plan` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) UNSIGNED NOT NULL,
  `subscription_plan_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `coupon_subscription_plan`
--

INSERT INTO `coupon_subscription_plan` (`id`, `coupon_id`, `subscription_plan_id`) VALUES
(1, 1, 1),
(2, 1, 4),
(3, 2, 4),
(4, 2, 5),
(5, 2, 6),
(6, 3, 1),
(7, 3, 2),
(8, 3, 3),
(9, 3, 4),
(10, 3, 5),
(11, 3, 6),
(12, 4, 3),
(13, 4, 5),
(14, 4, 6),
(15, 5, 1),
(16, 5, 2),
(17, 5, 3),
(18, 5, 4),
(19, 5, 5),
(20, 5, 6);

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

--
-- Table structure for table `currencies`
--

CREATE TABLE `currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `currency_name` varchar(191) NOT NULL,
  `currency_symbol` varchar(191) DEFAULT NULL,
  `currency_code` varchar(191) NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `currency_position` enum('left','right','left_with_space','right_with_space') NOT NULL DEFAULT 'left',
  `no_of_decimal` int(10) UNSIGNED NOT NULL,
  `thousand_separator` varchar(191) DEFAULT NULL,
  `decimal_separator` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `currencies`
--

INSERT INTO `currencies` (`id`, `currency_name`, `currency_symbol`, `currency_code`, `is_primary`, `currency_position`, `no_of_decimal`, `thousand_separator`, `decimal_separator`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'United States Dollar', '$', 'USD', 1, 'left', 2, ',', '.', 2, 2, NULL, '2024-07-30 01:48:52', '2024-07-30 01:49:18', NULL),
(2, 'Euro', '€', 'EUR', 0, 'left', 2, ',', '.', 2, 2, NULL, '2024-07-30 01:49:08', '2024-07-30 01:49:08', NULL),
(3, 'Indian Rupee', '₹', 'INR', 0, 'left', 2, ',', '.', 2, 2, NULL, '2024-07-30 01:49:52', '2024-07-30 01:49:52', NULL);

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

--
-- Table structure for table `custom_ads_setting`
--

CREATE TABLE `custom_ads_setting` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `url_type` varchar(191) NOT NULL,
  `placement` varchar(191) DEFAULT NULL,
  `media` varchar(191) DEFAULT NULL,
  `redirect_url` varchar(191) DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `skip_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `skip_after` varchar(191) DEFAULT NULL,
  `target_content_type` varchar(191) DEFAULT NULL,
  `target_categories` longtext DEFAULT NULL,
  `max_views` int(11) DEFAULT NULL,
  `is_enable` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `custom_ads_setting`
--

INSERT INTO `custom_ads_setting` (`id`, `name`, `type`, `url_type`, `placement`, `media`, `redirect_url`, `duration`, `skip_enabled`, `skip_after`, `target_content_type`, `target_categories`, `max_views`, `is_enable`, `status`, `start_date`, `end_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'BigSale', 'image', 'local', 'home_page', 'pexels-kyle-loftus-1280314238-32439172.jpg', NULL, NULL, 0, NULL, NULL, '[]', NULL, 0, 1, '2026-02-09', '2027-02-09', '2025-08-12 02:08:23', '2026-02-25 09:16:47', NULL),
(2, 'MovieTicket', 'image', 'local', 'home_page', 'pexels-kyle-loftus-1280314238-32439172.jpg', NULL, NULL, 0, NULL, NULL, '[]', NULL, 0, 0, '2026-02-09', '2027-02-09', '2025-08-12 02:09:08', '2026-02-25 09:18:21', NULL),
(3, 'EpisodePromo', 'image', 'local', 'home_page', 'pexels-minhle17vn-3062545.jpg', NULL, NULL, 0, NULL, NULL, '[]', NULL, 0, 0, '2026-02-09', '2027-02-09', '2025-08-12 02:10:35', '2026-02-24 11:53:07', NULL),
(4, 'ServicePromo', 'image', 'local', 'home_page', 'pexels-ron-lach-9627162.jpg', NULL, NULL, 0, NULL, NULL, '[]', NULL, 0, 0, '2026-02-09', '2027-02-09', '2025-08-12 02:11:21', '2026-02-24 11:53:10', NULL),
(12, 'Spotify', 'image', 'local', 'banner', 'Default-Image.jpg', NULL, NULL, 0, NULL, 'movie', '[121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,173]', NULL, 0, 0, '2026-02-24', '2026-02-25', '2026-02-24 11:57:45', '2026-02-25 09:18:21', NULL);

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

--
-- Table structure for table `devices`
--

CREATE TABLE `devices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `session_id` varchar(191) DEFAULT NULL,
  `last_activity` timestamp NULL DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `device_name` varchar(191) DEFAULT NULL,
  `active_profile` varchar(191) DEFAULT NULL,
  `platform` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `devices`
--

INSERT INTO `devices` (`id`, `user_id`, `session_id`, `last_activity`, `device_id`, `device_name`, `active_profile`, `platform`, `created_at`, `updated_at`, `deleted_at`) VALUES
(2, 3, '0TSy2maLYOtbYWC2XKIGw7MyrNBEtOywmOPVXJA5', '2026-02-16 03:17:23', '::1', 'Chrome', '5', 'OS X', '2026-02-11 00:10:29', '2026-02-16 03:17:23', NULL),
(4, 3, 'oOUKTTl99PUM5OixgR1vJX2UIs2zefCr2r99yyKL', '2026-02-19 05:53:02', '122.170.195.45', 'Chrome', '5', 'OS X', '2026-02-19 05:03:39', '2026-02-19 05:53:02', NULL),
(73, 25, 'erAGDWN3u85Oowd8HmzvMjH1JuBUR42DXLWRe9HY', '2026-03-03 06:53:58', 'SP1A.210812.016', 'realme(RMX2161)', '43', 'Android', '2026-03-03 06:53:58', '2026-03-03 06:53:58', NULL),
(117, 24, 'iylpYbDEAahOcH6K7nc4JD9BAI5wBv6V2tpeeNFs', '2026-03-05 01:43:32', 'SP1A.210812.016', 'realme(RMX2161)', '41', 'Android', '2026-03-05 01:43:32', '2026-03-05 01:43:32', NULL),
(125, 22, 'Htfbz5HIU0HATgW4HAs0ublw10FGEPWo3CWA3R4Q', '2026-03-05 03:43:27', 'AP3A.240905.015.A2_INMOD1', 'vivo(V2246)', '38', 'Android', '2026-03-05 03:43:27', '2026-03-05 03:43:27', NULL),
(127, 22, 'tlJuKw1VNzMA0fZSrMFLpxcwStz8UwtTPMq21qTg', '2026-03-05 03:58:40', 'UE1A.230829.036.A4', 'google(sdk_gphone64_arm64)', '38', 'Android', '2026-03-05 03:58:40', '2026-03-05 03:58:40', NULL),
(129, 18, 'fEH4honLjPulM9NarUYIGZe9zAcSVnIor10ihqy1', '2026-03-05 04:13:29', '152.59.38.203', 'Chrome', '29', 'Windows', '2026-03-05 04:13:11', '2026-03-05 04:13:29', NULL);

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

--
-- Table structure for table `entertainments`
--

CREATE TABLE `entertainments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `tmdb_id` varchar(191) DEFAULT NULL,
  `external_provider` varchar(191) DEFAULT NULL COMMENT 'Name of the external content provider (e.g., filmhub)',
  `external_id` varchar(191) DEFAULT NULL COMMENT 'ID of this content in the external provider system',
  `stream_url` text DEFAULT NULL COMMENT 'CDN stream URL (HLS .m3u8 or MP4) provided by external source',
  `drm_license_url` text DEFAULT NULL COMMENT 'DRM license server URL (Widevine/FairPlay) if content is DRM-protected',
  `content_provider` varchar(191) DEFAULT NULL COMMENT 'Human-readable name of the content provider/studio',
  `provider_synced_at` timestamp NULL DEFAULT NULL COMMENT 'Timestamp of the last successful sync from the external provider',
  `thumbnail_url` text DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `is180` tinyint(4) DEFAULT NULL,
  `is360` tinyint(4) DEFAULT NULL,
  `trailer_url_type` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `trailer_url` text DEFAULT NULL,
  `movie_access` varchar(191) DEFAULT NULL,
  `plan_id` bigint(20) UNSIGNED DEFAULT NULL,
  `language` varchar(191) DEFAULT NULL,
  `IMDb_rating` varchar(191) DEFAULT NULL,
  `content_rating` longtext DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `is_restricted` tinyint(1) NOT NULL DEFAULT 0,
  `video_upload_type` varchar(191) DEFAULT NULL,
  `video_url_input` text DEFAULT NULL,
  `video_quality_url` text DEFAULT NULL,
  `enable_quality` tinyint(1) NOT NULL DEFAULT 0,
  `download_status` tinyint(1) NOT NULL DEFAULT 0,
  `download_type` varchar(191) DEFAULT NULL,
  `download_url` text DEFAULT NULL,
  `enable_download_quality` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `approval_status` enum('pending','approved','rejected') NOT NULL DEFAULT 'approved',
  `revenue_per_view` decimal(10,2) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `poster_tv_url` text DEFAULT NULL,
  `price` decimal(8,2) DEFAULT NULL,
  `purchase_type` varchar(191) DEFAULT NULL,
  `access_duration` int(11) DEFAULT NULL,
  `discount` varchar(191) DEFAULT NULL,
  `available_for` int(11) DEFAULT NULL,
  `subtitle_file` varchar(191) DEFAULT NULL,
  `enable_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `subtitle_language` varchar(191) DEFAULT NULL,
  `is_default_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `meta_title` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `seo_image` varchar(191) DEFAULT NULL,
  `google_site_verification` varchar(191) DEFAULT NULL,
  `canonical_url` varchar(191) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `enable_clips` tinyint(1) NOT NULL DEFAULT 0,
  `slug` text DEFAULT NULL,
  `bunny_trailer_url` text DEFAULT NULL,
  `bunny_video_url` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainments`
--

INSERT INTO `entertainments` (`id`, `name`, `tmdb_id`, `external_provider`, `external_id`, `stream_url`, `drm_license_url`, `content_provider`, `provider_synced_at`, `thumbnail_url`, `poster_url`, `description`, `is180`, `is360`, `trailer_url_type`, `type`, `trailer_url`, `movie_access`, `plan_id`, `language`, `IMDb_rating`, `content_rating`, `duration`, `start_time`, `end_time`, `release_date`, `is_restricted`, `video_upload_type`, `video_url_input`, `video_quality_url`, `enable_quality`, `download_status`, `download_type`, `download_url`, `enable_download_quality`, `status`, `approval_status`, `revenue_per_view`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `price`, `purchase_type`, `access_duration`, `discount`, `available_for`, `subtitle_file`, `enable_subtitle`, `subtitle_language`, `is_default_subtitle`, `meta_title`, `meta_keywords`, `meta_description`, `seo_image`, `google_site_verification`, `canonical_url`, `short_description`, `enable_clips`, `slug`, `bunny_trailer_url`, `bunny_video_url`) VALUES
(104, 'Animal 2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8fe.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8fe.jpg', '<p>Animal 2&nbsp;</p>', 0, 0, 'URL', 'movie', 'https://www.youtube.com/watch?v=Vsu2p3JkGHM', 'free', NULL, 'english', '9', 'A', '12:00', NULL, NULL, '2026-02-15', 0, 'URL', 'https://www.youtube.com/watch?v=k3fQeEmijZ4', NULL, 0, 0, NULL, NULL, 0, 0, 'rejected', NULL, 18, NULL, NULL, '2026-02-16 03:41:33', '2026-02-19 06:05:50', '2026-02-19 05:53:31', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8fe.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'animal-2', NULL, NULL),
(107, 'New VIdoe', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NEw Vidoe', NULL, NULL, NULL, 'video', 'https://www.youtube.com/watch?v=zeR6_jiyzbI', NULL, NULL, 'English', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 0, 'approved', 0.70, 18, NULL, NULL, '2026-02-18 00:13:15', '2026-02-18 00:13:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'new-vidoe', NULL, NULL),
(111, 'BBG', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'eee', NULL, NULL, NULL, 'movie', 'https://www.youtube.com/watch?v=zeR6_jiyzbI', NULL, NULL, 'English', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 0, 'rejected', 0.70, 18, NULL, NULL, '2026-02-18 01:36:48', '2026-02-19 06:05:54', '2026-02-19 05:53:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'bbg', NULL, NULL),
(121, 'Mercy', '1236153', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/7HKpc11uQfxnw0Y8tRUYn1fsKqE.jpg', 'https://image.tmdb.org/t/p/original/pyok1kZJCfyuFapYXzHcy7BLlQa.jpg', '<p>In the near future, a detective stands on trial accused of murdering his wife. He has ninety minutes to prove his innocence to the advanced AI Judge he once championed, before it determines his fate.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=dSS4yqd0x6o', 'pay-per-view', NULL, 'english', '10', '10', '01:40', NULL, NULL, NULL, 0, 'YouTube', 'https://www.youtube.com/watch?v=OA-g9bOi8xs', NULL, 1, 0, 'URL', NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 03:49:14', '2026-02-23 06:37:53', NULL, 'https://image.tmdb.org/t/p/original/pyok1kZJCfyuFapYXzHcy7BLlQa.jpg', 150.00, 'rental', 50, NULL, 90, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'mercy', NULL, NULL),
(122, 'Hoppers', '1327819', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/2RrLuIfIzGWWIH8IAEo6o0IYHmx.jpg', 'https://image.tmdb.org/t/p/original/d7WizU73PscO3dQor0Ogfx9xy8N.jpg', '<p>Scientists have discovered how to \"hop\" human consciousness into lifelike robotic animals, allowing people to communicate with animals as animals. Animal lover Mabel seizes an opportunity to use the technology, uncovering mysteries within the animal world that are beyond anything she could have imagined.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=hJnAHzo4-KI', 'free', NULL, 'english', '9', '9', '01:45', NULL, NULL, '2026-03-04', 0, 'YouTube', 'https://www.youtube.com/watch?v=85erKvStN1c', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL, 'https://image.tmdb.org/t/p/original/d7WizU73PscO3dQor0Ogfx9xy8N.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'hoppers', NULL, NULL),
(123, 'One Mile: Chapter One', '1327688', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/xBORKTaQJTq3l7EdnTTnrZnYzYa.jpg', 'https://image.tmdb.org/t/p/original/1GZaoYe0mQy211DgDSAxAXr30ul.jpg', '<p>After being released from prison, a father tries to reconnect with his daughter by taking her on a tour of college, but they soon find themselves fighting for more than their lost relationship when a murderous cult pursues them.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=868HlmpAhtQ', 'free', NULL, 'english', '7', 'A', '01:26', NULL, NULL, '2026-02-20', 0, 'URL', 'https://www.youtube.com/watch?v=KawG_Q6PBBc', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL, 'https://image.tmdb.org/t/p/original/1GZaoYe0mQy211DgDSAxAXr30ul.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'one-mile:-chapter-one', NULL, NULL),
(124, 'Superman', '1061474', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/aJDLz1748CIMZkCkyISYe5Hl6I7.jpg', 'https://image.tmdb.org/t/p/original/ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', '<p>Superman, a journalist in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=uhUht6vAsMY', 'free', NULL, 'english', '9', 'A', '02:10', NULL, NULL, '2025-07-09', 0, 'YouTube', 'https://www.youtube.com/watch?v=Z9Z6Jv1xQT8', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL, 'https://image.tmdb.org/t/p/original/ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'superman', NULL, NULL),
(125, 'Incarnate', '241258', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/okVPfrSx6RopERpOqMnVzpD50ey.jpg', 'https://image.tmdb.org/t/p/original/8j8PLnghBHpDEGfANNh8wc5cT4F.jpg', '<p>An exorcist comes up against an evil from his past when he uses his skills to enter the mind of a nine year old boy.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=1Twk5s4zhOs', 'free', NULL, 'english', '8.5', 'A', '01:27', NULL, NULL, '2016-12-01', 0, 'YouTube', 'https://www.youtube.com/watch?v=BJfMq4pN9cc', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL, 'https://image.tmdb.org/t/p/original/8j8PLnghBHpDEGfANNh8wc5cT4F.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'incarnate', NULL, NULL),
(126, 'The Kerala Story 2 Goes Beyond', '1625582', NULL, NULL, NULL, NULL, NULL, NULL, 'https://mxflix.mimeld.com/storage/movie/5btAk8YTRT3FLsqQBumN5eCk8xO_699bd1dab6002.jpeg', 'https://image.tmdb.org/t/p/original/5btAk8YTRT3FLsqQBumN5eCk8xO.jpg', '<p>Across three regions of India&mdash;Kerala, Madhya Pradesh, and Rajasthan&mdash;three young women pursue love and freedom, only to become caught in the very forces they believed they had escaped.</p>', 0, 0, 'URL', 'movie', 'https://www.youtube.com/watch?v=j0_038C5RRk', 'free', NULL, 'hindi', '2', 'A', '02:11', NULL, NULL, '2026-02-27', 0, 'URL', 'https://www.youtube.com/watch?v=MWgZh_rz0hc', NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL, 'https://image.tmdb.org/t/p/original/5btAk8YTRT3FLsqQBumN5eCk8xO.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'the-kerala-story-2-goes-beyond', NULL, NULL),
(127, 'Cinderella', '150689', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/q7vmCCmyiHnuKGMzHZlr0fD44b9.jpg', 'https://image.tmdb.org/t/p/original/j91LJmcWo16CArFOoapsz84bwxb.jpg', '<p>When her father unexpectedly passes away, young Ella finds herself at the mercy of her cruel stepmother and her daughters. Never one to give up hope, Ella\'s fortunes begin to change after meeting a dashing stranger in the woods.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=sYPXeNzpDJE', 'free', NULL, 'english', '7', 'A', '01:45', NULL, NULL, '2015-03-06', 0, 'URL', 'https://www.youtube.com/watch?v=ekFm9Y-lsAc', NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL, 'https://image.tmdb.org/t/p/original/j91LJmcWo16CArFOoapsz84bwxb.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'cinderella', NULL, NULL),
(128, 'One Mile: Chapter Two', '1327690', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/jxQIjkJBTyZSxN3yyilpR0ns6HA.jpg', 'https://image.tmdb.org/t/p/original/3sjc9qXXmQoUWKQ3qIjS1nZaUJy.jpg', '<p>Former special forces operative Danny is forced back onto a remote island when a violent, secretive community takes revenge by abducting his daughter Alex, launching a relentless hunt against enemies prepared for his every move.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=QZUFUvULWqs', 'paid', 2, 'english', '8', 'A', '01:20', NULL, NULL, '2026-02-27', 0, 'URL', 'https://www.youtube.com/watch?v=JE3LoD270Cg', NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL, 'https://image.tmdb.org/t/p/original/3sjc9qXXmQoUWKQ3qIjS1nZaUJy.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'one-mile:-chapter-two', NULL, NULL),
(129, 'Predator: Badlands', '1242898', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/82lM4GJ9uuNvNDOEpxFy77uv4Ak.jpg', 'https://image.tmdb.org/t/p/original/erTRAi241eYF4K8KoGGOI8kFPox.jpg', '<p>Cast out from his clan, a young Predator finds an unlikely ally in a damaged android and embarks on a treacherous journey in search of the ultimate adversary.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=43R9l7EkJwE', 'pay-per-view', NULL, 'english', '9', 'A', '01:47', NULL, NULL, NULL, 0, 'YouTube', 'https://www.youtube.com/watch?v=oFkbsEKaoSE', NULL, 1, 0, 'URL', 'https://www.youtube.com/watch?v=cDL3Zjdz514', 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL, 'https://image.tmdb.org/t/p/original/erTRAi241eYF4K8KoGGOI8kFPox.jpg', 130.00, 'rental', 20, '3', 20, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'predator:-badlands', NULL, NULL),
(130, 'Scream 7', '1159559', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/yWCZc2TcsCYbMMjvUIsczmQi2TX.jpg', 'https://image.tmdb.org/t/p/original/jjyuk0edLiW8vOSnlfwWCCLpbh5.jpg', '<p>When a new Ghostface killer emerges in the quiet town where Sidney Prescott has built a new life, her darkest fears are realized as her daughter becomes the next target. Determined to protect her family, Sidney must face the horrors of her past to put an end to the bloodshed once and for all.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=UJrghaPJ0RY', 'paid', 2, 'english', '9', 'A', '01:54', NULL, NULL, '2026-02-25', 0, 'YouTube', 'https://www.youtube.com/watch?v=HWccEHQDPtQ', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL, 'https://image.tmdb.org/t/p/original/jjyuk0edLiW8vOSnlfwWCCLpbh5.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'scream-7', NULL, NULL),
(131, 'Space/Time', '434853', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/w1Z1I9PqTK5UjG6RVAFXLCjp1Sw.jpg', 'https://image.tmdb.org/t/p/original/uje1ecKMnNpZp0at5TxlvVgVXqI.jpg', '<p>After a fatal test shuts down their project, a disgraced team of scientists enters the criminal underworld to rebuild a forbidden space-bending engine that could rescue humanity or annihilate it entirely.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=qA87_ceGoOg', 'paid', 1, 'english', '9', 'A', '01:30', NULL, NULL, '2025-05-01', 0, 'YouTube', 'https://www.youtube.com/watch?v=vt1of0r2XSg', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL, 'https://image.tmdb.org/t/p/original/uje1ecKMnNpZp0at5TxlvVgVXqI.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'space-time', NULL, NULL),
(132, 'Deathstalker', '1253000', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/cugd16e3WbCG3Zogb8N7lwUnVXH.jpg', 'https://image.tmdb.org/t/p/original/nEI3DnzQC1afAjJOAizx6UX27pL.jpg', '<p>A powerful swordsman known as Deathstalker recovers a cursed amulet from a corpse-strewn battlefield. Marked by dark magic and hunted by monstrous assassins, he must face the rising evil and break the curse.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=fAdo8drjc_M', 'pay-per-view', NULL, 'english', '9', 'A', '01:43', NULL, NULL, NULL, 0, 'URL', 'https://www.youtube.com/watch?v=fAdo8drjc_M', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL, 'https://image.tmdb.org/t/p/original/nEI3DnzQC1afAjJOAizx6UX27pL.jpg', 50.00, 'onetime', NULL, '3', 90, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'deathstalker', NULL, NULL),
(133, 'Greenland 2: Migration', '840464', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/u9jE0R1nvkmdWu3bt7Op8joPywa.jpg', 'https://image.tmdb.org/t/p/original/z2tqCJLsw6uEJ8nJV8BsQXGa3dr.jpg', '<p>Having found the safety of the Greenland bunker after the comet Clarke decimated the Earth, the Garrity family must now risk everything to embark on a perilous journey across the wasteland of Europe to find a new home.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=H8ieN10lX40', 'free', NULL, 'english', '9', 'A', '01:38', NULL, NULL, '2026-01-07', 0, 'YouTube', 'https://www.youtube.com/watch?v=qu6-0EEEG4I', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL, 'https://image.tmdb.org/t/p/original/z2tqCJLsw6uEJ8nJV8BsQXGa3dr.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'greenland-2:-migration', NULL, NULL),
(134, 'A Woman Scorned', '1301306', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/uzZ7LUx4Bb3nZXjvBx5PiqTE7rk.jpg', 'https://image.tmdb.org/t/p/original/dlOSBiNULMPzKIze84LDjvEN9z1.jpg', '<p>Jas and her sister Laura are interrupted on their family weekend break in the country side by a group of local men intent on terrorising them. When Laura is attacked and killed by the group, Jas discovers her lifeless body back at the cabin they\'ve hired. She is instilled with grief, rage and fury and intent on hunting down and taking out the gang by whatever means necessary as justice for her sister\'s murder.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=SzZ9G6hudUE', 'paid', 3, 'english', '6', 'A', '01:24', NULL, NULL, '2025-06-09', 0, 'URL', 'https://www.youtube.com/watch?v=SzZ9G6hudUE', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL, 'https://image.tmdb.org/t/p/original/dlOSBiNULMPzKIze84LDjvEN9z1.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'a-woman-scorned', NULL, NULL),
(135, '捕风追影', '1419406', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/zXINNssll2zsPGqd7F7Llrw7Uql.jpg', 'https://image.tmdb.org/t/p/original/e0RU6KpdnrqFxDKlI3NOqN8nHL6.jpg', '<p>Macau Police brings the tracking expert police officer out of retirement to help catch a dangerous group of professional thieves.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=dDuzTlur3NU', 'free', NULL, 'english', '6', 'A', '02:22', NULL, '12:00:00', '2025-08-16', 0, 'YouTube', 'https://www.youtube.com/watch?v=oHAkVDAphKQ', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL, 'https://image.tmdb.org/t/p/original/e0RU6KpdnrqFxDKlI3NOqN8nHL6.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, '捕风追影', NULL, NULL),
(136, 'Cortafuego', '1428862', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/thgemkoLauZxcqe6KX8wxqEc70z.jpg', 'https://image.tmdb.org/t/p/original/knh3c8LzL9fMhjc5SZPAOotXyiy.jpg', '<p>Little Lide disappears in the forest while her family packs up their home. As a fire breaks out, her mother must race to reach her before the flames do.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=hHgl2-QtU5E', 'free', NULL, 'english', '9', 'A', '01:47', NULL, NULL, '2026-02-19', 0, 'URL', 'https://www.youtube.com/watch?v=L7DZQeHNDVo', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL, 'https://image.tmdb.org/t/p/original/knh3c8LzL9fMhjc5SZPAOotXyiy.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'cortafuego', NULL, NULL),
(137, 'Avatar: Fire and Ash', '83533', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/sdZSjtGUTSN8B3al5o0f2WoQfQQ.jpg', 'https://image.tmdb.org/t/p/original/bRBeSHfGHwkEpImlhxPmOcUsaeg.jpg', '<p>In the wake of the devastating war against the RDA and the loss of their eldest son, Jake Sully and Neytiri face a new threat on Pandora: the Ash People, a violent and power-hungry Na\'vi tribe led by the ruthless Varang. Jake\'s family must fight for their survival and the future of Pandora in a conflict that pushes them to their emotional and physical limits.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=nb_fFj_0rq8', 'free', NULL, 'english', '8', 'A', '03:18', NULL, NULL, '2025-12-17', 0, 'YouTube', 'https://www.youtube.com/watch?v=y35F2nMfVwY', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL, 'https://image.tmdb.org/t/p/original/bRBeSHfGHwkEpImlhxPmOcUsaeg.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'avatar:-fire-and-ash', NULL, NULL),
(138, 'War of the Worlds', '755898', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/iZLqwEwUViJdSkGVjePGhxYzbDb.jpg', 'https://image.tmdb.org/t/p/original/yvirUYrva23IudARHn3mMGVxWqM.jpg', '<p>Will Radford is a top analyst for Homeland Security who tracks potential threats through a mass surveillance program, until one day an attack by an unknown entity leads him to question whether the government is hiding something from him... and from the rest of the world.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=d9erkpdh5o0', 'free', NULL, 'english', '9', 'C', '01:31', NULL, NULL, '2025-07-29', 0, 'URL', 'https://www.youtube.com/watch?v=d9erkpdh5o0', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL, 'https://image.tmdb.org/t/p/original/yvirUYrva23IudARHn3mMGVxWqM.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'war-of-the-worlds', NULL, NULL),
(139, 'Love Me Love Me', '1317672', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/ohUhHOqW8cM59Ay5UjqplLzJbH3.jpg', 'https://image.tmdb.org/t/p/original/xmoO861IKm1ycJ52mLGc3nwINKV.jpg', '<p>After her brother\'s death, June moves to Milan for a fresh start, finding comfort in Will, the perfect honor student at her new international school. But when his troubled best friend James&mdash;hiding a dangerous life in clandestine MMA fights&mdash;sparks a rivalry that quickly turns into irresistible attraction, June must choose between safety and a love that upends everything she thought she wanted.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=B7prWpweShU', 'free', NULL, 'english', '9', 'A', '01:39', NULL, NULL, '2026-02-12', 0, 'YouTube', 'https://www.youtube.com/watch?v=VBrZYWO0Jhc', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL, 'https://image.tmdb.org/t/p/original/xmoO861IKm1ycJ52mLGc3nwINKV.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'love-me-love-me', NULL, NULL),
(140, 'Gates of Flesh', '1205225', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/5arE7ysejlE2byGyakuUrR5TmUt.jpg', 'https://image.tmdb.org/t/p/original/tsu0fapttpwweWhx2GvYFtSCFhi.jpg', '<p>A group of friends attempt to escape the city after an outbreak of demon-possessions. The friends seek shelter in an abandoned church, but their plans for escape are ruined when one of them becomes possessed.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=GHamEmrOoMY', 'free', NULL, 'english', '6', 'A', '01:31', NULL, NULL, '2025-04-08', 0, 'URL', 'https://www.youtube.com/watch?v=eHCqsXWxW6s', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL, 'https://image.tmdb.org/t/p/original/tsu0fapttpwweWhx2GvYFtSCFhi.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'gates-of-flesh', NULL, NULL),
(141, 'Kraken', '1110034', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/xcBlMEvzuaHoWANKYn5PGvcW4OC.jpg', 'https://image.tmdb.org/t/p/original/jVsflOu9WpMqUJ3WwVX2mITi86S.jpg', '<p>Marine biologist Johanne is doing research on a fish farm in Vangsnes, a rural community located by the fjord, when she encounters several strange occurrences. Along with the brutal deaths of two local teenagers, all signs point to the deep fjord; can there be more to the depths than the eye can see? At the bottom of the deepest fjord rests a mythical monster as large as a mountain, with a myriad of arms ready to crush and devour anything they can grab.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=EUTatY1-oBI', 'free', NULL, 'english', '9', 'A', '01:34', NULL, NULL, '2026-02-06', 0, 'URL', 'https://www.youtube.com/watch?v=EUTatY1-oBI', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL, 'https://image.tmdb.org/t/p/original/jVsflOu9WpMqUJ3WwVX2mITi86S.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'kraken', NULL, NULL),
(142, 'Primate', '1315303', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/9uakM2woks0JV8HKIc4oatIVS88.jpg', 'https://image.tmdb.org/t/p/original/rKleYiEj4pFqxedTRWfujLooi84.jpg', '<p>Lucy, a college student, along with her friends, spend their vacation at her family\'s home in Hawaii, which includes her pet chimpanzee, Ben. However, when Ben contracts rabies after being bitten by a rabid animal, the group must fight for their lives in order to avoid the now-violent chimp.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=wo87F-va410', 'free', NULL, 'english', '9', 'A', '01:29', NULL, NULL, '2026-01-01', 0, 'YouTube', 'https://www.youtube.com/watch?v=baXzvRTAhSk', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL, 'https://image.tmdb.org/t/p/original/rKleYiEj4pFqxedTRWfujLooi84.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'primate', NULL, NULL),
(143, 'Hamnet', '858024', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/73BClq9FOcrWrutnpiqhCNEWEwJ.jpg', 'https://image.tmdb.org/t/p/original/vbeyOZm2bvBXcbgPD3v6o94epPX.jpg', '<p>The powerful story of love and loss that inspired the creation of Shakespeare\'s timeless masterpiece, Hamlet.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=E2xtmPkuksA', 'pay-per-view', NULL, 'english', '9', 'A', '02:06', NULL, NULL, NULL, 0, 'YouTube', 'https://www.youtube.com/watch?v=1Wc5aRZkL1s', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL, 'https://image.tmdb.org/t/p/original/vbeyOZm2bvBXcbgPD3v6o94epPX.jpg', 50.00, 'onetime', NULL, '5', 60, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'hamnet', NULL, NULL),
(144, 'Anaconda', '1234731', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/swxhEJsAWms6X1fDZ4HdbvYBSf9.jpg', 'https://image.tmdb.org/t/p/original/qxMv3HwAB3XPuwNLMhVRg795Ktp.jpg', '<p>A group of friends facing mid-life crises head to the rainforest with the intention of remaking their favorite movie from their youth, only to find themselves in a fight for their lives against natural disasters, giant snakes and violent criminals.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=az8M5Mai0X4', 'free', NULL, 'english', '7', 'A', '01:40', NULL, NULL, '2025-12-24', 0, 'YouTube', 'https://www.youtube.com/watch?v=6d8cf3RNa1Y', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL, 'https://image.tmdb.org/t/p/original/qxMv3HwAB3XPuwNLMhVRg795Ktp.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'anaconda', NULL, NULL),
(145, 'EPiC: Elvis Presley in Concert', '1445363', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/r2JZSIddGK6pw9iiIkWYjffk4Bv.jpg', 'https://image.tmdb.org/t/p/original/2K2NH5dforjT9kLcUC0eeBpdZkC.jpg', '<p>Long-lost footage from Elvis Presely\'s legendary Las Vegas residency in the 1970s woven together with rare 16mm footage from Elvis on Tour, and 8mm from the Graceland archive, plus recordings of Elvis telling \"his side of the story\" rediscovered during Baz Luhrmann\'s research for his 2022 film, Elvis.</p>', 0, 0, 'YouTube', 'movie', 'https://www.youtube.com/watch?v=xsD6nCbQDcA', 'free', NULL, 'english', '9', 'A', '01:38', NULL, NULL, '2026-02-18', 0, 'YouTube', 'https://www.youtube.com/watch?v=PalDl9XNjn8', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL, 'https://image.tmdb.org/t/p/original/2K2NH5dforjT9kLcUC0eeBpdZkC.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'epic:-elvis-presley-in-concert', NULL, NULL),
(146, 'Vishnu Vinyasam', '1441149', NULL, NULL, NULL, NULL, NULL, NULL, 'https://mxflix.mimeld.com/storage/image/9of3WcFOQKA1DMzDAfme15kdt79_699bd885a2e15.jpeg', 'https://image.tmdb.org/t/p/original/9of3WcFOQKA1DMzDAfme15kdt79.jpg', '<p>A quirky character navigates life while defying history, numerology and astrology, riding through the city on his customized motorcycle</p>', 0, 0, 'URL', 'movie', 'https://www.youtube.com/watch?v=u-KvpLSzbdg', 'free', NULL, 'english', '6', 'A', '02:00', NULL, NULL, '2026-02-27', 0, 'URL', 'https://www.youtube.com/watch?v=u-KvpLSzbdg', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL, 'https://image.tmdb.org/t/p/original/9of3WcFOQKA1DMzDAfme15kdt79.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'vishnu-vinyasam', NULL, NULL),
(147, 'Aazhi', '1607661', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/tYCUdUBtVWLKj7MghRFkUi3ZDRY.jpg', 'https://image.tmdb.org/t/p/original/1SQ0PL6bf0IHdf2xV8sIiMbc8Wq.jpg', '<p>Mukhila\'s Father Murthy comes to know about Arul and Mukhilas love affair. Murthy, who works as a boat mechanic, kidnaps Arul in a boat and beats him up. He plans to kill Arul so that he will not fall in love with his daughter. When the boat breaks down in the sea, Murthy, foot stuck in the motor and is both of them survived the rainstorm or not.</p>', 0, 0, 'URL', 'movie', 'https://www.youtube.com/watch?v=UVYApsOcdtc&list=RDUVYApsOcdtc&start_radio=1', 'free', NULL, 'telugu', '9', 'A', '01:49', NULL, NULL, '2026-02-27', 0, 'URL', 'https://www.youtube.com/watch?v=UVYApsOcdtc&list=RDUVYApsOcdtc&start_radio=1', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL, 'https://image.tmdb.org/t/p/original/1SQ0PL6bf0IHdf2xV8sIiMbc8Wq.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'aazhi', NULL, NULL),
(148, 'Tighee', '1608274', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/phYK4pebaPYH6qwTIG6G5LKAiXi.jpg', 'https://image.tmdb.org/t/p/original/jt6dTOtur23riqQYfahi7li4rWZ.jpg', '<p>Swati has built a respectable life in Mumbai, but everything is unravelling. Her predatory boss exploits her financial condition while her husband drowns in debt. When Swati comes to know her ailing mother Hemalata is not long for this world, Swati returns to a house that once was home. Her childhood home in Pune with her scorned younger sister Sarika, who has cared for their difficult mother alone for the last three years. The sisters\' reunion is brutal, filled with accusations of abandonment. Fighting guilt, rage, and helplessness, the three find peace, until a fateful night when Swati discovers her old wedding video. The film explores how families survive through silence, sacrifice, and secrets that both save and destroy them.</p>', 0, 0, 'URL', 'movie', 'https://www.youtube.com/watch?v=YIaN9ubSQ5A', 'free', NULL, 'english', '9', 'A', '01:39', NULL, NULL, '2026-03-06', 0, 'YouTube', 'https://www.youtube.com/watch?v=YIaN9ubSQ5A', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL, 'https://image.tmdb.org/t/p/original/jt6dTOtur23riqQYfahi7li4rWZ.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'tighee', NULL, NULL),
(149, 'A Knight of the Seven Kingdoms', '224372', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/7mkUu1F2hVUNgz24xO8HPx0D6mK.jpg', 'https://image.tmdb.org/t/p/original/k8yARbD9iYn2nRX2HvsopfKDN2r.jpg', '<p>A Knight of the Seven Kingdoms is an American fantasy drama television series created by Ira Parker and George R. R. Martin. A prequel to Game of Thrones .</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=UPFRItMOgPo', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2026-01-18', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL, 'https://image.tmdb.org/t/p/original/k8yARbD9iYn2nRX2HvsopfKDN2r.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'a-knight-of-the-seven-kingdoms', NULL, NULL),
(150, 'Grey\'s Anatomy', '1416', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/jP0Rhj9OTPDAwQlHQwOLFDdeE8t.jpg', 'https://image.tmdb.org/t/p/original/hjJkrLXhWvGHpLeLBDFznpBTY1S.jpg', '<p>Follows the personal and professional lives of a group of doctors at Seattle\'s Grey Sloan Memorial Hospital.</p>', NULL, NULL, 'URL', 'tvshow', 'https://www.youtube.com/watch?v=T7wXcQyGwVA', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2005-03-27', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL, 'https://image.tmdb.org/t/p/original/hjJkrLXhWvGHpLeLBDFznpBTY1S.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'grey\'s-anatomy', NULL, NULL),
(151, 'Supernatural', '1622', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/ro0tlgnsco4SwbdAgmscLkSlMSL.jpg', 'https://image.tmdb.org/t/p/original/u40gJarLPlIkwouKlzGdobQOV9k.jpg', '<p>When a woman mysteriously dies due to a supernatural event, her husband and her sons set out on a mission to find out the truth, while battling various paranormal beings.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=yy96yJjkvjo', 'paid', 2, 'english', '9', 'A', NULL, NULL, NULL, '2005-09-13', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL, 'https://image.tmdb.org/t/p/original/u40gJarLPlIkwouKlzGdobQOV9k.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'supernatural', NULL, NULL),
(152, 'Stranger Things', '66732', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/8zbAoryWbtH0DKdev8abFAjdufy.jpg', 'https://image.tmdb.org/t/p/original/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg', '<p>In the 1980s Indiana, a group of young friends witness supernatural forces and secret government exploits. As they search for answers, the children unravel a series of extraordinary mysteries.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=b9EkMc79ZSU', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2016-07-15', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL, 'https://image.tmdb.org/t/p/original/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'stranger-things', NULL, NULL),
(153, 'Game of Thrones', '1399', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg', 'https://image.tmdb.org/t/p/original/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg', '<p>Nine noble families wage war against each other in order to gain control over the mythical land of Westeros. Meanwhile, a force is rising after millenniums and threatens the existence of living men.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=BpJYNVhGf1s', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2011-04-17', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL, 'https://image.tmdb.org/t/p/original/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'game-of-thrones', NULL, NULL),
(154, 'Flash', '60735', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/gFkHcIh7iE5G0oVOgpmY8ONQjhl.jpg', 'https://image.tmdb.org/t/p/original/yZevl2vHQgmosfwUdVNzviIfaWS.jpg', '<p>Barry Allen, a forensic investigator in Central City, gains the power of superhuman speed from a freak accident. He decides to use it to fight crime as the Flash, a costumed superhero.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=IgVyroQjZbE', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2014-10-07', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:29:27', '2026-02-23 05:42:38', NULL, 'https://image.tmdb.org/t/p/original/yZevl2vHQgmosfwUdVNzviIfaWS.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'flash', NULL, NULL),
(155, 'The Vampire Diaries', '18165', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/cJYLon9ejKJV7ua03ab8Tj9u067.jpg', 'https://image.tmdb.org/t/p/original/b3vl6wV1W8PBezFfntKTrhrehCY.jpg', '<p>On her first day at high school, Elena meets Stefan and immediately feels a connection with him. However, what she does not know is that Stefan and his brother, Damon, are in fact vampires.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=RO3Qp_XdR0w', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2009-09-10', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL, 'https://image.tmdb.org/t/p/original/b3vl6wV1W8PBezFfntKTrhrehCY.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'the-vampire-diaries', NULL, NULL),
(156, 'Bridgerton', '91239', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/6umsRLI7t0ydFwCl0JNEIO0q2LH.jpg', 'https://image.tmdb.org/t/p/original/uXTg565ahu9RwonCX1V2Hex1NU6.jpg', '<p>During the Regency era in England, eight close-knit siblings of the powerful Bridgerton family attempt to find love.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=gpv7ayf_tyE', 'free', NULL, 'english', '8.5', 'A', NULL, NULL, NULL, '2020-12-25', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL, 'https://image.tmdb.org/t/p/original/uXTg565ahu9RwonCX1V2Hex1NU6.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'bridgerton', NULL, NULL),
(157, 'Stargate SG-1', '4629', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/yOyzlRw54oYaGvhUBdPr7TFwtrX.jpg', 'https://image.tmdb.org/t/p/original/dQjmI7XxI47v8IM2MUysHG0LuU2.jpg', '<p>On a secret mission, Jack O\'Neill returns to Planet Abydos to search for scientist Daniel Jackson. O\'Neill finds him and learns about a series of hieroglyphics that suggest a map of several Stargates.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=wSRS7c_UqaM', 'free', NULL, 'english', '8', 'A', NULL, NULL, NULL, '1997-07-27', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL, 'https://image.tmdb.org/t/p/original/dQjmI7XxI47v8IM2MUysHG0LuU2.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'stargate-sg-1', NULL, NULL),
(158, 'In the Mud', '258462', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/bxPELhUZNgbFUN31EZTBC99wOHD.jpg', 'https://image.tmdb.org/t/p/original/9JWQYB7FkGtg47wFO7GOrUDgYrx.jpg', '<p>Five female prisoners forge a unique bond after a deadly accident until corruption and turf wars within a ruthless prison threaten to destroy them.</p>', NULL, NULL, 'URL', 'tvshow', 'https://www.youtube.com/watch?v=LPnl8PFKErs', 'free', NULL, 'español', '6', 'A', NULL, NULL, NULL, '2025-08-14', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL, 'https://image.tmdb.org/t/p/original/9JWQYB7FkGtg47wFO7GOrUDgYrx.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'in-the-mud', NULL, NULL),
(159, 'Modern Family', '1421', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/nO7EzksrBzlNpAg5rgv8HzaBIkx.jpg', 'https://image.tmdb.org/t/p/original/k5Qg5rgPoKdh3yTJJrLtyoyYGwC.jpg', '<p>Three modern-day families from California try to deal with their kids, quirky spouses and jobs in their own unique ways, often falling into hilarious situations.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=rbpTUPisA78', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2009-09-23', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL, 'https://image.tmdb.org/t/p/original/k5Qg5rgPoKdh3yTJJrLtyoyYGwC.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'modern-family', NULL, NULL),
(160, 'Dexter', '1405', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/aSGSxGMTP893DPMCvMl9AdnEICE.jpg', 'https://image.tmdb.org/t/p/original/q8dWfc4JwQuv3HayIZeO84jAXED.jpg', '<p>Dexter Morgan, a man with homicidal tendencies, lives a double life. He works as a forensic technician for the police department during the day and kills heinous perpetrators in his free time.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=YQeUmSD1c3g', 'free', NULL, 'english', '6', 'A', NULL, NULL, NULL, '2006-10-01', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL, 'https://image.tmdb.org/t/p/original/q8dWfc4JwQuv3HayIZeO84jAXED.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'dexter', NULL, NULL),
(161, 'The Good Doctor', '71712', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/f3cin9kOz4nOrlYEMxGFQhv4bdN.jpg', 'https://image.tmdb.org/t/p/original/luhKkdD80qe62fwop6sdrXK9jUT.jpg', '<p>Shaun, a young doctor, joins a renowned hospital in San Jose, California, but his colleagues do not socialise with him. He uses his skills to treat patients and prove his abilities to his co-workers.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=lnY9FWUTY84', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2017-09-25', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL, 'https://image.tmdb.org/t/p/original/luhKkdD80qe62fwop6sdrXK9jUT.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'the-good-doctor', NULL, NULL),
(162, 'Lucifer', '63174', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/ncftkNAjIz2PBbUMY7T0CHVJP8d.jpg', 'https://image.tmdb.org/t/p/original/ekZobS8isE6mA53RAiGDG93hBxL.jpg', '<p>Bored with being the Lord of Hell, the devil relocates to Los Angeles, where he opens a nightclub and forms a connection with a homicide detective.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 'free', NULL, 'english', '9', 'A', NULL, NULL, NULL, '2016-01-25', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL, 'https://image.tmdb.org/t/p/original/ekZobS8isE6mA53RAiGDG93hBxL.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'lucifer', NULL, NULL),
(163, 'Breaking Bad', '1396', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/tsRy63Mu5cu8etL1X7ZLyf7UP1M.jpg', 'https://image.tmdb.org/t/p/original/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg', '<p>Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family\'s financial future at any cost as he enters the dangerous world of drugs and crime.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=XZ8daibM3AE', 'free', NULL, 'english', '9', 'B', NULL, NULL, NULL, '2008-01-20', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL, 'https://image.tmdb.org/t/p/original/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'breaking-bad', NULL, NULL),
(164, 'When Life Gives You Tangerines', '219246', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/mwczMJeoQrsPERcyP1e900jo3Jv.jpg', 'https://image.tmdb.org/t/p/original/1VC3sEFxYXYDqQUCAnvWfUsYg1s.jpg', '<p>In Jeju, a spirited girl and a steadfast boy\'s island story blossoms into a lifelong tale of setbacks and triumphs &mdash; proving love endures across time.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=4ECAaQkNAbc', 'free', NULL, '한국어/조선말', '9', 'A', NULL, NULL, NULL, '2025-03-07', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:28:53', '2026-02-23 06:31:29', NULL, 'https://image.tmdb.org/t/p/original/1VC3sEFxYXYDqQUCAnvWfUsYg1s.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'when-life-gives-you-tangerines', NULL, NULL),
(165, 'The Pitt', '250307', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/q1z0W19F4T5Xs2qka3xJSmFjv9a.jpg', 'https://image.tmdb.org/t/p/original/kvFSpESyBZMjaeOJDx7RS3P1jey.jpg', '<p>A realistic examination of the challenges facing healthcare workers in America as seen through the lens of the frontline heroes working in a modern-day hospital in Pittsburgh, Pennsylvania.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=ufR_08V38sQ', 'free', NULL, 'english', '6', 'A', NULL, NULL, NULL, '2025-01-09', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL, 'https://image.tmdb.org/t/p/original/kvFSpESyBZMjaeOJDx7RS3P1jey.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'the-pitt', NULL, NULL),
(166, 'The Sopranos', '1398', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg', 'https://image.tmdb.org/t/p/original/rTc7ZXdroqjkKivFPvCPX0Ru7uw.jpg', '<p>Tony Soprano, an Italian-American mafia head based in New Jersey, struggles to manage his family and criminal life and confides his affairs to his psychiatrist Jennifer Melfi.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=Q8cBFvpqmH0', 'free', NULL, 'english', '6', 'A', NULL, NULL, NULL, '1999-01-10', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL, 'https://image.tmdb.org/t/p/original/rTc7ZXdroqjkKivFPvCPX0Ru7uw.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'the-sopranos', NULL, NULL),
(167, 'Anne with an E', '70785', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/ywQtHG17LZhAFZyZtBflhtFMtJ7.jpg', 'https://image.tmdb.org/t/p/original/6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg', '<p>In the late 19th century, the life of Anne, a young and bright orphan, undergoes a dramatic shift when she is adopted by a brother-sister duo.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=S5qJXYNNINo', 'free', NULL, 'english', '9', 'B', NULL, NULL, NULL, '2017-03-19', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL, 'https://image.tmdb.org/t/p/original/6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'anne-with-an-e', NULL, NULL),
(168, 'Goblin', '67915', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/smSbK5cd8T9XHcxEUcems23BDEF.jpg', 'https://image.tmdb.org/t/p/original/sPkxHNw5BFvuCFGWw825TS7n6X3.jpg', '<p>Kim Shin, an immortal goblin, goes to find a human bride to remove an invisible sword from his chest and end his life. One day, school student Ji Eun-Tak confesses to him that she is the chosen one.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=S94ukM8C17A', 'free', NULL, '한국어/조선말', '9', 'A', NULL, NULL, NULL, '2016-12-02', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL, 'https://image.tmdb.org/t/p/original/sPkxHNw5BFvuCFGWw825TS7n6X3.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'goblin', NULL, NULL),
(169, 'Blue Planet II', '74313', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/c7t4tidzOw8E88puHlGsqizViOw.jpg', 'https://image.tmdb.org/t/p/original/j1NsoYYDYHnPkRr7Enqr8tlexgO.jpg', '<p>A follow-up to the 2001 award-winning show \"The Blue Planet,\" this natural history series sees Sir David Attenborough return as narrator and host. A breathtaking exploration of the world\'s vast oceans, hourlong episodes capture animals and other living organisms in their natural habitat, presenting &hellip;</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=-pdlqV4fo68', 'free', NULL, 'english', '6', 'A', NULL, NULL, NULL, '2017-10-29', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL, 'https://image.tmdb.org/t/p/original/j1NsoYYDYHnPkRr7Enqr8tlexgO.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'blue-planet-ii', NULL, NULL);
INSERT INTO `entertainments` (`id`, `name`, `tmdb_id`, `external_provider`, `external_id`, `stream_url`, `drm_license_url`, `content_provider`, `provider_synced_at`, `thumbnail_url`, `poster_url`, `description`, `is180`, `is360`, `trailer_url_type`, `type`, `trailer_url`, `movie_access`, `plan_id`, `language`, `IMDb_rating`, `content_rating`, `duration`, `start_time`, `end_time`, `release_date`, `is_restricted`, `video_upload_type`, `video_url_input`, `video_quality_url`, `enable_quality`, `download_status`, `download_type`, `download_url`, `enable_download_quality`, `status`, `approval_status`, `revenue_per_view`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `price`, `purchase_type`, `access_duration`, `discount`, `available_for`, `subtitle_file`, `enable_subtitle`, `subtitle_language`, `is_default_subtitle`, `meta_title`, `meta_keywords`, `meta_description`, `seo_image`, `google_site_verification`, `canonical_url`, `short_description`, `enable_clips`, `slug`, `bunny_trailer_url`, `bunny_video_url`) VALUES
(170, 'Crash Landing on You', '94796', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/o3Htmlg6BfNs8Ew7yjsRzVnYSEs.jpg', 'https://image.tmdb.org/t/p/original/fgBNLPr6mC8pxuR79ENAJY4nBmj.jpg', '<p>A paragliding mishap drops a South Korean heiress in North Korea - and into the life of an army officer, who decides he will help her hide.</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=eXMjTXL2Vks', 'free', NULL, '한국어/조선말', '9', 'A', NULL, NULL, NULL, '2019-12-14', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL, 'https://image.tmdb.org/t/p/original/fgBNLPr6mC8pxuR79ENAJY4nBmj.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'crash-landing-on-you', NULL, NULL),
(171, 'Snowdrop', '108291', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/dyBkTBcRIw5BC78zCauyrRm5EhJ.jpg', 'https://image.tmdb.org/t/p/original/3AhTqNJVr1v7Jfplg8Y1YOzzdWE.jpg', '<p>In 1987, bloodied man Soo-ho jumps into a women\'s university dormitory in Seoul. Yeong-ro, a female student who fell in love with him at a group blind date, tends to his wounds as the dormitory is ensnared in intense surveillance. As Soo-ho\'s secrets unravel, he must eventually face the conflict between his heart to Yeong-ro and responsibility to his comrades, as well as to his sibling who awaits him in his home country. What will be of their fate?</p>', NULL, NULL, 'YouTube', 'tvshow', 'https://www.youtube.com/watch?v=HeIQjrZSbQA', 'free', NULL, '한국어/조선말', '9', 'A', NULL, NULL, NULL, '2021-12-18', 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL, 'https://image.tmdb.org/t/p/original/3AhTqNJVr1v7Jfplg8Y1YOzzdWE.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, '', '', NULL, NULL, NULL, NULL, 0, 'snowdrop', NULL, NULL),
(172, 'Test', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Default-Image.jpg', 'Default-Image.jpg', '<p>dasdas</p>', 0, 1, 'URL', 'movie', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 'free', NULL, 'english', '8', '8', '01:00', '01:00:00', '05:00:00', '2026-02-25', 1, 'URL', 'https://www.youtube.com/watch?v=X4bF_quwNtw', NULL, 1, 1, 'URL', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 1, 0, 'rejected', 0.70, 18, NULL, NULL, '2026-02-23 09:51:07', '2026-02-25 08:34:39', NULL, 'Default-Image.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'test', NULL, NULL),
(173, 'RajaSahaab', '1022453', NULL, NULL, NULL, NULL, NULL, NULL, 'https://image.tmdb.org/t/p/original/kCwmLYy9ZMto1eMH8BI9KcVVIH2.jpg', 'https://image.tmdb.org/t/p/original/nvK6gYa4diCnQkDVN42uoYXPrdT.jpg', '<p>Seeking his lost grandfather, a young man enters a haunted mansion and awakens a family curse powerful enough to upend both his life and reality.</p>', 0, 1, 'Local', 'movie', 'The_RajaSaab_Official_Trailer_Hindi_Prabhas_Maruthi_Thaman_TG_Vishwa_Prasad_Krithi_Prasad_360P_699d47d76c025.mp4', 'free', NULL, 'hindi', '9', 'A', '03:06', NULL, NULL, '2026-01-08', 0, 'Local', 'The_RajaSaab_Official_Trailer_Hindi_Prabhas_Maruthi_Thaman_TG_Vishwa_Prasad_Krithi_Prasad_360P_699d47d76c025.mp4', NULL, 1, 0, NULL, NULL, 0, 1, 'approved', NULL, NULL, NULL, NULL, '2026-02-24 06:41:06', '2026-02-24 06:42:01', NULL, 'https://image.tmdb.org/t/p/original/nvK6gYa4diCnQkDVN42uoYXPrdT.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'rajasahaab', NULL, NULL),
(174, 'spider man', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'action', NULL, NULL, NULL, 'movie', 'https://youtu.be/Y6OTaztLEz0?si=DbctrbXhBsmJb4Hr', NULL, NULL, 'English', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 0, 'pending', 0.70, 18, NULL, NULL, '2026-02-24 08:24:46', '2026-02-24 08:24:46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'spider-man', NULL, NULL),
(175, 'Shaktimaan', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Indian Superhero', NULL, NULL, NULL, 'movie', 'https://youtu.be/OgrZ2ofIcT8?si=RCpAxwfaF1QK81l3', NULL, NULL, 'Hindi', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 1, 'approved', 0.70, 18, NULL, NULL, '2026-02-25 08:44:28', '2026-02-25 08:59:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'shaktimaan', NULL, NULL),
(176, 'fixes test', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'asdsaad as d sad as d asdsa', NULL, NULL, NULL, 'movie', 'https://www.youtube.com/watch?v=73_1biulkYk', NULL, NULL, 'English', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 0, 'pending', 0.70, 18, NULL, NULL, '2026-02-25 10:01:23', '2026-02-25 10:01:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'fixes-test', NULL, NULL),
(177, 'Shaktimaan 2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Science Fiction', NULL, NULL, NULL, 'movie', 'https://youtu.be/OgrZ2ofIcT8?si=fxErK15mXp4ZwWfU', NULL, NULL, 'English', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, NULL, NULL, 0, 0, 'pending', 0.70, 18, NULL, NULL, '2026-02-25 10:12:13', '2026-02-25 10:12:13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'shaktimaan-2', NULL, NULL);

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

--
-- Table structure for table `entertainment_country_mapping`
--

CREATE TABLE `entertainment_country_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` bigint(20) NOT NULL,
  `country_id` bigint(20) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_country_mapping`
--

INSERT INTO `entertainment_country_mapping` (`id`, `entertainment_id`, `country_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 1, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(2, 1, 45, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(3, 1, 78, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(4, 1, 25, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(5, 2, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(6, 2, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(7, 2, 55, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(8, 3, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(9, 3, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(10, 3, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(11, 4, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(12, 4, 64, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(13, 4, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(14, 4, 78, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(15, 5, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(16, 5, 46, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(17, 5, 88, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(18, 5, 246, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(19, 6, 152, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(20, 6, 225, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(21, 6, 188, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(22, 7, 111, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(23, 7, 158, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(24, 7, 68, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(25, 7, 95, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(26, 8, 110, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(27, 8, 96, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(28, 8, 83, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(29, 9, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(30, 9, 145, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(31, 10, 122, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(32, 10, 118, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(33, 10, 128, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(34, 11, 221, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(35, 12, 200, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(36, 12, 100, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(37, 13, 99, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(38, 13, 199, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(39, 14, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(40, 14, 19, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(41, 14, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(42, 15, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(43, 15, 18, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(44, 15, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(45, 16, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(46, 16, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(47, 16, 27, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(48, 16, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(49, 17, 47, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(50, 17, 57, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(51, 17, 67, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(52, 18, 177, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(53, 18, 167, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(54, 18, 157, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(55, 19, 197, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(56, 20, 187, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(57, 20, 137, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(62, 22, 1, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(63, 22, 100, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(64, 22, 225, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(65, 23, 126, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(66, 23, 226, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(67, 24, 26, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(68, 24, 46, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(69, 25, 221, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(70, 25, 101, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(71, 26, 101, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(72, 26, 212, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(73, 26, 220, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(74, 27, 221, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(75, 27, 227, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(76, 27, 117, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(77, 27, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(78, 28, 154, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(79, 28, 174, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(80, 28, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(81, 28, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(82, 29, 244, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(83, 30, 144, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(84, 30, 156, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(85, 31, 177, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(86, 31, 58, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(87, 32, 199, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(88, 32, 69, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(89, 33, 129, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(90, 33, 77, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(91, 34, 48, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(92, 34, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(93, 35, 224, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(94, 36, 268, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(95, 37, 46, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(96, 37, 246, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(97, 38, 222, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(98, 39, 169, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(99, 39, 78, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(100, 40, 168, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(101, 40, 72, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(102, 41, 18, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(103, 41, 49, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(104, 41, 167, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(105, 42, 154, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(106, 42, 137, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(107, 43, 125, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(108, 43, 197, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(109, 44, 197, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(110, 45, 139, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(111, 45, 101, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(112, 46, 160, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(113, 46, 170, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(114, 47, 145, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(115, 48, 117, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(116, 48, 101, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(117, 49, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(118, 49, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(119, 50, 72, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(120, 50, 76, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(121, 51, 101, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(122, 52, 49, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(123, 52, 38, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(124, 53, 19, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(125, 53, 72, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(126, 54, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(127, 54, 49, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(128, 55, 139, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(129, 55, 239, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(130, 56, 231, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(131, 56, 238, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(132, 57, 101, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(133, 57, 208, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(134, 58, 209, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(135, 58, 206, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(136, 59, 212, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(137, 59, 219, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(138, 60, 229, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(139, 60, 224, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(140, 61, 101, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(141, 61, 29, NULL, NULL, NULL, '2026-02-08 23:24:43', '2026-02-08 23:24:43', NULL),
(142, 62, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(143, 62, 45, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(144, 63, 220, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(145, 64, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(146, 64, 180, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(147, 65, 19, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(148, 65, 80, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(149, 66, 70, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(150, 66, 99, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(151, 67, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(152, 67, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(153, 68, 70, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(154, 68, 80, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(155, 69, 79, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(156, 69, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(157, 70, 78, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(158, 70, 49, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(159, 70, 58, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(160, 71, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(161, 71, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(162, 71, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(163, 71, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(164, 72, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(165, 72, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(166, 72, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(167, 73, 70, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(168, 73, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(169, 73, 246, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(170, 74, 101, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(171, 75, 240, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(172, 76, 49, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(173, 76, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(174, 77, 74, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(175, 77, 82, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(176, 78, 38, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(177, 78, 101, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(178, 78, 49, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(179, 79, 46, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(180, 79, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(181, 80, 10, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(182, 80, 20, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(183, 81, 49, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(184, 81, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(185, 82, 17, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(186, 83, 7, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(187, 83, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(188, 84, 27, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(189, 84, 37, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(190, 85, 210, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(191, 85, 187, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(192, 86, 120, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(193, 86, 180, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(194, 87, 230, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(195, 87, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(196, 88, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(197, 88, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(198, 89, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(199, 89, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(200, 90, 220, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(201, 90, 77, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(202, 91, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(203, 91, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(204, 92, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(205, 92, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(206, 93, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(207, 93, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(208, 94, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(209, 94, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(210, 95, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(211, 96, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(212, 96, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(213, 97, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(214, 97, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(215, 98, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(216, 98, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(217, 99, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(218, 99, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(223, 102, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(224, 102, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(225, 103, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(226, 103, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(251, 101, 27, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(252, 101, 37, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(253, 100, 27, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(254, 100, 37, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(259, 21, 1, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(260, 21, 91, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(261, 21, 100, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(262, 21, 225, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(263, 116, 230, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(264, 116, 229, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(265, 117, 230, NULL, NULL, NULL, '2026-02-20 08:02:49', '2026-02-20 08:02:49', NULL),
(266, 117, 229, NULL, NULL, NULL, '2026-02-20 08:02:49', '2026-02-20 08:02:49', NULL),
(267, 118, 230, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(268, 118, 13, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(269, 119, 230, NULL, NULL, NULL, '2026-02-20 08:02:52', '2026-02-20 08:02:52', NULL),
(270, 120, 230, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL);

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

--
-- Table structure for table `entertainment_downloads`
--

CREATE TABLE `entertainment_downloads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `entertainment_type` varchar(191) DEFAULT NULL,
  `is_download` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `entertainment_download_mapping`
--

CREATE TABLE `entertainment_download_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_download_mapping`
--

INSERT INTO `entertainment_download_mapping` (`id`, `entertainment_id`, `type`, `quality`, `url`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 172, 'URL', '1440p', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 18, 18, NULL, '2026-02-25 08:34:39', '2026-02-25 08:34:39', NULL);

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

--
-- Table structure for table `entertainment_gener_mapping`
--

CREATE TABLE `entertainment_gener_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` bigint(20) NOT NULL,
  `genre_id` bigint(20) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_gener_mapping`
--

INSERT INTO `entertainment_gener_mapping` (`id`, `entertainment_id`, `genre_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 5, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(2, 1, 1, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(3, 1, 3, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(4, 2, 2, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(5, 2, 4, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(6, 2, 6, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(7, 3, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(8, 3, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(9, 3, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(10, 4, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(11, 4, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(12, 4, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(13, 5, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(14, 5, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(15, 5, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(16, 6, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(17, 6, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(18, 6, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(19, 7, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(20, 7, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(21, 7, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(22, 8, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(23, 8, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(24, 8, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(25, 9, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(26, 9, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(27, 9, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(28, 10, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(29, 10, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(30, 10, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(31, 10, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(32, 11, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(33, 11, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(34, 11, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(35, 12, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(36, 12, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(37, 12, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(38, 13, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(39, 13, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(40, 13, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(41, 14, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(42, 14, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(43, 14, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(44, 15, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(45, 15, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(46, 15, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(47, 16, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(48, 16, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(49, 16, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(50, 16, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(51, 17, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(52, 17, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(53, 17, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(54, 17, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(55, 18, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(56, 18, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(57, 18, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(58, 18, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(59, 19, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(60, 19, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(61, 19, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(62, 19, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(63, 20, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(64, 20, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(65, 20, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(69, 22, 1, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(70, 22, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(71, 22, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(72, 23, 1, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(73, 23, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(74, 23, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(75, 24, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(76, 24, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(77, 24, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(78, 25, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(79, 25, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(80, 25, 9, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(81, 26, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(82, 26, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(83, 26, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(84, 27, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(85, 27, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(86, 28, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(87, 28, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(88, 28, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(89, 29, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(90, 29, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(91, 29, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(92, 30, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(93, 30, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(94, 30, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(95, 31, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(96, 31, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(97, 31, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(98, 32, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(99, 32, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(100, 32, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(101, 33, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(102, 33, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(103, 33, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(104, 34, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(105, 34, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(106, 34, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(107, 35, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(108, 35, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(109, 35, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(110, 36, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(111, 36, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(112, 37, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(113, 37, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(114, 37, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(115, 38, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(116, 38, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(117, 38, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(118, 39, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(119, 39, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(120, 39, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(121, 40, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(122, 40, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(123, 40, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(124, 41, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(125, 41, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(126, 41, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(127, 42, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(128, 42, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(129, 42, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(130, 43, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(131, 43, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(132, 43, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(133, 44, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(134, 44, 8, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(135, 45, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(136, 45, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(137, 45, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(138, 46, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(139, 46, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(140, 46, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(141, 47, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(142, 47, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(143, 47, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(144, 48, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(145, 48, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(146, 48, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(147, 49, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(148, 49, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(149, 49, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(150, 50, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(151, 50, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(152, 50, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(153, 51, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(154, 51, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(155, 51, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(156, 52, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(157, 52, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(158, 52, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(159, 53, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(160, 53, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(161, 53, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(162, 54, 1, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(163, 54, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(164, 54, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(165, 55, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(166, 55, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(167, 55, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(168, 56, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(169, 56, 8, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(170, 56, 3, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(171, 57, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(172, 57, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(173, 57, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(174, 58, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(175, 58, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(176, 59, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(177, 59, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(178, 60, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(179, 60, 8, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(180, 61, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(181, 61, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(182, 61, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(183, 62, 8, NULL, NULL, NULL, '2026-02-08 23:24:44', '2026-02-08 23:24:44', NULL),
(184, 62, 7, NULL, NULL, NULL, '2026-02-08 23:24:44', '2026-02-08 23:24:44', NULL),
(185, 62, 5, NULL, NULL, NULL, '2026-02-08 23:24:44', '2026-02-08 23:24:44', NULL),
(186, 63, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(187, 63, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(188, 63, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(189, 64, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(190, 64, 1, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(191, 64, 2, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(192, 65, 1, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(193, 65, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(194, 65, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(195, 66, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(196, 66, 2, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(197, 66, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(198, 67, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(199, 67, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(200, 67, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(201, 68, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(202, 68, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(203, 68, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(204, 69, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(205, 69, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(206, 69, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(207, 70, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(208, 70, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(209, 70, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(210, 71, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(211, 71, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(212, 71, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(213, 72, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(214, 72, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(215, 73, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(216, 73, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(217, 74, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(218, 74, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(219, 75, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(220, 75, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(221, 75, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(222, 76, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(223, 76, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(224, 76, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(225, 77, 4, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(226, 77, 1, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(227, 77, 6, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(228, 78, 7, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(229, 78, 8, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(230, 78, 4, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(231, 79, 3, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(232, 79, 6, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(233, 79, 7, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(234, 80, 8, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(235, 80, 1, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(236, 80, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(237, 81, 6, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(238, 81, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(239, 81, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(240, 82, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(241, 82, 1, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(242, 82, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(243, 83, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(244, 83, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(245, 83, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(246, 84, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(247, 84, 3, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(248, 85, 1, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(249, 85, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(250, 85, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(251, 86, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(252, 86, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(253, 86, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(254, 87, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(255, 87, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(256, 88, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(257, 88, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(258, 88, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(259, 89, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(260, 89, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(261, 90, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(262, 90, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(263, 91, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(264, 91, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(265, 92, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(266, 92, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(267, 93, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(268, 93, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(269, 93, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(270, 94, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(271, 94, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(272, 94, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(273, 95, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(274, 95, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(275, 95, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(276, 96, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(277, 96, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(278, 96, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(279, 97, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(280, 97, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(281, 97, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(282, 98, 6, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(283, 98, 2, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(284, 98, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(285, 99, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(286, 99, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(287, 99, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(294, 102, 2, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(295, 102, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(296, 102, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(297, 103, 1, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(298, 103, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(299, 103, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(336, 101, 3, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(337, 101, 4, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(338, 101, 5, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(339, 100, 5, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(340, 100, 6, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(341, 100, 8, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(343, 104, 1, 1, 1, NULL, '2026-02-16 03:50:30', '2026-02-16 03:50:30', NULL),
(344, 105, 1, 1, 1, NULL, '2026-02-17 22:34:42', '2026-02-17 22:34:42', NULL),
(345, 106, 3, 1, 1, NULL, '2026-02-17 23:20:26', '2026-02-17 23:20:26', NULL),
(346, 107, 1, 1, 1, NULL, '2026-02-18 00:13:15', '2026-02-18 00:13:15', NULL),
(347, 108, 2, 1, 1, NULL, '2026-02-18 00:48:50', '2026-02-18 00:48:50', NULL),
(348, 109, 4, 1, 1, NULL, '2026-02-18 01:25:54', '2026-02-18 01:25:54', NULL),
(349, 110, 5, 1, 1, NULL, '2026-02-18 01:30:07', '2026-02-18 01:30:07', NULL),
(350, 111, 1, 1, 1, NULL, '2026-02-18 01:36:48', '2026-02-18 01:36:48', NULL),
(355, 112, 1, 18, 18, NULL, '2026-02-18 02:57:46', '2026-02-18 02:57:46', NULL),
(361, 113, 1, 1, 1, NULL, '2026-02-19 06:36:36', '2026-02-19 06:36:36', NULL),
(365, 21, 1, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(366, 21, 2, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(367, 21, 3, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(368, 114, 1, 1, 1, NULL, '2026-02-20 05:00:28', '2026-02-20 05:00:28', NULL),
(372, 115, 2, 18, 18, NULL, '2026-02-20 07:28:35', '2026-02-20 07:28:35', NULL),
(373, 116, 1, NULL, NULL, NULL, '2026-02-20 08:02:46', '2026-02-20 08:02:46', NULL),
(374, 116, 9, NULL, NULL, NULL, '2026-02-20 08:02:46', '2026-02-20 08:02:46', NULL),
(375, 116, 10, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(376, 117, 1, NULL, NULL, NULL, '2026-02-20 08:02:48', '2026-02-20 08:02:48', NULL),
(377, 117, 11, NULL, NULL, NULL, '2026-02-20 08:02:48', '2026-02-20 08:02:48', NULL),
(378, 117, 8, NULL, NULL, NULL, '2026-02-20 08:02:48', '2026-02-20 08:02:48', NULL),
(379, 118, 1, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(380, 118, 11, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(381, 119, 9, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(382, 119, 10, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(383, 120, 10, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL),
(387, 122, 2, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(388, 122, 3, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(389, 122, 12, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(390, 122, 13, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(391, 123, 1, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(392, 123, 9, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(393, 124, 1, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(394, 124, 12, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(395, 124, 15, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(396, 125, 5, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(397, 125, 8, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(398, 126, 10, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(399, 127, 10, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(400, 127, 13, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(401, 127, 16, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(402, 127, 17, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(403, 128, 1, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(404, 128, 9, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(405, 129, 1, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(406, 129, 12, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(407, 129, 15, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(408, 130, 5, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(409, 130, 9, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(410, 130, 18, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(411, 131, 1, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(412, 131, 8, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(413, 131, 12, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(414, 132, 1, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(415, 132, 15, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(416, 132, 17, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(417, 133, 8, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(418, 133, 12, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(419, 133, 15, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(420, 134, 1, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(421, 135, 1, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(422, 135, 8, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(423, 135, 9, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(424, 135, 10, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(425, 136, 8, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(426, 136, 10, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(427, 137, 12, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(428, 137, 15, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(429, 137, 17, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(430, 138, 8, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(431, 138, 12, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(432, 139, 10, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(433, 139, 16, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(434, 140, 1, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(435, 140, 5, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(436, 140, 8, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(437, 141, 1, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(438, 141, 5, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(439, 141, 8, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(440, 142, 5, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(441, 142, 8, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(442, 143, 10, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(443, 143, 16, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(444, 143, 19, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(445, 144, 3, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(446, 144, 5, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(447, 144, 15, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(448, 145, 14, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(449, 145, 20, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(450, 146, 3, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(451, 146, 16, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(452, 147, 1, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(453, 147, 10, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(454, 148, 10, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(455, 149, 22, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(456, 149, 10, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(457, 149, 21, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(458, 150, 10, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(459, 151, 10, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(460, 151, 18, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(461, 151, 21, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(462, 152, 22, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(463, 152, 18, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(464, 152, 21, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(465, 153, 22, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(466, 153, 10, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(467, 153, 21, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(470, 154, 10, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(471, 154, 21, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(472, 155, 10, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(473, 155, 21, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(474, 156, 10, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(475, 157, 22, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(476, 157, 21, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(477, 158, 9, 1, 1, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL),
(478, 158, 10, 1, 1, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL),
(479, 159, 3, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(480, 160, 9, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(481, 160, 10, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(482, 160, 18, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(483, 161, 10, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(484, 162, 9, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(485, 162, 21, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(486, 163, 9, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(487, 163, 10, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(489, 164, 10, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(490, 121, 1, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(491, 121, 12, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(492, 121, 8, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(493, 165, 10, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(494, 166, 9, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(495, 166, 10, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(496, 167, 10, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(497, 167, 13, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(498, 168, 3, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(499, 168, 10, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(500, 168, 21, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(501, 169, 14, 1, 1, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL),
(502, 169, 13, 1, 1, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL),
(503, 170, 3, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(504, 170, 10, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(505, 171, 10, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(506, 171, 23, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(511, 173, 3, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(512, 173, 17, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(513, 173, 5, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(514, 174, 1, 1, 1, NULL, '2026-02-24 08:24:46', '2026-02-24 08:24:46', NULL),
(515, 172, 2, 18, 18, NULL, '2026-02-25 08:34:39', '2026-02-25 08:34:39', NULL),
(516, 175, 11, 1, 1, NULL, '2026-02-25 08:44:28', '2026-02-25 08:44:28', NULL),
(517, 176, 1, 1, 1, NULL, '2026-02-25 10:01:23', '2026-02-25 10:01:23', NULL),
(518, 177, 1, 1, 1, NULL, '2026-02-25 10:12:13', '2026-02-25 10:12:13', NULL);

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

--
-- Table structure for table `entertainment_stream_content_mapping`
--

CREATE TABLE `entertainment_stream_content_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_stream_content_mapping`
--

INSERT INTO `entertainment_stream_content_mapping` (`id`, `entertainment_id`, `type`, `quality`, `url`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(5, 22, 'YouTube', '480p', 'https://youtu.be/PdxPlbKFkaM?si=NydEmXECOvT1blJL', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(6, 22, 'YouTube', '720p', 'https://youtu.be/PdxPlbKFkaM?si=zaa1bCmFWRbSxZEB', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(7, 22, 'YouTube', '1080p', 'https://youtu.be/PdxPlbKFkaM?si=zlHHbalMgDJWz9Tp', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(8, 22, 'YouTube', '2K', 'https://youtu.be/PdxPlbKFkaM?si=qaZ1H82OVU3sVx0V', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(9, 26, 'YouTube', '480p', 'https://youtu.be/hlKFxyxOWIQ?si=d5nuCs6BYaIZJhSn', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(10, 26, 'YouTube', '720p', 'https://youtu.be/hlKFxyxOWIQ?si=0NmD4yAoShQigs07', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(11, 26, 'YouTube', '1080p', 'https://youtu.be/hlKFxyxOWIQ?si=_KagBhO3OxIJxdyx', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(12, 26, 'YouTube', '1440p', 'https://youtu.be/hlKFxyxOWIQ?si=H096nrbHzq3_2hWF', NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(13, 27, 'YouTube', '480p', 'https://youtu.be/U-KfnCpEEl4?si=Vc70N3_zFcBD0yR4', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(14, 27, 'YouTube', '720p', 'https://youtu.be/U-KfnCpEEl4?si=HUmROBp9MupZ_mAa', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(15, 27, 'YouTube', '1080p', 'https://youtu.be/U-KfnCpEEl4?si=Wd3qSh7kodL-LvxC', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(16, 27, 'YouTube', '1440p', 'https://youtu.be/U-KfnCpEEl4?si=QcjXOGpAHgsq1IJl', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(17, 29, 'YouTube', '480p', 'https://youtu.be/so2XtxcSLHQ?si=ac0V29WoRwQyTNc7', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(18, 29, 'YouTube', '720p', 'https://youtu.be/so2XtxcSLHQ?si=N97AW29RFILE1nZ0', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(19, 29, 'YouTube', '1080p', 'https://youtu.be/so2XtxcSLHQ?si=yk7Cvs-MlKkT8MQy', NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(20, 36, 'YouTube', '480p', 'https://youtu.be/WltJPKFo_J4?si=zz4-zHhey7CK-d3N', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(21, 36, 'YouTube', '720p', 'https://youtu.be/WltJPKFo_J4?si=0wIlovLv2RVlfjxt6', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(22, 36, 'YouTube', '1080p', 'https://youtu.be/WltJPKFo_J4?si=BvEAyAoOkOdLnFr4', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(23, 40, 'YouTube', '480p', 'https://youtu.be/22l6w8n9iCc?si=ojEDxNeMZ9DEFg8J', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(24, 40, 'YouTube', '720p', 'https://youtu.be/22l6w8n9iCc?si=4gAqMfc4DUSUyg3G', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(25, 40, 'YouTube', '1080p', 'https://youtu.be/22l6w8n9iCc?si=gVdCokIa76dm3gJy', NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(30, 21, 'YouTube', '480p', 'https://youtu.be/5zSPGLoN9lQ?si=-BRLpMNIEJrnKm6f', 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(31, 21, 'YouTube', '720p', 'https://youtu.be/5zSPGLoN9lQ?si=sygr-NcCZcS00O0p', 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(32, 21, 'YouTube', '1080p', 'https://youtu.be/5zSPGLoN9lQ?si=eckyQwNdCsW6Pao6', 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(33, 21, 'YouTube', '2K', 'https://youtu.be/5zSPGLoN9lQ?si=eckyQwNdCsW6Pao6', 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(35, 122, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=33NYTMlhVzU', 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(36, 124, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=UeG9jkNNxu0', 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(37, 124, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=Rq5LyXG8m2U', 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(38, 125, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=8r2GDSXA-6k', 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(39, 129, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=TmD4c4vVclo', 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(40, 130, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=FfVgXD1Gmj8', 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(41, 131, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=IetJLjFyfrc', 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(42, 133, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=7OUlF8n55Yk', 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(43, 135, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=bwEQ20rN42s', 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(44, 135, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=5QQMY8-n8sY', 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(45, 137, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=RlofL5WU28k', 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(46, 139, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=y8l8hUTYJnA', 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(47, 142, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=K9js54rknmc', 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(48, 143, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=nL1aFyWEvVU', 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(49, 144, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=r7KTH_LHIHw', 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(50, 145, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=eC5Q4nCw780', 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(51, 148, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=YIaN9ubSQ5A', 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(52, 121, 'YouTube', '1080p', 'https://www.youtube.com/watch?v=xsyNtyjIFXg', 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(53, 172, 'URL', '1440p', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 18, 18, NULL, '2026-02-25 08:34:39', '2026-02-25 08:34:39', NULL);

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

--
-- Table structure for table `entertainment_talent_mapping`
--

CREATE TABLE `entertainment_talent_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` bigint(20) NOT NULL,
  `talent_id` bigint(20) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_talent_mapping`
--

INSERT INTO `entertainment_talent_mapping` (`id`, `entertainment_id`, `talent_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 1, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(2, 1, 2, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(3, 1, 3, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(4, 1, 8, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(5, 1, 9, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(6, 1, 10, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(7, 1, 13, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(8, 1, 14, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(9, 1, 15, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(10, 1, 18, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(11, 1, 20, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(12, 1, 21, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(13, 1, 24, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(14, 1, 25, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(15, 1, 26, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(16, 1, 27, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(17, 1, 28, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(18, 1, 29, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(19, 1, 30, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(20, 1, 34, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(21, 1, 35, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(22, 1, 36, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(23, 1, 39, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(24, 1, 40, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(25, 2, 4, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(26, 2, 5, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(27, 2, 6, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(28, 2, 7, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(29, 2, 11, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(30, 2, 12, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(31, 2, 13, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(32, 2, 16, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(33, 2, 17, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(34, 2, 19, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(35, 2, 20, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(36, 2, 22, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(37, 2, 23, NULL, NULL, NULL, '2026-02-08 23:24:35', '2026-02-08 23:24:35', NULL),
(38, 2, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(39, 2, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(40, 2, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(41, 2, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(42, 2, 31, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(43, 2, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(44, 2, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(45, 2, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(46, 2, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(47, 2, 38, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(48, 2, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(49, 3, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(50, 3, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(51, 3, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(52, 3, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(53, 3, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(54, 3, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(55, 3, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(56, 3, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(57, 3, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(58, 3, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(59, 3, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(60, 3, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(61, 3, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(62, 3, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(63, 3, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(64, 3, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(65, 3, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(66, 3, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(67, 3, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(68, 3, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(69, 3, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(70, 3, 33, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(71, 3, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(72, 3, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(73, 3, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(74, 3, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(75, 3, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(76, 4, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(77, 4, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(78, 4, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(79, 4, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(80, 4, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(81, 4, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(82, 4, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(83, 4, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(84, 4, 15, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(85, 4, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(86, 4, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(87, 4, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(88, 4, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(89, 4, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(90, 4, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(91, 4, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(92, 4, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(93, 4, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(94, 4, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(95, 4, 31, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(96, 4, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(97, 4, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(98, 4, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(99, 4, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(100, 4, 38, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(101, 4, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(102, 5, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(103, 5, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(104, 5, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(105, 5, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(106, 5, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(107, 5, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(108, 5, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(109, 5, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(110, 5, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(111, 5, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(112, 5, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(113, 5, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(114, 5, 21, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(115, 5, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(116, 5, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(117, 5, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(118, 5, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(119, 5, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(120, 5, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(121, 5, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(122, 5, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(123, 5, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(124, 5, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(125, 5, 38, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(126, 5, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(127, 5, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(128, 6, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(129, 6, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(130, 6, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(131, 6, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(132, 6, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(133, 6, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(134, 6, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(135, 6, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(136, 6, 15, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(137, 6, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(138, 6, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(139, 6, 22, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(140, 6, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(141, 6, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(142, 6, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(143, 6, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(144, 6, 31, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(145, 6, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(146, 6, 33, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(147, 6, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(148, 6, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(149, 6, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(150, 6, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(151, 7, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(152, 7, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(153, 7, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(154, 7, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(155, 7, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(156, 7, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(157, 7, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(158, 7, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(159, 7, 15, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(160, 7, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(161, 7, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(162, 7, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(163, 7, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(164, 7, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(165, 7, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(166, 7, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(167, 7, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(168, 7, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(169, 7, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(170, 7, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(171, 7, 33, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(172, 7, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(173, 7, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(174, 7, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(175, 7, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(176, 7, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(177, 8, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(178, 8, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(179, 8, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(180, 8, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(181, 8, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(182, 8, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(183, 8, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(184, 8, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(185, 8, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(186, 8, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(187, 8, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(188, 8, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(189, 8, 21, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(190, 8, 22, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(191, 8, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(192, 8, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(193, 8, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(194, 8, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(195, 8, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(196, 8, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(197, 8, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(198, 8, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(199, 8, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(200, 8, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(201, 8, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(202, 9, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(203, 9, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(204, 9, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(205, 9, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(206, 9, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(207, 9, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(208, 9, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(209, 9, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(210, 9, 15, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(211, 9, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(212, 9, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(213, 9, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(214, 9, 22, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(215, 9, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(216, 9, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(217, 9, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(218, 9, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(219, 9, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(220, 9, 31, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(221, 9, 33, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(222, 9, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(223, 9, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(224, 9, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(225, 9, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(226, 9, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(227, 10, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(228, 10, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(229, 10, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(230, 10, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(231, 10, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(232, 10, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(233, 10, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(234, 10, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(235, 10, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(236, 10, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(237, 10, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(238, 10, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(239, 10, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(240, 10, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(241, 10, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(242, 10, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(243, 10, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(244, 10, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(245, 10, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(246, 10, 33, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(247, 10, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(248, 10, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(249, 10, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(250, 10, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(251, 10, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(252, 11, 1, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(253, 11, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(254, 11, 5, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(255, 11, 6, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(256, 11, 7, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(257, 11, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(258, 11, 11, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(259, 11, 12, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(260, 11, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(261, 11, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(262, 11, 15, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(263, 11, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(264, 11, 17, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(265, 11, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(266, 11, 25, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(267, 11, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(268, 11, 27, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(269, 11, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(270, 11, 29, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(271, 11, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(272, 11, 31, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(273, 11, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(274, 11, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(275, 11, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(276, 11, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(277, 11, 38, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(278, 11, 40, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(279, 12, 2, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(280, 12, 3, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(281, 12, 4, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(282, 12, 8, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(283, 12, 9, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(284, 12, 10, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(285, 12, 13, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(286, 12, 14, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(287, 12, 16, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(288, 12, 18, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(289, 12, 19, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(290, 12, 20, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(291, 12, 21, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(292, 12, 23, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(293, 12, 24, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(294, 12, 26, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(295, 12, 28, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(296, 12, 30, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(297, 12, 32, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(298, 12, 34, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(299, 12, 35, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(300, 12, 36, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(301, 12, 37, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(302, 12, 38, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(303, 12, 39, NULL, NULL, NULL, '2026-02-08 23:24:36', '2026-02-08 23:24:36', NULL),
(304, 12, 40, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(305, 13, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(306, 13, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(307, 13, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(308, 13, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(309, 13, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(310, 13, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(311, 13, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(312, 13, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(313, 13, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(314, 13, 12, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(315, 13, 15, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(316, 13, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(317, 13, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(318, 13, 22, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(319, 13, 24, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(320, 13, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(321, 13, 27, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(322, 13, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(323, 13, 31, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(324, 13, 32, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(325, 13, 33, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(326, 13, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(327, 13, 35, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(328, 13, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(329, 13, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(330, 14, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(331, 14, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(332, 14, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(333, 14, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(334, 14, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(335, 14, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(336, 14, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(337, 14, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(338, 14, 14, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(339, 14, 15, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(340, 14, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(341, 14, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(342, 14, 18, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(343, 14, 23, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(344, 14, 24, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(345, 14, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(346, 14, 26, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(347, 14, 27, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(348, 14, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(349, 14, 30, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(350, 14, 32, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(351, 14, 33, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(352, 14, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(353, 14, 35, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(354, 14, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(355, 14, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(356, 14, 39, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(357, 15, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(358, 15, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(359, 15, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(360, 15, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(361, 15, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(362, 15, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(363, 15, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(364, 15, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(365, 15, 13, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(366, 15, 14, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(367, 15, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(368, 15, 19, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(369, 15, 20, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(370, 15, 24, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(371, 15, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(372, 15, 26, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(373, 15, 27, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(374, 15, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(375, 15, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(376, 15, 30, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(377, 15, 31, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(378, 15, 32, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(379, 15, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(380, 15, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(381, 15, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(382, 15, 38, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(383, 15, 40, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(384, 16, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(385, 16, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(386, 16, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(387, 16, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(388, 16, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(389, 16, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(390, 16, 12, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(391, 16, 13, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(392, 16, 15, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(393, 16, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(394, 16, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(395, 16, 18, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(396, 16, 21, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(397, 16, 22, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(398, 16, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(399, 16, 26, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(400, 16, 27, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(401, 16, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(402, 16, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(403, 16, 30, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(404, 16, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(405, 16, 35, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(406, 16, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(407, 16, 39, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(408, 16, 40, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(409, 17, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(410, 17, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(411, 17, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(412, 17, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(413, 17, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(414, 17, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(415, 17, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(416, 17, 12, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(417, 17, 13, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(418, 17, 14, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(419, 17, 15, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(420, 17, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(421, 17, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(422, 17, 22, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(423, 17, 23, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(424, 17, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(425, 17, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(426, 17, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(427, 17, 30, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(428, 17, 31, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(429, 17, 33, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(430, 17, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(431, 17, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(432, 17, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(433, 17, 39, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(434, 17, 40, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(435, 18, 2, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(436, 18, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(437, 18, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(438, 18, 8, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(439, 18, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(440, 18, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(441, 18, 13, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(442, 18, 14, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(443, 18, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(444, 18, 18, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(445, 18, 19, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(446, 18, 20, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(447, 18, 23, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(448, 18, 24, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(449, 18, 25, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(450, 18, 26, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(451, 18, 28, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(452, 18, 29, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(453, 18, 30, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(454, 18, 32, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(455, 18, 33, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(456, 18, 34, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(457, 18, 35, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(458, 18, 36, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(459, 18, 37, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(460, 18, 39, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(461, 19, 1, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(462, 19, 3, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(463, 19, 4, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(464, 19, 5, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(465, 19, 6, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(466, 19, 7, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(467, 19, 9, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(468, 19, 10, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(469, 19, 11, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(470, 19, 12, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(471, 19, 15, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(472, 19, 16, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(473, 19, 17, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(474, 19, 21, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(475, 19, 22, NULL, NULL, NULL, '2026-02-08 23:24:37', '2026-02-08 23:24:37', NULL),
(476, 19, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(477, 19, 26, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(478, 19, 27, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(479, 19, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(480, 19, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(481, 19, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(482, 19, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(483, 19, 35, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(484, 19, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(485, 19, 39, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(486, 19, 40, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(487, 20, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(488, 20, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(489, 20, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(490, 20, 7, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(491, 20, 9, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(492, 20, 11, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(493, 20, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(494, 20, 13, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(495, 20, 15, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(496, 20, 16, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(497, 20, 17, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(498, 20, 18, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(499, 20, 22, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(500, 20, 23, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(501, 20, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(502, 20, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(503, 20, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(504, 20, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(505, 20, 31, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(506, 20, 33, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(507, 20, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(508, 20, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(509, 20, 37, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(510, 20, 39, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(511, 20, 40, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(537, 22, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(538, 22, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(539, 22, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(540, 22, 7, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(541, 22, 11, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(542, 22, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(543, 22, 13, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(544, 22, 16, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(545, 22, 17, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(546, 22, 19, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(547, 22, 20, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(548, 22, 22, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(549, 22, 24, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(550, 22, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(551, 22, 27, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(552, 22, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(553, 22, 31, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(554, 22, 32, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(555, 22, 33, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(556, 22, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(557, 22, 35, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(558, 22, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(559, 22, 37, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(560, 23, 1, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(561, 23, 3, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(562, 23, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(563, 23, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(564, 23, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(565, 23, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(566, 23, 10, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(567, 23, 11, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(568, 23, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(569, 23, 13, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(570, 23, 14, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(571, 23, 17, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(572, 23, 18, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(573, 23, 24, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(574, 23, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(575, 23, 26, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(576, 23, 27, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(577, 23, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(578, 23, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(579, 23, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(580, 23, 31, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(581, 23, 32, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(582, 23, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(583, 23, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(584, 23, 37, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(585, 23, 38, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(586, 23, 40, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(587, 24, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(588, 24, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(589, 24, 7, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(590, 24, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(591, 24, 9, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(592, 24, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(593, 24, 13, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(594, 24, 14, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(595, 24, 15, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(596, 24, 16, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(597, 24, 19, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(598, 24, 20, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(599, 24, 21, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(600, 24, 22, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(601, 24, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(602, 24, 26, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(603, 24, 27, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(604, 24, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(605, 24, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(606, 24, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(607, 24, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(608, 24, 35, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(609, 24, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(610, 24, 39, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(611, 24, 40, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(612, 25, 3, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(613, 25, 5, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(614, 25, 6, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(615, 25, 7, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(616, 25, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(617, 25, 9, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(618, 25, 10, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(619, 25, 11, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(620, 25, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(621, 25, 16, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(622, 25, 17, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(623, 25, 18, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(624, 25, 22, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(625, 25, 23, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(626, 25, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(627, 25, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(628, 25, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(629, 25, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(630, 25, 31, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL);
INSERT INTO `entertainment_talent_mapping` (`id`, `entertainment_id`, `talent_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(631, 25, 33, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(632, 25, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(633, 25, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(634, 25, 37, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(635, 25, 39, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(636, 25, 40, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(637, 26, 1, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(638, 26, 2, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(639, 26, 4, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(640, 26, 8, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(641, 26, 11, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(642, 26, 12, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(643, 26, 13, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(644, 26, 14, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(645, 26, 15, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(646, 26, 19, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(647, 26, 20, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(648, 26, 23, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(649, 26, 24, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(650, 26, 25, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(651, 26, 26, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(652, 26, 28, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(653, 26, 29, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(654, 26, 30, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(655, 26, 32, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(656, 26, 33, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(657, 26, 34, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(658, 26, 35, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(659, 26, 36, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(660, 26, 37, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(661, 26, 39, NULL, NULL, NULL, '2026-02-08 23:24:38', '2026-02-08 23:24:38', NULL),
(662, 27, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(663, 27, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(664, 27, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(665, 27, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(666, 27, 9, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(667, 27, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(668, 27, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(669, 27, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(670, 27, 15, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(671, 27, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(672, 27, 17, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(673, 27, 18, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(674, 27, 21, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(675, 27, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(676, 27, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(677, 27, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(678, 27, 27, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(679, 27, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(680, 27, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(681, 27, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(682, 27, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(683, 27, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(684, 27, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(685, 27, 39, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(686, 27, 40, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(687, 28, 1, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(688, 28, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(689, 28, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(690, 28, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(691, 28, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(692, 28, 9, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(693, 28, 10, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(694, 28, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(695, 28, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(696, 28, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(697, 28, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(698, 28, 19, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(699, 28, 20, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(700, 28, 22, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(701, 28, 23, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(702, 28, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(703, 28, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(704, 28, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(705, 28, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(706, 28, 31, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(707, 28, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(708, 28, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(709, 28, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(710, 28, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(711, 28, 38, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(712, 28, 40, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(713, 29, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(714, 29, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(715, 29, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(716, 29, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(717, 29, 9, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(718, 29, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(719, 29, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(720, 29, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(721, 29, 15, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(722, 29, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(723, 29, 17, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(724, 29, 18, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(725, 29, 23, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(726, 29, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(727, 29, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(728, 29, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(729, 29, 27, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(730, 29, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(731, 29, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(732, 29, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(733, 29, 33, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(734, 29, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(735, 29, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(736, 29, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(737, 29, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(738, 29, 39, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(739, 30, 1, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(740, 30, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(741, 30, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(742, 30, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(743, 30, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(744, 30, 10, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(745, 30, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(746, 30, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(747, 30, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(748, 30, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(749, 30, 15, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(750, 30, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(751, 30, 17, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(752, 30, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(753, 30, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(754, 30, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(755, 30, 27, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(756, 30, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(757, 30, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(758, 30, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(759, 30, 31, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(760, 30, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(761, 30, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(762, 30, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(763, 30, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(764, 30, 38, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(765, 30, 40, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(766, 31, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(767, 31, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(768, 31, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(769, 31, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(770, 31, 9, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(771, 31, 10, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(772, 31, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(773, 31, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(774, 31, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(775, 31, 18, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(776, 31, 19, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(777, 31, 20, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(778, 31, 21, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(779, 31, 23, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(780, 31, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(781, 31, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(782, 31, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(783, 31, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(784, 31, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(785, 31, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(786, 31, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(787, 31, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(788, 31, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(789, 31, 38, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(790, 31, 39, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(791, 31, 40, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(792, 32, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(793, 32, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(794, 32, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(795, 32, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(796, 32, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(797, 32, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(798, 32, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(799, 32, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(800, 32, 17, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(801, 32, 19, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(802, 32, 20, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(803, 32, 22, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(804, 32, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(805, 32, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(806, 32, 27, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(807, 32, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(808, 32, 31, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(809, 32, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(810, 32, 33, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(811, 32, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(812, 32, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(813, 32, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(814, 32, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(815, 33, 1, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(816, 33, 3, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(817, 33, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(818, 33, 5, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(819, 33, 6, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(820, 33, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(821, 33, 10, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(822, 33, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(823, 33, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(824, 33, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(825, 33, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(826, 33, 17, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(827, 33, 18, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(828, 33, 23, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(829, 33, 24, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(830, 33, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(831, 33, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(832, 33, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(833, 33, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(834, 33, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(835, 33, 32, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(836, 33, 33, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(837, 33, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(838, 33, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(839, 33, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(840, 33, 37, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(841, 33, 39, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(842, 34, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(843, 34, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(844, 34, 7, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(845, 34, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(846, 34, 9, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(847, 34, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(848, 34, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(849, 34, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(850, 34, 15, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(851, 34, 16, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(852, 34, 19, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(853, 34, 20, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(854, 34, 21, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(855, 34, 22, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(856, 34, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(857, 34, 26, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(858, 34, 27, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(859, 34, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(860, 34, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(861, 34, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(862, 34, 34, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(863, 34, 35, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(864, 34, 36, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(865, 34, 39, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(866, 34, 40, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(867, 35, 1, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(868, 35, 2, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(869, 35, 4, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(870, 35, 8, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(871, 35, 11, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(872, 35, 12, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(873, 35, 13, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(874, 35, 14, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(875, 35, 15, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(876, 35, 19, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(877, 35, 20, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(878, 35, 22, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(879, 35, 23, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(880, 35, 25, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(881, 35, 28, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(882, 35, 29, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(883, 35, 30, NULL, NULL, NULL, '2026-02-08 23:24:39', '2026-02-08 23:24:39', NULL),
(884, 35, 31, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(885, 35, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(886, 35, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(887, 35, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(888, 35, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(889, 35, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(890, 35, 40, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(891, 36, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(892, 36, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(893, 36, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(894, 36, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(895, 36, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(896, 36, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(897, 36, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(898, 36, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(899, 36, 15, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(900, 36, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(901, 36, 17, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(902, 36, 18, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(903, 36, 23, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(904, 36, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(905, 36, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(906, 36, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(907, 36, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(908, 36, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(909, 36, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(910, 36, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(911, 36, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(912, 36, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(913, 36, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(914, 36, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(915, 36, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(916, 36, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(917, 37, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(918, 37, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(919, 37, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(920, 37, 8, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(921, 37, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(922, 37, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(923, 37, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(924, 37, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(925, 37, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(926, 37, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(927, 37, 19, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(928, 37, 20, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(929, 37, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(930, 37, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(931, 37, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(932, 37, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(933, 37, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(934, 37, 29, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(935, 37, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(936, 37, 31, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(937, 37, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(938, 37, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(939, 37, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(940, 37, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(941, 37, 38, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(942, 37, 40, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(943, 38, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(944, 38, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(945, 38, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(946, 38, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(947, 38, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(948, 38, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(949, 38, 12, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(950, 38, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(951, 38, 15, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(952, 38, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(953, 38, 17, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(954, 38, 18, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(955, 38, 21, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(956, 38, 23, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(957, 38, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(958, 38, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(959, 38, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(960, 38, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(961, 38, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(962, 38, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(963, 38, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(964, 38, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(965, 38, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(966, 38, 38, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(967, 38, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(968, 38, 40, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(969, 39, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(970, 39, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(971, 39, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(972, 39, 8, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(973, 39, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(974, 39, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(975, 39, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(976, 39, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(977, 39, 15, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(978, 39, 18, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(979, 39, 20, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(980, 39, 22, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(981, 39, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(982, 39, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(983, 39, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(984, 39, 29, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(985, 39, 31, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(986, 39, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(987, 39, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(988, 39, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(989, 39, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(990, 39, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(991, 39, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(992, 40, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(993, 40, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(994, 40, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(995, 40, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(996, 40, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(997, 40, 12, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(998, 40, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(999, 40, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1000, 40, 17, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1001, 40, 19, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1002, 40, 20, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1003, 40, 23, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1004, 40, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1005, 40, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1006, 40, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1007, 40, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1008, 40, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1009, 40, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1010, 40, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1011, 40, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1012, 40, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1013, 40, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1014, 40, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1015, 40, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1016, 40, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1017, 41, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1018, 41, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1019, 41, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1020, 41, 8, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1021, 41, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1022, 41, 12, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1023, 41, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1024, 41, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1025, 41, 15, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1026, 41, 19, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1027, 41, 20, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1028, 41, 23, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1029, 41, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1030, 41, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1031, 41, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1032, 41, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1033, 41, 29, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1034, 41, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1035, 41, 32, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1036, 41, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1037, 41, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1038, 41, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1039, 41, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1040, 41, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1041, 41, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1042, 42, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1043, 42, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1044, 42, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1045, 42, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1046, 42, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1047, 42, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1048, 42, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1049, 42, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1050, 42, 15, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1051, 42, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1052, 42, 17, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1053, 42, 18, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1054, 42, 21, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1055, 42, 22, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1056, 42, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1057, 42, 26, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1058, 42, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1059, 42, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1060, 42, 29, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1061, 42, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1062, 42, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1063, 42, 35, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1064, 42, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1065, 42, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1066, 42, 40, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1067, 43, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1068, 43, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1069, 43, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1070, 43, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1071, 43, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1072, 43, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1073, 43, 12, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1074, 43, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1075, 43, 24, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1076, 43, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1077, 43, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1078, 43, 31, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1079, 43, 38, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1080, 43, 27, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1081, 44, 1, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1082, 44, 3, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1083, 44, 4, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1084, 44, 8, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1085, 44, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1086, 44, 10, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1087, 44, 11, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1088, 44, 13, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1089, 44, 14, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1090, 44, 16, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1091, 44, 19, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1092, 44, 20, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1093, 44, 22, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1094, 44, 23, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1095, 44, 25, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1096, 44, 28, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1097, 44, 29, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1098, 44, 30, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1099, 44, 31, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1100, 44, 33, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1101, 44, 34, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1102, 44, 36, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1103, 44, 37, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1104, 44, 39, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1105, 44, 40, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1106, 45, 2, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1107, 45, 5, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1108, 45, 6, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1109, 45, 7, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1110, 45, 9, NULL, NULL, NULL, '2026-02-08 23:24:40', '2026-02-08 23:24:40', NULL),
(1111, 45, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1112, 45, 12, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1113, 45, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1114, 45, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1115, 45, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1116, 45, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1117, 45, 18, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1118, 45, 24, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1119, 45, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1120, 45, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1121, 45, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1122, 45, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1123, 45, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1124, 45, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1125, 45, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1126, 45, 32, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1127, 45, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1128, 45, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1129, 45, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1130, 45, 38, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1131, 45, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1132, 46, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1133, 46, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1134, 46, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1135, 46, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1136, 46, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1137, 46, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1138, 46, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1139, 46, 12, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1140, 46, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1141, 46, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1142, 46, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1143, 46, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1144, 46, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1145, 46, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1146, 46, 24, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1147, 46, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1148, 46, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1149, 46, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1150, 46, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1151, 46, 32, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1152, 46, 33, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1153, 46, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1154, 46, 35, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1155, 46, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1156, 46, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1157, 47, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1158, 47, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1159, 47, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1160, 47, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1161, 47, 9, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1162, 47, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1163, 47, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1164, 47, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1165, 47, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1166, 47, 18, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1167, 47, 19, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1168, 47, 20, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1169, 47, 24, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1170, 47, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1171, 47, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1172, 47, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1173, 47, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1174, 47, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1175, 47, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1176, 47, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1177, 47, 32, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1178, 47, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1179, 47, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1180, 47, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1181, 47, 38, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1182, 47, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1183, 48, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1184, 48, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1185, 48, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1186, 48, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1187, 48, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1188, 48, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1189, 48, 9, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1190, 48, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1191, 48, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1192, 48, 12, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1193, 48, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1194, 48, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1195, 48, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1196, 48, 21, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1197, 48, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1198, 48, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1199, 48, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1200, 48, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1201, 48, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1202, 48, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1203, 48, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1204, 48, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1205, 48, 35, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1206, 48, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1207, 48, 39, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1208, 48, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1209, 49, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1210, 49, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1211, 49, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1212, 49, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1213, 49, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1214, 49, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1215, 49, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1216, 49, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1217, 49, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1218, 49, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1219, 49, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1220, 49, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1221, 49, 18, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1222, 49, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1223, 49, 23, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1224, 49, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1225, 49, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1226, 49, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1227, 49, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1228, 49, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL);
INSERT INTO `entertainment_talent_mapping` (`id`, `entertainment_id`, `talent_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1229, 49, 33, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1230, 49, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1231, 49, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1232, 49, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1233, 49, 39, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1234, 49, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1235, 50, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1236, 50, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1237, 50, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1238, 50, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1239, 50, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1240, 50, 9, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1241, 50, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1242, 50, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1243, 50, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1244, 50, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1245, 50, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1246, 50, 19, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1247, 50, 20, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1248, 50, 24, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1249, 50, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1250, 50, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1251, 50, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1252, 50, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1253, 50, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1254, 50, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1255, 50, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1256, 50, 32, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1257, 50, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1258, 50, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1259, 50, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1260, 50, 38, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1261, 50, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1262, 51, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1263, 51, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1264, 51, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1265, 51, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1266, 51, 9, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1267, 51, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1268, 51, 12, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1269, 51, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1270, 51, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1271, 51, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1272, 51, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1273, 51, 18, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1274, 51, 21, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1275, 51, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1276, 51, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1277, 51, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1278, 51, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1279, 51, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1280, 51, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1281, 51, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1282, 51, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1283, 51, 35, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1284, 51, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1285, 51, 39, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1286, 51, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1287, 52, 1, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1288, 52, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1289, 52, 4, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1290, 52, 6, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1291, 52, 7, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1292, 52, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1293, 52, 11, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1294, 52, 12, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1295, 52, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1296, 52, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1297, 52, 15, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1298, 52, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1299, 52, 17, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1300, 52, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1301, 52, 23, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1302, 52, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1303, 52, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1304, 52, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1305, 52, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1306, 52, 31, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1307, 52, 33, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1308, 52, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1309, 52, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1310, 52, 37, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1311, 52, 39, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1312, 52, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1313, 53, 2, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1314, 53, 3, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1315, 53, 5, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1316, 53, 8, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1317, 53, 9, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1318, 53, 10, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1319, 53, 13, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1320, 53, 14, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1321, 53, 16, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1322, 53, 18, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1323, 53, 19, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1324, 53, 20, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1325, 53, 21, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1326, 53, 22, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1327, 53, 25, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1328, 53, 26, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1329, 53, 27, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1330, 53, 28, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1331, 53, 29, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1332, 53, 30, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1333, 53, 34, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1334, 53, 35, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1335, 53, 36, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1336, 53, 39, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1337, 53, 40, NULL, NULL, NULL, '2026-02-08 23:24:41', '2026-02-08 23:24:41', NULL),
(1338, 54, 1, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1339, 54, 3, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1340, 54, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1341, 54, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1342, 54, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1343, 54, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1344, 54, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1345, 54, 10, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1346, 54, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1347, 54, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1348, 54, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1349, 54, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1350, 54, 17, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1351, 54, 21, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1352, 54, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1353, 54, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1354, 54, 26, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1355, 54, 27, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1356, 54, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1357, 54, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1358, 54, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1359, 54, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1360, 54, 35, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1361, 54, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1362, 54, 39, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1363, 54, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1364, 55, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1365, 55, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1366, 55, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1367, 55, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1368, 55, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1369, 55, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1370, 55, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1371, 55, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1372, 55, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1373, 55, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1374, 55, 17, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1375, 55, 18, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1376, 55, 22, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1377, 55, 23, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1378, 55, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1379, 55, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1380, 55, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1381, 55, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1382, 55, 31, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1383, 55, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1384, 55, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1385, 55, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1386, 55, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1387, 55, 38, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1388, 55, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1389, 56, 1, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1390, 56, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1391, 56, 3, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1392, 56, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1393, 56, 8, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1394, 56, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1395, 56, 10, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1396, 56, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1397, 56, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1398, 56, 14, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1399, 56, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1400, 56, 19, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1401, 56, 20, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1402, 56, 23, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1403, 56, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1404, 56, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1405, 56, 26, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1406, 56, 27, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1407, 56, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1408, 56, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1409, 56, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1410, 56, 33, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1411, 56, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1412, 56, 35, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1413, 56, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1414, 56, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1415, 56, 39, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1416, 57, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1417, 57, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1418, 57, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1419, 57, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1420, 57, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1421, 57, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1422, 57, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1423, 57, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1424, 57, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1425, 57, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1426, 57, 17, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1427, 57, 18, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1428, 57, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1429, 57, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1430, 57, 26, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1431, 57, 27, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1432, 57, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1433, 57, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1434, 57, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1435, 57, 31, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1436, 57, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1437, 57, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1438, 57, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1439, 57, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1440, 57, 38, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1441, 57, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1442, 58, 1, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1443, 58, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1444, 58, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1445, 58, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1446, 58, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1447, 58, 10, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1448, 58, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1449, 58, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1450, 58, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1451, 58, 14, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1452, 58, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1453, 58, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1454, 58, 17, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1455, 58, 21, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1456, 58, 23, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1457, 58, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1458, 58, 26, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1459, 58, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1460, 58, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1461, 58, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1462, 58, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1463, 58, 35, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1464, 58, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1465, 58, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1466, 58, 38, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1467, 58, 39, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1468, 58, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1469, 59, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1470, 59, 3, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1471, 59, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1472, 59, 8, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1473, 59, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1474, 59, 10, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1475, 59, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1476, 59, 14, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1477, 59, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1478, 59, 18, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1479, 59, 19, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1480, 59, 20, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1481, 59, 22, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1482, 59, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1483, 59, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1484, 59, 27, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1485, 59, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1486, 59, 31, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1487, 59, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1488, 59, 33, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1489, 59, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1490, 59, 35, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1491, 59, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1492, 59, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1493, 60, 1, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1494, 60, 3, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1495, 60, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1496, 60, 5, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1497, 60, 6, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1498, 60, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1499, 60, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1500, 60, 10, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1501, 60, 11, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1502, 60, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1503, 60, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1504, 60, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1505, 60, 17, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1506, 60, 22, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1507, 60, 23, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1508, 60, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1509, 60, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1510, 60, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1511, 60, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1512, 60, 31, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1513, 60, 33, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1514, 60, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1515, 60, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1516, 60, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1517, 60, 39, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1518, 60, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1519, 61, 2, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1520, 61, 4, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1521, 61, 7, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1522, 61, 8, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1523, 61, 9, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1524, 61, 12, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1525, 61, 13, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1526, 61, 14, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1527, 61, 15, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1528, 61, 16, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1529, 61, 19, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1530, 61, 20, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1531, 61, 24, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1532, 61, 25, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1533, 61, 26, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1534, 61, 27, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1535, 61, 28, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1536, 61, 29, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1537, 61, 30, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1538, 61, 31, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1539, 61, 32, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1540, 61, 34, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1541, 61, 36, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1542, 61, 37, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1543, 61, 38, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1544, 61, 40, NULL, NULL, NULL, '2026-02-08 23:24:42', '2026-02-08 23:24:42', NULL),
(1545, 62, 3, NULL, NULL, NULL, '2026-02-08 23:24:44', '2026-02-08 23:24:44', NULL),
(1546, 62, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1547, 62, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1548, 62, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1549, 62, 8, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1550, 62, 9, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1551, 62, 10, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1552, 62, 11, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1553, 62, 12, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1554, 62, 16, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1555, 62, 17, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1556, 62, 18, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1557, 62, 21, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1558, 62, 23, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1559, 62, 24, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1560, 62, 26, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1561, 62, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1562, 62, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1563, 62, 32, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1564, 62, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1565, 62, 35, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1566, 62, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1567, 62, 37, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1568, 62, 38, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1569, 62, 39, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1570, 62, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1571, 63, 1, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1572, 63, 2, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1573, 63, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1574, 63, 8, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1575, 63, 11, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1576, 63, 12, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1577, 63, 13, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1578, 63, 14, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1579, 63, 15, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1580, 63, 19, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1581, 63, 20, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1582, 63, 22, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1583, 63, 24, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1584, 63, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1585, 63, 27, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1586, 63, 29, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1587, 63, 31, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1588, 63, 32, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1589, 63, 33, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1590, 63, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1591, 63, 35, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1592, 63, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1593, 63, 37, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1594, 64, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1595, 64, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1596, 64, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1597, 64, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1598, 64, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1599, 64, 10, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1600, 64, 11, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1601, 64, 14, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1602, 64, 15, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1603, 64, 16, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1604, 64, 17, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1605, 64, 18, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1606, 64, 24, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1607, 64, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1608, 64, 26, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1609, 64, 27, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1610, 64, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1611, 64, 29, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1612, 64, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1613, 64, 31, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1614, 64, 32, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1615, 64, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1616, 64, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1617, 64, 37, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1618, 64, 38, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1619, 64, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1620, 65, 1, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1621, 65, 2, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1622, 65, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1623, 65, 8, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1624, 65, 9, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1625, 65, 10, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1626, 65, 13, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1627, 65, 14, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1628, 65, 15, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1629, 65, 18, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1630, 65, 20, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1631, 65, 21, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1632, 65, 22, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1633, 65, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1634, 65, 26, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1635, 65, 27, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1636, 65, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1637, 65, 29, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1638, 65, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1639, 65, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1640, 65, 35, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1641, 65, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1642, 65, 39, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1643, 65, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1644, 66, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1645, 66, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1646, 66, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1647, 66, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1648, 66, 11, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1649, 66, 12, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1650, 66, 13, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1651, 66, 16, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1652, 66, 17, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1653, 66, 19, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1654, 66, 20, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1655, 66, 21, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1656, 66, 22, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1657, 66, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1658, 66, 26, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1659, 66, 27, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1660, 66, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1661, 66, 29, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1662, 66, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1663, 66, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1664, 66, 35, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1665, 66, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1666, 66, 39, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1667, 66, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1668, 67, 1, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1669, 67, 3, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1670, 67, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1671, 67, 5, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1672, 67, 6, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1673, 67, 8, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1674, 67, 10, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1675, 67, 11, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1676, 67, 12, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1677, 67, 13, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1678, 67, 14, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1679, 67, 17, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1680, 67, 18, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1681, 67, 22, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1682, 67, 23, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1683, 67, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1684, 67, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1685, 67, 29, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1686, 67, 30, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1687, 67, 31, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1688, 67, 33, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1689, 67, 34, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1690, 67, 36, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1691, 67, 37, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1692, 67, 39, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1693, 67, 40, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1694, 68, 2, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1695, 68, 4, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1696, 68, 7, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1697, 68, 8, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1698, 68, 9, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1699, 68, 12, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1700, 68, 13, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1701, 68, 14, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1702, 68, 15, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1703, 68, 16, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1704, 68, 19, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1705, 68, 20, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1706, 68, 24, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1707, 68, 25, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1708, 68, 26, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1709, 68, 27, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1710, 68, 28, NULL, NULL, NULL, '2026-02-08 23:24:45', '2026-02-08 23:24:45', NULL),
(1711, 68, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1712, 68, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1713, 68, 31, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1714, 68, 32, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1715, 68, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1716, 68, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1717, 68, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1718, 68, 38, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1719, 68, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1720, 69, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1721, 69, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1722, 69, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1723, 69, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1724, 69, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1725, 69, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1726, 69, 10, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1727, 69, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1728, 69, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1729, 69, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1730, 69, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1731, 69, 18, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1732, 69, 21, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1733, 69, 22, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1734, 69, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1735, 69, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1736, 69, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1737, 69, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1738, 69, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1739, 69, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1740, 69, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1741, 69, 35, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1742, 69, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1743, 69, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1744, 69, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1745, 70, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1746, 70, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1747, 70, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1748, 70, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1749, 70, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1750, 70, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1751, 70, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1752, 70, 14, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1753, 70, 15, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1754, 70, 19, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1755, 70, 20, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1756, 70, 22, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1757, 70, 23, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1758, 70, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1759, 70, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1760, 70, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1761, 70, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1762, 70, 31, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1763, 70, 33, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1764, 70, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1765, 70, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1766, 70, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1767, 70, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1768, 70, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1769, 71, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1770, 71, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1771, 71, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1772, 71, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1773, 71, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1774, 71, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1775, 71, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1776, 71, 14, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1777, 71, 15, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1778, 71, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1779, 71, 19, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1780, 71, 20, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1781, 71, 21, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1782, 71, 22, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1783, 71, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1784, 71, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1785, 71, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1786, 71, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1787, 71, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1788, 71, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1789, 71, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1790, 71, 35, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1791, 71, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1792, 71, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1793, 71, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1794, 72, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1795, 72, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1796, 72, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1797, 72, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1798, 72, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1799, 72, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1800, 72, 10, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1801, 72, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1802, 72, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1803, 72, 14, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1804, 72, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1805, 72, 19, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1806, 72, 20, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1807, 72, 21, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1808, 72, 24, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1809, 72, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1810, 72, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1811, 72, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1812, 72, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1813, 72, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1814, 72, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1815, 72, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1816, 72, 35, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1817, 72, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1818, 72, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1819, 72, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1820, 73, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1821, 73, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1822, 73, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL);
INSERT INTO `entertainment_talent_mapping` (`id`, `entertainment_id`, `talent_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1823, 73, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1824, 73, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1825, 73, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1826, 73, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1827, 73, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1828, 73, 15, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1829, 73, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1830, 73, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1831, 73, 18, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1832, 73, 22, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1833, 73, 23, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1834, 73, 24, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1835, 73, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1836, 73, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1837, 73, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1838, 73, 31, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1839, 73, 32, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1840, 73, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1841, 73, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1842, 73, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1843, 73, 38, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1844, 73, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1845, 74, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1846, 74, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1847, 74, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1848, 74, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1849, 74, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1850, 74, 10, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1851, 74, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1852, 74, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1853, 74, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1854, 74, 14, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1855, 74, 15, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1856, 74, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1857, 74, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1858, 74, 23, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1859, 74, 24, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1860, 74, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1861, 74, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1862, 74, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1863, 74, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1864, 74, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1865, 74, 32, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1866, 74, 33, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1867, 74, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1868, 74, 35, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1869, 74, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1870, 74, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1871, 74, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1872, 75, 2, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1873, 75, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1874, 75, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1875, 75, 8, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1876, 75, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1877, 75, 10, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1878, 75, 13, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1879, 75, 14, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1880, 75, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1881, 75, 18, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1882, 75, 19, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1883, 75, 20, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1884, 75, 24, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1885, 75, 25, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1886, 75, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1887, 75, 27, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1888, 75, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1889, 75, 29, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1890, 75, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1891, 75, 31, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1892, 75, 32, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1893, 75, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1894, 75, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1895, 75, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1896, 75, 38, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1897, 75, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1898, 76, 1, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1899, 76, 3, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1900, 76, 4, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1901, 76, 5, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1902, 76, 6, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1903, 76, 7, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1904, 76, 9, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1905, 76, 10, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1906, 76, 11, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1907, 76, 12, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1908, 76, 15, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1909, 76, 16, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1910, 76, 17, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1911, 76, 21, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1912, 76, 23, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1913, 76, 24, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1914, 76, 26, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1915, 76, 28, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1916, 76, 30, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1917, 76, 32, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1918, 76, 34, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1919, 76, 35, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1920, 76, 36, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1921, 76, 37, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1922, 76, 38, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1923, 76, 39, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1924, 76, 40, NULL, NULL, NULL, '2026-02-08 23:24:46', '2026-02-08 23:24:46', NULL),
(1925, 77, 2, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1926, 77, 4, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1927, 77, 7, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1928, 77, 8, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1929, 77, 9, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1930, 77, 12, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1931, 77, 13, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1932, 77, 14, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1933, 77, 15, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1934, 77, 16, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1935, 77, 19, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1936, 77, 20, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1937, 77, 22, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1938, 77, 24, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1939, 77, 25, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1940, 77, 27, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1941, 77, 29, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1942, 77, 31, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1943, 77, 32, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1944, 77, 33, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1945, 77, 34, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1946, 77, 35, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1947, 77, 36, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1948, 77, 37, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1949, 78, 3, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1950, 78, 5, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1951, 78, 6, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1952, 78, 7, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1953, 78, 8, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1954, 78, 9, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1955, 78, 10, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1956, 78, 11, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1957, 78, 12, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1958, 78, 16, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1959, 78, 17, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1960, 78, 18, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1961, 78, 21, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1962, 78, 23, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1963, 78, 24, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1964, 78, 26, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1965, 78, 28, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1966, 78, 30, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1967, 78, 32, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1968, 78, 34, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1969, 78, 35, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1970, 78, 36, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1971, 78, 37, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1972, 78, 38, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1973, 78, 39, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1974, 78, 40, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1975, 79, 1, NULL, NULL, NULL, '2026-02-08 23:24:47', '2026-02-08 23:24:47', NULL),
(1976, 79, 2, NULL, NULL, NULL, '2026-02-08 23:24:48', '2026-02-08 23:24:48', NULL),
(1977, 79, 4, NULL, NULL, NULL, '2026-02-08 23:24:48', '2026-02-08 23:24:48', NULL),
(1978, 79, 8, NULL, NULL, NULL, '2026-02-08 23:24:48', '2026-02-08 23:24:48', NULL),
(1979, 79, 11, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1980, 79, 12, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1981, 79, 13, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1982, 79, 14, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1983, 79, 15, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1984, 79, 19, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1985, 79, 20, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1986, 79, 22, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1987, 79, 24, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1988, 79, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1989, 79, 27, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1990, 79, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1991, 79, 31, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1992, 79, 32, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1993, 79, 33, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1994, 79, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1995, 79, 35, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1996, 79, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1997, 79, 37, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1998, 80, 3, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(1999, 80, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2000, 80, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2001, 80, 6, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2002, 80, 7, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2003, 80, 10, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2004, 80, 11, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2005, 80, 14, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2006, 80, 15, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2007, 80, 16, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2008, 80, 17, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2009, 80, 18, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2010, 80, 24, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2011, 80, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2012, 80, 26, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2013, 80, 27, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2014, 80, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2015, 80, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2016, 80, 30, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2017, 80, 31, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2018, 80, 32, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2019, 80, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2020, 80, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2021, 80, 37, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2022, 80, 38, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2023, 80, 40, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2024, 81, 1, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2025, 81, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2026, 81, 3, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2027, 81, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2028, 81, 8, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2029, 81, 9, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2030, 81, 10, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2031, 81, 11, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2032, 81, 13, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2033, 81, 14, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2034, 81, 16, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2035, 81, 19, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2036, 81, 20, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2037, 81, 21, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2038, 81, 22, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2039, 81, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2040, 81, 26, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2041, 81, 27, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2042, 81, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2043, 81, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2044, 81, 30, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2045, 81, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2046, 81, 35, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2047, 81, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2048, 81, 39, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2049, 81, 40, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2050, 82, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2051, 82, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2052, 82, 6, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2053, 82, 7, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2054, 82, 9, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2055, 82, 11, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2056, 82, 12, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2057, 82, 13, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2058, 82, 15, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2059, 82, 16, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2060, 82, 17, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2061, 82, 18, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2062, 82, 22, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2063, 82, 23, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2064, 82, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2065, 82, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2066, 82, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2067, 82, 30, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2068, 82, 31, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2069, 82, 33, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2070, 82, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2071, 82, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2072, 82, 37, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2073, 82, 39, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2074, 82, 40, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2075, 83, 1, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2076, 83, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2077, 83, 4, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2078, 83, 6, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2079, 83, 7, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2080, 83, 10, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2081, 83, 11, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2082, 83, 12, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2083, 83, 13, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2084, 83, 14, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2085, 83, 15, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2086, 83, 16, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2087, 83, 17, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2088, 83, 23, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2089, 83, 24, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2090, 83, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2091, 83, 26, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2092, 83, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2093, 83, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2094, 83, 30, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2095, 83, 32, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2096, 83, 33, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2097, 83, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2098, 83, 35, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2099, 83, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2100, 83, 37, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2101, 83, 39, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2102, 84, 2, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2103, 84, 3, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2104, 84, 5, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2105, 84, 8, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2106, 84, 9, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2107, 84, 10, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2108, 84, 13, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2109, 84, 14, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2110, 84, 16, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2111, 84, 18, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2112, 84, 19, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2113, 84, 20, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2114, 84, 21, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2115, 84, 24, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2116, 84, 25, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2117, 84, 26, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2118, 84, 27, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2119, 84, 28, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2120, 84, 29, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2121, 84, 30, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2122, 84, 34, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2123, 84, 35, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2124, 84, 36, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2125, 84, 39, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2126, 84, 40, NULL, NULL, NULL, '2026-02-08 23:24:49', '2026-02-08 23:24:49', NULL),
(2127, 85, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2128, 85, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2129, 85, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2130, 85, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2131, 85, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2132, 85, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2133, 85, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2134, 85, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2135, 85, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2136, 85, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2137, 85, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2138, 85, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2139, 85, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2140, 85, 22, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2141, 85, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2142, 85, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2143, 85, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2144, 85, 29, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2145, 85, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2146, 85, 31, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2147, 85, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2148, 85, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2149, 85, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2150, 85, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2151, 85, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2152, 85, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2153, 86, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2154, 86, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2155, 86, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2156, 86, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2157, 86, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2158, 86, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2159, 86, 13, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2160, 86, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2161, 86, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2162, 86, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2163, 86, 19, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2164, 86, 20, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2165, 86, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2166, 86, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2167, 86, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2168, 86, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2169, 86, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2170, 86, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2171, 86, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2172, 86, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2173, 86, 33, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2174, 86, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2175, 86, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2176, 86, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2177, 86, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2178, 86, 39, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2179, 87, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2180, 87, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2181, 87, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2182, 87, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2183, 87, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2184, 87, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2185, 87, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2186, 87, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2187, 87, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2188, 87, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2189, 87, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2190, 87, 18, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2191, 87, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2192, 87, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2193, 87, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2194, 87, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2195, 87, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2196, 87, 29, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2197, 87, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2198, 87, 31, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2199, 87, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2200, 87, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2201, 87, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2202, 87, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2203, 87, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2204, 87, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2205, 88, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2206, 88, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2207, 88, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2208, 88, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2209, 88, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2210, 88, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2211, 88, 13, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2212, 88, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2213, 88, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2214, 88, 19, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2215, 88, 20, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2216, 88, 21, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2217, 88, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2218, 88, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2219, 88, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2220, 88, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2221, 88, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2222, 88, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2223, 88, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2224, 88, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2225, 88, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2226, 88, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2227, 88, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2228, 88, 39, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2229, 88, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2230, 89, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2231, 89, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2232, 89, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2233, 89, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2234, 89, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2235, 89, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2236, 89, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2237, 89, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2238, 89, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2239, 89, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2240, 89, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2241, 89, 18, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2242, 89, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2243, 89, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2244, 89, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2245, 89, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2246, 89, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2247, 89, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2248, 89, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2249, 89, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2250, 89, 33, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2251, 89, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2252, 89, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2253, 89, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2254, 89, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2255, 89, 39, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2256, 90, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2257, 90, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2258, 90, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2259, 90, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2260, 90, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2261, 90, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2262, 90, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2263, 90, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2264, 90, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2265, 90, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2266, 90, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2267, 90, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2268, 90, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2269, 90, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2270, 90, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2271, 90, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2272, 90, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2273, 90, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2274, 90, 29, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2275, 90, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2276, 90, 31, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2277, 90, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2278, 90, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2279, 90, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2280, 90, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2281, 90, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2282, 90, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2283, 91, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2284, 91, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2285, 91, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2286, 91, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2287, 91, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2288, 91, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2289, 91, 13, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2290, 91, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2291, 91, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2292, 91, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2293, 91, 19, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2294, 91, 20, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2295, 91, 21, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2296, 91, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2297, 91, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2298, 91, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2299, 91, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2300, 91, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2301, 91, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2302, 91, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2303, 91, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2304, 91, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2305, 91, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2306, 91, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2307, 91, 39, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2308, 91, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2309, 92, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2310, 92, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2311, 92, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2312, 92, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2313, 92, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2314, 92, 9, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2315, 92, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2316, 92, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2317, 92, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2318, 92, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2319, 92, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2320, 92, 18, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2321, 92, 22, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2322, 92, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2323, 92, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2324, 92, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2325, 92, 29, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2326, 92, 31, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2327, 92, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2328, 92, 33, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2329, 92, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2330, 92, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2331, 92, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2332, 92, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2333, 93, 1, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2334, 93, 2, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2335, 93, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2336, 93, 8, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2337, 93, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2338, 93, 12, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2339, 93, 13, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2340, 93, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2341, 93, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2342, 93, 19, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2343, 93, 20, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2344, 93, 23, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2345, 93, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2346, 93, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2347, 93, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2348, 93, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2349, 93, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2350, 93, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2351, 93, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2352, 93, 33, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2353, 93, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2354, 93, 35, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2355, 93, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2356, 93, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2357, 93, 39, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2358, 94, 3, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2359, 94, 4, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2360, 94, 5, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2361, 94, 6, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2362, 94, 7, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2363, 94, 10, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2364, 94, 11, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2365, 94, 14, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2366, 94, 15, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2367, 94, 16, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2368, 94, 17, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2369, 94, 18, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2370, 94, 24, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2371, 94, 25, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2372, 94, 26, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2373, 94, 27, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2374, 94, 28, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2375, 94, 29, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2376, 94, 30, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2377, 94, 31, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2378, 94, 32, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2379, 94, 34, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2380, 94, 36, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2381, 94, 37, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2382, 94, 38, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2383, 94, 40, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2384, 95, 13, NULL, NULL, NULL, '2026-02-08 23:24:50', '2026-02-08 23:24:50', NULL),
(2385, 95, 11, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2386, 95, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2387, 95, 12, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2388, 95, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2389, 95, 6, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2390, 95, 33, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2391, 95, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2392, 95, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2393, 95, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2394, 95, 35, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2395, 95, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2396, 96, 1, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2397, 96, 2, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2398, 96, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2399, 96, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2400, 96, 9, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2401, 96, 10, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2402, 96, 13, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2403, 96, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2404, 96, 15, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2405, 96, 18, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2406, 96, 20, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2407, 96, 22, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2408, 96, 24, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2409, 96, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2410, 96, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2411, 96, 29, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2412, 96, 31, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2413, 96, 32, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2414, 96, 33, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2415, 96, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2416, 96, 35, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL);
INSERT INTO `entertainment_talent_mapping` (`id`, `entertainment_id`, `talent_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(2417, 96, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2418, 96, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2419, 97, 1, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2420, 97, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2421, 97, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2422, 97, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2423, 97, 6, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2424, 97, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2425, 97, 10, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2426, 97, 11, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2427, 97, 12, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2428, 97, 13, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2429, 97, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2430, 97, 17, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2431, 97, 18, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2432, 97, 24, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2433, 97, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2434, 97, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2435, 97, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2436, 97, 28, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2437, 97, 29, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2438, 97, 30, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2439, 97, 31, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2440, 97, 32, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2441, 97, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2442, 97, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2443, 97, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2444, 97, 38, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2445, 97, 40, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2446, 98, 2, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2447, 98, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2448, 98, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2449, 98, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2450, 98, 9, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2451, 98, 12, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2452, 98, 13, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2453, 98, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2454, 98, 15, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2455, 98, 16, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2456, 98, 19, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2457, 98, 20, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2458, 98, 21, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2459, 98, 22, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2460, 98, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2461, 98, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2462, 98, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2463, 98, 28, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2464, 98, 29, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2465, 98, 30, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2466, 98, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2467, 98, 35, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2468, 98, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2469, 98, 39, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2470, 98, 40, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2471, 99, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2472, 99, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2473, 99, 6, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2474, 99, 7, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2475, 99, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2476, 99, 9, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2477, 99, 10, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2478, 99, 11, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2479, 99, 12, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2480, 99, 16, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2481, 99, 17, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2482, 99, 18, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2483, 99, 21, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2484, 99, 24, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2485, 99, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2486, 99, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2487, 99, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2488, 99, 28, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2489, 99, 29, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2490, 99, 30, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2491, 99, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2492, 99, 35, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2493, 99, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2494, 99, 39, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2495, 99, 40, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2546, 102, 1, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2547, 102, 2, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2548, 102, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2549, 102, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2550, 102, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2551, 102, 9, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2552, 102, 10, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2553, 102, 11, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2554, 102, 13, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2555, 102, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2556, 102, 16, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2557, 102, 19, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2558, 102, 20, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2559, 102, 24, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2560, 102, 25, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2561, 102, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2562, 102, 27, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2563, 102, 28, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2564, 102, 29, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2565, 102, 30, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2566, 102, 31, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2567, 102, 32, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2568, 102, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2569, 102, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2570, 102, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2571, 102, 38, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2572, 102, 40, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2573, 103, 1, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2574, 103, 3, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2575, 103, 4, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2576, 103, 5, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2577, 103, 6, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2578, 103, 8, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2579, 103, 10, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2580, 103, 11, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2581, 103, 12, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2582, 103, 13, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2583, 103, 14, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2584, 103, 17, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2585, 103, 18, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2586, 103, 21, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2587, 103, 23, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2588, 103, 24, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2589, 103, 26, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2590, 103, 28, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2591, 103, 30, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2592, 103, 32, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2593, 103, 34, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2594, 103, 35, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2595, 103, 36, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2596, 103, 37, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2597, 103, 38, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2598, 103, 39, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2599, 103, 40, NULL, NULL, NULL, '2026-02-08 23:24:51', '2026-02-08 23:24:51', NULL),
(2912, 101, 8, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2913, 101, 16, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2914, 101, 4, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2915, 101, 20, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2916, 101, 14, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2917, 101, 2, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2918, 101, 9, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2919, 101, 12, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2920, 101, 15, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2921, 101, 7, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2922, 101, 19, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2923, 101, 13, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2924, 101, 33, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2925, 101, 26, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2926, 101, 39, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2927, 101, 24, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2928, 101, 36, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2929, 101, 28, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2930, 101, 27, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2931, 101, 32, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2932, 101, 25, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2933, 101, 23, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2934, 101, 35, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2935, 101, 34, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2936, 101, 30, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2937, 101, 37, 1, 1, NULL, '2026-02-10 00:45:32', '2026-02-10 00:45:32', NULL),
(2938, 100, 8, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2939, 100, 4, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2940, 100, 11, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2941, 100, 20, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2942, 100, 14, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2943, 100, 2, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2944, 100, 12, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2945, 100, 15, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2946, 100, 19, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2947, 100, 1, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2948, 100, 13, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2949, 100, 24, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2950, 100, 36, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2951, 100, 28, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2952, 100, 32, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2953, 100, 23, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2954, 100, 29, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2955, 100, 34, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2956, 100, 30, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2957, 100, 37, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2958, 100, 40, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2959, 100, 31, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2960, 100, 38, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2961, 100, 22, 1, 1, NULL, '2026-02-11 03:29:38', '2026-02-11 03:29:38', NULL),
(2964, 104, 17, 1, 1, NULL, '2026-02-16 03:50:30', '2026-02-16 03:50:30', NULL),
(2965, 104, 33, 1, 1, NULL, '2026-02-16 03:50:30', '2026-02-16 03:50:30', NULL),
(2972, 112, 8, 18, 18, NULL, '2026-02-18 02:57:46', '2026-02-18 02:57:46', NULL),
(2973, 112, 33, 18, 18, NULL, '2026-02-18 02:57:46', '2026-02-18 02:57:46', NULL),
(2982, 113, 17, 1, 1, NULL, '2026-02-19 06:36:36', '2026-02-19 06:36:36', NULL),
(2983, 113, 26, 1, 1, NULL, '2026-02-19 06:36:36', '2026-02-19 06:36:36', NULL),
(3009, 21, 8, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3010, 21, 10, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3011, 21, 20, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3012, 21, 14, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3013, 21, 2, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3014, 21, 18, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3015, 21, 9, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3016, 21, 15, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3017, 21, 1, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3018, 21, 13, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3019, 21, 3, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3020, 21, 26, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3021, 21, 39, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3022, 21, 24, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3023, 21, 36, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3024, 21, 28, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3025, 21, 32, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3026, 21, 23, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3027, 21, 35, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3028, 21, 34, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3029, 21, 30, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3030, 21, 37, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3031, 21, 40, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3032, 21, 21, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3033, 21, 38, 1, 1, NULL, '2026-02-20 04:35:34', '2026-02-20 04:35:34', NULL),
(3038, 115, 8, 18, 18, NULL, '2026-02-20 07:28:35', '2026-02-20 07:28:35', NULL),
(3039, 115, 39, 18, 18, NULL, '2026-02-20 07:28:35', '2026-02-20 07:28:35', NULL),
(3040, 116, 42, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(3041, 116, 43, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(3042, 116, 44, NULL, NULL, NULL, '2026-02-20 08:02:47', '2026-02-20 08:02:47', NULL),
(3044, 117, 46, NULL, NULL, NULL, '2026-02-20 08:02:48', '2026-02-20 08:02:48', NULL),
(3045, 117, 47, NULL, NULL, NULL, '2026-02-20 08:02:49', '2026-02-20 08:02:49', NULL),
(3046, 117, 48, NULL, NULL, NULL, '2026-02-20 08:02:49', '2026-02-20 08:02:49', NULL),
(3047, 117, 49, NULL, NULL, NULL, '2026-02-20 08:02:49', '2026-02-20 08:02:49', NULL),
(3048, 118, 50, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(3049, 118, 51, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(3050, 118, 52, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(3051, 118, 53, NULL, NULL, NULL, '2026-02-20 08:02:50', '2026-02-20 08:02:50', NULL),
(3052, 118, 54, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(3053, 119, 55, NULL, NULL, NULL, '2026-02-20 08:02:51', '2026-02-20 08:02:51', NULL),
(3054, 119, 56, NULL, NULL, NULL, '2026-02-20 08:02:52', '2026-02-20 08:02:52', NULL),
(3055, 119, 57, NULL, NULL, NULL, '2026-02-20 08:02:52', '2026-02-20 08:02:52', NULL),
(3056, 119, 58, NULL, NULL, NULL, '2026-02-20 08:02:52', '2026-02-20 08:02:52', NULL),
(3057, 120, 59, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL),
(3058, 120, 60, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL),
(3059, 120, 61, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL),
(3060, 120, 62, NULL, NULL, NULL, '2026-02-20 08:02:53', '2026-02-20 08:02:53', NULL),
(3069, 122, 71, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3070, 122, 72, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3071, 122, 73, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3072, 122, 74, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3073, 122, 75, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3074, 122, 76, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3075, 122, 77, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3076, 122, 78, 1, 1, NULL, '2026-02-23 03:50:04', '2026-02-23 03:50:04', NULL),
(3077, 123, 86, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3078, 123, 87, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3079, 123, 88, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3080, 123, 89, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3081, 123, 90, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3082, 123, 91, 1, 1, NULL, '2026-02-23 03:54:42', '2026-02-23 03:54:42', NULL),
(3083, 124, 92, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3084, 124, 93, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3085, 124, 94, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3086, 124, 95, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3087, 124, 96, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3088, 124, 97, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3089, 124, 98, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3090, 124, 99, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3091, 124, 100, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3092, 124, 101, 1, 1, NULL, '2026-02-23 03:55:57', '2026-02-23 03:55:57', NULL),
(3093, 125, 102, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3094, 125, 103, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3095, 125, 104, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3096, 125, 105, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3097, 125, 106, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3098, 125, 107, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3099, 125, 108, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3100, 125, 109, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3101, 125, 110, 1, 1, NULL, '2026-02-23 03:57:08', '2026-02-23 03:57:08', NULL),
(3102, 126, 111, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(3103, 126, 112, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(3104, 126, 113, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(3105, 126, 114, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(3106, 126, 115, 1, 1, NULL, '2026-02-23 04:05:15', '2026-02-23 04:05:15', NULL),
(3107, 127, 116, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3108, 127, 117, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3109, 127, 118, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3110, 127, 119, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3111, 127, 120, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3112, 127, 121, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3113, 127, 122, 1, 1, NULL, '2026-02-23 04:08:20', '2026-02-23 04:08:20', NULL),
(3114, 128, 86, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3115, 128, 87, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3116, 128, 88, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3117, 128, 89, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3118, 128, 90, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3119, 128, 91, 1, 1, NULL, '2026-02-23 04:09:58', '2026-02-23 04:09:58', NULL),
(3120, 129, 123, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3121, 129, 124, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3122, 129, 125, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3123, 129, 126, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3124, 129, 127, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3125, 129, 128, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3126, 129, 129, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3127, 129, 130, 1, 1, NULL, '2026-02-23 04:13:05', '2026-02-23 04:13:05', NULL),
(3128, 130, 131, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3129, 130, 132, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3130, 130, 133, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3131, 130, 134, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3132, 130, 135, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3133, 130, 136, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3134, 130, 137, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3135, 130, 138, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3136, 130, 139, 1, 1, NULL, '2026-02-23 04:14:03', '2026-02-23 04:14:03', NULL),
(3137, 131, 140, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3138, 131, 141, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3139, 131, 142, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3140, 131, 143, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3141, 131, 144, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3142, 131, 145, 1, 1, NULL, '2026-02-23 04:15:19', '2026-02-23 04:15:19', NULL),
(3143, 132, 146, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3144, 132, 147, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3145, 132, 148, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3146, 132, 149, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3147, 132, 150, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3148, 132, 151, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3149, 132, 152, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3150, 132, 153, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3151, 132, 154, 1, 1, NULL, '2026-02-23 04:16:55', '2026-02-23 04:16:55', NULL),
(3152, 133, 155, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3153, 133, 156, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3154, 133, 157, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3155, 133, 158, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3156, 133, 159, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3157, 133, 160, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3158, 133, 161, 1, 1, NULL, '2026-02-23 04:17:54', '2026-02-23 04:17:54', NULL),
(3159, 134, 162, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3160, 134, 163, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3161, 134, 164, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3162, 134, 165, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3163, 134, 166, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3164, 134, 167, 1, 1, NULL, '2026-02-23 04:19:54', '2026-02-23 04:19:54', NULL),
(3165, 135, 168, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3166, 135, 169, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3167, 135, 170, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3168, 135, 171, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3169, 135, 172, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3170, 135, 21, 1, 1, NULL, '2026-02-23 04:20:45', '2026-02-23 04:20:45', NULL),
(3171, 136, 173, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3172, 136, 174, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3173, 136, 175, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3174, 136, 176, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3175, 136, 177, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3176, 136, 178, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3177, 136, 179, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3178, 136, 180, 1, 1, NULL, '2026-02-23 04:22:00', '2026-02-23 04:22:00', NULL),
(3179, 137, 181, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3180, 137, 182, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3181, 137, 183, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3182, 137, 184, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3183, 137, 185, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3184, 137, 186, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3185, 137, 187, 1, 1, NULL, '2026-02-23 04:22:41', '2026-02-23 04:22:41', NULL),
(3186, 138, 188, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3187, 138, 189, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3188, 138, 190, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3189, 138, 191, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3190, 138, 192, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3191, 138, 193, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3192, 138, 194, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3193, 138, 195, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3194, 138, 196, 1, 1, NULL, '2026-02-23 04:23:49', '2026-02-23 04:23:49', NULL),
(3195, 139, 197, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3196, 139, 198, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3197, 139, 199, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3198, 139, 200, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3199, 139, 201, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3200, 139, 202, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3201, 139, 203, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3202, 139, 204, 1, 1, NULL, '2026-02-23 04:24:30', '2026-02-23 04:24:30', NULL),
(3203, 140, 205, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3204, 140, 206, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3205, 140, 207, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3206, 140, 208, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3207, 140, 209, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3208, 140, 210, 1, 1, NULL, '2026-02-23 04:25:38', '2026-02-23 04:25:38', NULL),
(3209, 141, 211, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3210, 141, 212, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3211, 141, 213, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3212, 141, 214, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3213, 141, 215, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3214, 141, 216, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3215, 141, 217, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3216, 141, 218, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3217, 141, 219, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3218, 141, 220, 1, 1, NULL, '2026-02-23 04:28:01', '2026-02-23 04:28:01', NULL),
(3219, 142, 221, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3220, 142, 222, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3221, 142, 223, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3222, 142, 224, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3223, 142, 225, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3224, 142, 226, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3225, 142, 227, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3226, 142, 228, 1, 1, NULL, '2026-02-23 04:28:30', '2026-02-23 04:28:30', NULL),
(3227, 143, 229, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3228, 143, 230, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3229, 143, 231, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3230, 143, 232, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3231, 143, 233, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3232, 143, 234, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3233, 143, 235, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3234, 143, 236, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3235, 143, 237, 1, 1, NULL, '2026-02-23 04:29:39', '2026-02-23 04:29:39', NULL),
(3236, 144, 238, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3237, 144, 239, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3238, 144, 240, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3239, 144, 241, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3240, 144, 242, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3241, 144, 243, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3242, 144, 244, 1, 1, NULL, '2026-02-23 04:30:29', '2026-02-23 04:30:29', NULL),
(3243, 145, 245, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3244, 145, 246, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3245, 145, 247, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3246, 145, 248, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3247, 145, 249, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3248, 145, 250, 1, 1, NULL, '2026-02-23 04:31:48', '2026-02-23 04:31:48', NULL),
(3249, 146, 251, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3250, 146, 252, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3251, 146, 253, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3252, 146, 254, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3253, 146, 255, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3254, 146, 256, 1, 1, NULL, '2026-02-23 04:35:58', '2026-02-23 04:35:58', NULL),
(3255, 147, 257, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3256, 147, 258, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3257, 147, 259, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3258, 147, 260, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3259, 147, 261, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3260, 147, 262, 1, 1, NULL, '2026-02-23 04:37:38', '2026-02-23 04:37:38', NULL),
(3261, 148, 263, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3262, 148, 264, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3263, 148, 265, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3264, 148, 266, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3265, 148, 267, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3266, 148, 268, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3267, 148, 269, 1, 1, NULL, '2026-02-23 04:38:46', '2026-02-23 04:38:46', NULL),
(3268, 149, 274, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3269, 149, 275, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3270, 149, 276, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3271, 149, 277, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3272, 149, 278, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3273, 149, 279, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3274, 149, 280, 1, 1, NULL, '2026-02-23 04:42:06', '2026-02-23 04:42:06', NULL),
(3275, 150, 281, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3276, 150, 282, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3277, 150, 283, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3278, 150, 284, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3279, 150, 285, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3280, 150, 22, 1, 1, NULL, '2026-02-23 04:52:55', '2026-02-23 04:52:55', NULL),
(3281, 151, 286, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(3282, 151, 287, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(3283, 151, 288, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(3284, 151, 22, 1, 1, NULL, '2026-02-23 05:02:22', '2026-02-23 05:02:22', NULL),
(3285, 152, 289, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3286, 152, 290, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3287, 152, 291, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3288, 152, 292, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3289, 152, 293, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3290, 152, 294, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3291, 152, 295, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3292, 152, 296, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3293, 152, 297, 1, 1, NULL, '2026-02-23 05:08:26', '2026-02-23 05:08:26', NULL),
(3294, 153, 298, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3295, 153, 299, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3296, 153, 300, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3297, 153, 301, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3298, 153, 302, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3299, 153, 303, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3300, 153, 304, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3301, 153, 305, 1, 1, NULL, '2026-02-23 05:22:54', '2026-02-23 05:22:54', NULL),
(3308, 154, 307, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3309, 154, 309, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3310, 154, 308, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3311, 154, 306, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3312, 154, 310, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3313, 154, 311, 1, 1, NULL, '2026-02-23 05:33:27', '2026-02-23 05:33:27', NULL),
(3314, 155, 312, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3315, 155, 313, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3316, 155, 314, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3317, 155, 315, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3318, 155, 316, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3319, 155, 23, 1, 1, NULL, '2026-02-23 05:35:56', '2026-02-23 05:35:56', NULL),
(3320, 156, 317, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3321, 156, 318, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3322, 156, 319, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3323, 156, 320, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3324, 156, 321, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3325, 156, 21, 1, 1, NULL, '2026-02-23 05:47:27', '2026-02-23 05:47:27', NULL),
(3326, 157, 322, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3327, 157, 323, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3328, 157, 324, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3329, 157, 325, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3330, 157, 326, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3331, 157, 22, 1, 1, NULL, '2026-02-23 05:53:47', '2026-02-23 05:53:47', NULL),
(3332, 158, 2, 1, 1, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL),
(3333, 158, 3, 1, 1, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL),
(3334, 158, 22, 1, 1, NULL, '2026-02-23 06:03:12', '2026-02-23 06:03:12', NULL),
(3335, 159, 327, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3336, 159, 328, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3337, 159, 329, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3338, 159, 330, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3339, 159, 331, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3340, 159, 332, 1, 1, NULL, '2026-02-23 06:08:28', '2026-02-23 06:08:28', NULL),
(3341, 160, 333, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3342, 160, 334, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3343, 160, 335, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3344, 160, 336, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3345, 160, 337, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3346, 160, 22, 1, 1, NULL, '2026-02-23 06:13:05', '2026-02-23 06:13:05', NULL),
(3347, 161, 338, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3348, 161, 339, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3349, 161, 340, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3350, 161, 341, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3351, 161, 342, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3352, 161, 343, 1, 1, NULL, '2026-02-23 06:16:24', '2026-02-23 06:16:24', NULL),
(3353, 162, 344, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3354, 162, 345, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3355, 162, 346, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3356, 162, 347, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3357, 162, 348, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3358, 162, 349, 1, 1, NULL, '2026-02-23 06:20:51', '2026-02-23 06:20:51', NULL),
(3359, 163, 358, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3360, 163, 359, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3361, 163, 360, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3362, 163, 361, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3363, 163, 362, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3364, 163, 363, 1, 1, NULL, '2026-02-23 06:25:07', '2026-02-23 06:25:07', NULL),
(3371, 164, 364, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3372, 164, 366, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3373, 164, 365, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3374, 164, 367, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3375, 164, 369, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3376, 164, 368, 1, 1, NULL, '2026-02-23 06:31:29', '2026-02-23 06:31:29', NULL),
(3377, 121, 63, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3378, 121, 67, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3379, 121, 65, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3380, 121, 66, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3381, 121, 64, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3382, 121, 70, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3383, 121, 69, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3384, 121, 68, 1, 1, NULL, '2026-02-23 06:37:53', '2026-02-23 06:37:53', NULL),
(3385, 165, 370, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3386, 165, 371, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3387, 165, 372, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3388, 165, 373, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3389, 165, 374, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3390, 165, 22, 1, 1, NULL, '2026-02-23 06:42:03', '2026-02-23 06:42:03', NULL),
(3391, 166, 375, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3392, 166, 376, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3393, 166, 377, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3394, 166, 378, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3395, 166, 379, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3396, 166, 380, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3397, 166, 381, 1, 1, NULL, '2026-02-23 06:48:23', '2026-02-23 06:48:23', NULL),
(3398, 167, 382, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3399, 167, 383, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3400, 167, 384, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3401, 167, 385, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3402, 167, 386, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3403, 167, 23, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3404, 167, 25, 1, 1, NULL, '2026-02-23 06:49:00', '2026-02-23 06:49:00', NULL),
(3405, 168, 387, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3406, 168, 388, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3407, 168, 389, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3408, 168, 390, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3409, 168, 391, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3410, 168, 392, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3411, 168, 393, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3412, 168, 394, 1, 1, NULL, '2026-02-23 06:50:03', '2026-02-23 06:50:03', NULL),
(3413, 169, 395, 1, 1, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL),
(3414, 169, 396, 1, 1, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL),
(3415, 169, 397, 1, 1, NULL, '2026-02-23 06:50:46', '2026-02-23 06:50:46', NULL),
(3416, 170, 398, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3417, 170, 399, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3418, 170, 400, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3419, 170, 401, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3420, 170, 402, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3421, 170, 403, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3422, 170, 404, 1, 1, NULL, '2026-02-23 06:52:04', '2026-02-23 06:52:04', NULL),
(3423, 171, 390, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3424, 171, 405, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3425, 171, 406, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3426, 171, 407, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3427, 171, 408, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3428, 171, 23, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3429, 171, 24, 1, 1, NULL, '2026-02-23 06:53:16', '2026-02-23 06:53:16', NULL),
(3438, 173, 413, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3439, 173, 412, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3440, 173, 409, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3441, 173, 410, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3442, 173, 411, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3443, 173, 415, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3444, 173, 416, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3445, 173, 414, 1, 1, NULL, '2026-02-24 06:42:01', '2026-02-24 06:42:01', NULL),
(3446, 172, 359, 18, 18, NULL, '2026-02-25 08:34:39', '2026-02-25 08:34:39', NULL),
(3447, 172, 33, 18, 18, NULL, '2026-02-25 08:34:39', '2026-02-25 08:34:39', NULL);

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

--
-- Table structure for table `entertainment_views`
--

CREATE TABLE `entertainment_views` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `profile_id` int(11) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `entertainment_views`
--

INSERT INTO `entertainment_views` (`id`, `entertainment_id`, `user_id`, `profile_id`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 99, 4, 4, NULL, NULL, NULL, '2026-02-07 04:24:31', '2026-02-06 08:47:46', NULL),
(2, 95, 5, 5, NULL, NULL, NULL, '2024-04-12 01:26:39', '2024-04-12 01:26:39', NULL),
(3, 35, 6, 6, NULL, NULL, NULL, '2024-05-12 01:26:46', '2024-05-12 01:26:46', NULL),
(4, 49, 7, 7, NULL, NULL, NULL, '2024-07-12 01:27:19', '2024-07-12 01:27:19', NULL),
(5, 69, 3, 3, NULL, NULL, NULL, '2024-06-12 01:27:44', '2024-06-12 01:27:44', NULL),
(6, 76, 8, 8, NULL, NULL, NULL, '2024-04-12 01:27:44', '2024-04-12 01:27:44', NULL),
(7, 89, 9, 9, NULL, NULL, NULL, '2026-01-29 08:47:49', '2026-02-03 17:39:53', NULL),
(8, 102, 10, 10, NULL, NULL, NULL, '2024-05-12 01:27:44', '2024-05-12 01:27:44', NULL),
(9, 94, 11, 11, NULL, NULL, NULL, '2026-02-02 10:02:55', '2026-02-06 16:22:05', NULL),
(10, 22, 12, 12, NULL, NULL, NULL, '2024-06-20 01:27:44', '2024-06-20 01:27:44', NULL),
(11, 25, 13, 13, NULL, NULL, NULL, '2024-01-01 01:27:44', '2024-01-01 01:27:44', NULL),
(12, 35, 4, 4, NULL, NULL, NULL, '2026-01-22 12:48:29', '2026-01-27 12:53:55', NULL),
(13, 40, 5, 5, NULL, NULL, NULL, '2024-02-20 01:27:44', '2024-02-20 01:27:44', NULL),
(14, 55, 6, 6, NULL, NULL, NULL, '2024-01-12 01:27:44', '2024-01-12 01:27:44', NULL),
(15, 62, 7, 7, NULL, NULL, NULL, '2026-02-08 19:12:33', '2026-01-05 14:45:23', NULL),
(16, 68, 3, 3, NULL, NULL, NULL, '2024-04-12 01:27:44', '2024-04-12 01:27:44', NULL),
(17, 75, 10, 10, NULL, NULL, NULL, '2026-01-02 02:49:18', '2026-02-02 04:16:32', NULL),
(18, 83, 12, 12, NULL, NULL, NULL, '2024-09-12 01:27:44', '2024-09-12 01:27:44', NULL),
(19, 89, 13, 13, NULL, NULL, NULL, '2024-10-12 01:27:44', '2024-10-12 01:27:44', NULL),
(20, 93, 15, 15, NULL, NULL, NULL, '2026-01-06 21:13:01', '2026-02-07 18:32:49', NULL),
(21, 99, 4, 4, NULL, NULL, NULL, '2024-09-12 01:27:44', '2024-09-12 01:27:44', NULL),
(22, 101, 5, 5, NULL, NULL, NULL, '2026-01-16 05:49:22', '2026-02-06 07:52:07', NULL),
(23, 102, 12, 12, NULL, NULL, NULL, '2026-02-07 23:16:58', '2026-01-26 17:29:48', NULL),
(24, 101, 1, NULL, 1, 1, NULL, '2026-02-09 06:42:08', '2026-02-09 06:42:08', NULL),
(25, 46, 1, 1, 1, 1, NULL, '2026-02-09 23:34:02', '2026-02-09 23:34:02', NULL),
(26, 47, 1, 1, 1, 1, NULL, '2026-02-09 23:58:45', '2026-02-09 23:58:45', NULL),
(27, 48, 1, 1, 1, 1, NULL, '2026-02-10 00:03:02', '2026-02-10 00:03:02', NULL),
(29, 100, 1, 1, 1, 1, NULL, '2026-02-13 04:46:53', '2026-02-13 04:46:53', NULL),
(30, 1, 1, 1, 1, 1, NULL, '2026-02-13 04:51:33', '2026-02-13 04:51:33', NULL),
(31, 99, 1, 1, 1, 1, NULL, '2026-02-16 01:17:50', '2026-02-16 01:17:50', NULL),
(32, 100, 3, 5, 3, 3, NULL, '2026-02-16 01:33:38', '2026-02-16 01:33:38', NULL),
(33, 104, 18, NULL, 18, 18, NULL, '2026-02-16 03:42:53', '2026-02-16 03:42:53', NULL),
(34, 112, 1, NULL, 1, 1, NULL, '2026-02-18 02:56:14', '2026-02-18 02:56:14', NULL),
(35, 113, 1, NULL, 1, 1, NULL, '2026-02-19 06:02:47', '2026-02-19 06:02:47', NULL),
(36, 113, 21, NULL, 21, 21, NULL, '2026-02-19 08:32:29', '2026-02-19 08:32:29', NULL),
(37, 99, 21, NULL, 21, 21, NULL, '2026-02-19 10:49:24', '2026-02-19 10:49:24', NULL),
(38, 31, 21, NULL, 21, 21, NULL, '2026-02-19 10:52:00', '2026-02-19 10:52:00', NULL),
(39, 96, 21, 36, 21, 21, NULL, '2026-02-19 11:00:00', '2026-02-19 11:00:00', NULL),
(40, 102, 21, 35, 21, 21, NULL, '2026-02-19 11:01:28', '2026-02-19 11:01:28', NULL),
(41, 30, 1, NULL, 1, 1, NULL, '2026-02-20 04:36:46', '2026-02-20 04:36:46', NULL),
(42, 113, 18, NULL, 18, 18, NULL, '2026-02-20 05:57:40', '2026-02-20 05:57:40', NULL),
(43, 29, 21, 35, 21, 21, NULL, '2026-02-20 06:19:59', '2026-02-20 06:19:59', NULL),
(44, 101, 18, NULL, 18, 18, NULL, '2026-02-20 06:50:58', '2026-02-20 06:50:58', NULL),
(45, 115, 21, NULL, 21, 21, NULL, '2026-02-20 07:30:34', '2026-02-20 07:30:34', NULL),
(46, 101, 21, NULL, 21, 21, NULL, '2026-02-20 08:53:40', '2026-02-20 08:53:40', NULL),
(47, 32, 21, NULL, 21, 21, NULL, '2026-02-20 06:59:30', '2026-02-20 06:59:30', NULL),
(48, 121, 1, NULL, 1, 1, NULL, '2026-02-23 03:55:05', '2026-02-23 03:55:05', NULL),
(49, 40, 1, NULL, 1, 1, NULL, '2026-02-23 06:58:49', '2026-02-23 06:58:49', NULL),
(50, 109, 1, NULL, 1, 1, NULL, '2026-02-23 07:30:58', '2026-02-23 07:30:58', NULL),
(51, 130, 21, 35, 21, 21, NULL, '2026-02-24 06:27:04', '2026-02-24 06:27:04', NULL),
(52, 83, 21, 35, 21, 21, NULL, '2026-02-24 06:27:58', '2026-02-24 06:27:58', NULL),
(53, 133, 21, NULL, 21, 21, NULL, '2026-02-24 06:30:55', '2026-02-24 06:30:55', NULL),
(54, 173, 21, NULL, 21, 21, NULL, '2026-02-24 06:43:47', '2026-02-24 06:43:47', NULL),
(55, 84, 21, 35, 21, 21, NULL, '2026-02-24 07:03:36', '2026-02-24 07:03:36', NULL),
(56, 50, 21, 35, 21, 21, NULL, '2026-02-24 07:06:48', '2026-02-24 07:06:48', NULL),
(57, 40, 21, 35, 21, 21, NULL, '2026-02-24 07:07:05', '2026-02-24 07:07:05', NULL),
(58, 41, 21, 35, 21, 21, NULL, '2026-02-24 07:07:35', '2026-02-24 07:07:35', NULL),
(59, 144, 21, 35, 21, 21, NULL, '2026-02-24 09:18:59', '2026-02-24 09:18:59', NULL),
(60, 127, 21, 35, 21, 21, NULL, '2026-02-24 09:19:56', '2026-02-24 09:19:56', NULL),
(61, 173, 22, NULL, 22, 22, NULL, '2026-02-25 04:30:12', '2026-02-25 04:30:12', NULL),
(62, 83, 22, NULL, 22, 22, NULL, '2026-02-25 05:05:47', '2026-02-25 05:05:47', NULL),
(63, 124, 22, NULL, 22, 22, NULL, '2026-02-25 05:06:05', '2026-02-25 05:06:05', NULL),
(64, 1, 22, NULL, 22, 22, NULL, '2026-02-25 08:10:38', '2026-02-25 08:10:38', NULL),
(65, 84, 22, NULL, 22, 22, NULL, '2026-02-25 08:43:38', '2026-02-25 08:43:38', NULL),
(66, 124, 21, 35, 21, 21, NULL, '2026-02-25 08:59:45', '2026-02-25 08:59:45', NULL),
(67, 144, 22, NULL, 22, 22, NULL, '2026-02-25 09:08:08', '2026-02-25 09:08:08', NULL),
(68, 139, 22, NULL, 22, 22, NULL, '2026-02-25 11:51:17', '2026-02-25 11:51:17', NULL),
(69, 40, 22, NULL, 22, 22, NULL, '2026-02-27 12:06:53', '2026-02-27 12:06:53', NULL),
(70, 147, 22, NULL, 22, 22, NULL, '2026-02-27 12:24:18', '2026-02-27 12:24:18', NULL),
(71, 126, 22, NULL, 22, 22, NULL, '2026-03-02 03:55:59', '2026-03-02 03:55:59', NULL),
(72, 141, 22, NULL, 22, 22, NULL, '2026-03-02 04:00:18', '2026-03-02 04:00:18', NULL),
(73, 103, 22, NULL, 22, 22, NULL, '2026-03-02 05:46:37', '2026-03-02 05:46:37', NULL),
(74, 4, 22, NULL, 22, 22, NULL, '2026-03-02 05:54:31', '2026-03-02 05:54:31', NULL),
(75, 34, 22, NULL, 22, 22, NULL, '2026-03-02 05:56:03', '2026-03-02 05:56:03', NULL),
(76, 126, 21, NULL, 21, 21, NULL, '2026-03-02 05:56:11', '2026-03-02 05:56:11', NULL),
(77, 1, 21, NULL, 21, 21, NULL, '2026-03-02 05:56:59', '2026-03-02 05:56:59', NULL),
(78, 8, 22, NULL, 22, 22, NULL, '2026-03-02 09:56:52', '2026-03-02 09:56:52', NULL),
(79, 130, 22, NULL, 22, 22, NULL, '2026-03-02 11:56:26', '2026-03-02 11:56:26', NULL),
(80, 126, 23, NULL, 23, 23, NULL, '2026-03-02 12:31:51', '2026-03-02 12:31:51', NULL),
(81, 124, 23, NULL, 23, 23, NULL, '2026-03-02 12:45:41', '2026-03-02 12:45:41', NULL),
(82, 83, 23, NULL, 23, 23, NULL, '2026-03-02 13:02:28', '2026-03-02 13:02:28', NULL),
(83, 1, 23, NULL, 23, 23, NULL, '2026-03-03 09:11:41', '2026-03-03 09:11:41', NULL),
(84, 6, 23, NULL, 23, 23, NULL, '2026-03-03 09:11:56', '2026-03-03 09:11:56', NULL),
(85, 4, 23, NULL, 23, 23, NULL, '2026-03-03 09:12:04', '2026-03-03 09:12:04', NULL),
(86, 9, 22, NULL, 22, 22, NULL, '2026-03-03 09:13:12', '2026-03-03 09:13:12', NULL),
(87, 24, 22, NULL, 22, 22, NULL, '2026-03-03 09:13:21', '2026-03-03 09:13:21', NULL),
(88, 6, 22, NULL, 22, 22, NULL, '2026-03-03 09:15:52', '2026-03-03 09:15:52', NULL),
(89, 22, 22, NULL, 22, 22, NULL, '2026-03-04 21:43:33', '2026-03-04 21:43:33', NULL),
(90, 2, 22, NULL, 22, 22, NULL, '2026-03-05 03:20:22', '2026-03-05 03:20:22', NULL);

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

--
-- Table structure for table `episodes`
--

CREATE TABLE `episodes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `season_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trailer_url_type` varchar(191) DEFAULT NULL,
  `trailer_url` text DEFAULT NULL,
  `access` varchar(191) DEFAULT NULL,
  `plan_id` bigint(20) UNSIGNED DEFAULT NULL,
  `IMDb_rating` varchar(191) DEFAULT NULL,
  `content_rating` longtext DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `is_restricted` tinyint(1) NOT NULL DEFAULT 0,
  `short_desc` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `enable_quality` tinyint(1) NOT NULL DEFAULT 0,
  `video_upload_type` varchar(191) DEFAULT NULL,
  `video_url_input` text DEFAULT NULL,
  `download_status` tinyint(1) NOT NULL DEFAULT 0,
  `download_type` varchar(191) DEFAULT NULL,
  `download_url` text DEFAULT NULL,
  `enable_download_quality` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `is180` tinyint(1) DEFAULT NULL COMMENT '180 VR video support',
  `is360` tinyint(1) DEFAULT NULL COMMENT '360 VR video support',
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `video_quality_url` text DEFAULT NULL,
  `tmdb_id` varchar(191) DEFAULT NULL,
  `tmdb_season` varchar(191) DEFAULT NULL,
  `episode_number` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `poster_tv_url` text DEFAULT NULL,
  `price` decimal(8,2) DEFAULT NULL,
  `purchase_type` varchar(191) DEFAULT NULL,
  `access_duration` int(11) DEFAULT NULL,
  `discount` varchar(191) DEFAULT NULL,
  `available_for` int(11) DEFAULT NULL,
  `enable_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `subtitle_file` varchar(191) DEFAULT NULL,
  `subtitle_language` varchar(191) DEFAULT NULL,
  `is_default_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `meta_title` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `seo_image` varchar(191) DEFAULT NULL,
  `google_site_verification` varchar(191) DEFAULT NULL,
  `canonical_url` varchar(191) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `slug` text DEFAULT NULL,
  `bunny_trailer_url` text DEFAULT NULL,
  `bunny_video_url` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `episodes`
--

INSERT INTO `episodes` (`id`, `name`, `poster_url`, `entertainment_id`, `season_id`, `trailer_url_type`, `trailer_url`, `access`, `plan_id`, `IMDb_rating`, `content_rating`, `duration`, `start_time`, `end_time`, `release_date`, `is_restricted`, `short_desc`, `description`, `enable_quality`, `video_upload_type`, `video_url_input`, `download_status`, `download_type`, `download_url`, `enable_download_quality`, `status`, `is180`, `is360`, `created_by`, `updated_by`, `deleted_by`, `video_quality_url`, `tmdb_id`, `tmdb_season`, `episode_number`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `price`, `purchase_type`, `access_duration`, `discount`, `available_for`, `enable_subtitle`, `subtitle_file`, `subtitle_language`, `is_default_subtitle`, `meta_title`, `meta_keywords`, `meta_description`, `seo_image`, `google_site_verification`, `canonical_url`, `short_description`, `slug`, `bunny_trailer_url`, `bunny_video_url`) VALUES
(72, 'The Hedge Knight', 'https://image.tmdb.org/t/p/original/skUblgYcUgTwcs1J2N0dAmIJcoF.jpg', 149, 27, 'URL', 'https://www.youtube.com/watch?v=OIbLe8uA2V4', 'free', NULL, '9', 'A', '00:42', NULL, NULL, '2026-01-18', 0, NULL, '<p>his journey to the forthcoming tournament in Ashford, Dunk meets a clever young boy named Egg, who offers to be his squire.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=xEWPhobiCuU', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '224372', '1', '1', '2026-02-23 04:47:41', '2026-02-23 04:47:41', NULL, 'https://image.tmdb.org/t/p/original/skUblgYcUgTwcs1J2N0dAmIJcoF.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-hedge-knight', NULL, NULL),
(73, 'Hard Salt Beef', 'https://image.tmdb.org/t/p/original/xIGDeFRQWNBYqGxzjLg1I8c22Ne.jpg', 149, 27, 'URL', 'https://www.youtube.com/watch?v=G4H-cuVRCME', 'free', NULL, '9', 'A', '00:34', NULL, NULL, '2026-01-25', 0, NULL, '<p>Dunk appeals to various lords in order to gain entrance into the tournament...but Egg advises him to hold onto his pride. When the Targaryens arrive at Ashford, Dunk seizes his moment with Prince Baelor.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=G4H-cuVRCME', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '224372', '1', '2', '2026-02-23 04:49:01', '2026-02-23 04:49:01', NULL, 'https://image.tmdb.org/t/p/original/xIGDeFRQWNBYqGxzjLg1I8c22Ne.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'hard-salt-beef', NULL, NULL),
(74, 'The Squire', 'https://image.tmdb.org/t/p/original/8coDmuDhHGJGpgOqr7eT4FtA4uD.jpg', 149, 27, 'YouTube', 'https://www.youtube.com/watch?v=z4fz9hbEQLA', 'free', NULL, '9', 'A', '00:31', NULL, NULL, '2026-02-01', 0, NULL, '<p>After Egg attempts to train Dunk\'s uncooperative horse, Dunk teaches his new squire an important skill. As they take in the tourney\'s first full day of events, Dunk receives a proposition from the Ashford steward that could help secure his future.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=tti2Cn44SWw', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '224372', '1', '3', '2026-02-23 04:49:40', '2026-02-23 04:49:40', NULL, 'https://image.tmdb.org/t/p/original/8coDmuDhHGJGpgOqr7eT4FtA4uD.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-squire', NULL, NULL),
(75, 'Seven', 'https://image.tmdb.org/t/p/original/wl4Lm6bcmOc79Jxtl06pGZeLFhk.jpg', 149, 27, 'YouTube', 'https://www.youtube.com/watch?v=ggqktnPClW8', 'free', NULL, '6', 'A', '00:35', NULL, NULL, '2026-02-08', 0, NULL, '<p>After landing himself in the Targaryens\' crosshairs, Dunk exercises his right to request a trial by combat.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=X8gBnUSB534', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '224372', '1', '4', '2026-02-23 04:50:36', '2026-02-23 04:50:36', NULL, 'https://image.tmdb.org/t/p/original/wl4Lm6bcmOc79Jxtl06pGZeLFhk.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'seven', NULL, NULL),
(76, 'In the Name of the Mother', 'https://image.tmdb.org/t/p/original/qrqwS4n95ZOghrHWppvf6XZCmVN.jpg', 149, 27, 'YouTube', 'https://www.youtube.com/watch?v=1vluB2zII8Q', 'free', NULL, '9', 'A', '00:37', NULL, NULL, '2026-02-15', 0, NULL, '<p>Dunk finds himself drawn to the promise of a new future.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=9465Z_ZtJsM', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '224372', '1', '5', '2026-02-23 04:51:13', '2026-02-23 04:51:13', NULL, 'https://image.tmdb.org/t/p/original/qrqwS4n95ZOghrHWppvf6XZCmVN.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'in-the-name-of-the-mother', NULL, NULL),
(77, 'Raindrops Keep Falling On My Head', 'https://image.tmdb.org/t/p/original/s0jIFd5zkqta2MH8lqYml9mB8Yg.jpg', 150, 28, 'URL', 'https://www.youtube.com/watch?v=qbkEtYz9acA', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2005-09-25', 0, NULL, '<p>Meet Meredith Grey. Daughter of famous surgeon Ellis Grey and currently recovering from a one-night stand. She shoos away her evening\'s companion, saying she\'ll be late for her first day of work. She is a first year intern at Seattle Grace Hospital and is working alongside some colorful characters. Cristina Yang is a highly competitive Stanford graduate who befriends Meredith. George O\'Malley is a quirky warm hearted man who learns a lesson or two on his first day. Izzie Stevens is a former model who doesn\'t get any special treatment on her first day. And Alex Karev is an arrogant jerk who misdiagnoses a patient on his first shift. Overseeing them is Miranda Bailey, (not-so-) affectionately dubbed \'The Nazi\'. Meredith also gets a surprise when she realizes that her friend from the night before is a co-worker, and even worse, her boss.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=qbkEtYz9acA', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1416', '2', '1', '2026-02-23 04:56:42', '2026-02-23 04:56:42', NULL, 'https://image.tmdb.org/t/p/original/s0jIFd5zkqta2MH8lqYml9mB8Yg.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'raindrops-keep-falling-on-my-head', NULL, NULL),
(78, 'The First Cut is the Deepest', 'https://image.tmdb.org/t/p/original/hUZqLPPhBBO2lrpQEjAYV4X1jw6.jpg', 150, 28, 'URL', 'https://www.youtube.com/watch?v=n2aeTil7BHw', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2005-04-03', 0, NULL, '<p>The surgical staff tries to be optimistic as a young woman clings to life after a brutal attack. Meanwhile Meredith puts her career on the line to save a newborn in the hospital nursery, and the other interns learn that it takes more than just medical knowledge to be good at their jobs.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=n2aeTil7BHw', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1416', '1', '2', '2026-02-23 04:58:31', '2026-02-23 04:58:31', NULL, 'https://image.tmdb.org/t/p/original/hUZqLPPhBBO2lrpQEjAYV4X1jw6.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-first-cut-is-the-deepest', NULL, NULL),
(79, 'Raindrops Keep Falling On My Heads', 'https://image.tmdb.org/t/p/original/s0jIFd5zkqta2MH8lqYml9mB8Yg.jpg', 150, 29, 'URL', 'https://www.youtube.com/watch?v=n2aeTil7BHw', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2005-09-25', 0, NULL, '<p>Picks up where the last episode left off. Meredith attempts to work with Addison Shepard. George is pimped out to relay the hospital gossip back to Webber. Meredith and Cristina relate at Emerald City Bar about what dating their respective attendings is like. Cristina ponders her relationship with Burke while trying to make a decision. Meredith is devastated by the latest blow to her love life. Meanwhile, Joe the bartender collapses.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=n2aeTil7BHw', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1416', '2', '1', '2026-02-23 05:00:31', '2026-02-23 05:00:31', NULL, 'https://image.tmdb.org/t/p/original/s0jIFd5zkqta2MH8lqYml9mB8Yg.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'raindrops-keep-falling-on-my-heads', NULL, NULL),
(80, 'Pilot', 'https://image.tmdb.org/t/p/original/iSeqdxMYlRhWoJpRcRTZknygVfl.jpg', 151, 30, 'URL', 'https://www.youtube.com/watch?v=yy96yJjkvjo', 'free', NULL, '9', 'A', '00:46', NULL, NULL, '2005-09-13', 0, NULL, '<p>Two brothers, Sam and Dean Winchester, witness their mother\'s paranormal death as children and grow up trained to fight by a distraught father who wants nothing more then to hunt down the thing that killed his wife. Sam escapes to college to start a new, normal life, but gets pulled back in after Dean shows up on his doorstep to tell him their father is missing. Following clues from an eerie phone message from him, the boys travel to a small town and encounter a vengeful spirit called the \"Woman in White\" who then starts to haunt Sam.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=yy96yJjkvjo', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1622', '1', '1', '2026-02-23 05:04:28', '2026-02-23 05:04:28', NULL, 'https://image.tmdb.org/t/p/original/iSeqdxMYlRhWoJpRcRTZknygVfl.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'pilot', NULL, NULL),
(81, 'Wendigo', 'https://image.tmdb.org/t/p/original/9SsuC4koeryryoUNgnQYAwkKGAV.jpg', 151, 30, 'URL', 'https://youtu.be/YuMu86kSqLQ?si=E3G2PmtO9a9KQoK5', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2005-09-20', 0, NULL, '<p>Sam and Dean follow the coordinates left in their father\'s journal and land in the middle of the woods where they investigate the disappearance of several campers. The two brothers soon learn they are dealing with a Wendigo, a creature made famous in Native America legends. A Wendigo is a former human whose cannibalism has transformed him into a creature with superhuman strength and speed that feasts on human flesh.</p>', 0, 'URL', 'https://youtu.be/YuMu86kSqLQ?si=E3G2PmtO9a9KQoK5', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1622', '1', '2', '2026-02-23 05:06:03', '2026-02-23 05:06:03', NULL, 'https://image.tmdb.org/t/p/original/9SsuC4koeryryoUNgnQYAwkKGAV.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'wendigo', NULL, NULL),
(82, 'Dead in the Water', 'https://image.tmdb.org/t/p/original/q5Y03gJyogcUdQXpxHdTIDipeg5.jpg', 151, 30, 'URL', 'https://youtu.be/ay5pXNTBFtU?si=0xGJrHmNPYn_yGQR', 'free', NULL, '6', 'A', '00:43', NULL, NULL, '2005-09-27', 0, NULL, '<p>Sam and Dean investigate a series of mysterious drownings written off as suicides. They discover the spirit is an angry little boy with the power to travel through water who is taking revenge on certain town inhabitants for a dark secret buried long ago. Dean forms a bond with a young boy who seems to have the power of premonition.</p>', 0, 'URL', 'https://youtu.be/ay5pXNTBFtU?si=0xGJrHmNPYn_yGQR', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1622', '1', '3', '2026-02-23 05:07:18', '2026-02-23 05:07:18', NULL, 'https://image.tmdb.org/t/p/original/q5Y03gJyogcUdQXpxHdTIDipeg5.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'dead-in-the-water', NULL, NULL),
(83, 'Chapter One: The Vanishing of Will Byers', 'https://image.tmdb.org/t/p/original/6jSA6JpxNDV63aDXpmsUFCjCINb.jpg', 152, 31, 'YouTube', 'https://www.youtube.com/watch?v=CKtq-bZgS8I', 'free', NULL, '9', 'A', '00:48', NULL, NULL, '2016-07-15', 0, NULL, '<p>On his way home from a friend\'s house, young Will sees something terrifying. Nearby, a sinister secret lurks in the depths of a government lab.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=CKtq-bZgS8I', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '66732', '1', '1', '2026-02-23 05:10:05', '2026-02-23 05:10:05', NULL, 'https://image.tmdb.org/t/p/original/6jSA6JpxNDV63aDXpmsUFCjCINb.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'chapter-one-the-vanishing-of-will-byers', NULL, NULL),
(84, 'Chapter Two: The Weirdo on Maple Street', 'https://image.tmdb.org/t/p/original/8iA56ugQyHZmX81wSsNqwXjCE6F.jpg', 152, 31, 'URL', 'https://www.youtube.com/watch?v=CKtq-bZgS8I', 'free', NULL, '9', 'A', '00:55', NULL, NULL, '2016-07-15', 0, NULL, '<p>Lucas, Mike and Dustin try to talk to the girl they found in the woods. Hopper questions an anxious Joyce about an unsettling phone call.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=CKtq-bZgS8I', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '66732', '1', '2', '2026-02-23 05:10:59', '2026-02-23 05:10:59', NULL, 'https://image.tmdb.org/t/p/original/8iA56ugQyHZmX81wSsNqwXjCE6F.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'chapter-two-the-weirdo-on-maple-street', NULL, NULL),
(85, 'Chapter Three: Holly, Jolly', 'https://image.tmdb.org/t/p/original/5snULpWQWp7aqFto7UbRcEkEyyS.jpg', 152, 31, 'YouTube', 'https://www.youtube.com/watch?v=jIQ9z2bxXyg', 'free', NULL, '9', 'A', '00:51', NULL, NULL, '2016-07-15', 0, NULL, '<p>An increasingly concerned Nancy looks for Barb and finds out what Jonathan\'s been up to. Joyce is convinced Will is trying to talk to her.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=jIQ9z2bxXyg', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '66732', '1', '3', '2026-02-23 05:11:47', '2026-02-23 05:11:47', NULL, 'https://image.tmdb.org/t/p/original/5snULpWQWp7aqFto7UbRcEkEyyS.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'chapter-three-holly-jolly', NULL, NULL),
(86, 'Winter Is Coming', 'https://image.tmdb.org/t/p/original/o4IX9Mm0kpLITVANJMx7inyEUaY.jpg', 153, 32, 'URL', 'https://www.youtube.com/watch?v=KPLWWIOCOOQ', 'free', NULL, '9', 'A', '01:02', NULL, NULL, '2011-04-17', 0, NULL, '<p>Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon\'s place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=hhqRmcsWqac', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1399', '1', '1', '2026-02-23 05:27:19', '2026-02-23 05:27:19', NULL, 'https://image.tmdb.org/t/p/original/o4IX9Mm0kpLITVANJMx7inyEUaY.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'winter-is-coming', NULL, NULL),
(87, 'The Kingsroad', 'https://image.tmdb.org/t/p/original/l0GJx3IR8YasbztTJi5uK0XqkEo.jpg', 153, 32, 'YouTube', 'https://www.youtube.com/watch?v=kPrW3Swrp4E', 'free', NULL, '9', 'A', '00:56', NULL, NULL, '2011-04-24', 0, NULL, '<p>While Bran recovers from his fall, Ned takes only his daughters to Kings Landing. Jon Snow goes with his uncle Benjen to The Wall. Tyrion joins them</p>', 0, 'URL', 'https://www.youtube.com/watch?v=kPrW3Swrp4E', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1399', '1', '2', '2026-02-23 05:28:11', '2026-02-23 05:28:11', NULL, 'https://image.tmdb.org/t/p/original/l0GJx3IR8YasbztTJi5uK0XqkEo.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-kingsroad', NULL, NULL),
(88, 'Pilots', 'https://image.tmdb.org/t/p/original/zaVO5tSSSjgLLSXRBvDDCzyBqfX.jpg', 155, 34, 'URL', 'https://www.youtube.com/watch?v=rUw7yShLNJY', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2009-09-10', 0, NULL, '<p>Elena Gilbert and her brother Jeremy come to terms with the death of their parents. Elena is popular amongst her peers and the perfect straight A student, but has difficulties hiding her grief from the world. Meanwhile, Jeremy treads on a dangerous path of using drugs to ease his pain. The arrival of new student Stefan Salvatore, however, makes Elena think about romantic possibilities.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=rUw7yShLNJY', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '18165', '1', '1', '2026-02-23 05:40:32', '2026-02-23 05:40:32', NULL, 'https://image.tmdb.org/t/p/original/zaVO5tSSSjgLLSXRBvDDCzyBqfX.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'pilots', NULL, NULL),
(89, 'The Night of the Comet', 'https://image.tmdb.org/t/p/original/aIwKvdwGCvxQZDZzh89DrGgm74x.jpg', 155, 34, 'URL', 'https://www.youtube.com/watch?v=cokvm7T48r8', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2009-09-17', 0, NULL, '<p>As Mystic Falls gets ready for a festival to celebrate the passing of a comet, Vicki continues to recover in the hospital following Damon\'s attack. Stefan heads to the hospital to try to use his abilities to make Vicki forget who attacked her, but his efforts are cut short by Matt. Meanwhile, at a parent/teacher conference Mr. Tanner tells Aunt Jenna that Jeremy is in trouble and needs immediate intervention.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=cokvm7T48r8', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '18165', '1', '2', '2026-02-23 05:42:04', '2026-02-23 05:42:04', NULL, 'https://image.tmdb.org/t/p/original/aIwKvdwGCvxQZDZzh89DrGgm74x.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-night-of-the-comet', NULL, NULL),
(90, 'The Pilot', 'https://image.tmdb.org/t/p/original/piyGyhwbqqyIxcyuZXYmDUWSylb.jpg', 154, 33, 'YouTube', 'https://www.youtube.com/watch?v=XcPd9SxwMsM', 'free', NULL, '9', 'A', '00:44', NULL, NULL, '2014-10-07', 0, NULL, '<p>Barry discovers his powers and puts them to the test, only when he finds its no longer a test but the real thing when he encounters a certain someone.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=XcPd9SxwMsM', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '60735', '1', '1', '2026-02-23 05:43:37', '2026-02-23 05:43:37', NULL, 'https://image.tmdb.org/t/p/original/piyGyhwbqqyIxcyuZXYmDUWSylb.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-pilot', NULL, NULL),
(91, 'Fastest Man Alive', 'https://image.tmdb.org/t/p/original/tM61prhWhwHNDYAybsHAgRJbUZk.jpg', 154, 33, 'URL', 'https://www.youtube.com/watch?v=2If2_apBxeE&list=PLnNjNkt0vMGVfoT0epBlq9p9OgP78n5Fw', 'free', NULL, '6', 'A', '00:41', NULL, NULL, '2014-10-14', 0, NULL, '<p>Barry changes into the Flash when six gunmen storm a university event honoring a scientist, but his heroics don\'t match up to his expectations. Meanwhile, Iris becomes even more intrigued by the \"red streak.\"</p>', 0, 'URL', 'https://www.youtube.com/watch?v=2If2_apBxeE&list=PLnNjNkt0vMGVfoT0epBlq9p9OgP78n5Fw', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '60735', '1', '2', '2026-02-23 05:44:58', '2026-02-23 05:44:58', NULL, 'https://image.tmdb.org/t/p/original/tM61prhWhwHNDYAybsHAgRJbUZk.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'fastest-man-alive', NULL, NULL),
(92, 'Things You Can\'t Outrun', 'https://image.tmdb.org/t/p/original/wY1omkKIuqZILjniPssbGlfZ0NY.jpg', 154, 33, 'URL', 'https://www.youtube.com/watch?v=32HEgK1449k&list=PLnNjNkt0vMGVfoT0epBlq9p9OgP78n5Fw&index=3', 'free', NULL, '9', 'C', '00:41', NULL, NULL, '2014-10-21', 0, NULL, '<p>Barry and the team go after the Mist, who possesses toxic gas powers, and they reflect on the night Caitlin\'s fianc&eacute; died. Meanwhile, Henry gets a long-awaited visit from Joe, and Iris and Eddie continue to keep their romance a secret from Joe.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=32HEgK1449k&list=PLnNjNkt0vMGVfoT0epBlq9p9OgP78n5Fw&index=3', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '60735', '1', '3', '2026-02-23 05:46:08', '2026-02-23 05:46:08', NULL, 'https://image.tmdb.org/t/p/original/wY1omkKIuqZILjniPssbGlfZ0NY.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'things-you-cant-outrun', NULL, NULL),
(93, 'Diamond of the First Water', 'https://image.tmdb.org/t/p/original/3DbjQ61eQgBLIVXRy6eGCHzk3IJ.jpg', 156, 35, 'YouTube', 'https://www.youtube.com/watch?v=JpIE4RnAkKU', 'free', NULL, '9', 'A', '00:59', NULL, NULL, '2020-12-25', 0, NULL, '<p>Daphne debuts on London\'s marriage market as a new gossip sheet sets high society atwitter and Simon, the eligible Duke of Hastings, returns to town.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=V2i-Oaapzlc', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '91239', '1', '1', '2026-02-23 05:49:05', '2026-02-23 05:49:05', NULL, 'https://image.tmdb.org/t/p/original/3DbjQ61eQgBLIVXRy6eGCHzk3IJ.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'diamond-of-the-first-water', NULL, NULL),
(94, 'Shock and Delight', 'https://image.tmdb.org/t/p/original/amQJIsMDaWYbgN1PzB9Enzpo0Us.jpg', 156, 35, 'URL', 'https://www.youtube.com/watch?v=CoujRNjgxXg', 'free', NULL, '9', 'A', '01:02', NULL, NULL, '2020-12-25', 0, NULL, '<p>Simon\'s apparent courtship of Daphne angers her brother Anthony and threatens to ruin the arrangements he made. Marina opens up to a curious Penelope.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=CoujRNjgxXg', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '91239', '1', '2', '2026-02-23 05:51:03', '2026-02-23 05:51:03', NULL, 'https://image.tmdb.org/t/p/original/amQJIsMDaWYbgN1PzB9Enzpo0Us.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'shock-and-delight', NULL, NULL),
(95, 'Art of the Swoon', 'https://image.tmdb.org/t/p/original/klBpPQX2ZiifppyAlhjX777Oz4E.jpg', 156, 35, 'URL', 'https://www.youtube.com/watch?v=aEsgRj2jvS4', 'free', NULL, '9', 'A', '00:58', NULL, NULL, '2020-12-25', 0, NULL, '<p>After Daphne catches the eye of a royal suitor, she turns to Simon for relationship advice. Lady Featherington tries to browbeat Marina into marriage.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=aEsgRj2jvS4', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '91239', '1', '3', '2026-02-23 05:52:21', '2026-02-23 05:52:21', NULL, 'https://image.tmdb.org/t/p/original/klBpPQX2ZiifppyAlhjX777Oz4E.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'art-of-the-swoon', NULL, NULL),
(96, 'Children of the Gods (1)', 'https://image.tmdb.org/t/p/original/jjJoOsD0RM46kzbBs6nVHREj3yH.jpg', 157, 36, 'URL', 'https://www.youtube.com/watch?v=bS-4JP9w49Q', 'paid', 2, '9', 'A', '00:46', NULL, NULL, '1997-07-27', 0, NULL, '<p>When powerful aliens come through Earth\'s Stargate, Colonel Jack O\'Neill returns to Abydos to retrieve Daniel Jackson, who has discovered that the alien transit system includes much more than the two planets.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=bS-4JP9w49Q', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '4629', '1', '1', '2026-02-23 06:00:12', '2026-02-23 06:00:12', NULL, 'https://image.tmdb.org/t/p/original/jjJoOsD0RM46kzbBs6nVHREj3yH.jpg', 20.00, 'onetime', NULL, NULL, 60, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'children-of-the-gods-1', NULL, NULL),
(97, 'Children of the Gods (2)', 'https://image.tmdb.org/t/p/original/unas9A0CEQBsA0OVqMszXsW6mra.jpg', 157, 36, 'URL', 'https://www.youtube.com/watch?v=NjlCVW_ouL8', 'paid', 2, '9', 'A', '00:46', NULL, NULL, '1997-07-27', 0, NULL, '<p>Colonel O\'Neill, leading the new SG-1, track Apophis back to the planet Chulak to rescue Sha\'re and Skaara, and befriend one of Apophis\' Jaffa guards.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=NjlCVW_ouL8', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '4629', '1', '2', '2026-02-23 06:01:17', '2026-02-23 06:01:17', NULL, 'https://image.tmdb.org/t/p/original/unas9A0CEQBsA0OVqMszXsW6mra.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'children-of-the-gods-2', NULL, NULL),
(98, 'Episode 1', 'https://image.tmdb.org/t/p/original/ocoJAKXljZChBsx4uy0ouHZMegp.jpg', 158, 37, 'URL', 'https://www.youtube.com/watch?v=SxFxytBXwYA', 'free', NULL, '9', 'A', '00:54', NULL, NULL, '2025-08-14', 0, NULL, '<p>A prison transport is hijacked, freeing one female convict and cementing the fates of six others. Prison politics get heated between competing factions.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=SxFxytBXwYA', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '258462', '1', '1', '2026-02-23 06:06:20', '2026-02-23 06:06:20', NULL, 'https://image.tmdb.org/t/p/original/ocoJAKXljZChBsx4uy0ouHZMegp.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'episode-1', NULL, NULL),
(99, 'ThePilot', 'https://image.tmdb.org/t/p/original/zJeQFHYYu8XHMk5JbWPXJ4Vgo7U.jpg', 159, 38, 'URL', 'https://www.youtube.com/watch?v=zctCtwkohiU', 'free', NULL, '9', 'A', '00:23', NULL, NULL, '2009-09-23', 0, NULL, '<p>Jay has just recently married his younger, Colombian wife, Gloria, but he\'s having trouble keeping up with her and her son Manny. Claire is having trouble with her own family, especially with her husband Phil, who thinks he can be hip with his three kids. Also, Mitchell and his partner Cameron adopt a Vietnamese baby, Lily.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=zctCtwkohiU', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1421', '1', '1', '2026-02-23 06:11:08', '2026-02-23 06:11:08', NULL, 'https://image.tmdb.org/t/p/original/zJeQFHYYu8XHMk5JbWPXJ4Vgo7U.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'thepilot', NULL, NULL),
(100, 'The Bicycle Thief', 'https://image.tmdb.org/t/p/original/xzydcqxzJXs3hZlQYjSNBzSsv5p.jpg', 159, 38, 'URL', 'https://www.youtube.com/watch?v=lZF4gREZ8X8', 'free', NULL, '9', 'A', '00:22', NULL, NULL, '2009-09-30', 0, NULL, '<p>Phil is determined to help Luke prove to mom that he is responsible enough to have the brand new bike they just got him. However Phil ends up being the irresponsible one when a hot neighbor clouds his judgment. Meanwhile Mitchell and Cameron take Lily to their first Mommy &amp; Me class, and Jay and Manny have some awkward father and son time.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=lZF4gREZ8X8', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1421', '1', '2', '2026-02-23 06:12:05', '2026-02-23 06:12:05', NULL, 'https://image.tmdb.org/t/p/original/xzydcqxzJXs3hZlQYjSNBzSsv5p.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-bicycle-thief', NULL, NULL),
(101, 'Dexter', 'https://image.tmdb.org/t/p/original/70rjTrItEJCyr6u8zmAVQrdmcrP.jpg', 160, 39, 'URL', 'https://www.youtube.com/watch?v=84o1Q6fB20k', 'free', NULL, '9', 'A', '00:53', NULL, NULL, '2006-10-01', 0, NULL, '<p>Dexter\'s world is rocked when a rival serial murderer, dubbed the Ice Truck Killer by the media, privately contacts him and reveals that he knows Dexter\'s grisly secret. Meanwhile, Dexter\'s sister, Debra, is transferred to Homicide.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=84o1Q6fB20k', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1405', '1', '1', '2026-02-23 06:15:27', '2026-02-23 06:15:27', NULL, 'https://image.tmdb.org/t/p/original/70rjTrItEJCyr6u8zmAVQrdmcrP.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'dexter', NULL, NULL),
(102, 'Burnt Food', 'https://image.tmdb.org/t/p/original/eeNYnyVdAGdBzVDCIspxlFHNAtb.jpg', 161, 40, 'URL', 'https://www.youtube.com/watch?v=rpWeDASdL9w', 'free', NULL, '7', 'A', '00:44', NULL, NULL, '2026-02-04', 0, NULL, '<p>Dr. Shaun Murphy, a young surgeon with autism and savant syndrome, relocates from a quiet country life to join the prestigious St. Bonaventure hospital&rsquo;s surgical unit. Alone in the world and unable to personally connect with those around him, his only advocate, Dr. Aaron Glassman, challenges the skepticism and prejudices of the hospital&rsquo;s board and staff when he brings him in to join the team. Shaun will need to work harder than he ever has before, as he navigates his new environment and relationships to prove to his colleagues that his extraordinary medical gifts will save lives.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=rpWeDASdL9w', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '71712', '1', '1', '2026-02-23 06:18:24', '2026-02-23 06:39:35', NULL, 'https://image.tmdb.org/t/p/original/eeNYnyVdAGdBzVDCIspxlFHNAtb.jpg', 500.00, 'onetime', NULL, NULL, 90, 0, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'burnt-food', NULL, NULL),
(103, 'The Pilots', 'https://image.tmdb.org/t/p/original/uYSkeGzyZMWl7jSFiWuPhN54edb.jpg', 162, 41, 'URL', 'https://www.youtube.com/watch?v=X4bF_quwNtw&list=PLCJQBhr_9LpQAZ0s-2NtKg7qvFpwN3d3r', 'free', NULL, '9', 'A', '00:43', NULL, NULL, '2026-02-02', 0, NULL, '<p>Upon leaving hell, Lucifer Morningstar retreats to Los Angeles for a more exciting life. When the murder of a friend connects him with LAPD detective Chloe Decker, Lucifer becomes intrigued with the idea of punishing criminals, sending the devil himself into a struggle between good and evil.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=X4bF_quwNtw&list=PLCJQBhr_9LpQAZ0s-2NtKg7qvFpwN3d3r', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '63174', '1', '1', '2026-02-23 06:22:35', '2026-02-23 06:39:19', NULL, 'https://image.tmdb.org/t/p/original/uYSkeGzyZMWl7jSFiWuPhN54edb.jpg', 150.00, 'rental', 80, NULL, 90, 0, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'the-pilots', NULL, NULL),
(104, 'Lucifer, Stay. Good Devil.', 'https://image.tmdb.org/t/p/original/vD4kugm8aVaxHQojb6afhQpB0w0.jpg', 162, 41, 'URL', 'https://www.youtube.com/watch?v=ORhzkAdSOGs&list=PLCJQBhr_9LpQAZ0s-2NtKg7qvFpwN3d3r&index=2', 'free', NULL, '9', 'A', '00:42', NULL, NULL, '2016-02-01', 0, NULL, '<p>When a movie star\'s son is killed after being chased by the paparazzi, Chloe takes a deep look into the case with a little help from Lucifer. Meanwhile, Maze and Amenadiel continue to encourage Lucifer to go back to hell.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=ORhzkAdSOGs&list=PLCJQBhr_9LpQAZ0s-2NtKg7qvFpwN3d3r&index=2', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '63174', '1', '2', '2026-02-23 06:23:34', '2026-02-23 06:23:34', NULL, 'https://image.tmdb.org/t/p/original/vD4kugm8aVaxHQojb6afhQpB0w0.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'lucifer-stay-good-devil', NULL, NULL),
(105, 'The  New Pilot', 'https://image.tmdb.org/t/p/original/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg', 163, 42, 'YouTube', 'https://www.youtube.com/watch?v=yE9UXdJEnss', 'free', NULL, '9', 'A', '00:59', NULL, NULL, '2008-01-20', 0, NULL, '<p>When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=yAAphfWE3Vs', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1396', '1', '1', '2026-02-23 06:26:34', '2026-02-23 06:26:34', NULL, 'https://image.tmdb.org/t/p/original/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'the-new-pilot', NULL, NULL),
(106, 'Cat\'s in the Bag...', 'https://image.tmdb.org/t/p/original/AbMoecO0ZZio0LcgeLxlzdyGs6X.jpg', 163, 42, 'YouTube', 'https://www.youtube.com/watch?v=RfO-54me-jY', 'free', NULL, '9', 'A', '00:49', NULL, NULL, '2008-01-27', 0, NULL, '<p>Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt\'s wife, Skyler, becomes suspicious of Walt\'s strange behavior.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=E5UMjqSBGJQ', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1396', '1', '2', '2026-02-23 06:27:11', '2026-02-23 06:27:11', NULL, 'https://image.tmdb.org/t/p/original/AbMoecO0ZZio0LcgeLxlzdyGs6X.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'cats-in-the-bag', NULL, NULL),
(107, '...And the Bag\'s in the River', 'https://image.tmdb.org/t/p/original/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg', 163, 42, 'YouTube', 'https://www.youtube.com/watch?v=ryPhg0KeOM4', 'free', NULL, '9', 'A', '00:49', NULL, NULL, '2008-02-10', 0, NULL, '<p>Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.</p>', 1, 'YouTube', 'https://www.youtube.com/watch?v=EBvuGkqX894', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '1396', '1', '3', '2026-02-23 06:27:48', '2026-02-23 06:27:48', NULL, 'https://image.tmdb.org/t/p/original/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'and-the-bags-in-the-river', NULL, NULL),
(108, 'Spring in a Heartbeat', 'https://image.tmdb.org/t/p/original/7NZeS2RsCDb7m8QeB3jDf0EkAd.jpg', 164, 43, 'URL', 'https://www.youtube.com/watch?v=4ECAaQkNAbc', 'free', NULL, '9', 'A', '00:58', NULL, NULL, '2025-03-07', 0, NULL, '<p>Raised by a tenacious mother, a young, bright-eyed Ae-sun has dreams bigger than her village &mdash; until an unexpected tragedy changes everything.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=4ECAaQkNAbc', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '219246', '1', '1', '2026-02-23 06:30:55', '2026-02-23 06:30:55', NULL, 'https://image.tmdb.org/t/p/original/7NZeS2RsCDb7m8QeB3jDf0EkAd.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, 'spring-in-a-heartbeat', NULL, NULL),
(109, '7:00 A.M.', 'https://image.tmdb.org/t/p/original/ayWb4xVUahzP7xDlILfyoZTzB6B.jpg', 165, 44, 'YouTube', 'https://www.youtube.com/watch?v=fKHEiV-3w3c', 'free', NULL, '10', 'A', '00:53', NULL, NULL, '2025-01-09', 0, NULL, '<p>While attempting to distract himself from the anniversary of his mentor\'s death, Dr. Robby introduces a fresh batch of interns to life in the ER.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=fKHEiV-3w3c', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '250307', '1', '1', '2026-02-23 06:43:47', '2026-02-23 06:43:47', NULL, 'https://image.tmdb.org/t/p/original/ayWb4xVUahzP7xDlILfyoZTzB6B.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, '700-am', NULL, NULL),
(110, '8:00 A.M.', 'https://image.tmdb.org/t/p/original/6ArDi8ixkE3SZRBfn0PkLBRqdkO.jpg', 165, 44, 'URL', 'https://www.youtube.com/watch?v=_n0cHDflMcE', 'free', NULL, '9', 'A', '00:51', NULL, NULL, '2025-01-09', 0, NULL, '<p>Robby helps siblings navigate their elderly father\'s end of life care. Later, Samira fends off cops targeting a woman with a misunderstood condition.</p>', 0, 'URL', 'https://www.youtube.com/watch?v=_n0cHDflMcE', 0, NULL, NULL, 0, 1, 0, 0, 1, 1, NULL, NULL, '250307', '1', '2', '2026-02-23 06:47:11', '2026-02-23 06:47:11', NULL, 'https://image.tmdb.org/t/p/original/6ArDi8ixkE3SZRBfn0PkLBRqdkO.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, '', NULL, NULL, NULL, NULL, NULL, '800-am', NULL, NULL);

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

--
-- Table structure for table `episode_download_mapping`
--

CREATE TABLE `episode_download_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `episode_id` int(11) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `episode_stream_content_mapping`
--

CREATE TABLE `episode_stream_content_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `episode_id` bigint(20) UNSIGNED NOT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `episode_stream_content_mapping`
--

INSERT INTO `episode_stream_content_mapping` (`id`, `episode_id`, `quality`, `type`, `url`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 72, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=xEWPhobiCuU', 1, 1, NULL, '2026-02-23 04:47:41', '2026-02-23 04:47:41', NULL),
(2, 73, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=G4H-cuVRCME', 1, 1, NULL, '2026-02-23 04:49:01', '2026-02-23 04:49:01', NULL),
(3, 74, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=tti2Cn44SWw', 1, 1, NULL, '2026-02-23 04:49:40', '2026-02-23 04:49:40', NULL),
(4, 75, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=X8gBnUSB534', 1, 1, NULL, '2026-02-23 04:50:36', '2026-02-23 04:50:36', NULL),
(5, 76, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=9465Z_ZtJsM', 1, 1, NULL, '2026-02-23 04:51:13', '2026-02-23 04:51:13', NULL),
(6, 86, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=hhqRmcsWqac', 1, 1, NULL, '2026-02-23 05:27:19', '2026-02-23 05:27:19', NULL),
(7, 93, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=mCY6dZMKd4o', 1, 1, NULL, '2026-02-23 05:49:05', '2026-02-23 05:49:05', NULL),
(8, 93, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=V2i-Oaapzlc', 1, 1, NULL, '2026-02-23 05:49:05', '2026-02-23 05:49:05', NULL),
(9, 105, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=VotBYq50Prc', 1, 1, NULL, '2026-02-23 06:26:34', '2026-02-23 06:26:34', NULL),
(10, 105, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=yAAphfWE3Vs', 1, 1, NULL, '2026-02-23 06:26:34', '2026-02-23 06:26:34', NULL),
(11, 106, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=4l0PUYQ5dIE', 1, 1, NULL, '2026-02-23 06:27:11', '2026-02-23 06:27:11', NULL),
(12, 106, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=E5UMjqSBGJQ', 1, 1, NULL, '2026-02-23 06:27:11', '2026-02-23 06:27:11', NULL),
(13, 107, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=kIs84Bh1hFk', 1, 1, NULL, '2026-02-23 06:27:48', '2026-02-23 06:27:48', NULL),
(14, 107, '1080p', 'YouTube', 'https://www.youtube.com/watch?v=EBvuGkqX894', 1, 1, NULL, '2026-02-23 06:27:48', '2026-02-23 06:27:48', NULL);

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

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `question` varchar(191) NOT NULL,
  `answer` longtext NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `question`, `answer`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, '1. What is MXFlix ?', '<p>MXFlix is a cutting-edge streaming platform developed by Miracuves that allows users to watch movies, TV shows, and live content seamlessly. It provides a feature-rich experience with personalized recommendations, multiple subscription plans, and high-quality streaming.</p>', 1, 2, 1, NULL, '2024-09-28 01:13:30', '2026-02-19 06:15:35', NULL),
(2, '2. How can I create an account on MXFlix?', '<p>To create an account, simply click on the \"Sign Up\" button on the homepage, enter your details, and follow the on-screen instructions. Once registered, you can start exploring our extensive content library.</p>', 1, 2, 1, NULL, '2024-09-28 01:14:16', '2026-02-19 06:15:47', NULL),
(3, '3. What subscription plans are available?', 'We offer multiple subscription plans tailored to your needs:\n- Basic Plan: Weekly subscription.\n- Premium Plan: Monthly subscription.\n- Ultimate Plan: Quarterly subscription.\n- Elite Plan: Yearly subscription.\nEach plan offers different features such as HD streaming, multi-device support, and download options. Visit our Subscription Plans page for more details.', 1, 2, 2, NULL, '2024-09-28 01:14:36', '2024-09-28 01:14:36', NULL),
(4, '4. What payment methods do you accept?', 'We accept a variety of payment gateways for your convenience:\n- Stripe\n- RazorPay\n- Paystack\n- PayPal\n- FlutterWave\nYou can choose your preferred method at checkout.', 1, 2, 2, NULL, '2024-09-28 01:14:57', '2024-09-28 01:14:57', NULL),
(5, '5. How can I manage my subscription?', 'To manage your subscription, log into your account, go to the \"Account Settings\" section, and select \"Subscription.\" From there, you can upgrade, downgrade, or cancel your plan at any time.', 1, 2, 2, NULL, '2024-09-28 01:15:14', '2024-09-28 01:15:14', NULL),
(6, '6. How can I add content to my watchlist?', 'While browsing movies or TV shows, simply click on the \"Add to Watchlist\" button. You can view your watchlist anytime under the \"My Watchlist\" section of your account dashboard.', 1, 2, 2, NULL, '2024-09-28 01:15:33', '2024-09-28 01:15:33', NULL),
(7, '7. Can I download content for offline viewing?', 'Yes, MXFlix Laravel allows you to download selected content for offline viewing, depending on your subscription plan. This feature is available for both mobile and tablet devices.', 1, 2, 2, NULL, '2024-09-28 01:15:48', '2024-09-28 01:15:48', NULL),
(8, '8. Does MXFlix Laravel support multiple devices?', 'Yes, you can stream on multiple devices based on your subscription plan. The higher the plan, the more devices you can use simultaneously.', 1, 2, 2, NULL, '2024-09-28 01:16:05', '2024-09-28 01:16:05', NULL),
(9, '9. How does the recommendation system work?', 'Our platform uses a smart recommendation engine that suggests content based on your viewing history and preferences. The more you watch, the better the recommendations get!', 1, 2, 2, NULL, '2024-09-28 01:16:21', '2024-09-28 01:16:21', NULL),
(10, '10. Is there a free trial available?', 'Yes, we offer a limited-time free trial for new users. During the trial, you can explore all the features of the platform and decide if you want to subscribe to a full plan.', 1, 2, 2, NULL, '2024-09-28 01:16:40', '2024-09-28 01:16:40', NULL),
(11, '11. How does the referral program work?', 'Our referral program rewards you for inviting friends to join MXFlix Laravel. For each friend who subscribes using your referral link, you both receive a discount on your next billing cycle. Check the referral section in your account for more details!', 1, 2, 2, NULL, '2024-09-28 01:21:25', '2024-09-28 01:21:25', NULL),
(12, '12. What types of content are available on MXFlix Laravel?', 'MXFlix Laravel offers a diverse range of content, including movies, TV shows, documentaries, and live events across various genres. You\'ll find everything from action and comedy to horror and romance!', 1, 2, 2, NULL, '2024-09-28 01:21:47', '2024-09-28 01:21:47', NULL),
(13, '13. Can I change my subscription plan later?', 'Absolutely! You can change your subscription plan at any time through your account settings. Simply select a different plan, and your new billing will take effect at the end of your current billing cycle.', 1, 2, 2, NULL, '2024-09-28 01:22:05', '2024-09-28 01:22:05', NULL),
(14, '14. What should I do if I forget my password?', 'If you forget your password, click on the \"Forgot Password?\" link on the login page. Follow the instructions to reset your password via the email associated with your account.', 1, 2, 2, NULL, '2024-09-28 01:22:21', '2024-09-28 01:22:21', NULL),
(15, '15. Is there any age restriction for using MXFlix Laravel?', 'Yes, users must be at least 13 years old to create an account. We recommend parental guidance for users under 18, as some content may not be suitable for younger viewers.', 1, 2, 2, NULL, '2024-09-28 01:22:38', '2024-09-28 01:22:38', NULL),
(16, '16. Can I share my account with family members?', 'Yes, depending on your subscription plan, you can share your account with family members. However, please note that simultaneous streaming may be limited based on your chosen plan.', 1, 2, 2, NULL, '2024-09-28 01:22:56', '2024-09-28 01:22:56', NULL),
(17, '17. How often is new content added to the platform?', 'We regularly update our library with new content! You can expect new movies, TV shows, and episodes added every week, so there\'s always something fresh to watch.', 1, 2, 2, NULL, '2024-09-28 01:23:14', '2024-09-28 01:23:14', NULL),
(18, '18. Does MXFlix Laravel offer subtitles or closed captions?', 'Yes, many of our titles offer subtitles and closed captions in various languages. You can enable them through the video player settings while watching content.', 1, 2, 2, NULL, '2024-09-28 01:24:30', '2024-09-28 01:24:30', NULL),
(19, '19. What should I do if I encounter a streaming issue?', 'If you experience buffering or streaming issues, first check your internet connection. If the problem persists, try clearing your cache or refreshing the page. If you continue to have issues, please contact our support team for assistance.', 1, 2, 2, NULL, '2024-09-28 01:24:44', '2024-09-28 01:24:44', NULL),
(20, '20. How do I use the parental controls on MXFlix?', 'To use parental controls on MXFlix, navigate to your account settings. Here, you can set age restrictions for various content types and block specific shows or movies. Additionally, you can create custom profiles for family members with tailored controls. For added security, consider setting a PIN or password.', 1, 2, 2, NULL, '2024-09-28 01:28:39', '2024-09-28 01:28:39', NULL),
(21, '21. How do I enable subtitles or closed captions?', 'To enable subtitles or closed captions while watching content on MXFlix, look for the \"Subtitles\" or \"CC\" icon on the video player. Click on it, and you can choose your preferred language for subtitles. This feature enhances your viewing experience and accessibility.', 1, 2, 2, NULL, '2024-09-28 01:29:10', '2024-09-28 01:29:10', NULL),
(22, '22. How do I customize my MXFlix homepage?', 'To customize your MXFlix homepage, log into your account and navigate to the \"Settings\" section. From there, you can personalize your homepage by selecting your favorite genres, organizing your watchlist, and adjusting display preferences to see content that interests you most.', 1, 2, 2, NULL, '2024-09-28 01:29:36', '2024-09-28 01:29:36', NULL),
(23, '23. How do I download videos for offline viewing?', 'To download videos for offline viewing on MXFlix, find the desired movie or show and look for the download icon. Click it, and the content will be saved to your device for offline access. Note that the ability to download may depend on your subscription plan.', 1, 2, 2, NULL, '2024-09-28 01:30:06', '2024-09-28 01:30:06', NULL),
(24, '24. Can I delete my account?', 'Yes, you can delete your account at any time. To do this, log into your account, navigate to the \"Account Settings\" section, and select \"Delete Account.\" Please note that this action is irreversible, and all your data will be permanently removed.', 1, 2, 2, NULL, '2024-09-28 01:30:40', '2024-09-28 01:30:40', NULL),
(25, '25. How can I contact customer support?', 'If you need assistance, you can reach our customer support team via email at biz@miracuves.com. We\'re here to help!', 1, 2, 2, NULL, '2024-09-28 01:30:53', '2024-09-28 01:32:01', NULL);

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

--
-- Table structure for table `filemanagers`
--

CREATE TABLE `filemanagers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `producer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `file_url` varchar(191) NOT NULL DEFAULT '',
  `file_name` varchar(191) NOT NULL DEFAULT '',
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `filemanagers`
--

INSERT INTO `filemanagers` (`id`, `producer_id`, `file_url`, `file_name`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, NULL, 'temp/uploads/mini_logo_69896f6778fe0.png', 'mini_logo_69896f6778fe0.png', 1, 1, NULL, '2026-02-08 23:53:51', '2026-02-08 23:53:51', NULL),
(2, NULL, 'temp/uploads/favicon_69896f7707b78.png', 'favicon_69896f7707b78.png', 1, 1, NULL, '2026-02-08 23:54:07', '2026-02-08 23:54:07', NULL),
(3, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989ac28124c9.mp4', '7668097_hd_1920_1080_25fps_6989ac28124c9.mp4', 1, 1, NULL, '2026-02-09 04:13:04', '2026-02-09 04:13:04', NULL),
(4, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989ac5dc6368.mp4', '5780181_uhd_3840_2160_24fps_6989ac5dc6368.mp4', 1, 1, NULL, '2026-02-09 04:13:57', '2026-02-09 04:13:57', NULL),
(5, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989adb14a340.mp4', '7668097_hd_1920_1080_25fps_6989adb14a340.mp4', 1, 1, NULL, '2026-02-09 04:19:37', '2026-02-09 04:19:37', NULL),
(6, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989b02947927.mp4', '7668097_hd_1920_1080_25fps_6989b02947927.mp4', 1, 1, NULL, '2026-02-09 04:30:09', '2026-02-09 04:30:09', NULL),
(7, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989be82959c6.mp4', '7668097_hd_1920_1080_25fps_6989be82959c6.mp4', 1, 1, NULL, '2026-02-09 05:31:22', '2026-02-09 05:31:22', NULL),
(8, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989c061b7498.mp4', '7668097_hd_1920_1080_25fps_6989c061b7498.mp4', 1, 1, NULL, '2026-02-09 05:39:21', '2026-02-09 05:39:21', NULL),
(9, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989c0629c8d8.mp4', '7668097_hd_1920_1080_25fps_6989c0629c8d8.mp4', 1, 1, NULL, '2026-02-09 05:39:22', '2026-02-09 05:39:22', NULL),
(10, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c079d200f.mp4', '5780181_uhd_3840_2160_24fps_6989c079d200f.mp4', 1, 1, NULL, '2026-02-09 05:39:45', '2026-02-09 05:39:45', NULL),
(11, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c079df290.mp4', '5780181_uhd_3840_2160_24fps_6989c079df290.mp4', 1, 1, NULL, '2026-02-09 05:39:45', '2026-02-09 05:39:45', NULL),
(12, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c273dc104.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c273dc104.jpg', 1, 1, NULL, '2026-02-09 05:48:11', '2026-02-09 05:48:11', NULL),
(13, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c273dc040.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c273dc040.jpg', 1, 1, NULL, '2026-02-09 05:48:11', '2026-02-09 05:48:11', NULL),
(14, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c2925eeed.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c2925eeed.jpg', 1, 1, NULL, '2026-02-09 05:48:42', '2026-02-09 05:48:42', NULL),
(15, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c2926433b.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c2926433b.jpg', 1, 1, NULL, '2026-02-09 05:48:42', '2026-02-09 05:48:42', NULL),
(16, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c309c2852.mp4', '5780181_uhd_3840_2160_24fps_6989c309c2852.mp4', 1, 1, NULL, '2026-02-09 05:50:41', '2026-02-09 05:50:41', NULL),
(17, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c309bff88.mp4', '5780181_uhd_3840_2160_24fps_6989c309bff88.mp4', 1, 1, NULL, '2026-02-09 05:50:41', '2026-02-09 05:50:41', NULL),
(19, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8f4.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8f4.jpg', 1, 1, NULL, '2026-02-09 05:54:42', '2026-02-09 05:54:42', NULL),
(20, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8fe.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989c3fa3c8fe.jpg', 1, 1, NULL, '2026-02-09 05:54:42', '2026-02-09 05:54:42', NULL),
(21, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989c4c7eb981.mp4', '7668097_hd_1920_1080_25fps_6989c4c7eb981.mp4', 1, 1, NULL, '2026-02-09 05:58:07', '2026-02-09 05:58:07', NULL),
(22, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989c4c7eb981.mp4', '7668097_hd_1920_1080_25fps_6989c4c7eb981.mp4', 1, 1, NULL, '2026-02-09 05:58:07', '2026-02-09 05:58:07', NULL),
(23, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c4d99d04d.mp4', '5780181_uhd_3840_2160_24fps_6989c4d99d04d.mp4', 1, 1, NULL, '2026-02-09 05:58:25', '2026-02-09 05:58:25', NULL),
(24, NULL, 'temp/uploads/5780181_uhd_3840_2160_24fps_6989c4d9a69c8.mp4', '5780181_uhd_3840_2160_24fps_6989c4d9a69c8.mp4', 1, 1, NULL, '2026-02-09 05:58:25', '2026-02-09 05:58:25', NULL),
(25, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989cbf89c271.mp4', '7668097_hd_1920_1080_25fps_6989cbf89c271.mp4', 1, 1, NULL, '2026-02-09 06:28:48', '2026-02-09 06:28:48', NULL),
(26, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989cbf89c271.mp4', '7668097_hd_1920_1080_25fps_6989cbf89c271.mp4', 1, 1, NULL, '2026-02-09 06:28:48', '2026-02-09 06:28:48', NULL),
(27, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989cd8d888ce.mp4', '7668097_hd_1920_1080_25fps_6989cd8d888ce.mp4', 1, 1, NULL, '2026-02-09 06:35:33', '2026-02-09 06:35:33', NULL),
(28, NULL, 'temp/uploads/7668097_hd_1920_1080_25fps_6989cd8d88862.mp4', '7668097_hd_1920_1080_25fps_6989cd8d88862.mp4', 1, 1, NULL, '2026-02-09 06:35:33', '2026-02-09 06:35:33', NULL),
(29, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989ce11bd913.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989ce11bd913.jpg', 1, 1, NULL, '2026-02-09 06:37:45', '2026-02-09 06:37:45', NULL),
(30, NULL, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989ce11bdb57.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6989ce11bdb57.jpg', 1, 1, NULL, '2026-02-09 06:37:45', '2026-02-09 06:37:45', NULL),
(33, NULL, 'temp/uploads/The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d91d3499f3.mp4', 'The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d91d3499f3.mp4', 1, 1, NULL, '2026-02-12 03:09:50', '2026-02-12 03:09:50', NULL),
(34, NULL, 'temp/uploads/The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d95119eb64.mp4', 'The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d95119eb64.mp4', 1, 1, NULL, '2026-02-12 03:23:44', '2026-02-12 03:23:44', NULL),
(35, NULL, 'temp/uploads/The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d95f4cd2ea.mp4', 'The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d95f4cd2ea.mp4', 1, 1, NULL, '2026-02-12 03:27:28', '2026-02-12 03:27:28', NULL),
(36, NULL, 'temp/uploads/Screenshot_2026_02_11_at_2_54_46 PM_698d96328bf4c.png', 'Screenshot_2026_02_11_at_2_54_46 PM_698d96328bf4c.png', 1, 1, NULL, '2026-02-12 03:28:26', '2026-02-12 03:28:26', NULL),
(38, NULL, 'temp/uploads/The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d968956236.mp4', 'The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_698d968956236.mp4', 1, 1, NULL, '2026-02-12 03:29:56', '2026-02-12 03:29:56', NULL),
(39, NULL, 'temp/uploads/videoplayback_698d98a36c3d7.mp4', 'videoplayback_698d98a36c3d7.mp4', 1, 1, NULL, '2026-02-12 03:38:51', '2026-02-12 03:38:51', NULL),
(40, NULL, 'temp/uploads/videoplayback_698d995374fef.mp4', 'videoplayback_698d995374fef.mp4', 1, 1, NULL, '2026-02-12 03:41:47', '2026-02-12 03:41:47', NULL),
(41, NULL, 'temp/uploads/videoplayback_698da37072b02.mp4', 'videoplayback_698da37072b02.mp4', 1, 1, NULL, '2026-02-12 04:24:56', '2026-02-12 04:24:56', NULL),
(42, NULL, 'temp/uploads/videoplayback_698da3c8d5dc5.mp4', 'videoplayback_698da3c8d5dc5.mp4', 1, 1, NULL, '2026-02-12 04:26:24', '2026-02-12 04:26:24', NULL),
(43, NULL, 'temp/uploads/videoplayback_698da3f2d8288.mp4', 'videoplayback_698da3f2d8288.mp4', 1, 1, NULL, '2026-02-12 04:27:06', '2026-02-12 04:27:06', NULL),
(44, NULL, 'temp/uploads/videoplayback_698dac2f78131.mp4', 'videoplayback_698dac2f78131.mp4', 1, 1, NULL, '2026-02-12 05:02:18', '2026-02-12 05:02:18', NULL),
(49, 18, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699407c818b9d.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699407c818b9d.jpg', 18, 18, NULL, '2026-02-17 00:46:40', '2026-02-17 00:46:40', NULL),
(50, 18, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699407ed6dda3.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699407ed6dda3.jpg', 18, 18, NULL, '2026-02-17 00:47:17', '2026-02-17 00:47:17', NULL),
(51, 18, 'temp/uploads/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6994085818f7b.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6994085818f7b.jpg', 18, 18, NULL, '2026-02-17 00:49:04', '2026-02-17 00:49:04', NULL),
(52, 18, 'temp/uploads/The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_69940b0d54415.mp4', 'The_Beauty_of_True_HDR_8K_Dolby_Vision_120fps_Experience_1080P_69940b0d54415.mp4', 18, 18, NULL, '2026-02-17 01:00:40', '2026-02-17 01:00:40', NULL),
(53, 18, 'temp/uploads/5780181_uhd_3840_2160_24fps_69940da30f8f6.mp4', '5780181_uhd_3840_2160_24fps_69940da30f8f6.mp4', 18, 18, NULL, '2026-02-17 01:11:39', '2026-02-17 01:11:39', NULL),
(54, 18, 'https://mxflix.mimeld.com/storage/producers/18/aHEllo/107_1694418131_69940f1d5d94e.jpeg', '107_1694418131_69940f1d5d94e.jpeg', 18, 18, NULL, '2026-02-17 01:17:57', '2026-02-17 01:17:57', NULL),
(55, 18, 'https://mxflix.mimeld.com/storage/producers/18/aHEllo/videoplayback_69940f29965eb.mp4', 'videoplayback_69940f29965eb.mp4', 18, 18, NULL, '2026-02-17 01:18:09', '2026-02-17 01:18:09', NULL),
(56, 18, 'https://mxflix.mimeld.com/storage/producers/18/aHEllo/Latest 1/videoplayback_69940f3fe24bb.mp4', 'videoplayback_69940f3fe24bb.mp4', 18, 18, NULL, '2026-02-17 01:18:32', '2026-02-17 01:18:32', NULL),
(57, 19, 'https://mxflix.mimeld.com/storage/producers/19/Latest 1 P3/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6994162472b96.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_6994162472b96.jpg', 19, 19, NULL, '2026-02-17 01:47:56', '2026-02-17 01:47:56', NULL),
(58, 19, 'https://mxflix.mimeld.com/storage/producers/19/Latest 1/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699428f48d157.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699428f48d157.jpg', 19, 19, NULL, '2026-02-17 03:08:12', '2026-02-17 03:08:12', NULL),
(59, 19, 'https://mxflix.mimeld.com/storage/producers/19/Latest 1/videoplayback_6994292b32215.mp4', 'videoplayback_6994292b32215.mp4', 19, 19, NULL, '2026-02-17 03:09:07', '2026-02-17 03:09:07', NULL),
(60, 19, 'https://mxflix.mimeld.com/storage/producers/19/Latest 1/12_26_13_320_200x200_6994295f82484.jpeg', '12_26_13_320_200x200_6994295f82484.jpeg', 19, 19, NULL, '2026-02-17 03:09:59', '2026-02-17 03:09:59', NULL),
(61, NULL, 'https://mxflix.mimeld.com/storage/logos/image/mini_logo_6995bf7012132.png', 'mini_logo_6995bf7012132.png', 1, 1, NULL, '2026-02-18 13:32:32', '2026-02-18 13:32:32', NULL),
(62, NULL, 'https://mxflix.mimeld.com/storage/banner/14536234_640_360_30fps_699694170ca85.mp4', '14536234_640_360_30fps_699694170ca85.mp4', 1, 1, NULL, '2026-02-19 04:39:51', '2026-02-19 04:39:51', NULL),
(63, NULL, 'https://mxflix.mimeld.com/storage/banner/14536234_640_360_30fps_699695481ca95.mp4', '14536234_640_360_30fps_699695481ca95.mp4', 1, 1, NULL, '2026-02-19 04:44:56', '2026-02-19 04:44:56', NULL),
(64, NULL, 'https://mxflix.mimeld.com/storage/banner/14536234_640_360_30fps_699695d9db7df.mp4', '14536234_640_360_30fps_699695d9db7df.mp4', 1, 1, NULL, '2026-02-19 04:47:21', '2026-02-19 04:47:21', NULL),
(65, NULL, 'https://mxflix.mimeld.com/storage/image/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699698bcee2cb.jpg', '360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699698bcee2cb.jpg', 1, 1, NULL, '2026-02-19 04:59:40', '2026-02-19 04:59:40', NULL),
(66, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/download_(2)_6996a27aaec0c.png', 'download_(2)_6996a27aaec0c.png', 18, 18, NULL, '2026-02-19 05:41:14', '2026-02-19 05:41:14', NULL),
(67, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/test443_6996a33d5fded.png', 'test443_6996a33d5fded.png', 18, 18, NULL, '2026-02-19 05:44:29', '2026-02-19 05:44:29', NULL),
(68, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/1764058867130_i_6996a6b2edec0.jpeg', '1764058867130_i_6996a6b2edec0.jpeg', 18, 18, NULL, '2026-02-19 05:59:14', '2026-02-19 05:59:14', NULL),
(69, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/sample_video_mp4_(240p)_6996abc9bc5a3.mp4', 'sample_video_mp4_(240p)_6996abc9bc5a3.mp4', 18, 18, NULL, '2026-02-19 06:20:57', '2026-02-19 06:20:57', NULL),
(71, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/MicrosoftTeams_video_(1)_699805d4a27cd.mp4', 'MicrosoftTeams_video_(1)_699805d4a27cd.mp4', 18, 18, NULL, '2026-02-20 06:57:24', '2026-02-20 06:57:24', NULL),
(72, NULL, 'https://mxflix.mimeld.com/storage/image/1764058867130_i_699bd0878fa9c.jpeg', '1764058867130_i_699bd0878fa9c.jpeg', 1, 1, NULL, '2026-02-23 03:59:03', '2026-02-23 03:59:03', NULL),
(73, NULL, 'https://mxflix.mimeld.com/storage/Test/show_max_699bd0879637a.png', 'show_max_699bd0879637a.png', 1, 1, NULL, '2026-02-23 03:59:03', '2026-02-23 03:59:03', NULL),
(74, NULL, 'https://mxflix.mimeld.com/storage/ads/show_max_699bd09bce22a.png', 'show_max_699bd09bce22a.png', 1, 1, NULL, '2026-02-23 03:59:23', '2026-02-23 03:59:23', NULL),
(76, NULL, 'https://mxflix.mimeld.com/storage/Test/showmax_1024x576_699bd17055363.jpg', 'showmax_1024x576_699bd17055363.jpg', 1, 1, NULL, '2026-02-23 04:02:56', '2026-02-23 04:02:56', NULL),
(77, NULL, 'https://mxflix.mimeld.com/storage/image/1764058867130_i_699bd177ea84d.jpeg', '1764058867130_i_699bd177ea84d.jpeg', 1, 1, NULL, '2026-02-23 04:03:03', '2026-02-23 04:03:03', NULL),
(78, NULL, 'https://mxflix.mimeld.com/storage/Test/showmax_1024x576_699bd19073f78.jpg', 'showmax_1024x576_699bd19073f78.jpg', 1, 1, NULL, '2026-02-23 04:03:28', '2026-02-23 04:03:28', NULL),
(79, NULL, 'https://mxflix.mimeld.com/storage/movie/5btAk8YTRT3FLsqQBumN5eCk8xO_699bd1dab6002.jpeg', '5btAk8YTRT3FLsqQBumN5eCk8xO_699bd1dab6002.jpeg', 1, 1, NULL, '2026-02-23 04:04:42', '2026-02-23 04:04:42', NULL),
(80, NULL, 'https://mxflix.mimeld.com/storage/Test/rhythmx_699bd2299c27e.png', 'rhythmx_699bd2299c27e.png', 1, 1, NULL, '2026-02-23 04:06:01', '2026-02-23 04:06:01', NULL),
(81, NULL, 'https://mxflix.mimeld.com/storage/Test/usught_699bd2b7b3f8d.jpg', 'usught_699bd2b7b3f8d.jpg', 1, 1, NULL, '2026-02-23 04:08:23', '2026-02-23 04:08:23', NULL),
(82, NULL, 'https://mxflix.mimeld.com/storage/Test/cnn_699bd3151fd1e.jpg', 'cnn_699bd3151fd1e.jpg', 1, 1, NULL, '2026-02-23 04:09:57', '2026-02-23 04:09:57', NULL),
(83, NULL, 'https://mxflix.mimeld.com/storage/Test/wwe_699bd35b6cdff.png', 'wwe_699bd35b6cdff.png', 1, 1, NULL, '2026-02-23 04:11:07', '2026-02-23 04:11:07', NULL),
(84, NULL, 'https://mxflix.mimeld.com/storage/Test/wwe_699bd39d3066f.png', 'wwe_699bd39d3066f.png', 1, 1, NULL, '2026-02-23 04:12:13', '2026-02-23 04:12:13', NULL),
(85, NULL, 'https://mxflix.mimeld.com/storage/Test/aaj_tak_699bd3d77214a.png', 'aaj_tak_699bd3d77214a.png', 1, 1, NULL, '2026-02-23 04:13:11', '2026-02-23 04:13:11', NULL),
(86, NULL, 'https://mxflix.mimeld.com/storage/Test/download_(1)_699bd410b7be2.png', 'download_(1)_699bd410b7be2.png', 1, 1, NULL, '2026-02-23 04:14:08', '2026-02-23 04:14:08', NULL),
(87, NULL, 'https://mxflix.mimeld.com/storage/Test/start_cliss_699bd44fe1f04.png', 'start_cliss_699bd44fe1f04.png', 1, 1, NULL, '2026-02-23 04:15:11', '2026-02-23 04:15:11', NULL),
(88, NULL, 'https://mxflix.mimeld.com/storage/Test/groove_699bd4a017d89.png', 'groove_699bd4a017d89.png', 1, 1, NULL, '2026-02-23 04:16:32', '2026-02-23 04:16:32', NULL),
(89, NULL, 'https://mxflix.mimeld.com/storage/Test/docu_vision_699bd50a9e797.png', 'docu_vision_699bd50a9e797.png', 1, 1, NULL, '2026-02-23 04:18:18', '2026-02-23 04:18:18', NULL),
(90, NULL, 'https://mxflix.mimeld.com/storage/Test/vision_tv_699bd5733901c.jpg', 'vision_tv_699bd5733901c.jpg', 1, 1, NULL, '2026-02-23 04:20:03', '2026-02-23 04:20:03', NULL),
(91, NULL, 'https://mxflix.mimeld.com/storage/Test/win_sports_699bd5b4afabb.png', 'win_sports_699bd5b4afabb.png', 1, 1, NULL, '2026-02-23 04:21:08', '2026-02-23 04:21:08', NULL),
(92, NULL, 'https://mxflix.mimeld.com/storage/Test/buzz_live_699bd5f06cc9e.png', 'buzz_live_699bd5f06cc9e.png', 1, 1, NULL, '2026-02-23 04:22:08', '2026-02-23 04:22:08', NULL),
(93, NULL, 'https://mxflix.mimeld.com/storage/Test/tune_in_699bd6286e775.png', 'tune_in_699bd6286e775.png', 1, 1, NULL, '2026-02-23 04:23:04', '2026-02-23 04:23:04', NULL),
(94, NULL, 'https://mxflix.mimeld.com/storage/Test/discovefr_699bd671e037f.png', 'discovefr_699bd671e037f.png', 1, 1, NULL, '2026-02-23 04:24:17', '2026-02-23 04:24:17', NULL),
(95, NULL, 'https://mxflix.mimeld.com/storage/Test/hedalinesx_699bd6ee14f1f.png', 'hedalinesx_699bd6ee14f1f.png', 1, 1, NULL, '2026-02-23 04:26:22', '2026-02-23 04:26:22', NULL),
(96, NULL, 'https://mxflix.mimeld.com/storage/Test/extreme_699bd73d5d724.jpg', 'extreme_699bd73d5d724.jpg', 1, 1, NULL, '2026-02-23 04:27:41', '2026-02-23 04:27:41', NULL),
(97, NULL, 'https://mxflix.mimeld.com/storage/Test/fun_box_699bd7854eac2.png', 'fun_box_699bd7854eac2.png', 1, 1, NULL, '2026-02-23 04:28:53', '2026-02-23 04:28:53', NULL),
(98, NULL, 'https://mxflix.mimeld.com/storage/Test/sound_wave_699bd7dd4528b.png', 'sound_wave_699bd7dd4528b.png', 1, 1, NULL, '2026-02-23 04:30:21', '2026-02-23 04:30:21', NULL),
(99, NULL, 'https://mxflix.mimeld.com/storage/Test/learn_live_699bd81a8a5f5.png', 'learn_live_699bd81a8a5f5.png', 1, 1, NULL, '2026-02-23 04:31:22', '2026-02-23 04:31:22', NULL),
(100, NULL, 'https://mxflix.mimeld.com/storage/image/9of3WcFOQKA1DMzDAfme15kdt79_699bd885a2e15.jpeg', '9of3WcFOQKA1DMzDAfme15kdt79_699bd885a2e15.jpeg', 1, 1, NULL, '2026-02-23 04:33:09', '2026-02-23 04:33:09', NULL),
(101, NULL, 'https://mxflix.mimeld.com/storage/Test/live_stream_699bd88f62eb8.png', 'live_stream_699bd88f62eb8.png', 1, 1, NULL, '2026-02-23 04:33:19', '2026-02-23 04:33:19', NULL),
(102, NULL, 'https://mxflix.mimeld.com/storage/Test/pro_player_699bd8dfb2ff5.png', 'pro_player_699bd8dfb2ff5.png', 1, 1, NULL, '2026-02-23 04:34:39', '2026-02-23 04:34:39', NULL),
(103, NULL, 'https://mxflix.mimeld.com/storage/Test/abp_699bd92d24516.png', 'abp_699bd92d24516.png', 1, 1, NULL, '2026-02-23 04:35:57', '2026-02-23 04:35:57', NULL),
(104, NULL, 'https://mxflix.mimeld.com/storage/Test/dn_tv_699bd97b465c8.png', 'dn_tv_699bd97b465c8.png', 1, 1, NULL, '2026-02-23 04:37:15', '2026-02-23 04:37:15', NULL),
(105, NULL, 'https://mxflix.mimeld.com/storage/Test/9xm_699bda771b148.png', '9xm_699bda771b148.png', 1, 1, NULL, '2026-02-23 04:41:27', '2026-02-23 04:41:27', NULL),
(106, NULL, 'https://mxflix.mimeld.com/storage/Test/download_(2)_699bdac7d62f9.png', 'download_(2)_699bdac7d62f9.png', 1, 1, NULL, '2026-02-23 04:42:47', '2026-02-23 04:42:47', NULL),
(107, NULL, 'https://mxflix.mimeld.com/storage/Test/mtv_699bdb1aab42c.png', 'mtv_699bdb1aab42c.png', 1, 1, NULL, '2026-02-23 04:44:10', '2026-02-23 04:44:10', NULL),
(108, NULL, 'https://mxflix.mimeld.com/storage/Test/zee_news_699bdb667dcc7.png', 'zee_news_699bdb667dcc7.png', 1, 1, NULL, '2026-02-23 04:45:26', '2026-02-23 04:45:26', NULL),
(109, NULL, 'https://mxflix.mimeld.com/storage/Test/sports_max_699bdba07d4d5.png', 'sports_max_699bdba07d4d5.png', 1, 1, NULL, '2026-02-23 04:46:24', '2026-02-23 04:46:24', NULL),
(110, NULL, 'https://mxflix.mimeld.com/storage/Test/vibe_tv_699bdbe2d41f3.png', 'vibe_tv_699bdbe2d41f3.png', 1, 1, NULL, '2026-02-23 04:47:30', '2026-02-23 04:47:30', NULL),
(111, NULL, 'https://mxflix.mimeld.com/storage/Test/beat_box_699bdc229dc29.png', 'beat_box_699bdc229dc29.png', 1, 1, NULL, '2026-02-23 04:48:34', '2026-02-23 04:48:34', NULL),
(112, NULL, 'https://mxflix.mimeld.com/storage/Test/brain_tv_699bdc5c1d5bc.png', 'brain_tv_699bdc5c1d5bc.png', 1, 1, NULL, '2026-02-23 04:49:32', '2026-02-23 04:49:32', NULL),
(113, NULL, 'https://mxflix.mimeld.com/storage/Test/kabar_699bdcafa07cb.png', 'kabar_699bdcafa07cb.png', 1, 1, NULL, '2026-02-23 04:50:55', '2026-02-23 04:50:55', NULL),
(114, NULL, 'https://mxflix.mimeld.com/storage/Test/download_(3)_699bdceb327b8.png', 'download_(3)_699bdceb327b8.png', 1, 1, NULL, '2026-02-23 04:51:55', '2026-02-23 04:51:55', NULL),
(115, NULL, 'https://mxflix.mimeld.com/storage/Test/download_(4)_699bdd2d8a543.png', 'download_(4)_699bdd2d8a543.png', 1, 1, NULL, '2026-02-23 04:53:01', '2026-02-23 04:53:01', NULL),
(116, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(5)_699bddc8cf741.png', 'download_(5)_699bddc8cf741.png', 1, 1, NULL, '2026-02-23 04:55:36', '2026-02-23 04:55:36', NULL),
(117, NULL, 'https://mxflix.mimeld.com/storage/StarCast/ellen_pompe_699bddfaa9f2e.png', 'ellen_pompe_699bddfaa9f2e.png', 1, 1, NULL, '2026-02-23 04:56:26', '2026-02-23 04:56:26', NULL),
(118, NULL, 'https://mxflix.mimeld.com/storage/StarCast/chandra_wilson_699bde3d96e39.png', 'chandra_wilson_699bde3d96e39.png', 1, 1, NULL, '2026-02-23 04:57:33', '2026-02-23 04:57:33', NULL),
(119, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(6)_699bdea40eafd.png', 'download_(6)_699bdea40eafd.png', 1, 1, NULL, '2026-02-23 04:59:16', '2026-02-23 04:59:16', NULL),
(120, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(7)_699bdedb5fa65.png', 'download_(7)_699bdedb5fa65.png', 1, 1, NULL, '2026-02-23 05:00:11', '2026-02-23 05:00:11', NULL),
(121, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(8)_699bdf2936f59.png', 'download_(8)_699bdf2936f59.png', 1, 1, NULL, '2026-02-23 05:01:29', '2026-02-23 05:01:29', NULL),
(122, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(9)_699bdf7991f2e.png', 'download_(9)_699bdf7991f2e.png', 1, 1, NULL, '2026-02-23 05:02:49', '2026-02-23 05:02:49', NULL),
(123, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(10)_699bdfd62b141.png', 'download_(10)_699bdfd62b141.png', 1, 1, NULL, '2026-02-23 05:04:22', '2026-02-23 05:04:22', NULL),
(124, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(11)_699be016246a8.png', 'download_(11)_699be016246a8.png', 1, 1, NULL, '2026-02-23 05:05:26', '2026-02-23 05:05:26', NULL),
(125, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(12)_699be0539ff6a.png', 'download_(12)_699be0539ff6a.png', 1, 1, NULL, '2026-02-23 05:06:27', '2026-02-23 05:06:27', NULL),
(126, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(13)_699be091f0ed6.png', 'download_(13)_699be091f0ed6.png', 1, 1, NULL, '2026-02-23 05:07:29', '2026-02-23 05:07:29', NULL),
(127, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(14)_699be0d147db5.png', 'download_(14)_699be0d147db5.png', 1, 1, NULL, '2026-02-23 05:08:33', '2026-02-23 05:08:33', NULL),
(128, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(15)_699be10fbc72e.png', 'download_(15)_699be10fbc72e.png', 1, 1, NULL, '2026-02-23 05:09:35', '2026-02-23 05:09:35', NULL),
(129, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(16)_699be14096a1e.png', 'download_(16)_699be14096a1e.png', 1, 1, NULL, '2026-02-23 05:10:24', '2026-02-23 05:10:24', NULL),
(130, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(17)_699be19388a5b.png', 'download_(17)_699be19388a5b.png', 1, 1, NULL, '2026-02-23 05:11:47', '2026-02-23 05:11:47', NULL),
(131, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(19)_699be29e74b53.png', 'download_(19)_699be29e74b53.png', 1, 1, NULL, '2026-02-23 05:16:14', '2026-02-23 05:16:14', NULL),
(132, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(20)_699be2d8b3ec4.png', 'download_(20)_699be2d8b3ec4.png', 1, 1, NULL, '2026-02-23 05:17:12', '2026-02-23 05:17:12', NULL),
(133, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(21)_699be3140078c.png', 'download_(21)_699be3140078c.png', 1, 1, NULL, '2026-02-23 05:18:12', '2026-02-23 05:18:12', NULL),
(134, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(22)_699be34a011e1.png', 'download_(22)_699be34a011e1.png', 1, 1, NULL, '2026-02-23 05:19:06', '2026-02-23 05:19:06', NULL),
(135, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(23)_699be39d90b94.png', 'download_(23)_699be39d90b94.png', 1, 1, NULL, '2026-02-23 05:20:29', '2026-02-23 05:20:29', NULL),
(136, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(24)_699be40313318.png', 'download_(24)_699be40313318.png', 1, 1, NULL, '2026-02-23 05:22:11', '2026-02-23 05:22:11', NULL),
(137, NULL, 'https://mxflix.mimeld.com/storage/StarCast/peter_699be449e52eb.png', 'peter_699be449e52eb.png', 1, 1, NULL, '2026-02-23 05:23:21', '2026-02-23 05:23:21', NULL),
(138, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(25)_699be48aedcc9.png', 'download_(25)_699be48aedcc9.png', 1, 1, NULL, '2026-02-23 05:24:26', '2026-02-23 05:24:26', NULL),
(139, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(26)_699be4d4e7a45.png', 'download_(26)_699be4d4e7a45.png', 1, 1, NULL, '2026-02-23 05:25:40', '2026-02-23 05:25:40', NULL),
(140, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(27)_699be533b89ba.png', 'download_(27)_699be533b89ba.png', 1, 1, NULL, '2026-02-23 05:27:15', '2026-02-23 05:27:15', NULL),
(141, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(28)_699be61e8728d.png', 'download_(28)_699be61e8728d.png', 1, 1, NULL, '2026-02-23 05:31:10', '2026-02-23 05:31:10', NULL),
(142, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(29)_699be68aed1b7.png', 'download_(29)_699be68aed1b7.png', 1, 1, NULL, '2026-02-23 05:32:58', '2026-02-23 05:32:58', NULL),
(143, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(30)_699be6bcb9a19.png', 'download_(30)_699be6bcb9a19.png', 1, 1, NULL, '2026-02-23 05:33:48', '2026-02-23 05:33:48', NULL),
(144, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(31)_699be6eb75d9a.png', 'download_(31)_699be6eb75d9a.png', 1, 1, NULL, '2026-02-23 05:34:35', '2026-02-23 05:34:35', NULL),
(145, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(32)_699be75b3d722.png', 'download_(32)_699be75b3d722.png', 1, 1, NULL, '2026-02-23 05:36:27', '2026-02-23 05:36:27', NULL),
(146, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(33)_699be85869b92.png', 'download_(33)_699be85869b92.png', 1, 1, NULL, '2026-02-23 05:40:40', '2026-02-23 05:40:40', NULL),
(147, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(34)_699be89418855.png', 'download_(34)_699be89418855.png', 1, 1, NULL, '2026-02-23 05:41:40', '2026-02-23 05:41:40', NULL),
(148, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(35)_699be8cad1cab.png', 'download_(35)_699be8cad1cab.png', 1, 1, NULL, '2026-02-23 05:42:34', '2026-02-23 05:42:34', NULL),
(149, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(37)_699be9189e4fd.png', 'download_(37)_699be9189e4fd.png', 1, 1, NULL, '2026-02-23 05:43:52', '2026-02-23 05:43:52', NULL),
(150, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(39)_699be95fb491f.png', 'download_(39)_699be95fb491f.png', 1, 1, NULL, '2026-02-23 05:45:03', '2026-02-23 05:45:03', NULL),
(151, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(40)_699be9933b3bf.png', 'download_(40)_699be9933b3bf.png', 1, 1, NULL, '2026-02-23 05:45:55', '2026-02-23 05:45:55', NULL),
(152, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(41)_699be9bfa0421.png', 'download_(41)_699be9bfa0421.png', 1, 1, NULL, '2026-02-23 05:46:39', '2026-02-23 05:46:39', NULL),
(153, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(43)_699bea1c6ddb9.png', 'download_(43)_699bea1c6ddb9.png', 1, 1, NULL, '2026-02-23 05:48:12', '2026-02-23 05:48:12', NULL),
(154, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(44)_699bea72abca6.png', 'download_(44)_699bea72abca6.png', 1, 1, NULL, '2026-02-23 05:49:38', '2026-02-23 05:49:38', NULL),
(155, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(46)_699beab3acd57.png', 'download_(46)_699beab3acd57.png', 1, 1, NULL, '2026-02-23 05:50:43', '2026-02-23 05:50:43', NULL),
(156, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(47)_699beae935c7b.png', 'download_(47)_699beae935c7b.png', 1, 1, NULL, '2026-02-23 05:51:37', '2026-02-23 05:51:37', NULL),
(157, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(48)_699beb338d2df.png', 'download_(48)_699beb338d2df.png', 1, 1, NULL, '2026-02-23 05:52:51', '2026-02-23 05:52:51', NULL),
(158, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(49)_699beb6217d1d.png', 'download_(49)_699beb6217d1d.png', 1, 1, NULL, '2026-02-23 05:53:38', '2026-02-23 05:53:38', NULL),
(159, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(51)_699bebadcc6af.png', 'download_(51)_699bebadcc6af.png', 1, 1, NULL, '2026-02-23 05:54:53', '2026-02-23 05:54:53', NULL),
(160, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(52)_699bebe599322.png', 'download_(52)_699bebe599322.png', 1, 1, NULL, '2026-02-23 05:55:49', '2026-02-23 05:55:49', NULL),
(161, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(53)_699bec1aabb9d.png', 'download_(53)_699bec1aabb9d.png', 1, 1, NULL, '2026-02-23 05:56:42', '2026-02-23 05:56:42', NULL),
(162, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(54)_699bec4f68703.png', 'download_(54)_699bec4f68703.png', 1, 1, NULL, '2026-02-23 05:57:35', '2026-02-23 05:57:35', NULL),
(163, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(55)_699bec7ed3f07.png', 'download_(55)_699bec7ed3f07.png', 1, 1, NULL, '2026-02-23 05:58:22', '2026-02-23 05:58:22', NULL),
(164, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(56)_699beccbb4640.png', 'download_(56)_699beccbb4640.png', 1, 1, NULL, '2026-02-23 05:59:39', '2026-02-23 05:59:39', NULL),
(165, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(57)_699bed3481bff.png', 'download_(57)_699bed3481bff.png', 1, 1, NULL, '2026-02-23 06:01:24', '2026-02-23 06:01:24', NULL),
(166, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(58)_699bed798ae0f.png', 'download_(58)_699bed798ae0f.png', 1, 1, NULL, '2026-02-23 06:02:33', '2026-02-23 06:02:33', NULL),
(167, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(59)_699bee096d14b.png', 'download_(59)_699bee096d14b.png', 1, 1, NULL, '2026-02-23 06:04:57', '2026-02-23 06:04:57', NULL),
(168, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(60)_699bee870f700.png', 'download_(60)_699bee870f700.png', 1, 1, NULL, '2026-02-23 06:07:03', '2026-02-23 06:07:03', NULL),
(169, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(61)_699bef0d1131e.png', 'download_(61)_699bef0d1131e.png', 1, 1, NULL, '2026-02-23 06:09:17', '2026-02-23 06:09:17', NULL),
(170, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(62)_699bef3c9a06b.png', 'download_(62)_699bef3c9a06b.png', 1, 1, NULL, '2026-02-23 06:10:04', '2026-02-23 06:10:04', NULL),
(171, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(63)_699bef7955a33.png', 'download_(63)_699bef7955a33.png', 1, 1, NULL, '2026-02-23 06:11:05', '2026-02-23 06:11:05', NULL),
(172, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(64)_699beff9a55e9.png', 'download_(64)_699beff9a55e9.png', 1, 1, NULL, '2026-02-23 06:13:13', '2026-02-23 06:13:13', NULL),
(173, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(65)_699bf03d79cb8.png', 'download_(65)_699bf03d79cb8.png', 1, 1, NULL, '2026-02-23 06:14:21', '2026-02-23 06:14:21', NULL),
(174, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(66)_699bf084401d6.png', 'download_(66)_699bf084401d6.png', 1, 1, NULL, '2026-02-23 06:15:32', '2026-02-23 06:15:32', NULL),
(175, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(67)_699bf0b3a8dc4.png', 'download_(67)_699bf0b3a8dc4.png', 1, 1, NULL, '2026-02-23 06:16:19', '2026-02-23 06:16:19', NULL),
(176, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(68)_699bf0f519ba4.png', 'download_(68)_699bf0f519ba4.png', 1, 1, NULL, '2026-02-23 06:17:25', '2026-02-23 06:17:25', NULL),
(177, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(69)_699bf137380b9.png', 'download_(69)_699bf137380b9.png', 1, 1, NULL, '2026-02-23 06:18:31', '2026-02-23 06:18:31', NULL),
(178, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(71)_699bf2cab420a.png', 'download_(71)_699bf2cab420a.png', 1, 1, NULL, '2026-02-23 06:25:14', '2026-02-23 06:25:14', NULL),
(179, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(72)_699bf37561dad.png', 'download_(72)_699bf37561dad.png', 1, 1, NULL, '2026-02-23 06:28:05', '2026-02-23 06:28:05', NULL),
(180, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(73)_699bf43c452ba.png', 'download_(73)_699bf43c452ba.png', 1, 1, NULL, '2026-02-23 06:31:24', '2026-02-23 06:31:24', NULL),
(181, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(74)_699bf5d3d0152.png', 'download_(74)_699bf5d3d0152.png', 1, 1, NULL, '2026-02-23 06:38:11', '2026-02-23 06:38:11', NULL),
(182, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(75)_699bf6bea2aa6.png', 'download_(75)_699bf6bea2aa6.png', 1, 1, NULL, '2026-02-23 06:42:06', '2026-02-23 06:42:06', NULL),
(183, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(76)_699bf8288c63e.png', 'download_(76)_699bf8288c63e.png', 1, 1, NULL, '2026-02-23 06:48:08', '2026-02-23 06:48:08', NULL),
(184, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(77)_699bf87616036.png', 'download_(77)_699bf87616036.png', 1, 1, NULL, '2026-02-23 06:49:26', '2026-02-23 06:49:26', NULL),
(185, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(78)_699bf8d4b0a4b.png', 'download_(78)_699bf8d4b0a4b.png', 1, 1, NULL, '2026-02-23 06:51:00', '2026-02-23 06:51:00', NULL),
(186, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(79)_699bf9d19fc84.png', 'download_(79)_699bf9d19fc84.png', 1, 1, NULL, '2026-02-23 06:55:13', '2026-02-23 06:55:13', NULL),
(187, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(80)_699bfaaa0e3e7.png', 'download_(80)_699bfaaa0e3e7.png', 1, 1, NULL, '2026-02-23 06:58:50', '2026-02-23 06:58:50', NULL),
(188, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(81)_699bfae99993b.png', 'download_(81)_699bfae99993b.png', 1, 1, NULL, '2026-02-23 06:59:53', '2026-02-23 06:59:53', NULL),
(189, NULL, 'https://mxflix.mimeld.com/storage/image/hq720_699bfaf13eb4b.jpg', 'hq720_699bfaf13eb4b.jpg', 1, 1, NULL, '2026-02-23 07:00:01', '2026-02-23 07:00:01', NULL),
(190, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(82)_699bfb450e85d.png', 'download_(82)_699bfb450e85d.png', 1, 1, NULL, '2026-02-23 07:01:25', '2026-02-23 07:01:25', NULL),
(191, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(83)_699bfbefb5cf6.png', 'download_(83)_699bfbefb5cf6.png', 1, 1, NULL, '2026-02-23 07:04:15', '2026-02-23 07:04:15', NULL),
(192, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/tjYlMfo8bKSJcg2KvYL5vnKp0nd_699bfc41a1d00.jpeg', 'tjYlMfo8bKSJcg2KvYL5vnKp0nd_699bfc41a1d00.jpeg', 1, 1, NULL, '2026-02-23 07:05:37', '2026-02-23 07:05:37', NULL),
(193, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/tc5RwRFnhdOeStCI9tKAmlzopLB_699bfc86ad269.jpeg', 'tc5RwRFnhdOeStCI9tKAmlzopLB_699bfc86ad269.jpeg', 1, 1, NULL, '2026-02-23 07:06:46', '2026-02-23 07:06:46', NULL),
(194, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(85)_699bfcbd872d5.png', 'download_(85)_699bfcbd872d5.png', 1, 1, NULL, '2026-02-23 07:07:41', '2026-02-23 07:07:41', NULL),
(195, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/4gxelHmY2d8EbxerH1BJojS8X4F_699bfcea0c9eb.jpeg', '4gxelHmY2d8EbxerH1BJojS8X4F_699bfcea0c9eb.jpeg', 1, 1, NULL, '2026-02-23 07:08:26', '2026-02-23 07:08:26', NULL),
(196, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/3nvyNIkHXdRYzNbqNGvXktSoXe1_699bfd2e6ff77.jpeg', '3nvyNIkHXdRYzNbqNGvXktSoXe1_699bfd2e6ff77.jpeg', 1, 1, NULL, '2026-02-23 07:09:34', '2026-02-23 07:09:34', NULL),
(197, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(86)_699bfd5ceac40.png', 'download_(86)_699bfd5ceac40.png', 1, 1, NULL, '2026-02-23 07:10:20', '2026-02-23 07:10:20', NULL),
(198, NULL, 'https://mxflix.mimeld.com/storage/castcrew/MV5BMjIyMjc0NTA2M15BMl5BanBnXkFtZTcwMTA4MzQ2OQ@@__V1_FMjpg_UX1000__699bfda22d7dd.jpg', 'MV5BMjIyMjc0NTA2M15BMl5BanBnXkFtZTcwMTA4MzQ2OQ@@__V1_FMjpg_UX1000__699bfda22d7dd.jpg', 1, 1, NULL, '2026-02-23 07:11:30', '2026-02-23 07:11:30', NULL),
(199, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/MV5BMjIyMjc0NTA2M15BMl5BanBnXkFtZTcwMTA4MzQ2OQ@@__V1_FMjpg_UX1000__699bfdc170de4.jpg', 'MV5BMjIyMjc0NTA2M15BMl5BanBnXkFtZTcwMTA4MzQ2OQ@@__V1_FMjpg_UX1000__699bfdc170de4.jpg', 1, 1, NULL, '2026-02-23 07:12:01', '2026-02-23 07:12:01', NULL),
(200, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(86)_699bfdd9b166d.png', 'download_(86)_699bfdd9b166d.png', 1, 1, NULL, '2026-02-23 07:12:25', '2026-02-23 07:12:25', NULL),
(201, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/iwyzD7tcNVeXY7py6qTk3INlY7F_699bfe13449f1.jpeg', 'iwyzD7tcNVeXY7py6qTk3INlY7F_699bfe13449f1.jpeg', 1, 1, NULL, '2026-02-23 07:13:23', '2026-02-23 07:13:23', NULL),
(202, NULL, 'https://mxflix.mimeld.com/storage/Videos/download_(87)_699bfe2dd0806.png', 'download_(87)_699bfe2dd0806.png', 1, 1, NULL, '2026-02-23 07:13:49', '2026-02-23 07:13:49', NULL),
(203, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/images_(1)_699bfe52c1c22.jpeg', 'images_(1)_699bfe52c1c22.jpeg', 1, 1, NULL, '2026-02-23 07:14:26', '2026-02-23 07:14:26', NULL),
(204, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/images_(2)_699bfeb371bdf.jpeg', 'images_(2)_699bfeb371bdf.jpeg', 1, 1, NULL, '2026-02-23 07:16:03', '2026-02-23 07:16:03', NULL),
(205, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/images_(3)_699bfef0d6602.jpeg', 'images_(3)_699bfef0d6602.jpeg', 1, 1, NULL, '2026-02-23 07:17:04', '2026-02-23 07:17:04', NULL),
(206, NULL, 'https://mxflix.mimeld.com/storage/castcrew/image/MV5BYjFlMjg2NTMtMWU3ZC00ZjEyLWE5OWUtN2EwMDBjYzJmNTBhXkEyXkFqcGc@__V1__699bff356e21c.jpg', 'MV5BYjFlMjg2NTMtMWU3ZC00ZjEyLWE5OWUtN2EwMDBjYzJmNTBhXkEyXkFqcGc@__V1__699bff356e21c.jpg', 1, 1, NULL, '2026-02-23 07:18:13', '2026-02-23 07:18:13', NULL),
(207, NULL, 'https://mxflix.mimeld.com/storage/StarCast/mj_699c01ef2bf77.png', 'mj_699c01ef2bf77.png', 1, 1, NULL, '2026-02-23 07:29:51', '2026-02-23 07:29:51', NULL),
(208, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(88)_699c0244baad0.png', 'download_(88)_699c0244baad0.png', 1, 1, NULL, '2026-02-23 07:31:16', '2026-02-23 07:31:16', NULL),
(209, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(90)_699c02a8d9ef3.png', 'download_(90)_699c02a8d9ef3.png', 1, 1, NULL, '2026-02-23 07:32:56', '2026-02-23 07:32:56', NULL),
(210, NULL, 'https://mxflix.mimeld.com/storage/StarCast/download_(91)_699c0a3f5badc.png', 'download_(91)_699c0a3f5badc.png', 1, 1, NULL, '2026-02-23 08:05:19', '2026-02-23 08:05:19', NULL),
(211, NULL, 'https://mxflix.mimeld.com/storage/movie/video/The_RajaSaab_Official_Trailer_Hindi_Prabhas_Maruthi_Thaman_TG_Vishwa_Prasad_Krithi_Prasad_360P_699d47d76c025.mp4', 'The_RajaSaab_Official_Trailer_Hindi_Prabhas_Maruthi_Thaman_TG_Vishwa_Prasad_Krithi_Prasad_360P_699d47d76c025.mp4', 1, 1, NULL, '2026-02-24 06:40:23', '2026-02-24 06:40:23', NULL),
(212, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/Screenshot_2026_02_19_133703_699d5e6debeea.png', 'Screenshot_2026_02_19_133703_699d5e6debeea.png', 18, 18, NULL, '2026-02-24 08:16:45', '2026-02-24 08:16:45', NULL),
(215, NULL, 'https://mxflix.mimeld.com/storage/users/image/images_699d6f3e6f618.jpg', 'images_699d6f3e6f618.jpg', 1, 1, NULL, '2026-02-24 09:28:30', '2026-02-24 09:28:30', NULL),
(217, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/Screenshot_2026_02_25_140841_699eb52ccc123.png', 'Screenshot_2026_02_25_140841_699eb52ccc123.png', 18, 18, NULL, '2026-02-25 08:39:08', '2026-02-25 08:39:08', NULL),
(218, 18, 'https://mxflix.mimeld.com/storage/producers/18/Image/Screenshot_2026_02_25_141758_699eb78e3379d.png', 'Screenshot_2026_02_25_141758_699eb78e3379d.png', 18, 18, NULL, '2026-02-25 08:49:18', '2026-02-25 08:49:18', NULL);

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

--
-- Table structure for table `filmhub_import_logs`
--

CREATE TABLE `filmhub_import_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `filmhub_id` varchar(191) NOT NULL COMMENT 'Filmhub asset ID',
  `title` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL DEFAULT 'movie' COMMENT 'movie or tv_show',
  `status` varchar(191) NOT NULL DEFAULT 'pending' COMMENT 'pending, success, failed, skipped',
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'ID of the created/updated Entertainment record',
  `error_message` text DEFAULT NULL,
  `raw_payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'Raw Filmhub API response for debugging' CHECK (json_valid(`raw_payload`)),
  `imported_by` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Admin user who triggered the import',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `folders`
--

CREATE TABLE `folders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `path` varchar(191) NOT NULL,
  `parent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `producer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_by` bigint(20) UNSIGNED DEFAULT NULL,
  `deleted_by` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `folders`
--

INSERT INTO `folders` (`id`, `name`, `path`, `parent_id`, `producer_id`, `created_at`, `updated_at`, `deleted_at`, `created_by`, `updated_by`, `deleted_by`) VALUES
(1, 'Latest 1', 'producers/19/Latest 1', NULL, 19, '2026-02-17 03:07:59', '2026-02-17 03:07:59', NULL, 19, 19, NULL),
(2, 'Image', 'producers/18/Image', NULL, 18, '2026-02-19 05:40:58', '2026-02-19 05:40:58', NULL, 18, 18, NULL),
(3, 'StarCast', 'StarCast', NULL, NULL, '2026-02-23 04:55:24', '2026-02-23 04:55:24', NULL, 1, 1, NULL),
(4, 'Videos', 'Videos', NULL, NULL, '2026-02-23 06:25:05', '2026-02-23 06:25:05', NULL, 1, 1, NULL);

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

--
-- Table structure for table `genres`
--

CREATE TABLE `genres` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `file_url` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `genres`
--

INSERT INTO `genres` (`id`, `name`, `slug`, `file_url`, `description`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Action', 'action', 'action_image.jpg', 'Sci-Fi Description', 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 03:47:09', NULL),
(2, 'Animation', 'animation', 'animation_genre.png', 'Captivating animated stories that bring imaginative worlds and characters to life. These films use creative visuals and storytelling to enchant audiences of all ages. 🎨✨', 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 03:49:52', NULL),
(3, 'Comedy', 'comedy', 'comedy_genre.png', 'Light-hearted films designed to entertain and amuse with humor and wit. These movies offer a delightful escape filled with laughter and joy. 😂🎬', 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 03:49:52', NULL),
(4, 'Historical', 'historical', 'historical_genre.png', 'Movies that delve into significant historical events, figures, and eras. They offer a glimpse into the past, bringing history to life with compelling narratives. 📜🏰', 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(5, 'Horror', 'horror', 'horror_genre.png', 'Spine-chilling movies that evoke fear and suspense, often featuring supernatural elements. These films are designed to haunt and thrill viewers. 👻🕯️', 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 03:56:51', NULL),
(6, 'Inspirational', 'inspirational', 'inspirational_genre.png', 'Uplifting films that motivate and inspire with stories of courage, perseverance, and triumph. They often highlight the resilience of the human spirit. 🌟💪', 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(7, 'Romantic', 'romantic', 'romantic_genre.png', 'Heartwarming stories focusing on love, relationships, and the complexities of romance. These films explore the beauty and challenges of romantic connections. 💖🌹', 1, NULL, NULL, NULL, '2026-02-08 23:24:34', '2026-02-08 23:24:34', NULL),
(8, 'Thriller', 'thriller', 'thriller_image.jpg', 'Sci-Fi Description', 1, NULL, 1, NULL, '2026-02-08 23:24:34', '2026-02-23 03:47:09', NULL),
(9, 'Crime', 'crime', 'crime_image.jpg', 'Crime Description', 1, NULL, 1, NULL, '2026-02-20 08:02:46', '2026-02-23 03:52:41', NULL),
(10, 'Drama', 'drama', 'drama_image.jpg', 'Drama Description', 1, NULL, 1, NULL, '2026-02-20 08:02:47', '2026-02-23 03:57:59', NULL),
(11, 'Sci-Fi', 'sci-fi', 'scifi_image.jpg', 'Sci-Fi Description', 1, NULL, NULL, NULL, '2026-02-20 08:02:48', '2026-02-20 08:02:48', NULL),
(12, 'Science Fiction', 'science-fiction', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 03:47:09', '2026-02-23 03:47:09', NULL),
(13, 'Family', 'family', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 03:49:52', '2026-02-23 03:49:52', NULL),
(14, 'Documentary', 'documentary', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 03:51:59', '2026-02-23 03:51:59', NULL),
(15, 'Adventure', 'adventure', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 03:55:45', '2026-02-23 03:55:45', NULL),
(16, 'Romance', 'romance', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18', NULL),
(17, 'Fantasy', 'fantasy', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:06:18', '2026-02-23 04:06:18', NULL),
(18, 'Mystery', 'mystery', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:13:45', '2026-02-23 04:13:45', NULL),
(19, 'History', 'history', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:28:58', '2026-02-23 04:28:58', NULL),
(20, 'Music', 'music', NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:31:32', '2026-02-23 04:31:32', NULL),
(21, 'Sci-Fi & Fantasy', NULL, NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:41:27', '2026-02-23 04:41:27', NULL),
(22, 'Action & Adventure', NULL, NULL, NULL, 1, 1, 1, NULL, '2026-02-23 04:41:27', '2026-02-23 04:41:27', NULL),
(23, 'War & Politics', NULL, NULL, NULL, 1, 1, 1, NULL, '2026-02-23 06:52:44', '2026-02-23 06:52:44', NULL),
(24, 'Thrillers', 'thrillers', 'discovefr_699bd671e037f.png', NULL, 1, 1, 1, 1, '2026-02-24 09:03:13', '2026-02-24 09:03:21', '2026-02-24 09:03:21');

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

--
-- Table structure for table `installers`
--

CREATE TABLE `installers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(191) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) UNSIGNED NOT NULL,
  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
  `available_at` int(10) UNSIGNED NOT NULL,
  `created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `jobs`
--

INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(69, 'notifications', '{\"uuid\":\"0579f6a5-705c-4ca0-b5e4-04f15532e06d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"830e291c-b43a-4463-9a53-f3e14c3e151d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(70, 'notifications', '{\"uuid\":\"1d92cd30-e445-420e-8180-f2281ea84662\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"830e291c-b43a-4463-9a53-f3e14c3e151d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(71, 'notifications', '{\"uuid\":\"d8306dc6-b8c3-4df9-8d47-eabf9dc13a2f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"830e291c-b43a-4463-9a53-f3e14c3e151d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(72, 'notifications', '{\"uuid\":\"f2d6ccd5-23d1-4474-9219-b774769adf53\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a2d153f6-7963-489f-a4f0-292559b9d472\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(73, 'notifications', '{\"uuid\":\"f9d8ecf5-0a53-4507-b368-59b4762efbe6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a2d153f6-7963-489f-a4f0-292559b9d472\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(74, 'notifications', '{\"uuid\":\"e7326324-65c4-46fa-8165-bbe16e5a78a1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a2d153f6-7963-489f-a4f0-292559b9d472\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(75, 'notifications', '{\"uuid\":\"b93bfb29-0f2e-4b61-9392-b612745cb481\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:342:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-03-19<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"94edb8a7-c5c8-4185-9939-2b34c34ee939\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(76, 'notifications', '{\"uuid\":\"dd6f5737-99f3-4aa3-a354-03815a416047\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:342:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-03-19<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"94edb8a7-c5c8-4185-9939-2b34c34ee939\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(77, 'notifications', '{\"uuid\":\"93e39580-07c3-406d-a72e-a3b6bac0c7de\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-03-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:12;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:342:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-03-19<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"94edb8a7-c5c8-4185-9939-2b34c34ee939\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771498983,\"delay\":null}', 0, NULL, 1771498983, 1771498983),
(79, 'notifications', '{\"uuid\":\"b9fee41c-5a01-496b-a020-f1128b9614d6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"10707cd5-a40f-4aad-a584-dd515679b9db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(80, 'notifications', '{\"uuid\":\"aa6a7a60-eef3-4faf-8bd6-d6cb7414f425\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"10707cd5-a40f-4aad-a584-dd515679b9db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(81, 'notifications', '{\"uuid\":\"14b044ba-62b7-4b51-9e49-af118c5947b5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"10707cd5-a40f-4aad-a584-dd515679b9db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(82, 'notifications', '{\"uuid\":\"4c8a82c6-4838-41e2-9a79-75a54071e6e1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481d216a-341a-40fc-b59f-bc44b1915506\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(83, 'notifications', '{\"uuid\":\"477209dd-1d10-4f48-8f74-cf97a0b2b891\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481d216a-341a-40fc-b59f-bc44b1915506\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(84, 'notifications', '{\"uuid\":\"65345812-4269-4051-aad6-75d640db9a16\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481d216a-341a-40fc-b59f-bc44b1915506\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(85, 'notifications', '{\"uuid\":\"0de774cf-0910-48c2-a85f-0d6ae450f972\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-19<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c6209ba5-6f9a-44bc-9469-68b8b1b8ba5c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(86, 'notifications', '{\"uuid\":\"8b464e67-e74e-47fe-886f-3c121aa1a968\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-19<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c6209ba5-6f9a-44bc-9469-68b8b1b8ba5c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(87, 'notifications', '{\"uuid\":\"ff1191ba-1137-4437-b7f8-77a3ed836dbd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:13;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-19<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c6209ba5-6f9a-44bc-9469-68b8b1b8ba5c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500136,\"delay\":null}', 0, NULL, 1771500136, 1771500136),
(89, 'notifications', '{\"uuid\":\"24b43a1f-bcde-4c75-aab2-5abd52b76d49\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"abd6a2b6-0f0d-42c0-9e5b-d8135840bbf5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(90, 'notifications', '{\"uuid\":\"0a875d75-844f-4e11-8060-3e12a06f26d9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"abd6a2b6-0f0d-42c0-9e5b-d8135840bbf5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(91, 'notifications', '{\"uuid\":\"5a46f795-9f66-4c90-acfa-957ffa43c3e7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-19\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-19<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"abd6a2b6-0f0d-42c0-9e5b-d8135840bbf5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(92, 'notifications', '{\"uuid\":\"e6938d35-f927-4b43-9f53-7c15e2552cee\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fc320bdb-4833-4d30-8061-7a83472061d4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(93, 'notifications', '{\"uuid\":\"bd4ac964-08c7-4e0f-96ce-66bc27210c41\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fc320bdb-4833-4d30-8061-7a83472061d4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(94, 'notifications', '{\"uuid\":\"98f8bfad-f054-42d6-9999-c446f9b16116\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-19 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fc320bdb-4833-4d30-8061-7a83472061d4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(95, 'notifications', '{\"uuid\":\"0f95ac42-cf57-4dd6-9e6c-01200a75b345\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";s:1:\\\"4\\\";s:9:\\\"user_name\\\";s:16:\\\"Tristan Erickson\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:364:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: Tristan Erickson<\\/p><p>Email: tristan@gmail.com<\\/p><p>Contact No: +447911123456<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-05-19<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5692897f-b912-41ec-a29b-dda3f1332c0c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(96, 'notifications', '{\"uuid\":\"74819b38-228a-4f97-b549-c376aa9bd6b5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";s:1:\\\"4\\\";s:9:\\\"user_name\\\";s:16:\\\"Tristan Erickson\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:364:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: Tristan Erickson<\\/p><p>Email: tristan@gmail.com<\\/p><p>Contact No: +447911123456<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-05-19<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5692897f-b912-41ec-a29b-dda3f1332c0c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(97, 'notifications', '{\"uuid\":\"b802f605-f99d-486a-b06c-5be32dbe14a3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:10:\\\"Admin Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";s:1:\\\"4\\\";s:9:\\\"user_name\\\";s:16:\\\"Tristan Erickson\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-05-19\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-19 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:14;s:7:\\\"plan_id\\\";s:1:\\\"3\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:17:\\\"tristan@gmail.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+447911123456\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:96:\\\"Welcome Tristan Erickson! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:364:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: Tristan Erickson<\\/p><p>Email: tristan@gmail.com<\\/p><p>Contact No: +447911123456<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-05-19<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5692897f-b912-41ec-a29b-dda3f1332c0c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771500556,\"delay\":null}', 0, NULL, 1771500556, 1771500556),
(99, 'notifications', '{\"uuid\":\"51e2fa6b-8e45-4766-848a-92c999936b9c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:121;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-20 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:5:\\\"Mercy\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771818554,\"delay\":null}', 0, NULL, 1771818554, 1771818554),
(100, 'notifications', '{\"uuid\":\"48f6be20-48ca-47ef-9661-729b5673d9ca\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:123;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-20 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:21:\\\"One Mile: Chapter One\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771818882,\"delay\":null}', 0, NULL, 1771818882, 1771818882),
(101, 'notifications', '{\"uuid\":\"1dbcbdd5-2a19-47f4-aaff-af4351d5962a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:124;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-07-09 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:8:\\\"Superman\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771818957,\"delay\":null}', 0, NULL, 1771818957, 1771818957),
(102, 'notifications', '{\"uuid\":\"2fd06bfa-99ec-487e-b66a-c8e0a06588c6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:125;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-12-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:9:\\\"Incarnate\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771819028,\"delay\":null}', 0, NULL, 1771819028, 1771819028),
(103, 'notifications', '{\"uuid\":\"a3be1b87-b0f6-46fd-a5e0-6553b4a4e3e1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:127;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2015-03-06 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:10:\\\"Cinderella\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771819700,\"delay\":null}', 0, NULL, 1771819700, 1771819700),
(104, 'notifications', '{\"uuid\":\"16b92d29-278c-4f9e-8ef7-6ef4b2cc9671\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:129;s:12:\\\"release_date\\\";N;s:10:\\\"movie_name\\\";s:18:\\\"Predator: Badlands\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771819985,\"delay\":null}', 0, NULL, 1771819985, 1771819985),
(105, 'notifications', '{\"uuid\":\"53ddb06f-c684-4fca-abcf-beae93438a41\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:131;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-05-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:10:\\\"Space\\/Time\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820119,\"delay\":null}', 0, NULL, 1771820119, 1771820119),
(106, 'notifications', '{\"uuid\":\"0ed9fd69-6dd2-4cc1-b8c1-965de262a465\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:132;s:12:\\\"release_date\\\";N;s:10:\\\"movie_name\\\";s:12:\\\"Deathstalker\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820215,\"delay\":null}', 0, NULL, 1771820215, 1771820215),
(107, 'notifications', '{\"uuid\":\"aaef4b03-59f0-40e8-9789-cb2d0a5682fd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:133;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-07 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:22:\\\"Greenland 2: Migration\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820274,\"delay\":null}', 0, NULL, 1771820274, 1771820274),
(108, 'notifications', '{\"uuid\":\"7efee726-fca2-44f4-8ecb-475258d757c5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:134;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-06-09 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:15:\\\"A Woman Scorned\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820394,\"delay\":null}', 0, NULL, 1771820394, 1771820394),
(109, 'notifications', '{\"uuid\":\"77b02cac-f92e-491f-b307-7b79d5e3eef7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:135;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-08-16 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:12:\\\"捕风追影\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820445,\"delay\":null}', 0, NULL, 1771820445, 1771820445),
(110, 'notifications', '{\"uuid\":\"3e3c0fd8-faf9-4ac5-b58d-1f9a97cdc9f0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:136;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-19 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:10:\\\"Cortafuego\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820520,\"delay\":null}', 0, NULL, 1771820520, 1771820520),
(111, 'notifications', '{\"uuid\":\"5d83fad9-7125-4045-bab2-5cbe495209e8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:137;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-12-17 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:20:\\\"Avatar: Fire and Ash\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820561,\"delay\":null}', 0, NULL, 1771820561, 1771820561),
(112, 'notifications', '{\"uuid\":\"30974e39-1c73-4fde-a533-3ff975e27f28\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:138;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-07-29 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:17:\\\"War of the Worlds\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820629,\"delay\":null}', 0, NULL, 1771820629, 1771820629),
(113, 'notifications', '{\"uuid\":\"4641f88a-0696-463a-a118-56c20914ee93\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:139;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-12 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:15:\\\"Love Me Love Me\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820670,\"delay\":null}', 0, NULL, 1771820670, 1771820670),
(114, 'notifications', '{\"uuid\":\"a8943f01-2123-40bc-ac1d-20cc388d2fe2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:140;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-04-08 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:14:\\\"Gates of Flesh\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820738,\"delay\":null}', 0, NULL, 1771820738, 1771820738),
(115, 'notifications', '{\"uuid\":\"e06e7552-5a64-41f9-a671-b4253425bff5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:141;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-06 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:6:\\\"Kraken\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820881,\"delay\":null}', 0, NULL, 1771820881, 1771820881),
(116, 'notifications', '{\"uuid\":\"50ea4eaa-ccb6-448e-8d44-d68a9a5bd63f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:142;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:7:\\\"Primate\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820910,\"delay\":null}', 0, NULL, 1771820910, 1771820910),
(117, 'notifications', '{\"uuid\":\"4d57d043-7830-4d41-9f4c-2161a0de7a64\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:143;s:12:\\\"release_date\\\";N;s:10:\\\"movie_name\\\";s:6:\\\"Hamnet\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771820979,\"delay\":null}', 0, NULL, 1771820979, 1771820979),
(118, 'notifications', '{\"uuid\":\"aba3b1a0-368a-4d28-8484-5db6ec1d7132\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:144;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-12-24 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:8:\\\"Anaconda\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771821029,\"delay\":null}', 0, NULL, 1771821029, 1771821029),
(119, 'notifications', '{\"uuid\":\"40edd1ca-2011-435a-9ab7-8fcaefcd8b54\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:145;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-18 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:30:\\\"EPiC: Elvis Presley in Concert\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771821108,\"delay\":null}', 0, NULL, 1771821108, 1771821108),
(120, 'notifications', '{\"uuid\":\"337cde9c-ae3a-45eb-8f99-f7a1cea952dc\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-18 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771821726,\"delay\":null}', 0, NULL, 1771821726, 1771821726),
(121, 'notifications', '{\"uuid\":\"506c560e-98ea-4871-b2ec-7b32301ee394\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:27;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/3jXrxH6E7Znw2CU2DGzZCAYlpPV.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771821883,\"delay\":null}', 0, NULL, 1771821883, 1771821883),
(122, 'notifications', '{\"uuid\":\"47e71861-603d-45e8-ba59-4cb223f224e1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:72;s:12:\\\"episode_name\\\";s:16:\\\"The Hedge Knight\\\";s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-18 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822062,\"delay\":null}', 0, NULL, 1771822062, 1771822062),
(123, 'notifications', '{\"uuid\":\"b5119973-0ec9-4166-a2fd-947b6f3e45cf\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:73;s:12:\\\"episode_name\\\";s:14:\\\"Hard Salt Beef\\\";s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822141,\"delay\":null}', 0, NULL, 1771822141, 1771822141),
(124, 'notifications', '{\"uuid\":\"6887f642-8d8f-4185-ba64-f1ad8197c900\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:74;s:12:\\\"episode_name\\\";s:10:\\\"The Squire\\\";s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822180,\"delay\":null}', 0, NULL, 1771822180, 1771822180),
(125, 'notifications', '{\"uuid\":\"fd1bdadc-ab6b-4198-86a8-2eddd73798bd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:75;s:12:\\\"episode_name\\\";s:5:\\\"Seven\\\";s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-08 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822236,\"delay\":null}', 0, NULL, 1771822236, 1771822236),
(126, 'notifications', '{\"uuid\":\"4587e240-cbee-4e23-a0e2-c96345f2afca\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:76;s:12:\\\"episode_name\\\";s:25:\\\"In the Name of the Mother\\\";s:11:\\\"tvshow_name\\\";s:30:\\\"A Knight of the Seven Kingdoms\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:149;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-15 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822273,\"delay\":null}', 0, NULL, 1771822273, 1771822273),
(127, 'notifications', '{\"uuid\":\"815fbfd9-c752-4036-9d25-9ce4442b3dc7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:150;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-03-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822375,\"delay\":null}', 0, NULL, 1771822375, 1771822375),
(128, 'notifications', '{\"uuid\":\"92831a9f-b709-4a99-9503-935cdebd11b5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:28;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:150;s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/ulGju8GyXE36wCgmvyFJL3sLiVm.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822488,\"delay\":null}', 0, NULL, 1771822488, 1771822488),
(129, 'notifications', '{\"uuid\":\"ccd4bbfe-0b1a-4e8d-8d68-cb76da776518\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:29;s:11:\\\"season_name\\\";s:8:\\\"Season 2\\\";s:10:\\\"tv_show_id\\\";i:150;s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/bO0S3fU8Tcqn0g5DCmDcX1oqA2t.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822536,\"delay\":null}', 0, NULL, 1771822536, 1771822536);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(130, 'notifications', '{\"uuid\":\"d22d8a13-d648-4a5b-8835-737038afe692\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:77;s:12:\\\"episode_name\\\";s:33:\\\"Raindrops Keep Falling On My Head\\\";s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:150;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822602,\"delay\":null}', 0, NULL, 1771822602, 1771822602),
(131, 'notifications', '{\"uuid\":\"5bb48bde-29d8-40e2-b89c-1b702cbb1711\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:78;s:12:\\\"episode_name\\\";s:28:\\\"The First Cut is the Deepest\\\";s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:150;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-04-03 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822711,\"delay\":null}', 0, NULL, 1771822711, 1771822711),
(132, 'notifications', '{\"uuid\":\"9ae48d15-833c-4443-a4be-86d15d20cdc0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:79;s:12:\\\"episode_name\\\";s:34:\\\"Raindrops Keep Falling On My Heads\\\";s:11:\\\"tvshow_name\\\";s:14:\\\"Grey\'s Anatomy\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 2\\\";s:10:\\\"tv_show_id\\\";i:150;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822831,\"delay\":null}', 0, NULL, 1771822831, 1771822831),
(133, 'notifications', '{\"uuid\":\"54059e1e-a8a7-40b5-a216-4ae1d90836bd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:151;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-13 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:12:\\\"Supernatural\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771822942,\"delay\":null}', 0, NULL, 1771822942, 1771822942),
(134, 'notifications', '{\"uuid\":\"e5dd7aa8-bc69-439d-84c4-71a4e138afad\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:30;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:151;s:11:\\\"tvshow_name\\\";s:12:\\\"Supernatural\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/fFn80y3PPmCcTbIIjQS5ft0jNFc.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823001,\"delay\":null}', 0, NULL, 1771823001, 1771823001),
(135, 'notifications', '{\"uuid\":\"73a769db-3071-4647-af40-0abcefbe3dc0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:80;s:12:\\\"episode_name\\\";s:5:\\\"Pilot\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Supernatural\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:151;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-13 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823068,\"delay\":null}', 0, NULL, 1771823068, 1771823068),
(136, 'notifications', '{\"uuid\":\"35a18b98-2994-46c5-80fd-5eabab3c7ba4\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:81;s:12:\\\"episode_name\\\";s:7:\\\"Wendigo\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Supernatural\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:151;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-20 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823163,\"delay\":null}', 0, NULL, 1771823163, 1771823163),
(137, 'notifications', '{\"uuid\":\"b74d547a-0192-46f1-8a47-bdb7bfea7d50\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:82;s:12:\\\"episode_name\\\";s:17:\\\"Dead in the Water\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Supernatural\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:151;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2005-09-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823238,\"delay\":null}', 0, NULL, 1771823238, 1771823238),
(138, 'notifications', '{\"uuid\":\"66963afd-9c33-48fe-a7c3-2864fa2f66c7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:152;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-07-15 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:15:\\\"Stranger Things\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823306,\"delay\":null}', 0, NULL, 1771823306, 1771823306),
(139, 'notifications', '{\"uuid\":\"7a454fbf-596f-49e0-9419-034004b9f657\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:31;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:152;s:11:\\\"tvshow_name\\\";s:15:\\\"Stranger Things\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/fOaUnQwDJV22esXEswhaDMSqn2w.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823331,\"delay\":null}', 0, NULL, 1771823331, 1771823331),
(140, 'notifications', '{\"uuid\":\"ff8d8609-188c-40df-9c84-7108cc6983eb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:83;s:12:\\\"episode_name\\\";s:40:\\\"Chapter One: The Vanishing of Will Byers\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"Stranger Things\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:152;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-07-15 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823405,\"delay\":null}', 0, NULL, 1771823405, 1771823405),
(141, 'notifications', '{\"uuid\":\"dc6a4d18-eb1f-4936-a8dc-64de2258bf06\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:84;s:12:\\\"episode_name\\\";s:39:\\\"Chapter Two: The Weirdo on Maple Street\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"Stranger Things\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:152;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-07-15 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823459,\"delay\":null}', 0, NULL, 1771823459, 1771823459),
(142, 'notifications', '{\"uuid\":\"4c2dfbe5-bb48-4c97-b61e-9658985076ef\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:85;s:12:\\\"episode_name\\\";s:27:\\\"Chapter Three: Holly, Jolly\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"Stranger Things\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:152;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-07-15 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771823507,\"delay\":null}', 0, NULL, 1771823507, 1771823507),
(143, 'notifications', '{\"uuid\":\"bdf229c8-03fe-4899-b987-6657a082ab74\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:153;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2011-04-17 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:15:\\\"Game of Thrones\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824174,\"delay\":null}', 0, NULL, 1771824174, 1771824174),
(144, 'notifications', '{\"uuid\":\"dfbf6eaa-9e20-4aa8-934a-c9f248f6be19\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:32;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:153;s:11:\\\"tvshow_name\\\";s:15:\\\"Game of Thrones\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824352,\"delay\":null}', 0, NULL, 1771824352, 1771824352),
(145, 'notifications', '{\"uuid\":\"c883ac59-7ff4-42e2-8d80-eab74bac4ffc\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:86;s:12:\\\"episode_name\\\";s:16:\\\"Winter Is Coming\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"Game of Thrones\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:153;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2011-04-17 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824439,\"delay\":null}', 0, NULL, 1771824439, 1771824439),
(146, 'notifications', '{\"uuid\":\"99c873f6-be60-4437-8746-e2d00ab141ff\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:87;s:12:\\\"episode_name\\\";s:13:\\\"The Kingsroad\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"Game of Thrones\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:153;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2011-04-24 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824491,\"delay\":null}', 0, NULL, 1771824491, 1771824491),
(147, 'notifications', '{\"uuid\":\"67b29f6e-4f0a-4462-9c09-80c10202f77f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:154;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2014-10-07 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:9:\\\"The Flash\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824567,\"delay\":null}', 0, NULL, 1771824567, 1771824567),
(148, 'notifications', '{\"uuid\":\"4cac3f63-ca0b-4849-bbef-7601a50f5eb1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:33;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:154;s:11:\\\"tvshow_name\\\";s:9:\\\"The Flash\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/A3H6pewHfoy2bXmNhvycOe0xzlC.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824636,\"delay\":null}', 0, NULL, 1771824636, 1771824636),
(149, 'notifications', '{\"uuid\":\"c236e804-3344-4f0c-a447-8f10a62ff49e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:155;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-10 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:19:\\\"The Vampire Diaries\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771824956,\"delay\":null}', 0, NULL, 1771824956, 1771824956),
(150, 'notifications', '{\"uuid\":\"e9817570-ca53-4ed6-9993-7db9f67e23c1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:34;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:155;s:11:\\\"tvshow_name\\\";s:19:\\\"The Vampire Diaries\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/4bFr4FDCzjaxyJhkDEfAOOmpo7G.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825055,\"delay\":null}', 0, NULL, 1771825055, 1771825055),
(151, 'notifications', '{\"uuid\":\"5b4f1a83-41d2-4cac-b48d-cc68d5722ff5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:88;s:12:\\\"episode_name\\\";s:6:\\\"Pilots\\\";s:11:\\\"tvshow_name\\\";s:19:\\\"The Vampire Diaries\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:155;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-10 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825232,\"delay\":null}', 0, NULL, 1771825232, 1771825232),
(152, 'notifications', '{\"uuid\":\"2139e24a-b249-419a-8d27-0b199592e620\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:89;s:12:\\\"episode_name\\\";s:22:\\\"The Night of the Comet\\\";s:11:\\\"tvshow_name\\\";s:19:\\\"The Vampire Diaries\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:155;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-17 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825324,\"delay\":null}', 0, NULL, 1771825324, 1771825324),
(153, 'notifications', '{\"uuid\":\"9d93a02f-5d7f-43ac-b6b7-32fd6c57430f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:90;s:12:\\\"episode_name\\\";s:9:\\\"The Pilot\\\";s:11:\\\"tvshow_name\\\";s:5:\\\"Flash\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:154;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2014-10-07 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825417,\"delay\":null}', 0, NULL, 1771825417, 1771825417),
(154, 'notifications', '{\"uuid\":\"db237b5a-172f-4633-8179-83c4eb654e11\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:91;s:12:\\\"episode_name\\\";s:17:\\\"Fastest Man Alive\\\";s:11:\\\"tvshow_name\\\";s:5:\\\"Flash\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:154;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2014-10-14 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825498,\"delay\":null}', 0, NULL, 1771825498, 1771825498),
(155, 'notifications', '{\"uuid\":\"32366e0b-2cde-4926-ae30-4473ee2f0d96\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:92;s:12:\\\"episode_name\\\";s:23:\\\"Things You Can\'t Outrun\\\";s:11:\\\"tvshow_name\\\";s:5:\\\"Flash\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:154;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2014-10-21 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825568,\"delay\":null}', 0, NULL, 1771825568, 1771825568),
(156, 'notifications', '{\"uuid\":\"8c11eec3-a7a2-4d9b-aebc-4fb09658f6e6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:156;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2020-12-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:10:\\\"Bridgerton\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825647,\"delay\":null}', 0, NULL, 1771825647, 1771825647),
(157, 'notifications', '{\"uuid\":\"6910722a-7539-4840-8fdd-0715477f8fe1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:35;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:156;s:11:\\\"tvshow_name\\\";s:10:\\\"Bridgerton\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/qaewZKBKmXjb4ZfFBb1LCug6BE8.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825687,\"delay\":null}', 0, NULL, 1771825687, 1771825687),
(158, 'notifications', '{\"uuid\":\"01bfaef1-cc1a-4775-9b54-c8b690ae730e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:93;s:12:\\\"episode_name\\\";s:26:\\\"Diamond of the First Water\\\";s:11:\\\"tvshow_name\\\";s:10:\\\"Bridgerton\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:156;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2020-12-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825745,\"delay\":null}', 0, NULL, 1771825745, 1771825745),
(159, 'notifications', '{\"uuid\":\"ffd18eba-40ce-46fa-bd0e-c3f5a1765730\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:94;s:12:\\\"episode_name\\\";s:17:\\\"Shock and Delight\\\";s:11:\\\"tvshow_name\\\";s:10:\\\"Bridgerton\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:156;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2020-12-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825863,\"delay\":null}', 0, NULL, 1771825863, 1771825863),
(160, 'notifications', '{\"uuid\":\"7cb88e02-a319-4944-9629-9849515da58a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:95;s:12:\\\"episode_name\\\";s:16:\\\"Art of the Swoon\\\";s:11:\\\"tvshow_name\\\";s:10:\\\"Bridgerton\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:156;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2020-12-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771825941,\"delay\":null}', 0, NULL, 1771825941, 1771825941),
(161, 'notifications', '{\"uuid\":\"c8d32225-0f2d-4cee-9f9c-e07980dcca1b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:157;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"1997-07-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:13:\\\"Stargate SG-1\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826027,\"delay\":null}', 0, NULL, 1771826027, 1771826027),
(162, 'notifications', '{\"uuid\":\"5e832a9d-4a13-4235-b366-d394ee34a4cc\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:36;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:157;s:11:\\\"tvshow_name\\\";s:13:\\\"Stargate SG-1\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/tiib6A0kZ0NoUeuUbcU0hIu2jlM.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826311,\"delay\":null}', 0, NULL, 1771826311, 1771826311),
(163, 'notifications', '{\"uuid\":\"0bfabd86-2413-4b6f-b2ac-8147f1a96a84\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:96;s:12:\\\"episode_name\\\";s:24:\\\"Children of the Gods (1)\\\";s:11:\\\"tvshow_name\\\";s:13:\\\"Stargate SG-1\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:157;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"1997-07-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826412,\"delay\":null}', 0, NULL, 1771826412, 1771826412),
(164, 'notifications', '{\"uuid\":\"0dbfaa08-a7c7-4c1f-84a4-e207e08acf04\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:97;s:12:\\\"episode_name\\\";s:24:\\\"Children of the Gods (2)\\\";s:11:\\\"tvshow_name\\\";s:13:\\\"Stargate SG-1\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:157;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"1997-07-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826477,\"delay\":null}', 0, NULL, 1771826477, 1771826477),
(165, 'notifications', '{\"uuid\":\"35c22931-2cb3-4f60-ad38-5526378a68f9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:158;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-08-14 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:10:\\\"In the Mud\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826592,\"delay\":null}', 0, NULL, 1771826592, 1771826592),
(166, 'notifications', '{\"uuid\":\"8166acc5-0fec-486c-8a88-651c2b7ab1f8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:37;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:158;s:11:\\\"tvshow_name\\\";s:10:\\\"In the Mud\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/245jwwiNrB9fKQB1ugJ0M40CHj7.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826673,\"delay\":null}', 0, NULL, 1771826673, 1771826673),
(167, 'notifications', '{\"uuid\":\"a87877eb-747f-4cc6-8526-d898b09e034c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:98;s:12:\\\"episode_name\\\";s:9:\\\"Episode 1\\\";s:11:\\\"tvshow_name\\\";s:10:\\\"In the Mud\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:158;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-08-14 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826780,\"delay\":null}', 0, NULL, 1771826780, 1771826780),
(168, 'notifications', '{\"uuid\":\"1341fceb-1919-4585-b93f-baecadcdf11b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:159;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-23 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:13:\\\"Modern Family\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826908,\"delay\":null}', 0, NULL, 1771826908, 1771826908),
(169, 'notifications', '{\"uuid\":\"1991e1d6-607c-4d82-8949-b36a84169efe\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:38;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:159;s:11:\\\"tvshow_name\\\";s:13:\\\"Modern Family\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/i1KhQoI391KaEA5fKArrzoTvNDk.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771826995,\"delay\":null}', 0, NULL, 1771826995, 1771826995),
(170, 'notifications', '{\"uuid\":\"ef311679-fb34-4b0d-99ea-c3d442fe82bf\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:99;s:12:\\\"episode_name\\\";s:8:\\\"ThePilot\\\";s:11:\\\"tvshow_name\\\";s:13:\\\"Modern Family\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:159;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-23 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827068,\"delay\":null}', 0, NULL, 1771827068, 1771827068),
(171, 'notifications', '{\"uuid\":\"fb4bf588-bd02-468e-bc2b-39acd359d7fd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:100;s:12:\\\"episode_name\\\";s:17:\\\"The Bicycle Thief\\\";s:11:\\\"tvshow_name\\\";s:13:\\\"Modern Family\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:159;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2009-09-30 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827125,\"delay\":null}', 0, NULL, 1771827125, 1771827125),
(172, 'notifications', '{\"uuid\":\"61beca73-f15d-49a0-ae7b-3a032f62ac43\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:160;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2006-10-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:6:\\\"Dexter\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827185,\"delay\":null}', 0, NULL, 1771827185, 1771827185),
(173, 'notifications', '{\"uuid\":\"e14624c9-f25a-4854-a490-ca81a608f326\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:39;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:160;s:11:\\\"tvshow_name\\\";s:6:\\\"Dexter\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/rmhoMEHK3ZP2EAXX2VpxuKpW3Bf.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827241,\"delay\":null}', 0, NULL, 1771827241, 1771827241),
(174, 'notifications', '{\"uuid\":\"039f4e94-45ad-420b-bfba-d4adc47be58f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:101;s:12:\\\"episode_name\\\";s:6:\\\"Dexter\\\";s:11:\\\"tvshow_name\\\";s:6:\\\"Dexter\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:160;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2006-10-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827327,\"delay\":null}', 0, NULL, 1771827327, 1771827327);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(175, 'notifications', '{\"uuid\":\"d1701181-2360-49b1-a0b2-e52b210ed5b8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:161;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2017-09-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:15:\\\"The Good Doctor\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827384,\"delay\":null}', 0, NULL, 1771827384, 1771827384),
(176, 'notifications', '{\"uuid\":\"7fc4fde7-e444-4455-9bee-031ceaab0a08\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:40;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:161;s:11:\\\"tvshow_name\\\";s:15:\\\"The Good Doctor\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/nQCKDOwU1gnhgFqTjsqeoJOdsTM.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827432,\"delay\":null}', 0, NULL, 1771827432, 1771827432),
(177, 'notifications', '{\"uuid\":\"737d1c0d-f487-4df7-acf2-f10a72481c3e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:102;s:12:\\\"episode_name\\\";s:10:\\\"Burnt Food\\\";s:11:\\\"tvshow_name\\\";s:15:\\\"The Good Doctor\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:161;s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827504,\"delay\":null}', 0, NULL, 1771827504, 1771827504),
(178, 'notifications', '{\"uuid\":\"3336e12e-3b7e-40df-a64e-aa00d24a830d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:162;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-01-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:7:\\\"Lucifer\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827651,\"delay\":null}', 0, NULL, 1771827651, 1771827651),
(179, 'notifications', '{\"uuid\":\"727e0cf4-4fd1-4332-bec4-c50725b01a8e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:41;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:162;s:11:\\\"tvshow_name\\\";s:7:\\\"Lucifer\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/e6FQvm5jycG9xx1ZWowIYBc3Shn.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827674,\"delay\":null}', 0, NULL, 1771827674, 1771827674),
(180, 'notifications', '{\"uuid\":\"93b25eb5-2041-4869-af9f-66924bb490fe\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:103;s:12:\\\"episode_name\\\";s:10:\\\"The Pilots\\\";s:11:\\\"tvshow_name\\\";s:7:\\\"Lucifer\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:162;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-01-25 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827755,\"delay\":null}', 0, NULL, 1771827755, 1771827755),
(181, 'notifications', '{\"uuid\":\"91c68a47-95f0-46bf-b1f7-91f837030928\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:104;s:12:\\\"episode_name\\\";s:26:\\\"Lucifer, Stay. Good Devil.\\\";s:11:\\\"tvshow_name\\\";s:7:\\\"Lucifer\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:162;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-02-01 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827814,\"delay\":null}', 0, NULL, 1771827814, 1771827814),
(182, 'notifications', '{\"uuid\":\"82fe5497-7401-4c41-a760-fe82e8660aa7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:163;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2008-01-20 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:12:\\\"Breaking Bad\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827907,\"delay\":null}', 0, NULL, 1771827907, 1771827907),
(183, 'notifications', '{\"uuid\":\"fa2e1e81-4ce8-4def-8cce-30b457b390f8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:42;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:163;s:11:\\\"tvshow_name\\\";s:12:\\\"Breaking Bad\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827934,\"delay\":null}', 0, NULL, 1771827934, 1771827934),
(184, 'notifications', '{\"uuid\":\"4e657d15-079f-4141-986d-0b01b7aeb382\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:105;s:12:\\\"episode_name\\\";s:14:\\\"The  New Pilot\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Breaking Bad\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:163;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2008-01-20 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771827994,\"delay\":null}', 0, NULL, 1771827994, 1771827994),
(185, 'notifications', '{\"uuid\":\"d11f3211-2ec1-4943-b9d0-1f7ebe7a4cf5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:39;s:10:\\\"video_name\\\";s:26:\\\"Spiderman Extended Preview\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-04 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828030,\"delay\":null}', 0, NULL, 1771828030, 1771828030),
(186, 'notifications', '{\"uuid\":\"bca040d2-ded8-4639-824b-09cd56ba7217\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:106;s:12:\\\"episode_name\\\";s:19:\\\"Cat\'s in the Bag...\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Breaking Bad\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:163;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2008-01-27 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828031,\"delay\":null}', 0, NULL, 1771828031, 1771828031),
(187, 'notifications', '{\"uuid\":\"b099d8fc-8bc1-44a6-af02-0484934a9377\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:107;s:12:\\\"episode_name\\\";s:29:\\\"...And the Bag\'s in the River\\\";s:11:\\\"tvshow_name\\\";s:12:\\\"Breaking Bad\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:163;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2008-02-10 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828068,\"delay\":null}', 0, NULL, 1771828068, 1771828068),
(188, 'notifications', '{\"uuid\":\"de7343db-3edf-41d5-a63b-25b0807ed9d6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:164;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-03-07 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:19:\\\"폭싹 속았수다\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828133,\"delay\":null}', 0, NULL, 1771828133, 1771828133),
(189, 'notifications', '{\"uuid\":\"f5d94330-86c4-40f8-87e9-769b13c1af76\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:43;s:11:\\\"season_name\\\";s:14:\\\"Limited Series\\\";s:10:\\\"tv_show_id\\\";i:164;s:11:\\\"tvshow_name\\\";s:19:\\\"폭싹 속았수다\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/q29q6AByug53pnylCytwLA7m6AY.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828154,\"delay\":null}', 0, NULL, 1771828154, 1771828154),
(190, 'notifications', '{\"uuid\":\"b5a5bf9c-fdea-4316-990b-08d253c583bb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:40;s:10:\\\"video_name\\\";s:9:\\\"Gehra Hua\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-12 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828225,\"delay\":null}', 0, NULL, 1771828225, 1771828225),
(191, 'notifications', '{\"uuid\":\"839dc7de-cef1-4c6f-b234-d59b9ba5a0b9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:108;s:12:\\\"episode_name\\\";s:21:\\\"Spring in a Heartbeat\\\";s:11:\\\"tvshow_name\\\";s:19:\\\"폭싹 속았수다\\\";s:11:\\\"season_name\\\";s:14:\\\"Limited Series\\\";s:10:\\\"tv_show_id\\\";i:164;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-03-07 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828255,\"delay\":null}', 0, NULL, 1771828255, 1771828255),
(192, 'notifications', '{\"uuid\":\"c10af641-b82e-429a-99f9-7c75ac01818a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:41;s:10:\\\"video_name\\\";s:20:\\\"Justin Bieber - Baby\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2000-02-10 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828447,\"delay\":null}', 0, NULL, 1771828447, 1771828447),
(193, 'notifications', '{\"uuid\":\"bdffa463-eed3-48ed-8f17-65bdf93b4c67\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:42;s:10:\\\"video_name\\\";s:18:\\\"YoungBoy - HeadTap\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-12 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828770,\"delay\":null}', 0, NULL, 1771828770, 1771828770),
(194, 'notifications', '{\"uuid\":\"ce641cd3-24c7-4a1f-bf7d-f5f48d6d5b4d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:165;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-01-09 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:8:\\\"The Pitt\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828923,\"delay\":null}', 0, NULL, 1771828923, 1771828923),
(195, 'notifications', '{\"uuid\":\"088fc16c-5e8d-4a89-95e4-0911234e0f3a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:10:\\\"season_add\\\";s:2:\\\"id\\\";i:44;s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:165;s:11:\\\"tvshow_name\\\";s:8:\\\"The Pitt\\\";s:11:\\\"posterimage\\\";s:67:\\\"https:\\/\\/image.tmdb.org\\/t\\/p\\/original\\/z3Reeo4qvDHEW3yeUMQPS9rFEk5.jpg\\\";s:12:\\\"release_date\\\";N;}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771828968,\"delay\":null}', 0, NULL, 1771828968, 1771828968),
(196, 'notifications', '{\"uuid\":\"2ac3a656-8a25-42d3-b214-de14db623fb1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:109;s:12:\\\"episode_name\\\";s:9:\\\"7:00 A.M.\\\";s:11:\\\"tvshow_name\\\";s:8:\\\"The Pitt\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:165;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-01-09 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829027,\"delay\":null}', 0, NULL, 1771829027, 1771829027),
(197, 'notifications', '{\"uuid\":\"2ccdf0d2-6234-40ee-a264-76bb0228e7a2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:43;s:10:\\\"video_name\\\";s:30:\\\"CENTRAL CEE - ICEMAN FREESTYLE\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-12 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829043,\"delay\":null}', 0, NULL, 1771829043, 1771829043),
(198, 'notifications', '{\"uuid\":\"30c86a1d-fb74-4c9e-9b4f-82a7ea54d468\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:7:{s:17:\\\"notification_type\\\";s:11:\\\"episode_add\\\";s:2:\\\"id\\\";i:110;s:12:\\\"episode_name\\\";s:9:\\\"8:00 A.M.\\\";s:11:\\\"tvshow_name\\\";s:8:\\\"The Pitt\\\";s:11:\\\"season_name\\\";s:8:\\\"Season 1\\\";s:10:\\\"tv_show_id\\\";i:165;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2025-01-09 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829231,\"delay\":null}', 0, NULL, 1771829231, 1771829231),
(199, 'notifications', '{\"uuid\":\"28df649d-de70-477f-a0eb-6fdb3898d590\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:166;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"1999-01-10 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:12:\\\"The Sopranos\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829303,\"delay\":null}', 0, NULL, 1771829303, 1771829303),
(200, 'notifications', '{\"uuid\":\"c431d77c-537d-4b24-a5c7-44e47b34a0c6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:167;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2017-03-19 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:14:\\\"Anne with an E\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829340,\"delay\":null}', 0, NULL, 1771829340, 1771829340),
(201, 'notifications', '{\"uuid\":\"39085406-81b9-414e-be52-a303f87858ad\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:168;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2016-12-02 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:6:\\\"Goblin\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829403,\"delay\":null}', 0, NULL, 1771829403, 1771829403),
(202, 'notifications', '{\"uuid\":\"54eb4bfc-5720-4c69-b207-600263d5e412\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:169;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2017-10-29 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:14:\\\"Blue Planet II\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829446,\"delay\":null}', 0, NULL, 1771829446, 1771829446),
(203, 'notifications', '{\"uuid\":\"f0039c57-4c40-4452-ab69-1f4e5e173e82\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:170;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2019-12-14 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:20:\\\"Crash Landing on You\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829524,\"delay\":null}', 0, NULL, 1771829524, 1771829524),
(204, 'notifications', '{\"uuid\":\"d9dd3617-da98-4d5b-ae7e-b19b588bf644\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:44;s:10:\\\"video_name\\\";s:15:\\\"Jhon Wick - PS5\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-05 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829591,\"delay\":null}', 0, NULL, 1771829591, 1771829591),
(205, 'notifications', '{\"uuid\":\"2736b627-d52b-4070-af14-b2d580c362e0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:11:\\\"tv_show_add\\\";s:2:\\\"id\\\";i:171;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2021-12-18 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:11:\\\"tvshow_name\\\";s:8:\\\"Snowdrop\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829596,\"delay\":null}', 0, NULL, 1771829596, 1771829596),
(206, 'notifications', '{\"uuid\":\"2de2eb31-cc3c-41da-9a58-60a6b3c28443\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:45;s:10:\\\"video_name\\\";s:13:\\\"Pablo Escobar\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-12 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771829844,\"delay\":null}', 0, NULL, 1771829844, 1771829844),
(207, 'notifications', '{\"uuid\":\"98200ba1-acb6-429e-8f56-9ebba6dbf6f9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:46;s:10:\\\"video_name\\\";s:24:\\\"Peaky Blinders - Trailer\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-11 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771830129,\"delay\":null}', 0, NULL, 1771830129, 1771830129),
(208, 'notifications', '{\"uuid\":\"f6085da9-7bde-45e8-a33d-3d5f30434eb9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:47;s:10:\\\"video_name\\\";s:22:\\\"The Weekend - Reminder\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-11 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771830314,\"delay\":null}', 0, NULL, 1771830314, 1771830314),
(209, 'notifications', '{\"uuid\":\"55774d04-591f-4cdc-814b-df3ea84a3ebd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:48;s:10:\\\"video_name\\\";s:18:\\\"Drake - Party Hard\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-11 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771830517,\"delay\":null}', 0, NULL, 1771830517, 1771830517),
(210, 'notifications', '{\"uuid\":\"ad7cbf7f-96c2-4684-a842-6bbf77d44db5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:49;s:10:\\\"video_name\\\";s:28:\\\"House of Dragon - S3 Trailer\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-18 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771830679,\"delay\":null}', 0, NULL, 1771830679, 1771830679),
(211, 'notifications', '{\"uuid\":\"b5f70f13-9ffe-41a6-bc32-2ab1a6a8bfea\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"video_add\\\";s:2:\\\"id\\\";i:50;s:10:\\\"video_name\\\";s:20:\\\"Kanye West - New Day\\\";s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-02-11 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771830888,\"delay\":null}', 0, NULL, 1771830888, 1771830888),
(212, 'notifications', '{\"uuid\":\"1a3fd657-9c48-41e5-869a-956fa44a7050\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:4:{s:17:\\\"notification_type\\\";s:9:\\\"movie_add\\\";s:2:\\\"id\\\";i:173;s:12:\\\"release_date\\\";O:25:\\\"Illuminate\\\\Support\\\\Carbon\\\":3:{s:4:\\\"date\\\";s:26:\\\"2026-01-08 00:00:00.000000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:10:\\\"movie_name\\\";s:31:\\\"ది రాజాసాబ్\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771915266,\"delay\":null}', 0, NULL, 1771915266, 1771915266),
(214, 'notifications', '{\"uuid\":\"ae0dfbac-a91d-428d-a59b-6bbe9b2bc321\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b5ec5119-d47c-4f19-ae9c-d19b92b07151\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(215, 'notifications', '{\"uuid\":\"fd5009d5-3128-420e-a469-d1d8e5c7c006\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b5ec5119-d47c-4f19-ae9c-d19b92b07151\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(216, 'notifications', '{\"uuid\":\"b5da821f-6d7c-4623-bd86-0a4a128d76a8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b5ec5119-d47c-4f19-ae9c-d19b92b07151\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(217, 'notifications', '{\"uuid\":\"c0dc339b-eef5-4ad2-b19a-0cc312cc35ca\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"6e9dcae7-3866-41a4-9a4e-8fa99b5e99c0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(218, 'notifications', '{\"uuid\":\"662537f4-7efe-4427-8ae0-5823e63e67eb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"6e9dcae7-3866-41a4-9a4e-8fa99b5e99c0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(219, 'notifications', '{\"uuid\":\"866e387c-d2ec-4a27-99e6-e1d3fc450748\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"6e9dcae7-3866-41a4-9a4e-8fa99b5e99c0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(220, 'notifications', '{\"uuid\":\"baa4ec7e-58c0-4308-8868-42ca1520045c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $250.00<\\/p><p>Tax Amount: $117.50<\\/p><p>Total Amount: $367.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a42a043e-a3bd-46ab-ae1d-de24bf328dc5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(221, 'notifications', '{\"uuid\":\"d000809b-cc0b-4a23-8478-8b46deb1a93a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $250.00<\\/p><p>Tax Amount: $117.50<\\/p><p>Total Amount: $367.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a42a043e-a3bd-46ab-ae1d-de24bf328dc5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017),
(222, 'notifications', '{\"uuid\":\"c5c401fa-db51-4ca5-bcbc-daa1bd298da9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:15;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:250;s:16:\\\"amount_formatted\\\";s:7:\\\"$250.00\\\";s:10:\\\"tax_amount\\\";d:117.5;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$117.50\\\";s:12:\\\"total_amount\\\";d:367.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$367.50\\\";s:15:\\\"coupon_discount\\\";d:250;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$250.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $250.00<\\/p><p>Tax Amount: $117.50<\\/p><p>Total Amount: $367.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a42a043e-a3bd-46ab-ae1d-de24bf328dc5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920017,\"delay\":null}', 0, NULL, 1771920017, 1771920017);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(223, 'notifications', '{\"uuid\":\"3ab9e550-73c0-4f9e-9d8e-d5b0bcd6f208\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:3:\\\"otp\\\";i:2362;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 2362.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 2362.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">2362<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c73f7d70-2a41-4c15-937e-8a483a030611\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771920054,\"delay\":null}', 0, NULL, 1771920054, 1771920054),
(225, 'notifications', '{\"uuid\":\"5f70b682-f35b-4c73-9b4d-6f9f7e7d7ccb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"99ae30a8-4876-4d6f-accf-30da2964f0f2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(226, 'notifications', '{\"uuid\":\"796b9cb0-bea7-4192-b346-05154f09c567\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"99ae30a8-4876-4d6f-accf-30da2964f0f2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(227, 'notifications', '{\"uuid\":\"8efecb88-9f19-4f3e-99e4-847ab0d678cc\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-24\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-24<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"99ae30a8-4876-4d6f-accf-30da2964f0f2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(228, 'notifications', '{\"uuid\":\"891f4cec-51b0-4496-911b-95c26f7888aa\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5fe0c771-fc2f-4726-8320-fb3104ba3820\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(229, 'notifications', '{\"uuid\":\"59e07b5f-eb94-4250-9948-d32749057cc1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5fe0c771-fc2f-4726-8320-fb3104ba3820\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(230, 'notifications', '{\"uuid\":\"a189e76b-3ec9-494c-9c82-558d2f5a3b40\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-24 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5fe0c771-fc2f-4726-8320-fb3104ba3820\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(231, 'notifications', '{\"uuid\":\"cf36179b-bc76-43d9-8959-558e51ebec3a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ca83e962-e564-400f-a660-1f504881411e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(232, 'notifications', '{\"uuid\":\"c1dbad98-bdab-4d41-aa5d-891e301c8f9d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ca83e962-e564-400f-a660-1f504881411e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(233, 'notifications', '{\"uuid\":\"5f2b2a38-7b8a-4244-a85c-8354e90356a1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-24\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:16;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:13:\\\"user@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+911234554321\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome user demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:355:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user demo<\\/p><p>Email: user@demo.com<\\/p><p>Contact No: +911234554321<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-24<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ca83e962-e564-400f-a660-1f504881411e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927025,\"delay\":null}', 0, NULL, 1771927025, 1771927025),
(234, 'notifications', '{\"uuid\":\"368c15b0-2e18-4177-ae36-287363f0d06e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:547:\\\"\\n                <p>Dear Admin Demo,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Admin Demo<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 05:30<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"502e4ecb-435d-42c0-879d-6cfbc7b419a0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(235, 'notifications', '{\"uuid\":\"a0788074-92b9-47fa-ae9f-4885991fa994\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:547:\\\"\\n                <p>Dear Admin Demo,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Admin Demo<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 05:30<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"502e4ecb-435d-42c0-879d-6cfbc7b419a0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(236, 'notifications', '{\"uuid\":\"e91f1596-a554-496a-be90-b379a549afb1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 05:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:86:\\\"User Admin Demo purchased movie \\\"Hamnet\\\" on 2026-02-24 05:30 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:547:\\\"\\n                <p>Dear Admin Demo,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Admin Demo<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 05:30<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"502e4ecb-435d-42c0-879d-6cfbc7b419a0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(237, 'notifications', '{\"uuid\":\"3ab2eefa-793f-4598-9f61-a823ab0e2187\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:549:\\\"\\n                <p>Dear Ivan Norris,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Ivan Norris<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 11:00<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c186d2d4-142f-406d-9ed1-4b45c41a1444\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(238, 'notifications', '{\"uuid\":\"d5a93498-3111-4a30-8b61-2a6983491d0f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:549:\\\"\\n                <p>Dear Ivan Norris,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Ivan Norris<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 11:00<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c186d2d4-142f-406d-9ed1-4b45c41a1444\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(239, 'notifications', '{\"uuid\":\"b1e758ed-0341-459c-b007-7cf06e221e1f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 11:00\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:30:\\\"New Purchase - Review Required\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";}s:7:\\\"subject\\\";s:30:\\\"New Purchase - Review Required\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:87:\\\"User Ivan Norris purchased movie \\\"Hamnet\\\" on 2026-02-24 11:00 - Access until 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:549:\\\"\\n                <p>Dear Ivan Norris,<\\/p>\\n                <p>A new video purchase has been made on the platform.<\\/p>\\n                <p>Purchase Details:<\\/p>\\n                <ul>\\n                    <li>User: Ivan Norris<\\/li>\\n                    <li>Content: movie \\\"Hamnet\\\"<\\/li>\\n                    <li>Purchase Date: 2026-02-24 11:00<\\/li>\\n                    <li>Access Until: 2026-04-25<\\/li>\\n                    <li>Transaction Status: Completed<\\/li>\\n                <\\/ul>\\n                <p>Please review the transaction details.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c186d2d4-142f-406d-9ed1-4b45c41a1444\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(240, 'notifications', '{\"uuid\":\"7f678015-9592-4357-9d86-f8669302710a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 16:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:18:\\\"Purchase Confirmed\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";}s:7:\\\"subject\\\";s:18:\\\"Purchase Confirmed\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:367:\\\"\\n                <p>Dear user demo,<\\/p>\\n                <p>Thank you for purchasing the movie \\\"<strong>Hamnet<\\/strong>\\\" on our platform.<\\/p>\\n                <p>You now have full access starting from <strong>2026-02-24 16:30 to 2026-04-25<\\/strong>.<\\/p>\\n                <p>We hope you enjoy your viewing experience!<\\/p>\\n                <p>Best regards,<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c7f2ff04-69dd-4c73-9e63-4bf1034eaceb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(241, 'notifications', '{\"uuid\":\"e261d224-be08-4501-a1a4-31bb4c4452a3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 16:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:18:\\\"Purchase Confirmed\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";}s:7:\\\"subject\\\";s:18:\\\"Purchase Confirmed\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:367:\\\"\\n                <p>Dear user demo,<\\/p>\\n                <p>Thank you for purchasing the movie \\\"<strong>Hamnet<\\/strong>\\\" on our platform.<\\/p>\\n                <p>You now have full access starting from <strong>2026-02-24 16:30 to 2026-04-25<\\/strong>.<\\/p>\\n                <p>We hope you enjoy your viewing experience!<\\/p>\\n                <p>Best regards,<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c7f2ff04-69dd-4c73-9e63-4bf1034eaceb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123),
(242, 'notifications', '{\"uuid\":\"e9275b1c-0167-4e02-8d6d-e28a998bdd07\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:14:\\\"purchase_video\\\";s:4:\\\"data\\\";a:27:{s:17:\\\"notification_type\\\";s:14:\\\"purchase_video\\\";s:2:\\\"id\\\";i:6;s:10:\\\"content_id\\\";s:3:\\\"143\\\";s:12:\\\"content_type\\\";s:5:\\\"movie\\\";s:4:\\\"name\\\";s:6:\\\"Hamnet\\\";s:18:\\\"notification_group\\\";s:12:\\\"pay_per_view\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-24 16:30\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-25\\\";s:6:\\\"amount\\\";d:47.5;s:14:\\\"transaction_id\\\";s:27:\\\"pi_3T4IO3HTAHWwyrB60CHnNAu2\\\";s:12:\\\"payment_type\\\";s:6:\\\"stripe\\\";s:14:\\\"payment_status\\\";s:4:\\\"paid\\\";s:4:\\\"type\\\";s:18:\\\"Purchase Confirmed\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:4:\\\"user\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:16:\\\"amount_formatted\\\";s:6:\\\"$47.50\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";}s:7:\\\"subject\\\";s:18:\\\"Purchase Confirmed\\\";s:13:\\\"email_subject\\\";s:32:\\\"You have successfully purchased!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:27;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:85:\\\"Purchase confirmed for user demo - movie \\\"Hamnet\\\" from 2026-02-24 16:30 to 2026-04-25\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:367:\\\"\\n                <p>Dear user demo,<\\/p>\\n                <p>Thank you for purchasing the movie \\\"<strong>Hamnet<\\/strong>\\\" on our platform.<\\/p>\\n                <p>You now have full access starting from <strong>2026-02-24 16:30 to 2026-04-25<\\/strong>.<\\/p>\\n                <p>We hope you enjoy your viewing experience!<\\/p>\\n                <p>Best regards,<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c7f2ff04-69dd-4c73-9e63-4bf1034eaceb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1771927123,\"delay\":null}', 0, NULL, 1771927123, 1771927123);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(244, 'notifications', '{\"uuid\":\"1a809c7b-d11c-44f9-a966-6bfb2e8cfee0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-25\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-25<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e4f7e19d-f960-497c-a9cd-cc0d34a75e3d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(245, 'notifications', '{\"uuid\":\"cf475f11-5220-4205-92a1-c50e91a01691\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-25\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-25<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e4f7e19d-f960-497c-a9cd-cc0d34a75e3d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(246, 'notifications', '{\"uuid\":\"8f3b886d-8577-4f08-b33d-3f88a2a0e1be\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-02-25\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-02-25<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e4f7e19d-f960-497c-a9cd-cc0d34a75e3d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(247, 'notifications', '{\"uuid\":\"854c490c-7c28-4aea-bb06-6d30527ed87a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-25 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c3e212d5-3040-4b45-8762-b7e53e095ad0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(248, 'notifications', '{\"uuid\":\"2972bb08-dae2-4a9f-bc85-a0d2d4259dcf\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-25 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c3e212d5-3040-4b45-8762-b7e53e095ad0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(249, 'notifications', '{\"uuid\":\"f4c106fb-2dd9-46d1-8027-a08e9c789f6c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-02-25 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c3e212d5-3040-4b45-8762-b7e53e095ad0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(250, 'notifications', '{\"uuid\":\"b1e5b849-d3b5-4143-8155-d2b4fa83b611\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-25<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b3b62223-09bb-4bb7-9954-94ed3d2d5802\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(251, 'notifications', '{\"uuid\":\"101bc791-c8f5-4bf5-9004-5cd78b96ce84\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-25<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b3b62223-09bb-4bb7-9954-94ed3d2d5802\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(252, 'notifications', '{\"uuid\":\"0bd770b0-54a7-4372-9f59-5170cfba30c1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-02-25\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-02-25 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:17;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-02-25<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b3b62223-09bb-4bb7-9954-94ed3d2d5802\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772019695,\"delay\":null}', 0, NULL, 1772019695, 1772019695),
(254, 'notifications', '{\"uuid\":\"55aebd0e-7e3e-4ce3-9fc9-4b4e5762597d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c73a8f68-d2d8-41c8-91da-caae7ec67053\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(255, 'notifications', '{\"uuid\":\"60fad4aa-cacf-4e0d-97d3-6cb04fafffb5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c73a8f68-d2d8-41c8-91da-caae7ec67053\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(256, 'notifications', '{\"uuid\":\"59a465a7-b406-4ecb-9ab8-b0b8725d2e7d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c73a8f68-d2d8-41c8-91da-caae7ec67053\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(257, 'notifications', '{\"uuid\":\"86ed7d1b-44f2-4441-ac00-6ee588f0ce06\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c446bd94-3c70-4da4-a676-33b5843d4b88\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(258, 'notifications', '{\"uuid\":\"34c46a11-a000-4e27-adb2-d13584057503\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c446bd94-3c70-4da4-a676-33b5843d4b88\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(259, 'notifications', '{\"uuid\":\"44f266ae-346f-4537-a4a7-9fcb0bb81df0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c446bd94-3c70-4da4-a676-33b5843d4b88\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(260, 'notifications', '{\"uuid\":\"5fbef793-0226-4d6c-80a6-adaaa4943c27\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d48526cb-a7cd-4381-88fd-84d979fe2ac7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(261, 'notifications', '{\"uuid\":\"3e0fe4be-cb85-411c-8db9-263068b8f4d0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d48526cb-a7cd-4381-88fd-84d979fe2ac7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(262, 'notifications', '{\"uuid\":\"6c4c9b59-b691-4a5b-b3c9-2c18e5db09ec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:18;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";d:100;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$100.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d48526cb-a7cd-4381-88fd-84d979fe2ac7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454034,\"delay\":null}', 0, NULL, 1772454034, 1772454034),
(264, 'notifications', '{\"uuid\":\"45fb4b6a-7efa-4e6c-aade-9978524c51f1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9ed621f-a5b4-40a1-98b6-2bfd3d8764db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(265, 'notifications', '{\"uuid\":\"82661e5b-3f2a-4ea7-ad94-a560b04f34e6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9ed621f-a5b4-40a1-98b6-2bfd3d8764db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(266, 'notifications', '{\"uuid\":\"01c82b25-e19f-4be4-88d7-7a070a9d98c3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9ed621f-a5b4-40a1-98b6-2bfd3d8764db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(267, 'notifications', '{\"uuid\":\"744637c5-64c4-4680-8fea-37f3c1006f0f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a9337647-fc05-4e48-b7a8-a8a6dcbc5810\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(268, 'notifications', '{\"uuid\":\"ab58b7f2-8e73-41b3-b842-3944d7472971\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a9337647-fc05-4e48-b7a8-a8a6dcbc5810\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(269, 'notifications', '{\"uuid\":\"936ae9e3-9196-45c2-9171-15b13926d6b1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a9337647-fc05-4e48-b7a8-a8a6dcbc5810\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(270, 'notifications', '{\"uuid\":\"dcc5e070-adb8-41fa-9714-efb7337c87f7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f6e47a89-3990-40bb-95a1-89db4a57e96f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(271, 'notifications', '{\"uuid\":\"08185530-dd4c-4c48-8f20-1cdc92c1c443\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f6e47a89-3990-40bb-95a1-89db4a57e96f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(272, 'notifications', '{\"uuid\":\"bcbc8a3e-4b4a-42f1-9d50-a8be915246b2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f6e47a89-3990-40bb-95a1-89db4a57e96f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454142,\"delay\":null}', 0, NULL, 1772454142, 1772454142),
(274, 'notifications', '{\"uuid\":\"5dfd5fa6-368e-4410-b174-1d3a6bf1cf3f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:38:\\\"User Admin Demo cancelled subscription\\\";}s:7:\\\"subject\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:38:\\\"User Admin Demo cancelled subscription\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:325:\\\"<p>Dear Admin Demo,<\\/p><p>A user has cancelled their subscription.<\\/p><p>Cancellation Details:<\\/p><ul><li>User: Admin Demo<\\/li><li>Cancellation Date: 2027-03-02<\\/li><li>Reason: [[ cancellation_reason ]]<\\/li><li>Previous Plan: Ultimate Plan<\\/li><\\/ul><p>Please review and consider reaching out to understand their feedback.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"3091ca3c-54f2-4b76-a4c0-58a630a0faca\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(275, 'notifications', '{\"uuid\":\"8c05a107-60d0-43ec-a034-2d53cff9c30d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:38:\\\"User Admin Demo cancelled subscription\\\";}s:7:\\\"subject\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:38:\\\"User Admin Demo cancelled subscription\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:325:\\\"<p>Dear Admin Demo,<\\/p><p>A user has cancelled their subscription.<\\/p><p>Cancellation Details:<\\/p><ul><li>User: Admin Demo<\\/li><li>Cancellation Date: 2027-03-02<\\/li><li>Reason: [[ cancellation_reason ]]<\\/li><li>Previous Plan: Ultimate Plan<\\/li><\\/ul><p>Please review and consider reaching out to understand their feedback.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"3091ca3c-54f2-4b76-a4c0-58a630a0faca\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226),
(276, 'notifications', '{\"uuid\":\"7031bba0-d435-4a64-b817-690f0112e672\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:39:\\\"User Ivan Norris cancelled subscription\\\";}s:7:\\\"subject\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:39:\\\"User Ivan Norris cancelled subscription\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:327:\\\"<p>Dear Ivan Norris,<\\/p><p>A user has cancelled their subscription.<\\/p><p>Cancellation Details:<\\/p><ul><li>User: Ivan Norris<\\/li><li>Cancellation Date: 2027-03-02<\\/li><li>Reason: [[ cancellation_reason ]]<\\/li><li>Previous Plan: Ultimate Plan<\\/li><\\/ul><p>Please review and consider reaching out to understand their feedback.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"298f531d-37b4-4634-9982-3573646efaee\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226),
(277, 'notifications', '{\"uuid\":\"32700746-3c90-42bf-9ac0-a8fe28f094e7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:39:\\\"User Ivan Norris cancelled subscription\\\";}s:7:\\\"subject\\\";s:40:\\\"Subscription Cancelled - Review Required\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:39:\\\"User Ivan Norris cancelled subscription\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:327:\\\"<p>Dear Ivan Norris,<\\/p><p>A user has cancelled their subscription.<\\/p><p>Cancellation Details:<\\/p><ul><li>User: Ivan Norris<\\/li><li>Cancellation Date: 2027-03-02<\\/li><li>Reason: [[ cancellation_reason ]]<\\/li><li>Previous Plan: Ultimate Plan<\\/li><\\/ul><p>Please review and consider reaching out to understand their feedback.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"298f531d-37b4-4634-9982-3573646efaee\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226),
(278, 'notifications', '{\"uuid\":\"b94a3fa7-2a7b-4f81-ab15-820c5c2de429\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:22:\\\"Subscription Cancelled\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:66:\\\"Subscription cancelled for User Demo - You can reactivate anytime.\\\";}s:7:\\\"subject\\\";s:22:\\\"Subscription Cancelled\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:66:\\\"Subscription cancelled for User Demo - You can reactivate anytime.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:241:\\\"<p>Dear User Demo,<\\/p><p>We\'re sorry to see you go! Your subscription has been cancelled as requested.<\\/p><p>You can reactivate your subscription anytime by visiting your account settings.<\\/p><p>Thank you for being part of our community!<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7a54aad3-bf6a-483d-852a-ee6372be1cb2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226),
(279, 'notifications', '{\"uuid\":\"c3564d21-c8bc-4109-9967-3ad0a954dc7e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:19:\\\"cancle_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:19:\\\"cancle_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:22:\\\"Subscription Cancelled\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:19;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"cancel\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";d:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:66:\\\"Subscription cancelled for User Demo - You can reactivate anytime.\\\";}s:7:\\\"subject\\\";s:22:\\\"Subscription Cancelled\\\";s:13:\\\"email_subject\\\";s:27:\\\"A User is cancle subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:26;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:66:\\\"Subscription cancelled for User Demo - You can reactivate anytime.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:241:\\\"<p>Dear User Demo,<\\/p><p>We\'re sorry to see you go! Your subscription has been cancelled as requested.<\\/p><p>You can reactivate your subscription anytime by visiting your account settings.<\\/p><p>Thank you for being part of our community!<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7a54aad3-bf6a-483d-852a-ee6372be1cb2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454226,\"delay\":null}', 0, NULL, 1772454226, 1772454226),
(281, 'notifications', '{\"uuid\":\"500e93d9-9b0d-4cd8-a69e-8310f8ca8b06\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"85467afb-8e2f-4083-b037-693b66168eb6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(282, 'notifications', '{\"uuid\":\"660128a0-6fbe-4e26-96b6-b45e330e531b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"85467afb-8e2f-4083-b037-693b66168eb6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(283, 'notifications', '{\"uuid\":\"9c1a462a-fc0f-478b-a792-7da3d9d66dcb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"85467afb-8e2f-4083-b037-693b66168eb6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(284, 'notifications', '{\"uuid\":\"692b5c7e-cbad-49a5-abe2-15e2013f1b85\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"275501e3-c85d-4bd9-91ed-885f51ce3c38\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(285, 'notifications', '{\"uuid\":\"8fbcd983-d8dd-43aa-af31-51467086b804\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"275501e3-c85d-4bd9-91ed-885f51ce3c38\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(286, 'notifications', '{\"uuid\":\"7232c50b-47ff-49ae-9404-21bdc015cf6e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"275501e3-c85d-4bd9-91ed-885f51ce3c38\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(287, 'notifications', '{\"uuid\":\"3da04450-b15d-4123-8500-897994b88b38\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cfae7333-abc0-483d-9306-1a25391cfecd\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(288, 'notifications', '{\"uuid\":\"cf676081-48b2-455c-a8f3-5a5c6beb5325\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cfae7333-abc0-483d-9306-1a25391cfecd\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(289, 'notifications', '{\"uuid\":\"283a35ca-c51a-4c24-92ed-39b1ce22e8f0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:20;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-02<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cfae7333-abc0-483d-9306-1a25391cfecd\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454277,\"delay\":null}', 0, NULL, 1772454277, 1772454277),
(291, 'notifications', '{\"uuid\":\"cc2faef8-2fae-45fd-a075-ebd825b3fbbd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"0c4ab2f2-7432-4bf8-b7d9-f32981baaace\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(292, 'notifications', '{\"uuid\":\"817d38ed-60c6-421f-aaf5-c329b390282a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"0c4ab2f2-7432-4bf8-b7d9-f32981baaace\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(293, 'notifications', '{\"uuid\":\"18c989f7-5864-4064-9048-1e3cbf3a9414\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-02\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-02<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"0c4ab2f2-7432-4bf8-b7d9-f32981baaace\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(294, 'notifications', '{\"uuid\":\"eed636f2-afa8-47ea-a540-0f76b497b332\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"194c5857-d601-47db-9197-15fe230dd250\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(295, 'notifications', '{\"uuid\":\"6d4d3401-0a01-4561-a338-1630b668ff48\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"194c5857-d601-47db-9197-15fe230dd250\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(296, 'notifications', '{\"uuid\":\"0b0f2039-341c-4ab9-aa37-e48cedef699d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-02 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"194c5857-d601-47db-9197-15fe230dd250\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(297, 'notifications', '{\"uuid\":\"990dc04a-8696-49b7-9f9b-8f673b6aabef\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-02<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4ef062c1-daf9-4b15-8c38-4308712351db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(298, 'notifications', '{\"uuid\":\"6ef8a02f-48eb-4840-8db1-693a240f4853\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-02<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4ef062c1-daf9-4b15-8c38-4308712351db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512),
(299, 'notifications', '{\"uuid\":\"6c8c13f4-e58a-483f-9b68-6387056915b6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-02\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-02 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:21;s:7:\\\"plan_id\\\";s:1:\\\"1\\\";s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:16:\\\"amount_formatted\\\";s:5:\\\"$5.00\\\";s:10:\\\"tax_amount\\\";d:2.35;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$2.35\\\";s:12:\\\"total_amount\\\";d:7.35;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$7.35\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-02<\\/p><p>Amount: $5.00<\\/p><p>Tax Amount: $2.35<\\/p><p>Total Amount: $7.35<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4ef062c1-daf9-4b15-8c38-4308712351db\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772454512,\"delay\":null}', 0, NULL, 1772454512, 1772454512);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(301, 'notifications', '{\"uuid\":\"cdeac09a-204d-4640-978b-c3ec9c635b56\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c671c716-8e31-4e5c-8c3d-b258315390de\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(302, 'notifications', '{\"uuid\":\"193bdfb6-8585-4f08-9bae-6d3938582713\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c671c716-8e31-4e5c-8c3d-b258315390de\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(303, 'notifications', '{\"uuid\":\"e88ae000-6b3c-4d7f-90d4-93c39e991449\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"c671c716-8e31-4e5c-8c3d-b258315390de\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(304, 'notifications', '{\"uuid\":\"158914b6-d027-480e-acb4-5562a3bf2386\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"69058c5a-b301-4a6c-afdc-294dc8c510c9\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(305, 'notifications', '{\"uuid\":\"c77f6c63-a8be-439a-b7da-9cd7b8ef163b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"69058c5a-b301-4a6c-afdc-294dc8c510c9\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(306, 'notifications', '{\"uuid\":\"2c12977f-f6a5-4154-9fa9-b77d672e3fb6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"69058c5a-b301-4a6c-afdc-294dc8c510c9\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(307, 'notifications', '{\"uuid\":\"03124664-4de8-4016-88b3-139e7a48f784\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"346ca7e1-2f4b-4585-841a-ae2a9827b77f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(308, 'notifications', '{\"uuid\":\"a31e671c-eff3-492c-99a4-ddef5883c49f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"346ca7e1-2f4b-4585-841a-ae2a9827b77f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(309, 'notifications', '{\"uuid\":\"4692eded-b7bb-4068-888c-1ab73bff8b6e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:22;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"346ca7e1-2f4b-4585-841a-ae2a9827b77f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772512239,\"delay\":null}', 0, NULL, 1772512239, 1772512239),
(311, 'notifications', '{\"uuid\":\"2afbd564-5a08-44ab-b54d-8adfe21985ec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bb55d2db-a5db-47f9-90f8-db5855f32a6b\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(312, 'notifications', '{\"uuid\":\"51fcd38a-f916-46f4-a23c-8d3efbb73169\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bb55d2db-a5db-47f9-90f8-db5855f32a6b\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(313, 'notifications', '{\"uuid\":\"5ebc8159-cc2e-4372-a76e-355b944df0b3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bb55d2db-a5db-47f9-90f8-db5855f32a6b\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(314, 'notifications', '{\"uuid\":\"69ef8b4e-2ef5-4768-ab23-18061a9248ca\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bd119100-3266-4da1-9dca-d0928fe5eda3\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(315, 'notifications', '{\"uuid\":\"c5f95fe6-7fc1-4170-80c6-5eb5ca12f18b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bd119100-3266-4da1-9dca-d0928fe5eda3\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(316, 'notifications', '{\"uuid\":\"56788c47-ac71-4f9d-a270-e5d135b08626\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bd119100-3266-4da1-9dca-d0928fe5eda3\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(317, 'notifications', '{\"uuid\":\"e66c76d7-bdf0-4229-9812-8b51fbe3a854\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:352:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $20.00<\\/p><p>Tax Amount: $9.40<\\/p><p>Total Amount: $29.40<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9655d51-b883-4a04-97d9-f6d14026e61d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(318, 'notifications', '{\"uuid\":\"44c88e6a-9b74-4214-bd05-5b8cc5f98315\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:352:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $20.00<\\/p><p>Tax Amount: $9.40<\\/p><p>Total Amount: $29.40<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9655d51-b883-4a04-97d9-f6d14026e61d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(319, 'notifications', '{\"uuid\":\"dcce8ec1-1915-4c3a-8c73-af03069fc110\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:23;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:16:\\\"amount_formatted\\\";s:6:\\\"$20.00\\\";s:10:\\\"tax_amount\\\";d:9.4;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$9.40\\\";s:12:\\\"total_amount\\\";d:29.4;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$29.40\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:352:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $20.00<\\/p><p>Tax Amount: $9.40<\\/p><p>Total Amount: $29.40<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d9655d51-b883-4a04-97d9-f6d14026e61d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772513296,\"delay\":null}', 0, NULL, 1772513296, 1772513296),
(321, 'notifications', '{\"uuid\":\"6c13cc61-9b0e-4d2b-9797-77d030eb0828\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d49ceb26-f6ae-452c-91fe-71de851925c6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(322, 'notifications', '{\"uuid\":\"3c188f45-d28c-436d-830b-02360702c32c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d49ceb26-f6ae-452c-91fe-71de851925c6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(323, 'notifications', '{\"uuid\":\"a03fc905-4c6b-4920-8d27-4d6fd4e75afe\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"d49ceb26-f6ae-452c-91fe-71de851925c6\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(324, 'notifications', '{\"uuid\":\"09da0840-aac2-4469-bc6b-1b27e81576e1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"40558181-dca8-4a2c-8e9f-0c12ee983b89\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(325, 'notifications', '{\"uuid\":\"3ae7ff86-a4b5-4b77-8610-f727553f19d6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"40558181-dca8-4a2c-8e9f-0c12ee983b89\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(326, 'notifications', '{\"uuid\":\"6a1d3146-8458-42ae-b100-ee9c67ec16fe\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"40558181-dca8-4a2c-8e9f-0c12ee983b89\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(327, 'notifications', '{\"uuid\":\"ee222f47-0b0e-4412-880f-38c6b8461a44\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:345:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b61148cb-915e-456e-8b98-5a64c0fcd377\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(328, 'notifications', '{\"uuid\":\"b506e5d1-e067-46c0-9079-96b1d79faca8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:345:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b61148cb-915e-456e-8b98-5a64c0fcd377\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(329, 'notifications', '{\"uuid\":\"5d7f1da6-a262-4499-8981-d0ed5f5cb336\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:24;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:345:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b61148cb-915e-456e-8b98-5a64c0fcd377\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519215,\"delay\":null}', 0, NULL, 1772519215, 1772519215),
(331, 'notifications', '{\"uuid\":\"955251d0-ee49-4ad6-b27d-2021e7473f12\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"af703d21-f0b5-4f9f-9185-de1a8267e5ce\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(332, 'notifications', '{\"uuid\":\"e226abb0-0544-43e5-9df4-1450ec64007e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"af703d21-f0b5-4f9f-9185-de1a8267e5ce\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(333, 'notifications', '{\"uuid\":\"016f3756-e01b-44fb-ab36-d8e2df1f9f89\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"af703d21-f0b5-4f9f-9185-de1a8267e5ce\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(334, 'notifications', '{\"uuid\":\"f6ad13bd-c200-4ed7-882b-3336e2257c1f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fb4627e0-f0c7-4cdb-9fd9-9aae7e94148f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(335, 'notifications', '{\"uuid\":\"e6e8e778-c75d-42bf-8af8-72755ac18594\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fb4627e0-f0c7-4cdb-9fd9-9aae7e94148f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(336, 'notifications', '{\"uuid\":\"09be0569-ed39-4b8f-b9f6-ae862286a782\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"fb4627e0-f0c7-4cdb-9fd9-9aae7e94148f\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(337, 'notifications', '{\"uuid\":\"8f3fd97c-6b82-4224-aa12-c1e80654f70a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"12b8df4a-89a4-426a-8db1-ebe265ee681e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(338, 'notifications', '{\"uuid\":\"7840d08d-fb5b-4fcf-ae57-e1233fc87fec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"12b8df4a-89a4-426a-8db1-ebe265ee681e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(339, 'notifications', '{\"uuid\":\"8f7f4e42-f644-402f-aa0e-4a3672569337\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:25;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:16:\\\"amount_formatted\\\";s:7:\\\"$500.00\\\";s:10:\\\"tax_amount\\\";d:235;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$235.00\\\";s:12:\\\"total_amount\\\";d:735;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$735.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $500.00<\\/p><p>Tax Amount: $235.00<\\/p><p>Total Amount: $735.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"12b8df4a-89a4-426a-8db1-ebe265ee681e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772519578,\"delay\":null}', 0, NULL, 1772519578, 1772519578),
(341, 'notifications', '{\"uuid\":\"7e44d084-cf90-4b12-923c-625edb5eca6c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"532171a4-52fc-477b-ae92-3aedb0b7f749\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(342, 'notifications', '{\"uuid\":\"763cf720-2ca9-42a9-a4a5-9e24cd8d0c5f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"532171a4-52fc-477b-ae92-3aedb0b7f749\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(343, 'notifications', '{\"uuid\":\"ab904b3c-192d-407e-a8a7-cb497d3a0bec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"532171a4-52fc-477b-ae92-3aedb0b7f749\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(344, 'notifications', '{\"uuid\":\"749bc175-324b-43f7-b596-a3ac98fdd96d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1473b105-46fb-4ea4-9db9-11151693600a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(345, 'notifications', '{\"uuid\":\"fc38cd05-8dd2-413f-af5a-0663e6c755c5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1473b105-46fb-4ea4-9db9-11151693600a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(346, 'notifications', '{\"uuid\":\"a7768e13-1a55-4d9d-b0c3-11dec3229943\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1473b105-46fb-4ea4-9db9-11151693600a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(347, 'notifications', '{\"uuid\":\"f5316056-0949-40d6-bb97-3e0b974ff7d6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $200.00<\\/p><p>Tax Amount: $94.00<\\/p><p>Total Amount: $294.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"753e801c-3073-4f3b-891c-8195b98bc2e2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(348, 'notifications', '{\"uuid\":\"7d22167f-5f62-44f6-8599-443d65f9e0c9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $200.00<\\/p><p>Tax Amount: $94.00<\\/p><p>Total Amount: $294.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"753e801c-3073-4f3b-891c-8195b98bc2e2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(349, 'notifications', '{\"uuid\":\"d27cb0c0-5880-40d0-85a8-83f84866b835\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:26;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:16:\\\"amount_formatted\\\";s:7:\\\"$200.00\\\";s:10:\\\"tax_amount\\\";d:94;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$94.00\\\";s:12:\\\"total_amount\\\";d:294;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$294.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $200.00<\\/p><p>Tax Amount: $94.00<\\/p><p>Total Amount: $294.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"753e801c-3073-4f3b-891c-8195b98bc2e2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520097,\"delay\":null}', 0, NULL, 1772520097, 1772520097),
(351, 'notifications', '{\"uuid\":\"734bd2b9-8f0f-4f18-bbdb-e882df31991e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"22bfee78-49f0-40fd-8ac3-d9e21b32adb2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(352, 'notifications', '{\"uuid\":\"aba9a8b9-9118-4011-a55c-c98755c7d2d6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"22bfee78-49f0-40fd-8ac3-d9e21b32adb2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(353, 'notifications', '{\"uuid\":\"3b582f22-c392-4f94-a5c4-9eadf416ac4f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"22bfee78-49f0-40fd-8ac3-d9e21b32adb2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(354, 'notifications', '{\"uuid\":\"76ce152f-3122-4421-babb-726657a552d8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5c240f5a-ea8d-4492-9037-c0980f3e028a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(355, 'notifications', '{\"uuid\":\"181a1814-99b3-4318-8f6a-82793fd463e3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5c240f5a-ea8d-4492-9037-c0980f3e028a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(356, 'notifications', '{\"uuid\":\"b9205cf9-c28d-4882-84f0-29b6b6c1d58f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"5c240f5a-ea8d-4492-9037-c0980f3e028a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(357, 'notifications', '{\"uuid\":\"1b9710e5-0ccc-4067-9bf5-26ceb1941696\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b18582cf-5dc9-435f-9e0e-39ce0eab00ac\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(358, 'notifications', '{\"uuid\":\"34d5653c-e3aa-4944-824a-b93ead856dde\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b18582cf-5dc9-435f-9e0e-39ce0eab00ac\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(359, 'notifications', '{\"uuid\":\"c7ac7fad-aa92-4f1f-b7b5-aeaf02cf0d17\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:27;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b18582cf-5dc9-435f-9e0e-39ce0eab00ac\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520179,\"delay\":null}', 0, NULL, 1772520179, 1772520179),
(361, 'notifications', '{\"uuid\":\"bbd3ea7b-9873-460e-bd20-bd8d55f4d3d3\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"24b864b9-1957-4257-9551-04494733b5d5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(362, 'notifications', '{\"uuid\":\"7e5b361c-508c-47bf-baa8-f53a7532fef9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"24b864b9-1957-4257-9551-04494733b5d5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(363, 'notifications', '{\"uuid\":\"bff24917-68ac-4959-974b-65ba6cc69c2f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"24b864b9-1957-4257-9551-04494733b5d5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(364, 'notifications', '{\"uuid\":\"a5959744-1b20-4d18-8a2f-57ed3265cc83\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e331cda9-3b86-4315-9672-743a70a253bb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(365, 'notifications', '{\"uuid\":\"0a0d7b8d-9d2c-41b8-89d4-8b3b10d5293c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e331cda9-3b86-4315-9672-743a70a253bb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(366, 'notifications', '{\"uuid\":\"ce6bb40e-6689-4f14-ae27-0654ba76cdb6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e331cda9-3b86-4315-9672-743a70a253bb\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(367, 'notifications', '{\"uuid\":\"13837f60-7262-4992-a884-423e1364cf2c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cac9173f-c396-43e7-8a0a-a882e3f4d057\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(368, 'notifications', '{\"uuid\":\"cf1ac2e3-a72c-4eb1-974b-0b70586e76e2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cac9173f-c396-43e7-8a0a-a882e3f4d057\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(369, 'notifications', '{\"uuid\":\"2100722a-1056-4021-82c7-6a6e94533898\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:28;s:7:\\\"plan_id\\\";i:1;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:3.75;s:16:\\\"amount_formatted\\\";s:5:\\\"$3.75\\\";s:10:\\\"tax_amount\\\";d:1.7625000000000002;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$1.76\\\";s:12:\\\"total_amount\\\";d:5.5125;s:22:\\\"total_amount_formatted\\\";s:5:\\\"$5.51\\\";s:15:\\\"coupon_discount\\\";d:1.25;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$1.25\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:343:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Basic<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $3.75<\\/p><p>Tax Amount: $1.76<\\/p><p>Total Amount: $5.51<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cac9173f-c396-43e7-8a0a-a882e3f4d057\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520404,\"delay\":null}', 0, NULL, 1772520404, 1772520404),
(370, 'notifications', '{\"uuid\":\"d8691744-c239-40f6-b8b4-c53ba78c8488\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:24;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:21:\\\"forget_email_password\\\";s:4:\\\"data\\\";a:22:{s:17:\\\"notification_type\\\";s:21:\\\"forget_email_password\\\";s:7:\\\"user_id\\\";i:24;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"reset_link\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:9:\\\"reset_url\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:19:\\\"password_reset_link\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:4:\\\"type\\\";s:30:\\\"Your Password Has Been Updated\\\";s:23:\\\"logged_in_user_fullname\\\";s:0:\\\"\\\";s:19:\\\"logged_in_user_role\\\";s:0:\\\"\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";N;s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";N;s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:78:\\\"Hello User Demo, your password has been updated successfully for your account.\\\";}s:7:\\\"subject\\\";s:30:\\\"Your Password Has Been Updated\\\";s:13:\\\"email_subject\\\";s:25:\\\"Password Reset Successful\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:78:\\\"Hello User Demo, your password has been updated successfully for your account.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:258:\\\"\\n                 <h2>Password Change Successful <\\/h2>\\n                <p>Hello User Demo,<\\/p>\\n                <p>Your password has been changed successfully.<\\/p>\\n                <br>\\n                <p>Thank you,<\\/p>\\n                <p>MXFlix<\\/p>\\n          \\\";s:2:\\\"id\\\";s:36:\\\"840bc461-605e-435f-87ca-24c61737079d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520660,\"delay\":null}', 0, NULL, 1772520660, 1772520660);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(371, 'notifications', '{\"uuid\":\"640cce67-0987-4708-a4f2-4f42663292df\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:24;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:21:\\\"forget_email_password\\\";s:4:\\\"data\\\";a:22:{s:17:\\\"notification_type\\\";s:21:\\\"forget_email_password\\\";s:7:\\\"user_id\\\";i:24;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"reset_link\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:9:\\\"reset_url\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:19:\\\"password_reset_link\\\";s:146:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/edd1be4e6bd7db883e2f9532041163ec20703c11185225f596ad7b3c8857fc10?email=miracuves%40yopmail.com\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:4:\\\"type\\\";s:30:\\\"Your Password Has Been Updated\\\";s:23:\\\"logged_in_user_fullname\\\";s:0:\\\"\\\";s:19:\\\"logged_in_user_role\\\";s:0:\\\"\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";N;s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";N;s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:78:\\\"Hello User Demo, your password has been updated successfully for your account.\\\";}s:7:\\\"subject\\\";s:30:\\\"Your Password Has Been Updated\\\";s:13:\\\"email_subject\\\";s:25:\\\"Password Reset Successful\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:78:\\\"Hello User Demo, your password has been updated successfully for your account.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:258:\\\"\\n                 <h2>Password Change Successful <\\/h2>\\n                <p>Hello User Demo,<\\/p>\\n                <p>Your password has been changed successfully.<\\/p>\\n                <br>\\n                <p>Thank you,<\\/p>\\n                <p>MXFlix<\\/p>\\n          \\\";s:2:\\\"id\\\";s:36:\\\"840bc461-605e-435f-87ca-24c61737079d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520660,\"delay\":null}', 0, NULL, 1772520660, 1772520660),
(372, 'notifications', '{\"uuid\":\"c0f16efd-8e19-4dfe-8b96-5454071f6fec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\",\"command\":\"O:54:\\\"Modules\\\\NotificationTemplate\\\\Jobs\\\\SendBulkNotification\\\":2:{s:7:\\\"\\u0000*\\u0000data\\\";a:3:{s:17:\\\"notification_type\\\";s:15:\\\"change_password\\\";s:7:\\\"user_id\\\";i:25;s:9:\\\"user_name\\\";s:8:\\\"Usrr Chh\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520885,\"delay\":null}', 0, NULL, 1772520885, 1772520885),
(373, 'notifications', '{\"uuid\":\"73037aae-9ee8-4913-b565-e7c0e4dc001c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:25;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:21:\\\"forget_email_password\\\";s:4:\\\"data\\\";a:22:{s:17:\\\"notification_type\\\";s:21:\\\"forget_email_password\\\";s:7:\\\"user_id\\\";i:25;s:9:\\\"user_name\\\";s:8:\\\"Usrr Chh\\\";s:10:\\\"reset_link\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:9:\\\"reset_url\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:19:\\\"password_reset_link\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:4:\\\"type\\\";s:30:\\\"Your Password Has Been Updated\\\";s:23:\\\"logged_in_user_fullname\\\";s:0:\\\"\\\";s:19:\\\"logged_in_user_role\\\";s:0:\\\"\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";N;s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";N;s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:77:\\\"Hello Usrr Chh, your password has been updated successfully for your account.\\\";}s:7:\\\"subject\\\";s:30:\\\"Your Password Has Been Updated\\\";s:13:\\\"email_subject\\\";s:25:\\\"Password Reset Successful\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:77:\\\"Hello Usrr Chh, your password has been updated successfully for your account.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:257:\\\"\\n                 <h2>Password Change Successful <\\/h2>\\n                <p>Hello Usrr Chh,<\\/p>\\n                <p>Your password has been changed successfully.<\\/p>\\n                <br>\\n                <p>Thank you,<\\/p>\\n                <p>MXFlix<\\/p>\\n          \\\";s:2:\\\"id\\\";s:36:\\\"5c008529-626f-4f71-9761-c7fb0fc4dba0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520922,\"delay\":null}', 0, NULL, 1772520922, 1772520922),
(374, 'notifications', '{\"uuid\":\"0565d005-26e1-4b98-87b1-cc6e5ad96677\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:25;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:21:\\\"forget_email_password\\\";s:4:\\\"data\\\";a:22:{s:17:\\\"notification_type\\\";s:21:\\\"forget_email_password\\\";s:7:\\\"user_id\\\";i:25;s:9:\\\"user_name\\\";s:8:\\\"Usrr Chh\\\";s:10:\\\"reset_link\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:9:\\\"reset_url\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:19:\\\"password_reset_link\\\";s:147:\\\"https:\\/\\/mxflix.mimeld.com\\/admin\\/reset-password\\/caab09842d6edd23fe9b43abfc6805c34925bbc853c18e6972d85be0895e3e92?email=shiwa2172000%40gmail.com\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:4:\\\"type\\\";s:30:\\\"Your Password Has Been Updated\\\";s:23:\\\"logged_in_user_fullname\\\";s:0:\\\"\\\";s:19:\\\"logged_in_user_role\\\";s:0:\\\"\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:12:\\\"+15162023950\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";N;s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";N;s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:77:\\\"Hello Usrr Chh, your password has been updated successfully for your account.\\\";}s:7:\\\"subject\\\";s:30:\\\"Your Password Has Been Updated\\\";s:13:\\\"email_subject\\\";s:25:\\\"Password Reset Successful\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:77:\\\"Hello Usrr Chh, your password has been updated successfully for your account.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"0\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:257:\\\"\\n                 <h2>Password Change Successful <\\/h2>\\n                <p>Hello Usrr Chh,<\\/p>\\n                <p>Your password has been changed successfully.<\\/p>\\n                <br>\\n                <p>Thank you,<\\/p>\\n                <p>MXFlix<\\/p>\\n          \\\";s:2:\\\"id\\\";s:36:\\\"5c008529-626f-4f71-9761-c7fb0fc4dba0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772520922,\"delay\":null}', 0, NULL, 1772520922, 1772520922),
(376, 'notifications', '{\"uuid\":\"1dadc0ee-d3f2-4ad3-a82d-2deb424278a6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1a770eca-760a-416f-8dfc-1d4397faeda5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(377, 'notifications', '{\"uuid\":\"57a0abc7-7c51-4de3-b215-a5f3da1e0744\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1a770eca-760a-416f-8dfc-1d4397faeda5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(378, 'notifications', '{\"uuid\":\"480e4542-c91a-419d-bad8-9ffc744d2197\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"1a770eca-760a-416f-8dfc-1d4397faeda5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(379, 'notifications', '{\"uuid\":\"bfbd0266-9030-4ac3-954e-4a81c06d9246\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ada01c03-82f1-487e-8bc6-593687f03a8e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(380, 'notifications', '{\"uuid\":\"283ef38a-6a16-439f-86a9-678cfcc44126\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ada01c03-82f1-487e-8bc6-593687f03a8e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(381, 'notifications', '{\"uuid\":\"87377fc6-abe8-4e97-bd9f-e5994253e973\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"ada01c03-82f1-487e-8bc6-593687f03a8e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(382, 'notifications', '{\"uuid\":\"9f8dc4de-a74b-426d-9d48-c4f48afcf66d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $15.00<\\/p><p>Tax Amount: $7.05<\\/p><p>Total Amount: $22.05<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9bbffcac-015b-400a-bcb6-3d94264ea407\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(383, 'notifications', '{\"uuid\":\"a6cbb519-ba66-44cc-bf4c-b86e33d0c600\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $15.00<\\/p><p>Tax Amount: $7.05<\\/p><p>Total Amount: $22.05<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9bbffcac-015b-400a-bcb6-3d94264ea407\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(384, 'notifications', '{\"uuid\":\"9ea5007f-070d-4451-b372-dd2f7deeff3f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-04-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:29;s:7:\\\"plan_id\\\";i:2;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:15;s:16:\\\"amount_formatted\\\";s:6:\\\"$15.00\\\";s:10:\\\"tax_amount\\\";d:7.050000000000001;s:20:\\\"tax_amount_formatted\\\";s:5:\\\"$7.05\\\";s:12:\\\"total_amount\\\";d:22.05;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$22.05\\\";s:15:\\\"coupon_discount\\\";d:5;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$5.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:7:\\\"1 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:354:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2026-04-03<\\/p><p>Amount: $15.00<\\/p><p>Tax Amount: $7.05<\\/p><p>Total Amount: $22.05<\\/p><p>Duration: 1 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9bbffcac-015b-400a-bcb6-3d94264ea407\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527508,\"delay\":null}', 0, NULL, 1772527508, 1772527508),
(386, 'notifications', '{\"uuid\":\"a761f9ae-045b-46f9-a796-79360ea94180\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7825cabb-4bdd-4b33-a5eb-eb31dd996853\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(387, 'notifications', '{\"uuid\":\"4681ebae-55b3-47e1-9e22-d9ee8ae7cdbb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7825cabb-4bdd-4b33-a5eb-eb31dd996853\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(388, 'notifications', '{\"uuid\":\"659f5a1a-6493-4f72-bc9d-b712f4c11bba\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7825cabb-4bdd-4b33-a5eb-eb31dd996853\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(389, 'notifications', '{\"uuid\":\"06c4778c-ac9a-4597-865d-e38796139259\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"571eeafb-65e1-49f5-b1ab-11a1f243a05e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(390, 'notifications', '{\"uuid\":\"10ced308-e870-4471-aa62-3ee34ede2d27\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"571eeafb-65e1-49f5-b1ab-11a1f243a05e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(391, 'notifications', '{\"uuid\":\"b724fd75-aac2-431a-981e-a883a7766b7d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"571eeafb-65e1-49f5-b1ab-11a1f243a05e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(392, 'notifications', '{\"uuid\":\"66aacffa-5e69-4837-8e09-1ead9d7b5128\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4e6f434b-df56-4897-8e63-11aff8579c98\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(393, 'notifications', '{\"uuid\":\"32926f4e-cddf-4425-ab32-90e0fdd3b7b2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4e6f434b-df56-4897-8e63-11aff8579c98\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(394, 'notifications', '{\"uuid\":\"d3e8d280-7160-4e04-a57a-2f780a52b130\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:30;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"4e6f434b-df56-4897-8e63-11aff8579c98\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527785,\"delay\":null}', 0, NULL, 1772527785, 1772527785),
(396, 'notifications', '{\"uuid\":\"31b3edd9-4f86-40fd-ab11-45f0fb5cfd4a\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"2b4a2e11-0ac4-45b4-8e0c-8b06610ef400\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(397, 'notifications', '{\"uuid\":\"1ef299f6-225d-42b2-8626-c1e222c8864e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"2b4a2e11-0ac4-45b4-8e0c-8b06610ef400\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(398, 'notifications', '{\"uuid\":\"5e9408d5-90b0-4da7-9e28-023f3344c243\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"2b4a2e11-0ac4-45b4-8e0c-8b06610ef400\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(399, 'notifications', '{\"uuid\":\"0d8cd1f7-2ece-4530-831d-0e640fe7cd14\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cc323270-d75a-485b-a2f6-165f9b45f8d2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(400, 'notifications', '{\"uuid\":\"5ec2b5bb-70d1-4abb-867f-0cee9d6f5de8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cc323270-d75a-485b-a2f6-165f9b45f8d2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(401, 'notifications', '{\"uuid\":\"5e0f51d7-731e-4a20-95f5-68d8b3ce1234\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"cc323270-d75a-485b-a2f6-165f9b45f8d2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(402, 'notifications', '{\"uuid\":\"ceb2bf73-d31e-4146-95f9-5fbd4f7c9c0d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"15a7acb8-165f-4f41-a199-db50e6099015\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(403, 'notifications', '{\"uuid\":\"731a28c2-befc-4bbe-a3da-6d27f7fc23ec\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"15a7acb8-165f-4f41-a199-db50e6099015\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(404, 'notifications', '{\"uuid\":\"54715f73-8f3b-466d-ae87-3502beadbd21\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2026-06-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:31;s:7:\\\"plan_id\\\";i:3;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:16:\\\"amount_formatted\\\";s:6:\\\"$50.00\\\";s:10:\\\"tax_amount\\\";d:23.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$23.50\\\";s:12:\\\"total_amount\\\";d:73.5;s:22:\\\"total_amount_formatted\\\";s:6:\\\"$73.50\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:3;s:18:\\\"duration_formatted\\\";s:7:\\\"3 Month\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2026-06-03<\\/p><p>Amount: $50.00<\\/p><p>Tax Amount: $23.50<\\/p><p>Total Amount: $73.50<\\/p><p>Duration: 3 Month <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"15a7acb8-165f-4f41-a199-db50e6099015\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772527827,\"delay\":null}', 0, NULL, 1772527827, 1772527827),
(406, 'notifications', '{\"uuid\":\"ced5b747-a103-4a70-83cb-9744b0afdf5e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7934fd30-a017-4766-ba46-b8f307521099\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(407, 'notifications', '{\"uuid\":\"f02ded81-6007-4b80-a43b-8f65efffb8ff\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7934fd30-a017-4766-ba46-b8f307521099\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(408, 'notifications', '{\"uuid\":\"a379cde5-940a-497e-9721-470610a77ea6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"7934fd30-a017-4766-ba46-b8f307521099\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(409, 'notifications', '{\"uuid\":\"d44fbc11-5ade-497f-8888-cdc1d84ffba6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481dae92-9d4d-4ccb-9237-bd4d2cb7ce00\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(410, 'notifications', '{\"uuid\":\"63b4a987-30a1-41c4-9a8e-f67b578af5b5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481dae92-9d4d-4ccb-9237-bd4d2cb7ce00\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(411, 'notifications', '{\"uuid\":\"f4f50545-d778-4eb1-a357-41e1f9b4cea9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"481dae92-9d4d-4ccb-9237-bd4d2cb7ce00\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(412, 'notifications', '{\"uuid\":\"2cca8458-433d-48f0-a2db-f7edc09c62a9\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b0bbe522-528a-4b1e-a96d-f884812028ab\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(413, 'notifications', '{\"uuid\":\"b194a235-cb7d-4074-9381-55588debac18\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b0bbe522-528a-4b1e-a96d-f884812028ab\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(414, 'notifications', '{\"uuid\":\"938f411a-bbd6-475e-8682-b6475b530381\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"User Demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:32;s:7:\\\"plan_id\\\";s:1:\\\"6\\\";s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"user_email\\\";s:14:\\\"user2@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543212\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:89:\\\"Welcome User Demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: User Demo<\\/p><p>Email: user2@demo.com<\\/p><p>Contact No: +919876543212<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b0bbe522-528a-4b1e-a96d-f884812028ab\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528160,\"delay\":null}', 0, NULL, 1772528160, 1772528160),
(416, 'notifications', '{\"uuid\":\"3c5ca182-34f0-4d21-a0b0-1151744231e4\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f53cf05e-47e3-4342-88a3-ed655b1290b4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(417, 'notifications', '{\"uuid\":\"eb4c89ac-4a52-43a3-a1f9-85e5560da7fe\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f53cf05e-47e3-4342-88a3-ed655b1290b4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(418, 'notifications', '{\"uuid\":\"d3a13ce2-fda1-492b-aedf-3a7ad64c855e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:44:\\\"New user Admin Demo subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:295:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"f53cf05e-47e3-4342-88a3-ed655b1290b4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(419, 'notifications', '{\"uuid\":\"7233ee41-8b74-4c8a-89a7-e05f425d5f21\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bf2f1d55-f363-4790-b639-da6ee21d748d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(420, 'notifications', '{\"uuid\":\"a59ada46-aa87-4e45-b6f4-0a794cf0e7cb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bf2f1d55-f363-4790-b639-da6ee21d748d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(421, 'notifications', '{\"uuid\":\"e420225a-1b85-4b2a-ae6e-5b5e4c6bd74b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:45:\\\"New user Ivan Norris subscribed - Plan: Basic\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Basic<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"bf2f1d55-f363-4790-b639-da6ee21d748d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(422, 'notifications', '{\"uuid\":\"60eddb00-d640-4cf8-bb57-7ba65068a73e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:349:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9fcdb163-d99e-4da9-8e4e-dce2d23264e4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(423, 'notifications', '{\"uuid\":\"42c1fb8d-5de1-4782-a4e0-2749c50e5922\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:349:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9fcdb163-d99e-4da9-8e4e-dce2d23264e4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(424, 'notifications', '{\"uuid\":\"e1086796-7a19-4e92-a435-dba109b28fd6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:33;s:7:\\\"plan_id\\\";i:4;s:17:\\\"subscription_plan\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:16:\\\"amount_formatted\\\";s:7:\\\"$100.00\\\";s:10:\\\"tax_amount\\\";d:47;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$47.00\\\";s:12:\\\"total_amount\\\";d:147;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$147.00\\\";s:15:\\\"coupon_discount\\\";i:0;s:25:\\\"coupon_discount_formatted\\\";s:5:\\\"$0.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:349:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Basic<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $100.00<\\/p><p>Tax Amount: $47.00<\\/p><p>Total Amount: $147.00<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"9fcdb163-d99e-4da9-8e4e-dce2d23264e4\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772528932,\"delay\":null}', 0, NULL, 1772528932, 1772528932),
(426, 'notifications', '{\"uuid\":\"855c3359-b7c4-4bc0-933e-64f76caa24cb\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b91b6443-8d6a-4f9b-92df-21bda6bdb3c8\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(427, 'notifications', '{\"uuid\":\"d146eb73-d5d9-43f7-96bc-aced66ed03af\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b91b6443-8d6a-4f9b-92df-21bda6bdb3c8\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(428, 'notifications', '{\"uuid\":\"88970723-fc13-454f-8fa7-143245be7b67\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:51:\\\"New user Admin Demo subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:302:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b91b6443-8d6a-4f9b-92df-21bda6bdb3c8\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(429, 'notifications', '{\"uuid\":\"d8990a67-0be8-4166-a04e-e76963a39b98\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e8745c9b-d6d2-44a7-b9c2-ab1f4c8a0663\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(430, 'notifications', '{\"uuid\":\"5574077b-0d78-4e01-9633-88b2a46bcda6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e8745c9b-d6d2-44a7-b9c2-ab1f4c8a0663\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(431, 'notifications', '{\"uuid\":\"ed6ee112-7137-4534-9aee-e95a451f5fbd\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Ivan Norris subscribed - Plan: Premium Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:310:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Premium Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"e8745c9b-d6d2-44a7-b9c2-ab1f4c8a0663\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(432, 'notifications', '{\"uuid\":\"3358709e-1899-4c14-bc3c-778debe4095e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $150.00<\\/p><p>Tax Amount: $70.50<\\/p><p>Total Amount: $220.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b86d79b7-edfc-4705-95d6-2fa7ddb7ccf2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(433, 'notifications', '{\"uuid\":\"56f1df79-b047-4d75-b457-0319d60af1ac\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $150.00<\\/p><p>Tax Amount: $70.50<\\/p><p>Total Amount: $220.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b86d79b7-edfc-4705-95d6-2fa7ddb7ccf2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(434, 'notifications', '{\"uuid\":\"b8a78d57-927b-4e0a-8ed2-92fdcea720a5\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:34;s:7:\\\"plan_id\\\";i:5;s:17:\\\"subscription_plan\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:150;s:16:\\\"amount_formatted\\\";s:7:\\\"$150.00\\\";s:10:\\\"tax_amount\\\";d:70.5;s:20:\\\"tax_amount_formatted\\\";s:6:\\\"$70.50\\\";s:12:\\\"total_amount\\\";d:220.5;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$220.50\\\";s:15:\\\"coupon_discount\\\";d:50;s:25:\\\"coupon_discount_formatted\\\";s:6:\\\"$50.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:356:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Premium Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $150.00<\\/p><p>Tax Amount: $70.50<\\/p><p>Total Amount: $220.50<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"b86d79b7-edfc-4705-95d6-2fa7ddb7ccf2\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529004,\"delay\":null}', 0, NULL, 1772529004, 1772529004),
(436, 'notifications', '{\"uuid\":\"14319f77-5968-4ddd-970d-9290c001f42e\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"3b16fbd8-52d6-432f-9be8-76a67993e4e7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(437, 'notifications', '{\"uuid\":\"a164bcdb-5442-49d2-afa8-cea97397f56b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"3b16fbd8-52d6-432f-9be8-76a67993e4e7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(438, 'notifications', '{\"uuid\":\"a08add80-bd1d-404f-854b-5aacb2791622\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:1;s:9:\\\"user_name\\\";s:10:\\\"Admin Demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:10:\\\"2026-03-03\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:5:\\\"admin\\\";s:7:\\\"message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:52:\\\"New user Admin Demo subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:303:\\\"<p>Dear Admin Demo,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Admin Demo<\\/li><li>Subscription Date: 2026-03-03<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"3b16fbd8-52d6-432f-9be8-76a67993e4e7\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(439, 'notifications', '{\"uuid\":\"476efde9-2b89-46fd-98fb-bea8f3acb96f\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"56fa8d44-afc0-4db1-98b6-f5dc16ffe15a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(440, 'notifications', '{\"uuid\":\"e9fdfe0b-f1f5-43a7-84aa-039fce111b3b\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"56fa8d44-afc0-4db1-98b6-f5dc16ffe15a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(441, 'notifications', '{\"uuid\":\"d93d3363-351f-4d65-a414-ae1534b92506\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:34:\\\"New Subscription - Review Required\\\";s:7:\\\"user_id\\\";i:2;s:9:\\\"user_name\\\";s:11:\\\"Ivan Norris\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 05:30\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:10:\\\"demo_admin\\\";s:7:\\\"message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";}s:7:\\\"subject\\\";s:34:\\\"New Subscription - Review Required\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:53:\\\"New user Ivan Norris subscribed - Plan: Ultimate Plan\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:311:\\\"<p>Dear Ivan Norris,<\\/p><p>A new user has subscribed to the platform.<\\/p><p>Subscription Details:<\\/p><ul><li>New User: Ivan Norris<\\/li><li>Subscription Date: 2026-03-03 05:30<\\/li><li>Plan Type: Ultimate Plan<\\/li><li>Status: Active<\\/li><\\/ul><p>Please review the subscription details and welcome the new user.<\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"56fa8d44-afc0-4db1-98b6-f5dc16ffe15a\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(442, 'notifications', '{\"uuid\":\"6eadf69d-67e7-4efd-afbd-2ff5f8cae414\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a96449fe-2cab-4d3e-8134-bab222a23085\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(443, 'notifications', '{\"uuid\":\"4e743dfa-5f2c-481e-9e70-29c90fe3c4e2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a96449fe-2cab-4d3e-8134-bab222a23085\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(444, 'notifications', '{\"uuid\":\"6a6c15e7-c3a3-4dda-a59e-beebb7cc7f1d\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:16:\\\"new_subscription\\\";s:4:\\\"data\\\";a:40:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:4:\\\"type\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:10:\\\"movie_name\\\";s:0:\\\"\\\";s:11:\\\"tvshow_name\\\";s:0:\\\"\\\";s:11:\\\"season_name\\\";s:0:\\\"\\\";s:12:\\\"episode_name\\\";s:0:\\\"\\\";s:8:\\\"end_date\\\";s:10:\\\"2027-03-03\\\";s:12:\\\"content_type\\\";s:0:\\\"\\\";s:10:\\\"start_date\\\";s:16:\\\"2026-03-03 11:00\\\";s:8:\\\"app_name\\\";s:6:\\\"MXFlix\\\";s:2:\\\"id\\\";i:35;s:7:\\\"plan_id\\\";i:6;s:17:\\\"subscription_plan\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:375;s:16:\\\"amount_formatted\\\";s:7:\\\"$375.00\\\";s:10:\\\"tax_amount\\\";d:176.25;s:20:\\\"tax_amount_formatted\\\";s:7:\\\"$176.25\\\";s:12:\\\"total_amount\\\";d:551.25;s:22:\\\"total_amount_formatted\\\";s:7:\\\"$551.25\\\";s:15:\\\"coupon_discount\\\";d:125;s:25:\\\"coupon_discount_formatted\\\";s:7:\\\"$125.00\\\";s:8:\\\"duration\\\";i:1;s:18:\\\"duration_formatted\\\";s:6:\\\"1 Year\\\";s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"user_email\\\";s:14:\\\"user1@demo.com\\\";s:11:\\\"user_mobile\\\";s:13:\\\"+919876543210\\\";s:4:\\\"days\\\";i:0;s:14:\\\"days_remaining\\\";i:0;s:18:\\\"notification_group\\\";s:12:\\\"subscription\\\";s:8:\\\"site_url\\\";s:30:\\\"https:\\/\\/mxflix.mimeld.com\\\";s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";}s:7:\\\"subject\\\";s:30:\\\"Welcome - Subscription Active!\\\";s:13:\\\"email_subject\\\";s:22:\\\"New User is subscribe!\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:91:\\\"Welcome user 1 demo! Your subscription is now active - Start exploring our content library.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"1\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:358:\\\"<h2>Welcome to  MXFlix🎉<\\/h2><p>Your subscription has been activated successfully.<\\/p><br><h2>Subscription Details<\\/h2><p>User: user 1 demo<\\/p><p>Email: user1@demo.com<\\/p><p>Contact No: +919876543210<\\/p><p>Plan: Ultimate Plan<\\/p><p>End Date: 2027-03-03<\\/p><p>Amount: $375.00<\\/p><p>Tax Amount: $176.25<\\/p><p>Total Amount: $551.25<\\/p><p>Duration: 1 Year <\\/p>\\\";s:2:\\\"id\\\";s:36:\\\"a96449fe-2cab-4d3e-8134-bab222a23085\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:52:\\\"Modules\\\\NotificationTemplate\\\\Broadcasting\\\\FcmChannel\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772529073,\"delay\":null}', 0, NULL, 1772529073, 1772529073),
(445, 'notifications', '{\"uuid\":\"7e78e60a-db80-412f-a0dc-0ab16d673f49\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:3:\\\"otp\\\";i:7311;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 7311.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 7311.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">7311<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"c258d581-ff26-47f6-8ad9-9b9b967a75d1\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772680875,\"delay\":null}', 0, NULL, 1772680875, 1772680875),
(446, 'notifications', '{\"uuid\":\"f018b628-cd69-493a-b2a6-57cfb4da5ef6\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:3:\\\"otp\\\";i:9770;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 9770.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 9770.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">9770<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"cfc77d4e-eab1-45fc-91c9-d08929bb7a79\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772680887,\"delay\":null}', 0, NULL, 1772680887, 1772680887),
(447, 'notifications', '{\"uuid\":\"91f97842-6800-4ea9-96a5-670eebb68405\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:21;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:21;s:9:\\\"user_name\\\";s:9:\\\"user demo\\\";s:3:\\\"otp\\\";i:3824;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 3824.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 3824.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">3824<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"fe09d079-4435-42ef-9f76-d84d91bbc9b9\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772680893,\"delay\":null}', 0, NULL, 1772680893, 1772680893),
(448, 'default', '{\"uuid\":\"a2cdfe21-e850-4e92-8c91-f46dd2830ff8\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:21;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:31:25\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1;s:10:\\\"tax_amount\\\";d:1.8800000000000001154631945610162802040576934814453125;s:12:\\\"total_amount\\\";d:5.87999999999999989341858963598497211933135986328125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:21;s:10:\\\"created_by\\\";i:21;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:2:\\\"id\\\";i:36;s:10:\\\"payment_id\\\";i:33;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:21;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:31:25\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1;s:10:\\\"tax_amount\\\";d:1.8800000000000001154631945610162802040576934814453125;s:12:\\\"total_amount\\\";d:5.87999999999999989341858963598497211933135986328125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:21;s:10:\\\"created_by\\\";i:21;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:31:25\\\";s:2:\\\"id\\\";i:36;s:10:\\\"payment_id\\\";i:33;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:33;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772681485,\"delay\":null}', 0, NULL, 1772681485, 1772681485),
(449, 'default', '{\"uuid\":\"2a442e6f-a072-4f3f-a3c0-356269e661df\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:37:56\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1;s:10:\\\"tax_amount\\\";d:1.8800000000000001154631945610162802040576934814453125;s:12:\\\"total_amount\\\";d:5.87999999999999989341858963598497211933135986328125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:2:\\\"id\\\";i:37;s:10:\\\"payment_id\\\";i:34;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:37:56\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1;s:10:\\\"tax_amount\\\";d:1.8800000000000001154631945610162802040576934814453125;s:12:\\\"total_amount\\\";d:5.87999999999999989341858963598497211933135986328125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:37:56\\\";s:2:\\\"id\\\";i:37;s:10:\\\"payment_id\\\";i:34;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:34;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772681877,\"delay\":null}', 0, NULL, 1772681877, 1772681877),
(450, 'default', '{\"uuid\":\"e1849f30-3c77-4027-b8ad-d024f1d769cd\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:2;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:39:06\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:6;s:10:\\\"tax_amount\\\";d:6.5800000000000000710542735760100185871124267578125;s:12:\\\"total_amount\\\";d:20.5799999999999982946974341757595539093017578125;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:2;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:5;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:6;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:7;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:8;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:19;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:20;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:2:\\\"id\\\";i:38;s:10:\\\"payment_id\\\";i:35;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:2;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 03:39:06\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:20;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:6;s:10:\\\"tax_amount\\\";d:6.5800000000000000710542735760100185871124267578125;s:12:\\\"total_amount\\\";d:20.5799999999999982946974341757595539093017578125;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:2;s:9:\\\"plan_type\\\";s:1148:\\\"[{\\\"id\\\":5,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":6,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":7,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 2 devices simultaneously.\\\"},{\\\"id\\\":8,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":19,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"1\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":20,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:39:06\\\";s:2:\\\"id\\\";i:38;s:10:\\\"payment_id\\\";i:35;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:35;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772681946,\"delay\":null}', 0, NULL, 1772681946, 1772681946),
(451, 'notifications', '{\"uuid\":\"5888ba93-e8b8-4ab7-82bf-3dc3379148f0\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:3:\\\"otp\\\";i:6479;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 6479.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 6479.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:581:\\\"\\n                <p>Hello user 1 demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">6479<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"6a478bfb-7d9e-4134-bccc-d9c6e1465a8d\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772682189,\"delay\":null}', 0, NULL, 1772682189, 1772682189),
(452, 'notifications', '{\"uuid\":\"26f171e0-01ab-4116-bfb4-7e222584890c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:3:\\\"otp\\\";i:9145;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 9145.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 9145.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:581:\\\"\\n                <p>Hello user 1 demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">9145<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"86a32175-aade-4132-9fa4-08556b4c3325\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772682192,\"delay\":null}', 0, NULL, 1772682192, 1772682192);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(453, 'default', '{\"uuid\":\"d5b32104-9ffa-497e-ad2d-5777738444c2\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:3;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-06-05 03:43:41\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";s:5:\\\"10.00\\\";s:10:\\\"tax_amount\\\";d:18.800000000000000710542735760100185871124267578125;s:12:\\\"total_amount\\\";d:58.7999999999999971578290569595992565155029296875;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:3;s:5:\\\"level\\\";i:3;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:9;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:10;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:11;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:12;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:21;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:22;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:2:\\\"id\\\";i:39;s:10:\\\"payment_id\\\";i:36;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:3;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-06-05 03:43:41\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:50;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";s:5:\\\"10.00\\\";s:10:\\\"tax_amount\\\";d:18.800000000000000710542735760100185871124267578125;s:12:\\\"total_amount\\\";d:58.7999999999999971578290569595992565155029296875;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:3;s:5:\\\"level\\\";i:3;s:9:\\\"plan_type\\\";s:1151:\\\"[{\\\"id\\\":9,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":10,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":11,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":12,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":21,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":22,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:43:41\\\";s:2:\\\"id\\\";i:39;s:10:\\\"payment_id\\\";i:36;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:36;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772682221,\"delay\":null}', 0, NULL, 1772682221, 1772682221),
(454, 'default', '{\"uuid\":\"466c5acb-4ebf-46a9-a17a-2f04b1f7d47d\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:4;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:45:37\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:20;s:10:\\\"tax_amount\\\";d:37.60000000000000142108547152020037174224853515625;s:12:\\\"total_amount\\\";d:117.599999999999994315658113919198513031005859375;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:4;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:13;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:14;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:15;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:16;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:23;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:24;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:2:\\\"id\\\";i:40;s:10:\\\"payment_id\\\";i:37;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:4;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:45:37\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:100;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:20;s:10:\\\"tax_amount\\\";d:37.60000000000000142108547152020037174224853515625;s:12:\\\"total_amount\\\";d:117.599999999999994315658113919198513031005859375;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:4;s:9:\\\"plan_type\\\";s:1142:\\\"[{\\\"id\\\":13,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":14,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":15,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":16,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":23,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":24,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:45:37\\\";s:2:\\\"id\\\";i:40;s:10:\\\"payment_id\\\";i:37;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:37;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772682337,\"delay\":null}', 0, NULL, 1772682337, 1772682337),
(455, 'notifications', '{\"uuid\":\"bce58bef-a92d-4193-aaf8-b7be1e5162da\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:27;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:27;s:9:\\\"user_name\\\";s:9:\\\"user user\\\";s:3:\\\"otp\\\";i:7261;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 7261.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 7261.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user user,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">7261<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"efc1a876-a356-4c35-8716-ea2c307ea33c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772682368,\"delay\":null}', 0, NULL, 1772682368, 1772682368),
(456, 'default', '{\"uuid\":\"c0bd4243-5fde-4c7c-9cf2-85ba40ea0d0e\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:5;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:46:38\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:94;s:12:\\\"total_amount\\\";d:294;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:5;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:2:\\\"id\\\";i:41;s:10:\\\"payment_id\\\";i:38;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:5;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:46:38\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:94;s:12:\\\"total_amount\\\";d:294;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:5;s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":25,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":26,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":27,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 2 devices simultaneously.\\\"},{\\\"id\\\":28,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":29,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"1\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":30,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:46:38\\\";s:2:\\\"id\\\";i:41;s:10:\\\"payment_id\\\";i:38;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:38;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772682398,\"delay\":null}', 0, NULL, 1772682398, 1772682398),
(457, 'default', '{\"uuid\":\"8e9e612b-8522-40dd-9967-d8b5aa78ceef\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:48:03\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:235;s:12:\\\"total_amount\\\";d:735;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:2:\\\"id\\\";i:42;s:10:\\\"payment_id\\\";i:39;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 03:48:03\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:235;s:12:\\\"total_amount\\\";d:735;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 03:48:03\\\";s:2:\\\"id\\\";i:42;s:10:\\\"payment_id\\\";i:39;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:39;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772682483,\"delay\":null}', 0, NULL, 1772682483, 1772682483),
(458, 'notifications', '{\"uuid\":\"7b43cf89-868a-48d2-ad59-8c57e1ec187c\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:3:\\\"otp\\\";i:7615;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 7615.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 7615.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:581:\\\"\\n                <p>Hello user 1 demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">7615<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"886b5105-2911-41b1-85f0-824efdfe3f5c\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772684891,\"delay\":null}', 0, NULL, 1772684891, 1772684891),
(459, 'notifications', '{\"uuid\":\"ae68141c-985e-4237-b54d-46620a7799ca\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:23;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:23;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:3:\\\"otp\\\";i:5154;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 5154.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 5154.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello User Demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">5154<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"97446077-7d5d-4cef-bc86-16d0011065e0\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772686208,\"delay\":null}', 0, NULL, 1772686208, 1772686208),
(460, 'notifications', '{\"uuid\":\"2ad9af57-d1de-4e39-82dd-afed53df4de8\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:27;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:27;s:9:\\\"user_name\\\";s:9:\\\"user user\\\";s:3:\\\"otp\\\";i:4646;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 4646.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 4646.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user user,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">4646<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"063f5955-f97f-49f4-bf74-b12447765ed5\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772686488,\"delay\":null}', 0, NULL, 1772686488, 1772686488);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(461, 'notifications', '{\"uuid\":\"9c33ed42-4867-418d-8db5-ca21d0c1cb64\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:24;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:24;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:3:\\\"otp\\\";i:4705;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 4705.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 4705.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello User Demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">4705<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"59e5daad-dc4a-4403-9f72-f5608bbbe130\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772686605,\"delay\":null}', 0, NULL, 1772686605, 1772686605),
(462, 'default', '{\"uuid\":\"07926541-f6f7-4acd-8e2a-746380535c80\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user user\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:27;s:9:\\\"device_id\\\";s:15:\\\"SP1A.210812.016\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 04:58:42\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:125;s:10:\\\"tax_amount\\\";d:176.25;s:12:\\\"total_amount\\\";d:551.25;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:27;s:10:\\\"created_by\\\";i:27;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:2:\\\"id\\\";i:43;s:10:\\\"payment_id\\\";i:40;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:27;s:9:\\\"device_id\\\";s:15:\\\"SP1A.210812.016\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 04:58:42\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:125;s:10:\\\"tax_amount\\\";d:176.25;s:12:\\\"total_amount\\\";d:551.25;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:27;s:10:\\\"created_by\\\";i:27;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 04:58:42\\\";s:2:\\\"id\\\";i:43;s:10:\\\"payment_id\\\";i:40;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:40;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772686722,\"delay\":null}', 0, NULL, 1772686722, 1772686722),
(463, 'notifications', '{\"uuid\":\"ff95973d-9af4-4c0d-b1eb-0b71f1e25ef7\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:24;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:24;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:3:\\\"otp\\\";i:2567;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 2567.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 2567.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello User Demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">2567<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"dc885575-4aec-4442-ad12-bd1513fe6c98\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772686889,\"delay\":null}', 0, NULL, 1772686889, 1772686889),
(464, 'notifications', '{\"uuid\":\"79c56f96-65dc-4870-9121-9d0496305aa1\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:24;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:24;s:9:\\\"user_name\\\";s:9:\\\"User Demo\\\";s:3:\\\"otp\\\";i:1593;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 1593.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 1593.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello User Demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">1593<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"ca812397-02ea-4888-aae8-5fd0e4ed1ff8\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772687252,\"delay\":null}', 0, NULL, 1772687252, 1772687252),
(465, 'notifications', '{\"uuid\":\"3fd4256d-4524-4e0d-a965-666863b27d12\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:27;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:27;s:9:\\\"user_name\\\";s:9:\\\"user user\\\";s:3:\\\"otp\\\";i:8329;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 8329.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 8329.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:579:\\\"\\n                <p>Hello user user,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">8329<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"ef25abd0-0800-4b84-b64b-53f628a7503e\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772687394,\"delay\":null}', 0, NULL, 1772687394, 1772687394),
(466, 'default', '{\"uuid\":\"6bef942c-aa7a-40f5-b290-40991e28b9ac\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:9:\\\"user user\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:27;s:9:\\\"device_id\\\";s:15:\\\"SP1A.210812.016\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 05:15:40\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:2.350000000000000088817841970012523233890533447265625;s:12:\\\"total_amount\\\";d:7.3499999999999996447286321199499070644378662109375;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:27;s:10:\\\"created_by\\\";i:27;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:2:\\\"id\\\";i:44;s:10:\\\"payment_id\\\";i:41;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:27;s:9:\\\"device_id\\\";s:15:\\\"SP1A.210812.016\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 05:15:40\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";i:0;s:10:\\\"tax_amount\\\";d:2.350000000000000088817841970012523233890533447265625;s:12:\\\"total_amount\\\";d:7.3499999999999996447286321199499070644378662109375;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:27;s:10:\\\"created_by\\\";i:27;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 05:15:40\\\";s:2:\\\"id\\\";i:44;s:10:\\\"payment_id\\\";i:41;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:41;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772687740,\"delay\":null}', 0, NULL, 1772687740, 1772687740),
(467, 'notifications', '{\"uuid\":\"48e53e84-fbf0-4003-bf26-851153a3d807\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:3:\\\"otp\\\";i:6613;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 6613.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 6613.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:581:\\\"\\n                <p>Hello user 1 demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">6613<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"cfa4538e-8700-4755-b21b-b42d04346009\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772692386,\"delay\":null}', 0, NULL, 1772692386, 1772692386),
(468, 'notifications', '{\"uuid\":\"f2ea0f2f-0885-4408-b01d-6c63fa6bf2a2\",\"displayName\":\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":4:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:22;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:61:\\\"Modules\\\\NotificationTemplate\\\\Notifications\\\\CommonNotification\\\":10:{s:4:\\\"type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"data\\\";a:7:{s:9:\\\"user_type\\\";s:4:\\\"user\\\";s:7:\\\"user_id\\\";i:22;s:9:\\\"user_name\\\";s:11:\\\"user 1 demo\\\";s:3:\\\"otp\\\";i:9722;s:17:\\\"notification_type\\\";s:20:\\\"parental_control_otp\\\";s:4:\\\"type\\\";s:16:\\\"OTP Verification\\\";s:7:\\\"message\\\";s:49:\\\"Your OTP for parental control PIN change is 9722.\\\";}s:7:\\\"subject\\\";s:16:\\\"OTP Verification\\\";s:13:\\\"email_subject\\\";s:16:\\\"OTP Verification\\\";s:12:\\\"notification\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:56:\\\"Modules\\\\NotificationTemplate\\\\Models\\\\NotificationTemplate\\\";s:2:\\\"id\\\";i:36;s:9:\\\"relations\\\";a:1:{i:0;s:30:\\\"defaultNotificationTemplateMap\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:20:\\\"notification_message\\\";s:49:\\\"Your OTP for parental control PIN change is 9722.\\\";s:7:\\\"appData\\\";a:3:{s:7:\\\"IS_MAIL\\\";s:1:\\\"1\\\";s:17:\\\"PUSH_NOTIFICATION\\\";s:1:\\\"0\\\";s:17:\\\"IS_CUSTOM_WEBHOOK\\\";s:1:\\\"0\\\";}s:13:\\\"template_data\\\";s:581:\\\"\\n                <p>Hello user 1 demo,<\\/p>\\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.<\\/p>\\n                <p><strong>One-Time Password (OTP)<\\/strong><\\/p>\\n                <p style=\\\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\\\">9722<\\/p>\\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.<\\/p>\\n            \\\";s:2:\\\"id\\\";s:36:\\\"8716b387-d271-42ae-8f3c-c043062a8db3\\\";s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}s:5:\\\"queue\\\";s:13:\\\"notifications\\\";}\"},\"createdAt\":1772700165,\"delay\":null}', 0, NULL, 1772700165, 1772700165),
(469, 'default', '{\"uuid\":\"2a6cd249-fd7f-458f-b060-32404ab2a6a2\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:5;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:25:\\\"AP3A.240905.015.A2_INMOD1\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 08:47:04\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:100;s:10:\\\"tax_amount\\\";d:47;s:12:\\\"total_amount\\\";d:147;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:5;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:25;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:26;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:27;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 2 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:28;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:29;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"1\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:30;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:2:\\\"id\\\";i:45;s:10:\\\"payment_id\\\";i:42;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:5;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:25:\\\"AP3A.240905.015.A2_INMOD1\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 08:47:04\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:200;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:100;s:10:\\\"tax_amount\\\";d:47;s:12:\\\"total_amount\\\";d:147;s:4:\\\"name\\\";s:12:\\\"Premium Plan\\\";s:10:\\\"identifier\\\";s:12:\\\"premium_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:5;s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":25,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":26,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":27,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 2 devices simultaneously.\\\"},{\\\"id\\\":28,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":29,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"1\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":30,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 08:47:04\\\";s:2:\\\"id\\\";i:45;s:10:\\\"payment_id\\\";i:42;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:42;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772700424,\"delay\":null}', 0, NULL, 1772700424, 1772700424);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(470, 'default', '{\"uuid\":\"c30683fd-c45d-4dd7-8c68-0f033e2d9b95\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 09:11:37\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1.25;s:10:\\\"tax_amount\\\";d:1.76250000000000017763568394002504646778106689453125;s:12:\\\"total_amount\\\";d:5.51250000000000017763568394002504646778106689453125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:1;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:2;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:23:\\\"This plan includes ads.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:3;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 1 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:4;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:0;s:2:\\\"2K\\\";i:0;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:17;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"0\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"0\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:18;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"2\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:2:\\\"id\\\";i:46;s:10:\\\"payment_id\\\";i:43;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:15:\\\"TP1A.220905.001\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:8:\\\"end_date\\\";s:19:\\\"2026-04-05 09:11:37\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:5;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:1.25;s:10:\\\"tax_amount\\\";d:1.76250000000000017763568394002504646778106689453125;s:12:\\\"total_amount\\\";d:5.51250000000000017763568394002504646778106689453125;s:4:\\\"name\\\";s:5:\\\"Basic\\\";s:10:\\\"identifier\\\";s:5:\\\"basic\\\";s:4:\\\"type\\\";s:5:\\\"month\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:1;s:9:\\\"plan_type\\\";s:1138:\\\"[{\\\"id\\\":1,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":2,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"This plan includes ads.\\\"},{\\\"id\\\":3,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"1\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 1 devices simultaneously.\\\"},{\\\"id\\\":4,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":0,\\\"2K\\\":0,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":17,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"0\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"0\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":18,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"2\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 09:11:37\\\";s:2:\\\"id\\\";i:46;s:10:\\\"payment_id\\\";i:43;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:43;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772701897,\"delay\":null}', 0, NULL, 1772701897, 1772701897),
(471, 'default', '{\"uuid\":\"438e968b-5605-4924-a496-c9759b360bc1\",\"displayName\":\"App\\\\Jobs\\\\BulkNotification\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\BulkNotification\",\"command\":\"O:25:\\\"App\\\\Jobs\\\\BulkNotification\\\":1:{s:7:\\\"\\u0000*\\u0000data\\\";a:6:{s:17:\\\"notification_type\\\";s:16:\\\"new_subscription\\\";s:23:\\\"logged_in_user_fullname\\\";s:11:\\\"user 1 demo\\\";s:19:\\\"logged_in_user_role\\\";s:1:\\\"-\\\";s:12:\\\"company_name\\\";s:39:\\\"MXFlix: Your Ultimate Entertainment Hub\\\";s:20:\\\"company_contact_info\\\";s:30:\\\"+15162023950\\nbiz@miracuves.com\\\";s:12:\\\"subscription\\\";O:55:\\\"Modules\\\\Subscriptions\\\\Transformers\\\\SubscriptionResource\\\":3:{s:8:\\\"resource\\\";O:41:\\\"Modules\\\\Subscriptions\\\\Models\\\\Subscription\\\":35:{s:13:\\\"\\u0000*\\u0000connection\\\";s:5:\\\"mysql\\\";s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"subscriptions\\\";s:13:\\\"\\u0000*\\u0000primaryKey\\\";s:2:\\\"id\\\";s:10:\\\"\\u0000*\\u0000keyType\\\";s:3:\\\"int\\\";s:12:\\\"incrementing\\\";b:1;s:7:\\\"\\u0000*\\u0000with\\\";a:0:{}s:12:\\\"\\u0000*\\u0000withCount\\\";a:0:{}s:19:\\\"preventsLazyLoading\\\";b:0;s:10:\\\"\\u0000*\\u0000perPage\\\";i:15;s:6:\\\"exists\\\";b:1;s:18:\\\"wasRecentlyCreated\\\";b:1;s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;s:13:\\\"\\u0000*\\u0000attributes\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:25:\\\"AP3A.240905.015.A2_INMOD1\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 09:14:24\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:250;s:10:\\\"tax_amount\\\";d:117.5;s:12:\\\"total_amount\\\";d:367.5;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";a:6:{i:0;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:31;s:17:\\\"planlimitation_id\\\";i:1;s:16:\\\"limitation_title\\\";s:10:\\\"Video Cast\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:10:\\\"video-cast\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Cast videos to your TV with ease.\\\";}i:1;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:32;s:17:\\\"planlimitation_id\\\";i:2;s:16:\\\"limitation_title\\\";s:3:\\\"Ads\\\";s:16:\\\"limitation_value\\\";i:0;s:5:\\\"limit\\\";N;s:4:\\\"slug\\\";s:3:\\\"ads\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:33:\\\"Ad-free streaming with this plan.\\\";}i:2;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:33;s:17:\\\"planlimitation_id\\\";i:3;s:16:\\\"limitation_title\\\";s:12:\\\"Device Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"5\\\";}s:4:\\\"slug\\\";s:12:\\\"device-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Stream on up to 5 devices simultaneously.\\\";}i:3;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:34;s:17:\\\"planlimitation_id\\\";i:4;s:16:\\\"limitation_title\\\";s:15:\\\"Download Status\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":7:{s:4:\\\"480p\\\";i:1;s:4:\\\"720p\\\";i:1;s:5:\\\"1080p\\\";i:1;s:5:\\\"1440p\\\";i:1;s:2:\\\"2K\\\";i:1;s:2:\\\"4K\\\";i:0;s:2:\\\"8K\\\";i:0;}s:4:\\\"slug\\\";s:15:\\\"download-status\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";s:41:\\\"Enjoy unlimited downloads with this plan.\\\";}i:4;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:35;s:17:\\\"planlimitation_id\\\";i:5;s:16:\\\"limitation_title\\\";s:21:\\\"Supported Device Type\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":4:{s:6:\\\"tablet\\\";s:1:\\\"0\\\";s:6:\\\"laptop\\\";s:1:\\\"1\\\";s:6:\\\"mobile\\\";s:1:\\\"1\\\";s:2:\\\"tv\\\";s:1:\\\"1\\\";}s:4:\\\"slug\\\";s:21:\\\"supported-device-type\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}i:5;O:8:\\\"stdClass\\\":8:{s:2:\\\"id\\\";i:36;s:17:\\\"planlimitation_id\\\";i:6;s:16:\\\"limitation_title\\\";s:13:\\\"Profile Limit\\\";s:16:\\\"limitation_value\\\";i:1;s:5:\\\"limit\\\";O:8:\\\"stdClass\\\":1:{s:5:\\\"value\\\";s:1:\\\"3\\\";}s:4:\\\"slug\\\";s:13:\\\"profile-limit\\\";s:6:\\\"status\\\";i:1;s:7:\\\"message\\\";N;}}s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:2:\\\"id\\\";i:47;s:10:\\\"payment_id\\\";i:44;}s:11:\\\"\\u0000*\\u0000original\\\";a:23:{s:7:\\\"plan_id\\\";i:6;s:7:\\\"user_id\\\";i:22;s:9:\\\"device_id\\\";s:25:\\\"AP3A.240905.015.A2_INMOD1\\\";s:10:\\\"start_date\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:8:\\\"end_date\\\";s:19:\\\"2027-03-05 09:14:24\\\";s:6:\\\"status\\\";s:6:\\\"active\\\";s:6:\\\"amount\\\";d:500;s:19:\\\"discount_percentage\\\";N;s:15:\\\"coupon_discount\\\";d:250;s:10:\\\"tax_amount\\\";d:117.5;s:12:\\\"total_amount\\\";d:367.5;s:4:\\\"name\\\";s:13:\\\"Ultimate Plan\\\";s:10:\\\"identifier\\\";s:13:\\\"ultimate_plan\\\";s:4:\\\"type\\\";s:4:\\\"year\\\";s:8:\\\"duration\\\";i:1;s:5:\\\"level\\\";i:6;s:9:\\\"plan_type\\\";s:1152:\\\"[{\\\"id\\\":31,\\\"planlimitation_id\\\":1,\\\"limitation_title\\\":\\\"Video Cast\\\",\\\"limitation_value\\\":1,\\\"limit\\\":null,\\\"slug\\\":\\\"video-cast\\\",\\\"status\\\":1,\\\"message\\\":\\\"Cast videos to your TV with ease.\\\"},{\\\"id\\\":32,\\\"planlimitation_id\\\":2,\\\"limitation_title\\\":\\\"Ads\\\",\\\"limitation_value\\\":0,\\\"limit\\\":null,\\\"slug\\\":\\\"ads\\\",\\\"status\\\":1,\\\"message\\\":\\\"Ad-free streaming with this plan.\\\"},{\\\"id\\\":33,\\\"planlimitation_id\\\":3,\\\"limitation_title\\\":\\\"Device Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"5\\\"},\\\"slug\\\":\\\"device-limit\\\",\\\"status\\\":1,\\\"message\\\":\\\"Stream on up to 5 devices simultaneously.\\\"},{\\\"id\\\":34,\\\"planlimitation_id\\\":4,\\\"limitation_title\\\":\\\"Download Status\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"480p\\\":1,\\\"720p\\\":1,\\\"1080p\\\":1,\\\"1440p\\\":1,\\\"2K\\\":1,\\\"4K\\\":0,\\\"8K\\\":0},\\\"slug\\\":\\\"download-status\\\",\\\"status\\\":1,\\\"message\\\":\\\"Enjoy unlimited downloads with this plan.\\\"},{\\\"id\\\":35,\\\"planlimitation_id\\\":5,\\\"limitation_title\\\":\\\"Supported Device Type\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"tablet\\\":\\\"0\\\",\\\"laptop\\\":\\\"1\\\",\\\"mobile\\\":\\\"1\\\",\\\"tv\\\":\\\"1\\\"},\\\"slug\\\":\\\"supported-device-type\\\",\\\"status\\\":1,\\\"message\\\":null},{\\\"id\\\":36,\\\"planlimitation_id\\\":6,\\\"limitation_title\\\":\\\"Profile Limit\\\",\\\"limitation_value\\\":1,\\\"limit\\\":{\\\"value\\\":\\\"3\\\"},\\\"slug\\\":\\\"profile-limit\\\",\\\"status\\\":1,\\\"message\\\":null}]\\\";s:10:\\\"updated_by\\\";i:22;s:10:\\\"created_by\\\";i:22;s:10:\\\"updated_at\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:10:\\\"created_at\\\";s:19:\\\"2026-03-05 09:14:24\\\";s:2:\\\"id\\\";i:47;s:10:\\\"payment_id\\\";i:44;}s:10:\\\"\\u0000*\\u0000changes\\\";a:2:{s:6:\\\"status\\\";s:6:\\\"active\\\";s:10:\\\"payment_id\\\";i:44;}s:11:\\\"\\u0000*\\u0000previous\\\";a:1:{s:6:\\\"status\\\";s:7:\\\"pending\\\";}s:8:\\\"\\u0000*\\u0000casts\\\";a:1:{s:10:\\\"deleted_at\\\";s:8:\\\"datetime\\\";}s:17:\\\"\\u0000*\\u0000classCastCache\\\";a:0:{}s:21:\\\"\\u0000*\\u0000attributeCastCache\\\";a:0:{}s:13:\\\"\\u0000*\\u0000dateFormat\\\";N;s:10:\\\"\\u0000*\\u0000appends\\\";a:0:{}s:19:\\\"\\u0000*\\u0000dispatchesEvents\\\";a:0:{}s:14:\\\"\\u0000*\\u0000observables\\\";a:0:{}s:12:\\\"\\u0000*\\u0000relations\\\";a:0:{}s:10:\\\"\\u0000*\\u0000touches\\\";a:0:{}s:27:\\\"\\u0000*\\u0000relationAutoloadCallback\\\";N;s:26:\\\"\\u0000*\\u0000relationAutoloadContext\\\";N;s:10:\\\"timestamps\\\";b:1;s:13:\\\"usesUniqueIds\\\";b:0;s:9:\\\"\\u0000*\\u0000hidden\\\";a:0:{}s:10:\\\"\\u0000*\\u0000visible\\\";a:0:{}s:11:\\\"\\u0000*\\u0000fillable\\\";a:19:{i:0;s:7:\\\"plan_id\\\";i:1;s:7:\\\"user_id\\\";i:2;s:9:\\\"device_id\\\";i:3;s:10:\\\"start_date\\\";i:4;s:8:\\\"end_date\\\";i:5;s:6:\\\"status\\\";i:6;s:9:\\\"is_manual\\\";i:7;s:6:\\\"amount\\\";i:8;s:19:\\\"discount_percentage\\\";i:9;s:10:\\\"tax_amount\\\";i:10;s:12:\\\"total_amount\\\";i:11;s:4:\\\"name\\\";i:12;s:10:\\\"identifier\\\";i:13;s:4:\\\"type\\\";i:14;s:8:\\\"duration\\\";i:15;s:5:\\\"level\\\";i:16;s:9:\\\"plan_type\\\";i:17;s:10:\\\"payment_id\\\";i:18;s:15:\\\"coupon_discount\\\";}s:10:\\\"\\u0000*\\u0000guarded\\\";a:4:{i:0;s:2:\\\"id\\\";i:1;s:10:\\\"updated_at\\\";i:2;s:6:\\\"_token\\\";i:3;s:7:\\\"_method\\\";}s:8:\\\"\\u0000*\\u0000dates\\\";a:2:{i:0;s:10:\\\"deleted_at\\\";i:1;s:12:\\\"published_at\\\";}s:16:\\\"\\u0000*\\u0000forceDeleting\\\";b:0;}s:4:\\\"with\\\";a:0:{}s:10:\\\"additional\\\";a:0:{}}}}\"},\"createdAt\":1772702064,\"delay\":null}', 0, NULL, 1772702064, 1772702064);

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

--
-- Table structure for table `job_batches`
--

CREATE TABLE `job_batches` (
  `id` varchar(191) NOT NULL,
  `name` varchar(191) NOT NULL,
  `total_jobs` int(11) NOT NULL,
  `pending_jobs` int(11) NOT NULL,
  `failed_jobs` int(11) NOT NULL,
  `failed_job_ids` longtext NOT NULL,
  `options` mediumtext DEFAULT NULL,
  `cancelled_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL,
  `finished_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `job_batches`
--

INSERT INTO `job_batches` (`id`, `name`, `total_jobs`, `pending_jobs`, `failed_jobs`, `failed_job_ids`, `options`, `cancelled_at`, `created_at`, `finished_at`) VALUES
('a109559d-e989-4a83-9f34-7c570653c3fb', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770614632, 1770635576),
('a10955b5-0c2a-4820-a312-a95ed71effe4', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770614647, 1770635577),
('a109b250-da1e-4aea-8df8-8b6c1f731158', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770630184, 1770635577),
('a109b2a2-d421-4815-beda-6a8051384c67', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770630237, 1770635577),
('a109b4a8-ce87-4cf3-9ff5-806884d901bb', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770630577, 1770635577),
('a109b86d-2770-4fcf-ada9-85026500c0d8', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770631209, 1770635577),
('a109ce52-3655-4c8c-b4da-8dbb66804db4', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770634882, 1770635577),
('a109d12d-64ca-4556-9b77-87b897a53a91', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635361, 1770635578),
('a109d12e-b1bd-45da-bb68-50daf30e0c9d', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635362, 1770635578),
('a109d152-1ce6-4990-bec8-1eecf975c789', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635385, 1770635579),
('a109d152-1f11-4e59-be3a-90d520f9fdbe', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635385, 1770635579),
('a109d456-2f49-4567-bbfa-d3a6e4f2a2a1', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635891, 1770636008),
('a109d456-2f4a-4edc-b407-22e91fd31b0c', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635891, 1770636008),
('a109d484-a7b1-425c-ba94-b61fb4d883a0', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635922, 1770636008),
('a109d484-acfd-4c8d-9094-c46a70ebddcb', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770635922, 1770636008),
('a109d53a-f359-445b-9b55-4841af6b310d', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636041, 1770636043),
('a109d53a-f359-44ba-ba92-9a7a901fbb00', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636041, 1770636043),
('a109d689-18c4-4081-9699-d0596cc45823', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636261, 1770636262),
('a109d6a9-cf51-4362-8643-1cfd8544e4f3', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636282, 1770636283),
('a109d6a9-cf51-4d92-9407-f0e8c1508c7f', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636282, 1770636283),
('a109d7e3-b0c3-468b-a2b0-28a8fa57d91e', '', 1, 1, 1, '[\"9c6d236e-f48b-43f2-b0b5-7df86a7ef3fe\"]', 'a:0:{}', 1770636488, 1770636488, 1770636488),
('a109d7e3-b0c3-49ae-8f96-fae67573004a', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636488, 1770636488),
('a109d7fe-bcaf-4d80-9bfa-1139220f861d', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636505, 1770636508),
('a109d7fe-bf1f-4970-a907-0a9788a0d428', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770636505, 1770636508),
('a109e2dc-6978-45e5-8d65-24befda355f5', '', 1, 1, 1, '[\"8b36d44e-9b4f-4915-805d-caf117f5d687\"]', 'a:0:{}', 1770638329, 1770638328, 1770638329),
('a109e2dc-6978-4a20-b04f-e6b94e2461b8', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770638328, 1770638329),
('a109e546-3a57-4daf-9ac5-0fe1106a9659', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770638733, 1770638736),
('a109e546-3a57-4e22-9a6b-b2f18d3185ef', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770638733, 1770638736),
('a109e610-0a25-41ea-81e7-ebe21fdd1eb3', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770638865, 1770638869),
('a109e610-0a25-4374-8933-2d2a1cc5081e', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770638865, 1770638869),
('a10d4424-65f7-49b6-be5f-a57ad80bac98', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770783498, 1770783588),
('a10fa2d5-13ff-4e45-b0dd-7c8f9bbb6f26', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770885284, 1770885425),
('a10fa4a7-992d-46df-bbb5-5be41af24216', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770885590, 1770885594),
('a10fa9a0-23d7-43e6-a6ba-73826b3a9891', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770886424, 1770886428),
('a10faaf5-9f99-4710-bed7-03fdf882ab6b', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770886648, 1770886648),
('a10fab4e-f26b-48c6-bb12-e6fd96256e4d', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770886706, 1770886706),
('a10fab96-7e43-42be-8379-f18564a313ad', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770886753, 1770886756),
('a10fabd8-1028-4210-91a8-083e2b664961', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770886796, 1770886798),
('a10faf08-8566-4769-81ca-4ea61f1a9502', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770887331, 1770887334),
('a10fb015-2642-466a-9ffb-0c84aeb5fa65', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770887507, 1770887509),
('a10fbf83-a4d2-4b74-a0b2-df5dcfb2f0c9', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770890096, 1770890097),
('a10fc00a-7d54-40a6-a079-0b0e273975ac', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770890184, 1770890187),
('a10fc04a-94b4-460d-a3de-fc8335da3ab7', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770890226, 1770890229),
('a10fcce1-2499-448f-a89d-42bee17c1db3', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1770892338, 1770892341),
('a10fcdfb-eb09-47d3-ba52-13b11883c8a1', '', 1, 1, 1, '[\"ad9fb488-62c5-4115-827c-3f4435f8401a\"]', 'a:0:{}', 1770892525, 1770892524, 1770892525),
('a1196f04-c82b-4ba7-8b59-17d638f82161', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771306088, 1771307457),
('a1197ce3-6b48-4387-a205-142d1d153dfb', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771308415, 1771308417),
('a1197e03-7fc4-476f-9501-1236cbd2219f', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771308604, 1771308605),
('a119805f-b85b-4803-a2d8-ccd4f6c5e1fd', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771309000, 1771309000),
('a1198098-b60b-46c8-a2b8-51e4142c3129', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771309037, 1771309039),
('a119813b-776e-4781-b928-c0aea473558a', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771309144, 1771309144),
('a1198561-ade9-4fe3-84c9-a274c5aa46ff', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771309840, 1771309844),
('a119894f-1664-43ba-8925-eb12ee2806c7', '', 1, 0, 0, '[]', 'a:0:{}', NULL, 1771310499, 1771310501);

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

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` varchar(191) NOT NULL,
  `language` varchar(191) NOT NULL,
  `file` varchar(191) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `likes`
--

CREATE TABLE `likes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `is_like` tinyint(4) NOT NULL DEFAULT 0,
  `profile_id` int(11) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `likes`
--

INSERT INTO `likes` (`id`, `entertainment_id`, `user_id`, `is_like`, `profile_id`, `type`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 6, 1, 6, 'tvshow', 6, 6, NULL, '2024-09-25 09:53:07', '2024-09-25 09:53:07', NULL),
(2, 5, 6, 1, 6, 'tvshow', 6, 6, NULL, '2024-09-25 09:54:20', '2024-09-25 09:54:20', NULL),
(3, 10, 4, 1, 4, 'tvshow', 3, 3, NULL, '2024-09-25 09:54:27', '2024-09-25 09:54:27', NULL),
(4, 14, 4, 1, 4, 'tvshow', 3, 3, NULL, '2024-09-25 09:54:45', '2024-09-25 09:54:45', NULL),
(5, 94, 4, 1, 4, 'movie', 4, 4, NULL, '2024-09-25 09:56:42', '2024-09-25 09:56:42', NULL),
(6, 45, 10, 1, 10, 'movie', 3, 3, NULL, '2024-09-25 09:57:07', '2024-09-25 09:57:07', NULL),
(7, 90, 12, 1, 12, 'movie', 4, 4, NULL, '2024-09-25 09:57:19', '2024-09-25 09:57:19', NULL),
(8, 95, 12, 1, 12, 'movie', 6, 6, NULL, '2024-09-25 09:57:31', '2024-09-25 09:57:31', NULL),
(9, 95, 7, 1, 7, 'movie', 7, 7, NULL, '2024-09-25 09:59:34', '2024-09-25 09:59:34', NULL),
(10, 102, 7, 1, 7, 'movie', 7, 7, NULL, '2024-09-25 10:00:12', '2024-09-25 10:00:12', NULL),
(11, 101, 7, 1, 7, 'movie', 7, 7, NULL, '2024-09-25 10:00:24', '2024-09-25 10:00:24', NULL),
(12, 99, 7, 1, 7, 'video', 7, 7, NULL, '2024-09-25 10:00:29', '2024-09-25 10:00:29', NULL),
(13, 14, 7, 1, 7, 'video', 7, 7, NULL, '2024-09-25 10:00:46', '2024-09-25 10:00:46', NULL),
(14, 10, 8, 1, 8, 'video', 7, 7, NULL, '2024-09-25 10:00:53', '2024-09-25 10:00:53', NULL),
(15, 5, 9, 1, 9, 'video', 7, 7, NULL, '2024-09-25 10:01:02', '2024-09-25 10:01:02', NULL),
(16, 1, 14, 1, 14, 'tvshow', 7, 7, NULL, '2024-09-25 10:01:10', '2024-09-25 10:01:10', NULL),
(17, 1, 5, 1, 5, 'tvshow', 5, 5, NULL, '2024-09-25 10:02:25', '2024-09-25 10:02:25', NULL),
(18, 5, 5, 1, 5, 'tvshow', 5, 5, NULL, '2024-09-25 10:02:38', '2024-09-25 10:02:38', NULL),
(19, 89, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:02:43', '2024-09-25 10:02:43', NULL),
(20, 101, 5, 1, 5, 'move', 5, 5, NULL, '2024-09-25 10:02:49', '2024-09-25 10:02:49', NULL),
(21, 87, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:02:53', '2024-09-25 10:02:53', NULL),
(22, 102, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:02:57', '2024-09-25 10:02:57', NULL),
(23, 97, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:03:06', '2024-09-25 10:03:06', NULL),
(24, 98, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:03:13', '2024-09-25 10:03:13', NULL),
(25, 103, 5, 1, 5, 'movie', 5, 5, NULL, '2024-09-25 10:03:26', '2024-09-25 10:03:26', NULL),
(26, 100, 3, 1, 3, 'movie', 5, 5, NULL, '2024-09-25 10:03:26', '2024-09-25 10:03:26', NULL),
(27, 25, 3, 1, 3, 'movie', 5, 5, NULL, '2024-09-25 10:03:26', '2024-09-25 10:03:26', NULL),
(28, 16, 3, 1, 3, 'movie', 5, 5, NULL, '2024-09-25 10:03:26', '2024-09-25 10:03:26', NULL),
(29, 90, 1, 0, 1, 'movie', 1, 1, NULL, '2026-02-11 23:45:34', '2026-02-12 00:18:16', NULL),
(30, 7, 1, 0, 1, 'tvshow', 1, 1, NULL, '2026-02-12 22:37:02', '2026-02-12 23:03:50', NULL),
(31, 24, 1, 0, 1, 'movie', 1, 1, NULL, '2026-02-13 03:00:35', '2026-02-13 03:27:51', NULL),
(32, 94, 1, 3, 1, 'movie', 1, 1, NULL, '2026-02-13 03:04:11', '2026-02-13 03:05:03', NULL),
(33, 104, 18, 1, NULL, 'movie', 18, 18, NULL, '2026-02-16 06:17:16', '2026-02-16 06:17:16', NULL),
(34, 113, 1, 2, NULL, 'movie', 1, 1, NULL, '2026-02-19 06:04:35', '2026-02-19 06:04:42', NULL),
(35, 99, 21, 1, NULL, 'movie', 21, 21, NULL, '2026-02-19 11:12:20', '2026-02-19 11:12:20', NULL),
(36, 113, 21, 0, NULL, 'movie', 21, 21, NULL, '2026-02-20 05:10:18', '2026-02-20 06:37:59', NULL),
(37, 29, 21, 1, NULL, 'movie', 21, 21, NULL, '2026-02-20 06:21:51', '2026-02-20 06:21:51', NULL),
(38, 39, 21, 3, NULL, 'movie', 21, 21, NULL, '2026-02-20 06:27:23', '2026-02-20 06:30:30', NULL),
(39, 115, 21, 1, NULL, 'movie', 21, 21, NULL, '2026-02-20 07:30:27', '2026-02-20 07:30:27', NULL),
(40, 102, 21, 0, 35, 'movie', 21, 21, NULL, '2026-02-20 07:00:26', '2026-02-20 07:00:28', NULL),
(41, 26, 21, 2, 35, 'movie', 21, 21, NULL, '2026-02-20 07:03:13', '2026-02-20 07:03:14', NULL),
(42, 165, 1, 2, NULL, 'tvshow', 1, 1, NULL, '2026-02-23 07:30:53', '2026-02-23 07:30:57', NULL),
(43, 124, 22, 0, 37, 'movie', 22, 22, NULL, '2026-02-25 08:54:43', '2026-03-02 05:54:50', NULL),
(44, 40, 22, 1, 37, 'video', 22, 22, NULL, '2026-02-27 12:07:34', '2026-02-27 12:07:34', NULL),
(45, 173, 22, 3, 37, 'movie', 22, 22, NULL, '2026-02-27 12:23:28', '2026-02-27 12:23:32', NULL),
(46, 164, 22, 0, 37, 'tvshow', 22, 22, NULL, '2026-03-02 03:57:02', '2026-03-02 03:57:09', NULL),
(47, 126, 22, 2, 38, 'movie', 22, 22, NULL, '2026-03-02 05:52:00', '2026-03-05 04:00:05', NULL),
(48, 126, 21, 3, 36, 'movie', 21, 21, NULL, '2026-03-02 05:53:36', '2026-03-02 05:54:43', NULL);

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

--
-- Table structure for table `livetvs`
--

CREATE TABLE `livetvs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `live_tv_category`
--

CREATE TABLE `live_tv_category` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `file_url` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `slug` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `live_tv_category`
--

INSERT INTO `live_tv_category` (`id`, `name`, `file_url`, `description`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `slug`) VALUES
(1, 'News & Current Affairs', 'news_current_affairs.png', 'Stay informed with the latest updates from around the world. This category brings you live news broadcasts, in-depth analysis, and breaking news coverage. From politics to finance, and global events to local happenings, never miss a moment of what\'s happening. 📰🌍🕒', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL, 'news-current-affairs'),
(2, 'Sports & Action', 'sports_action.png', 'Catch all the live sports action from your favorite games and tournaments. Whether it\'s football, basketball, tennis, or any other sport, this category covers live matches, expert commentary, and thrilling highlights. Cheer for your teams and witness unforgettable moments. 🏆⚽🏀', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL, 'sports-action'),
(3, 'Entertainment & Variety', 'entertainment_variety.png', 'Enjoy a diverse range of live entertainment shows, from reality TV and talent competitions to talk shows and award ceremonies. This category offers something for everyone, featuring your favorite stars and hosts bringing you laughter, drama, and excitement. 🎤🎬🎉', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL, 'entertainment-variety'),
(4, 'Music & Concerts', 'music_concerts.png', 'Experience live music like never before with concerts, festivals, and exclusive performances from top artists. This category brings the stage to your screen, allowing you to enjoy your favorite genres and discover new talents from the comfort of your home. 🎸🎤🎶', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL, 'music-concerts'),
(5, 'Educational & Documentary', 'educational_documentary.png', 'Expand your knowledge with live educational programs and documentaries covering a wide range of topics. From science and history to nature and technology, this category provides informative content that enlightens and inspires. Ideal for curious minds of all ages. 📚🔬🌿', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL, 'educational-documentary');

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

--
-- Table structure for table `live_tv_channel`
--

CREATE TABLE `live_tv_channel` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `thumb_url` text DEFAULT NULL,
  `access` varchar(191) DEFAULT NULL,
  `plan_id` bigint(20) UNSIGNED DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `approval_status` varchar(20) NOT NULL DEFAULT 'approved',
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `poster_tv_url` text DEFAULT NULL,
  `slug` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `live_tv_channel`
--

INSERT INTO `live_tv_channel` (`id`, `name`, `poster_url`, `category_id`, `thumb_url`, `access`, `plan_id`, `description`, `status`, `approval_status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `slug`) VALUES
(1, 'Aaj Kal LIVE TV', 'download_(4)_699bdd2d8a543.png', 1, 'download_(4)_699bdd2d8a543.png', 'free', NULL, '<p>Stay informed with live news broadcasts and in-depth analysis on Aaj Kal LIVE TV. Never miss a moment of the latest updates from around the world.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:57', '2026-02-23 04:53:19', NULL, 'download_(4)_699bdd2d8a543.png', 'aaj-kal-live-tv'),
(2, 'ABP Sports', 'abp_699bd92d24516.png', 2, 'abp_699bd92d24516.png', 'paid', 1, '<p>Catch all the live sports action on ABP Sports, covering your favorite games and tournaments with expert commentary and thrilling highlights.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:57', '2026-02-23 04:36:19', NULL, 'abp_699bd92d24516.png', 'abp-sports'),
(3, 'DN TV', 'dn_tv_699bd97b465c8.png', 3, 'dn_tv_699bd97b465c8.png', 'paid', 2, '<p>Enjoy a variety of entertainment shows on DN TV, featuring reality TV, talent competitions, talk shows, and award ceremonies.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:37:30', NULL, 'dn_tv_699bd97b465c8.png', 'dn-tv'),
(4, '9xm', '9xm_699bda771b148.png', 4, '9xm_699bda771b148.png', 'paid', 3, '<p>Music &amp; Concerts channel featuring live performances and more.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:41:41', NULL, '9xm_699bda771b148.png', '9xm'),
(5, 'BBP', 'download_(2)_699bdac7d62f9.png', 5, 'download_(2)_699bdac7d62f9.png', 'paid', 4, '<p>Educational &amp; Documentary channel with a wide range of informative content.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:43:04', NULL, 'download_(2)_699bdac7d62f9.png', 'bbp'),
(6, 'M TV', 'mtv_699bdb1aab42c.png', 4, 'mtv_699bdb1aab42c.png', 'free', NULL, '<p>Free Music &amp; Concerts channel with live performances and more.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:44:27', NULL, 'mtv_699bdb1aab42c.png', 'm-tv'),
(7, 'ZNews 24/7', 'zee_news_699bdb667dcc7.png', 1, 'zee_news_699bdb667dcc7.png', 'free', NULL, '<p>Round-the-clock coverage of global news and current events to keep you informed all day. 🌍🕓</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:45:40', NULL, 'zee_news_699bdb667dcc7.png', 'znews-247'),
(8, 'Sports Max', 'sports_max_699bdba07d4d5.png', 2, 'sports_max_699bdba07d4d5.png', 'paid', 1, '<p>The ultimate channel for live sports events, from football to cricket, with non-stop action. 🏆📢</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:46:37', NULL, 'sports_max_699bdba07d4d5.png', 'sports-max'),
(9, 'Vibe TV', 'vibe_tv_699bdbe2d41f3.png', 3, 'vibe_tv_699bdbe2d41f3.png', 'paid', 2, '<p>The hottest variety of live entertainment, from reality shows to talk shows and much more. 🎭🔥</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:47:45', NULL, 'vibe_tv_699bdbe2d41f3.png', 'vibe-tv'),
(10, 'Beat Box', 'beat_box_699bdc229dc29.png', 4, 'beat_box_699bdc229dc29.png', 'free', NULL, '<p>Feel the beat with live music performances, DJ sets, and non-stop tunes. 🎧🎵</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:48:47', NULL, 'beat_box_699bdc229dc29.png', 'beat-box'),
(11, 'Brain TV', 'brain_tv_699bdc5c1d5bc.png', 5, 'brain_tv_699bdc5c1d5bc.png', 'paid', 4, '<p>Dive into a world of learning with live educational shows and insightful documentaries. 🧠📺</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:49:45', NULL, 'brain_tv_699bdc5c1d5bc.png', 'brain-tv'),
(12, 'Khabar NOW', 'kabar_699bdcafa07cb.png', 1, 'kabar_699bdcafa07cb.png', 'paid', 2, '<p>Instant access to real-time news and headlines that matter most, bringing the world to your screen. 📰📢</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:51:11', NULL, 'kabar_699bdcafa07cb.png', 'khabar-now'),
(13, 'Goal TV', 'download_(3)_699bdceb327b8.png', 2, 'download_(3)_699bdceb327b8.png', 'free', NULL, '<p>Your destination for all things football, with live coverage of matches, interviews, and goals. ⚽🎥</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:52:09', NULL, 'download_(3)_699bdceb327b8.png', 'goal-tv'),
(14, 'Star Bliss', 'start_cliss_699bd44fe1f04.png', 3, 'start_cliss_699bd44fe1f04.png', 'free', NULL, '<p>Bringing you a star-studded lineup of live entertainment, talk shows, and celebrity interviews. ⭐🎬</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:15:29', NULL, 'start_cliss_699bd44fe1f04.png', 'star-bliss'),
(15, 'Groove LIVE', 'groove_699bd4a017d89.png', 4, 'groove_699bd4a017d89.png', 'free', NULL, '<p>Get into the groove with live music shows, concerts, and your favorite artists. 🎼🎸</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:16:45', NULL, 'groove_699bd4a017d89.png', 'groove-live'),
(16, 'Docu Vision', 'docu_vision_699bd50a9e797.png', 5, 'docu_vision_699bd50a9e797.png', 'paid', 4, '<p>Explore fascinating live documentaries on a range of topics, from history to science. 📚🎬</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:18:34', NULL, 'docu_vision_699bd50a9e797.png', 'docu-vision'),
(17, 'Vision TV', 'vision_tv_699bd5733901c.jpg', 1, 'vision_tv_699bd5733901c.jpg', 'free', NULL, '<p>Sharp and focused news, providing clear insights into the events shaping the world today. 🔍📺</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:20:17', NULL, 'vision_tv_699bd5733901c.jpg', 'vision-tv'),
(18, 'Win Sports', 'win_sports_699bd5b4afabb.png', 2, 'win_sports_699bd5b4afabb.png', 'paid', 1, '<p>Bringing the winning moments from the biggest sporting events, straight to your screen, live. 🎖️📺</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:21:21', NULL, 'win_sports_699bd5b4afabb.png', 'win-sports'),
(19, 'Buzz LIVE', 'buzz_live_699bd5f06cc9e.png', 3, 'buzz_live_699bd5f06cc9e.png', 'free', NULL, '<p>All the buzzworthy content in one place, from live interviews to fun, energetic shows. 🎤⚡</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:22:22', NULL, 'buzz_live_699bd5f06cc9e.png', 'buzz-live'),
(20, 'Tune IN', 'tune_in_699bd6286e775.png', 4, 'tune_in_699bd6286e775.png', 'paid', 3, '<p>Stay tuned to the latest live music performances and the freshest beats from top artists. 🎙️📻</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:23:17', NULL, 'tune_in_699bd6286e775.png', 'tune-in'),
(21, 'DiscoverX', 'discovefr_699bd671e037f.png', 5, 'discovefr_699bd671e037f.png', 'paid', 4, '<p>Uncover the unknown with live explorations and educational content from around the globe. 🌍🔎</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:24:31', NULL, 'discovefr_699bd671e037f.png', 'discoverx'),
(22, 'HeadlineX', 'hedalinesx_699bd6ee14f1f.png', 1, 'hedalinesx_699bd6ee14f1f.png', 'free', NULL, '<p>Your go-to for breaking headlines and live updates, keeping you in the know. 🗞️🎯</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:26:35', NULL, 'hedalinesx_699bd6ee14f1f.png', 'headlinex'),
(23, 'Xtreme Sports', 'extreme_699bd73d5d724.jpg', 2, 'extreme_699bd73d5d724.jpg', 'paid', 2, '<p>Tune in for adrenaline-pumping sports events, from extreme sports to intense competition. 🏄&zwj;♂️🔥</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:27:56', NULL, 'extreme_699bd73d5d724.jpg', 'xtreme-sports'),
(24, 'Fun Box', 'fun_box_699bd7854eac2.png', 3, 'fun_box_699bd7854eac2.png', 'free', NULL, '<p>A playful mix of live comedy, gameshows, and entertainment to keep you laughing. 🤣📺</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:29:17', NULL, 'fun_box_699bd7854eac2.png', 'fun-box'),
(25, 'Sound Wave', 'sound_wave_699bd7dd4528b.png', 4, 'sound_wave_699bd7dd4528b.png', 'paid', 2, '<p>Feel the pulse of live music as you experience concerts and performances from the world&rsquo;s best artists. 🎤🌊</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:30:36', NULL, 'sound_wave_699bd7dd4528b.png', 'sound-wave'),
(26, 'Learn LIVE', 'learn_live_699bd81a8a5f5.png', 5, 'learn_live_699bd81a8a5f5.png', 'paid', 4, '<p>Interactive educational programming, live lectures, and documentaries to spark your curiosity. 🎓📡</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:31:37', NULL, 'learn_live_699bd81a8a5f5.png', 'learn-live'),
(27, 'Live Line', 'live_stream_699bd88f62eb8.png', 1, 'live_stream_699bd88f62eb8.png', 'free', NULL, '<p>Breaking news, live updates, and in-depth analysis at the speed of live broadcast. 📡⚡</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:33:32', NULL, 'live_stream_699bd88f62eb8.png', 'live-line'),
(28, 'Pro Play', 'pro_player_699bd8dfb2ff5.png', 2, 'pro_player_699bd8dfb2ff5.png', 'paid', 3, '<p>Watch your favorite athletes and teams go head-to-head in thrilling live action. 🏅🎬</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:34:51', NULL, 'pro_player_699bd8dfb2ff5.png', 'pro-play'),
(29, 'Show MAX', 'show_max_699bd0879637a.png', 3, 'show_max_699bd0879637a.png', 'paid', 2, '<p>Maximize your entertainment with live shows, contests, and endless variety! 🎭💫</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:03:57', NULL, 'show_max_699bd0879637a.png', 'show-max'),
(30, 'RhythmX', 'rhythmx_699bd2299c27e.png', 4, 'rhythmx_699bd2299c27e.png', 'free', NULL, '<p>Tune in for live performances, chart-topping hits, and music from around the world. 🎶🎧</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:06:15', NULL, 'rhythmx_699bd2299c27e.png', 'rhythmx'),
(31, 'Insight TV', 'usught_699bd2b7b3f8d.jpg', 5, 'usught_699bd2b7b3f8d.jpg', 'free', NULL, '<p>Dive deep into thought-provoking live content that educates and inspires, from documentaries to expert talks. 📘🔍</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:08:36', NULL, 'usught_699bd2b7b3f8d.jpg', 'insight-tv'),
(32, 'Live News Channel', 'cnn_699bd3151fd1e.jpg', 1, 'cnn_699bd3151fd1e.jpg', 'free', NULL, '<p>Watch live news coverage with real-time updates on breaking events, politics, business, and global affairs. Stay informed with reliable reporting as stories unfold.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:10:07', NULL, 'cnn_699bd3151fd1e.jpg', 'live-news-channel'),
(33, 'Live WWE', 'wwe_699bd39d3066f.png', 2, 'wwe_699bd39d3066f.png', 'free', NULL, '<p>Watch live WWE events featuring intense matches, exclusive moments, and nonstop wrestling action.Experience the thrill of WWE as it happens, all in one place.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:12:25', NULL, 'wwe_699bd39d3066f.png', 'live-wwe'),
(34, 'Hindi News Channel', 'aaj_tak_699bd3d77214a.png', 1, 'aaj_tak_699bd3d77214a.png', 'free', NULL, '<p>Watch live news coverage with real-time updates on breaking events, politics, business, and global affairs. Stay informed with reliable reporting as stories unfold.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:13:23', NULL, 'aaj_tak_699bd3d77214a.png', 'hindi-news-channel'),
(35, 'Soccer', 'download_(1)_699bd410b7be2.png', 2, 'download_(1)_699bd410b7be2.png', 'free', NULL, '<p>Track live scores with real-time updates across ongoing matches and tournaments.Stay updated with accurate scores as the action unfolds.</p>', 1, 'approved', NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:14:20', NULL, 'download_(1)_699bd410b7be2.png', 'soccer'),
(37, 'Rejected', '1764058867130_i_6996a6b2edec0.jpeg', 1, '1764058867130_i_6996a6b2edec0.jpeg', 'free', NULL, '<p>ttestet</p>', 0, 'rejected', 18, 18, NULL, '2026-02-19 06:16:56', '2026-02-25 08:35:50', NULL, '1764058867130_i_6996a6b2edec0.jpeg', 'rejected');

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

--
-- Table structure for table `live_tv_stream_content_mapping`
--

CREATE TABLE `live_tv_stream_content_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tv_channel_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `stream_type` varchar(191) DEFAULT NULL,
  `embedded` longtext DEFAULT NULL,
  `server_url` text DEFAULT NULL,
  `server_url1` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `live_tv_stream_content_mapping`
--

INSERT INTO `live_tv_stream_content_mapping` (`id`, `tv_channel_id`, `type`, `stream_type`, `embedded`, `server_url`, `server_url1`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:57', '2026-02-23 04:53:19', NULL),
(2, 2, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:36:19', NULL),
(3, 3, 't_url', 'URL', NULL, 'https://abplivetv.akamaized.net/hls/live/2043010/hindi/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:37:30', NULL),
(4, 4, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:41:41', NULL),
(5, 5, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:43:04', NULL),
(6, 6, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:44:27', NULL),
(7, 7, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:45:40', NULL),
(8, 8, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:46:37', NULL),
(9, 9, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:47:45', NULL),
(10, 10, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:48:47', NULL),
(11, 11, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:49:45', NULL),
(12, 12, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:51:11', NULL),
(13, 13, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:58', '2026-02-23 04:52:09', NULL),
(14, 14, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:15:29', NULL),
(15, 15, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:16:45', NULL),
(16, 16, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:18:34', NULL),
(17, 17, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:20:17', NULL),
(18, 18, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:21:21', NULL),
(19, 19, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:22:22', NULL),
(20, 20, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:23:17', NULL),
(21, 21, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:24:31', NULL),
(22, 22, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:26:35', NULL),
(23, 23, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:27:56', NULL),
(24, 24, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:29:17', NULL),
(25, 25, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:30:36', NULL),
(26, 26, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:31:37', NULL),
(27, 27, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:24:59', '2026-02-23 04:33:32', NULL),
(28, 28, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:34:51', NULL),
(29, 29, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:03:57', NULL),
(30, 30, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:06:15', NULL),
(31, 31, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:08:36', NULL),
(32, 32, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:10:07', NULL),
(33, 33, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:12:25', NULL),
(34, 34, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:13:23', NULL),
(35, 35, 't_url', 'URL', NULL, 'https://feeds.intoday.in/aajtak/api/aajtakhd/master.m3u8', NULL, NULL, 1, NULL, '2026-02-08 23:25:00', '2026-02-23 04:14:20', NULL),
(36, 36, 't_url', 'YouTube', NULL, 'https://youtu.be/eCNarasPGPs', NULL, 18, 18, NULL, '2026-02-19 06:12:46', '2026-02-19 06:12:46', NULL),
(37, 36, 't_url', 'YouTube', NULL, 'https://youtu.be/eCNarasPGPs', NULL, 18, 18, NULL, '2026-02-19 06:12:46', '2026-02-19 06:12:46', NULL),
(38, 37, 't_url', 'YouTube', NULL, 'https://youtu.be/eCNarasPGPs', NULL, 18, 18, NULL, '2026-02-19 06:16:56', '2026-02-19 06:16:56', NULL),
(39, 37, 't_url', 'YouTube', NULL, 'https://youtu.be/eCNarasPGPs', NULL, 18, 18, NULL, '2026-02-19 06:16:56', '2026-02-19 06:16:56', NULL);

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

--
-- Table structure for table `media`
--

CREATE TABLE `media` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `producer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL,
  `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `collection_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `file_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `mime_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `disk` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `conversions_disk` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `size` bigint(20) UNSIGNED NOT NULL,
  `manipulations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `custom_properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `generated_conversions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `responsive_images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `order_column` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(2, '2023_01_01_000010_create_users_table', 1),
(3, '2023_01_01_000012_create_user_providers_table', 1),
(4, '2023_01_01_000020_create_password_resets_table', 1),
(5, '2023_01_01_000021_create_permission_tables', 1),
(6, '2023_01_01_000040_create_settings_table', 1),
(7, '2023_01_01_000041_create_notifications_table', 1),
(8, '2023_01_01_000200_create_media_table', 1),
(9, '2023_01_01_000400_create_activity_log_table', 1),
(10, '2023_01_01_000400_create_failed_jobs_table', 1),
(11, '2023_01_27_141241_create_service_providers_table', 1),
(12, '2023_01_27_190720_create_addresses_table', 1),
(13, '2023_04_11_120721_create_notificationtemplates_table', 1),
(14, '2023_04_11_140938_NotificationTemplateContentMapping', 1),
(15, '2023_04_27_113639_create_planlimitation_table', 1),
(16, '2023_05_02_111101_create_plan_table', 1),
(17, '2023_05_02_111622_create_planlimitation_mapping_table', 1),
(18, '2023_05_06_160755_create_subscriptions_table', 1),
(19, '2023_05_06_160843_create_subscriptions_transactions_table', 1),
(20, '2023_06_17_075047_create_webhook_calls_table', 1),
(21, '2023_06_17_121725_create_jobs_table', 1),
(22, '2023_06_21_170019_create_user_profiles_table', 1),
(23, '2023_06_24_050019_create_modules_table', 1),
(24, '2023_07_22_080045_create_languages_table', 1),
(25, '2023_08_07_132655_alter_module_table', 1),
(26, '2024_05_20_095807_create_countries_table', 1),
(27, '2024_05_20_095808_create_cities_table', 1),
(28, '2024_05_20_095809_create_states_table', 1),
(29, '2024_06_02_114414_create_genres_table', 1),
(30, '2024_06_03_074305_create_cast_crew_table', 1),
(31, '2024_06_06_073505_create_constants_table', 1),
(32, '2024_06_06_120151_create_taxes_table', 1),
(33, '2024_06_06_121650_create_devices_table', 1),
(34, '2024_06_06_121909_create_worlds_table', 1),
(35, '2024_06_07_085105_create_entertainments_table', 1),
(36, '2024_06_07_092336_create_currencies_table', 1),
(37, '2024_06_07_095208_create_livetvs_table', 1),
(38, '2024_06_07_095529_create_live_tv_category_table', 1),
(39, '2024_06_08_043704_create_watchlists_table', 1),
(40, '2024_06_08_054515_create_entertainment_gener_mapping_table', 1),
(41, '2024_06_08_054936_create_entertainment_talent_mapping_table', 1),
(42, '2024_06_08_055333_create_entertainment_stream_content_mapping_table', 1),
(43, '2024_06_08_065711_create_reviews_table', 1),
(44, '2024_06_08_091320_create_settings_table', 1),
(45, '2024_06_11_050857_create_seasons_table', 1),
(46, '2024_06_11_084656_create_episodes_table', 1),
(47, '2024_06_11_090807_create_episode_stream_content_mapping_table', 1),
(48, '2024_06_13_073417_create_continue_watch_table', 1),
(49, '2024_06_13_092807_create_likes_table', 1),
(50, '2024_06_13_120109_create_videos_table', 1),
(51, '2024_06_13_121428_create_video_stream_content_mapping_table', 1),
(52, '2024_06_14_044624_create_entertainment_downloads_table', 1),
(53, '2024_06_14_061737_create_live_tv_channel_table', 1),
(54, '2024_06_14_062751_create_live_tv_stream_content_mapping_table', 1),
(55, '2024_06_14_115456_create_filemanagers_table', 1),
(56, '2024_06_15_083524_create_entertainment_download_mapping_table', 1),
(57, '2024_06_18_041529_create_banners_table', 1),
(58, '2024_06_20_094819_create_job_batches_table', 1),
(59, '2024_06_21_070413_create_dashboard_settings_table', 1),
(60, '2024_06_25_051445_create_user_reminder_table', 1),
(61, '2024_06_26_054413_create_entertainment_views_table', 1),
(62, '2024_07_01_075814_create_episode_download_mapping_table', 1),
(63, '2024_07_03_122744_create_pages_table', 1),
(64, '2024_07_09_094304_create_video_download_mappings_table', 1),
(65, '2024_09_13_122239_create_faqs_table', 1),
(66, '2024_09_18_111806_create_user_multi_profiles_table', 1),
(67, '2024_09_19_072214_create_user_search_histories_table', 1),
(68, '2024_09_19_084000_create_user_watch_histories_table', 1),
(69, '2024_09_24_095445_create_entertainment_country_mapping_table', 1),
(70, '2024_09_24_111520_create_sessions_table', 1),
(71, '2024_11_06_121652_create_installers_table', 1),
(72, '2024_12_17_053218_create_alter_continue_watch_table', 1),
(73, '2025_01_22_113233_create_alter_review_table', 1),
(74, '2025_03_26_173650_alter_user_multi_profiles_table', 1),
(75, '2025_03_27_121756_alter_poster_tv_image_table', 1),
(76, '2025_03_29_065106_alter_users_table_add_pin_otp_column', 1),
(77, '2025_03_30_152325_index_for_profile_detail', 1),
(78, '2025_03_31_112851_create_alter_episode_poster_tv_image_table', 1),
(79, '2025_03_31_121344_create_alter_season_poster_tv_image_table', 1),
(80, '2025_04_01_045818_add_banner_for_to_banners_table', 1),
(81, '2025_04_01_162912_index_for_entertainments_table', 1),
(82, '2025_04_02_072249_create_video_poster_tv_image_table', 1),
(83, '2025_04_02_101553_create_tvchannel_poster_tv_image_table', 1),
(84, '2025_04_02_104434_create_banner_poster_tv_image_table', 1),
(85, '2025_04_04_161627_add_index_selected_table', 1),
(86, '2025_04_14_093857_Coupon', 1),
(87, '2025_04_15_071822_coupon_subscription_plan', 1),
(88, '2025_04_17_052158_UserCouponRedeem', 1),
(89, '2025_04_19_095303_add_parental_flag_users', 1),
(90, '2025_05_02_074312_add_pricing_fields_to_entertainments_table', 1),
(91, '2025_05_02_095730_add_pricing_fields_to_videos_table', 1),
(92, '2025_05_02_111741_add_pricing_fields_to_seasons_table', 1),
(93, '2025_05_02_115012_add_pricing_fields_to_episodes_table', 1),
(94, '2025_05_05_040137_alter_entertainment_subtitle_table', 1),
(95, '2025_05_06_094938_create_pay_per_views_table', 1),
(96, '2025_05_07_040757_create_payperviewstransactions_table', 1),
(97, '2025_05_09_091111_create_tv_login_sessions_table', 1),
(98, '2025_05_10_034958_alter_subscriptions_table', 1),
(99, '2025_05_10_091146_add_coupon_discount_to_subscriptions_table', 1),
(100, '2025_05_13_114620_add_column_to_entertainment_table', 1),
(101, '2025_05_16_103735_add_column_to_video_table', 1),
(102, '2025_05_16_104824_add_column_to_video_table_subtitle_file', 1),
(103, '2025_05_16_112032_add_column_to_episode_table_', 1),
(104, '2025_05_19_094309_create_subtitle_tabel', 1),
(105, '2025_05_22_055600_create_ads_table', 1),
(106, '2025_05_22_055800_create_vast_ads_setting', 1),
(107, '2025_05_22_083413_create_custom_ads_setting', 1),
(108, '2025_05_23_000000_add_dates_to_vast_ads_setting', 1),
(109, '2025_06_19_100923_add_start_end_date_to_custom_ads_setting_table', 1),
(110, '2025_07_08_100927_create_seo_table', 1),
(111, '2025_07_11_110337_add_columns_to_entertainments_table', 1),
(112, '2025_07_14_100351_add_seo_fields_to_seasons_table', 1),
(113, '2025_07_14_124514_add_seo_fields_to_epispdes_table', 1),
(114, '2025_07_15_103922_add_seo_fields_to_videos_table', 1),
(115, '2025_08_19_084841_alter_role_permission_table', 1),
(116, '2025_08_21_054322_alter_seo_cloumns_remove', 1),
(117, '2025_09_01_000000_add_mail_and_user_type_to_notification_template_content_mapping', 1),
(118, '2025_09_02_000000_refresh_notification_templates', 1),
(119, '2025_09_16_054414_add_skip_intro_fields_to_entertainments_table', 1),
(120, '2025_09_22_052737_create_clips_table', 1),
(121, '2025_09_29_064919_create_web_qr_sessions_table', 1),
(122, '2025_10_10_044320_add_language_image_url_to_constants_table', 1),
(123, '2025_10_14_055640_add_description_to_banners_table', 1),
(124, '2025_10_29_104110_add_country_code_to_users_table', 1),
(125, '2025_10_31_092651_create_onboardings_table', 1),
(126, '2025_11_03_120500_add_onboarding_permissions_to_roles', 1),
(127, '2025_11_05_082128_add_thumbnail_url_to_videos_table', 1),
(128, '2025_11_12_103358_add_status_to_cast_crew_table', 1),
(129, '2025_12_12_084715_add_episode_ids', 1),
(130, '2025_12_17_061159_add_session_id_and_last_activity_to_devices_table', 1),
(132, '2026_02_10_042648_add_vr_fields_to_episodes_table', 2),
(133, '2026_02_10_042649_add_vr_fields_to_entertainments_table', 3),
(134, '2026_02_11_064831_add_video_fields_to_banners_table', 3),
(135, '2026_02_11_123900_replace_video_columns_in_banners_table', 4),
(136, '2026_02_11_100103_add_video_support_to_banners_table', 5),
(137, '2026_02_12_053017_update_likes_table_for_multi_state', 6),
(138, '2026_02_13_100050_create_video_watch_logs_table', 7),
(139, '2026_02_13_101200_add_soft_deletes_to_video_watch_logs_table', 8),
(140, '2026_02_13_065218_add_approval_fields_to_entertainments_table', 9),
(141, '2026_02_13_093404_add_producer_fields_to_cast_crew_table', 10),
(142, '2026_02_13_093404_add_producer_fields_to_videos_table', 11),
(143, '2026_02_16_121500_update_video_watch_logs_table_add_minutes', 12),
(144, '2026_02_16_062506_add_producer_status_to_users_table', 13),
(145, '2026_02_16_094617_add_bank_details_to_users_table', 14),
(146, '2026_02_16_155000_create_payouts_table', 15),
(147, '2026_02_16_155100_add_payout_id_to_video_watch_logs', 16),
(148, '2026_02_17_054041_add_producer_id_and_folders_table', 17),
(149, '2026_02_17_055335_add_audit_columns_to_folders_table', 18),
(152, '2026_02_17_060755_add_approval_fields_to_live_tv_channel_table', 20),
(153, '2026_02_17_112741_create_content_acquisitions_table', 21),
(154, '2026_02_17_112750_create_content_acquisition_logs_table', 21),
(155, '2026_02_16_063136_create_video_watch_logs_table', 22),
(156, '2026_02_18_090825_make_video_watch_logs_polymorphic', 23),
(157, '2026_02_18_120808_add_rate_and_dates_to_content_acquisitions_table', 24),
(158, '2026_02_23_000001_add_filmhub_fields_to_entertainments_table', 25),
(159, '2026_02_23_000002_create_filmhub_import_logs_table', 26);

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

--
-- Table structure for table `mobile_settings`
--

CREATE TABLE `mobile_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `mobile_settings`
--

INSERT INTO `mobile_settings` (`id`, `name`, `slug`, `position`, `value`, `created_at`, `updated_at`, `deleted_at`, `type`) VALUES
(1, 'Banner', 'banner', 1, '1', '2024-07-12 04:58:06', '2024-07-12 04:58:06', NULL, NULL),
(2, 'Continue Watching', 'continue-watching', 2, '1', '2024-07-12 04:58:21', '2024-07-12 04:58:21', NULL, NULL),
(3, 'Top 10', 'top-10', 3, '[\"123\",\"133\",\"136\",\"137\",\"139\",\"141\",\"142\",\"144\"]', '2024-07-12 04:58:33', '2026-02-23 06:36:57', NULL, NULL),
(4, 'Advertisement', 'advertisement', 4, '1', '2024-07-12 04:58:47', '2024-07-12 04:58:47', NULL, NULL),
(5, 'Latest Movies', 'latest-movies', 5, '[\"123\",\"133\",\"139\",\"144\",\"136\",\"141\",\"142\",\"137\"]', '2024-07-12 04:59:02', '2026-02-23 06:34:30', NULL, NULL),
(6, 'Popular language', 'enjoy-in-your-native-tongue', 6, '[\"51\",\"52\",\"53\",\"54\",\"55\",\"56\",\"57\"]', '2024-07-12 04:59:20', '2024-07-12 05:03:08', NULL, NULL),
(7, 'Popular Movies', 'popular-movies', 7, '[\"124\",\"131\",\"133\",\"136\",\"139\",\"142\"]', '2024-07-12 04:59:36', '2026-02-23 05:14:48', NULL, NULL),
(8, 'Top Channels', 'top-channels', 8, '[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"]', '2024-07-12 05:00:54', '2024-07-12 05:00:54', NULL, NULL),
(9, 'Popular Personalities', 'your-favorite-personality', 9, '[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"]', '2024-07-12 05:01:08', '2024-07-12 05:17:13', NULL, NULL),
(10, 'Free Movies', '500-free-movies', 10, '[\"21\",\"23\",\"24\",\"25\",\"30\",\"31\",\"32\",\"34\",\"33\",\"35\"]', '2024-07-12 05:01:38', '2024-07-12 05:17:34', NULL, NULL),
(11, 'Genres', 'genre', 11, '[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\"]', '2024-07-12 05:01:52', '2024-07-12 05:19:42', NULL, NULL),
(12, 'Rate our app', 'rate-our-app', 12, '1', '2024-07-12 05:02:08', '2026-02-24 09:40:41', NULL, NULL),
(13, 'Popular TV Show', 'popular-tvshows', 13, '[\"150\",\"151\",\"152\",\"149\",\"153\",\"162\",\"156\",\"158\"]', '2024-07-12 04:59:36', '2026-02-23 06:34:09', NULL, NULL),
(14, 'Popular Videos', 'popular-videos', 14, '[\"40\",\"41\",\"42\",\"43\",\"44\",\"39\",\"45\"]', '2024-07-12 04:59:36', '2026-02-23 06:58:11', NULL, NULL);

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

--
-- Table structure for table `model_has_permissions`
--

CREATE TABLE `model_has_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `model_type` varchar(191) NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `model_has_roles`
--

CREATE TABLE `model_has_roles` (
  `role_id` bigint(20) UNSIGNED NOT NULL,
  `model_type` varchar(191) NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `model_has_roles`
--

INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES
(1, 'App\\Models\\User', 1),
(2, 'App\\Models\\User', 2),
(3, 'App\\Models\\User', 3),
(3, 'App\\Models\\User', 4),
(3, 'App\\Models\\User', 5),
(3, 'App\\Models\\User', 6),
(3, 'App\\Models\\User', 7),
(3, 'App\\Models\\User', 8),
(3, 'App\\Models\\User', 9),
(3, 'App\\Models\\User', 10),
(3, 'App\\Models\\User', 11),
(3, 'App\\Models\\User', 12),
(3, 'App\\Models\\User', 13),
(3, 'App\\Models\\User', 14),
(3, 'App\\Models\\User', 21),
(3, 'App\\Models\\User', 22),
(3, 'App\\Models\\User', 23),
(3, 'App\\Models\\User', 24),
(3, 'App\\Models\\User', 25),
(3, 'App\\Models\\User', 26),
(3, 'App\\Models\\User', 27),
(4, 'App\\Models\\User', 16),
(4, 'App\\Models\\User', 17),
(4, 'App\\Models\\User', 18),
(4, 'App\\Models\\User', 19),
(4, 'App\\Models\\User', 20);

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

--
-- Table structure for table `modules`
--

CREATE TABLE `modules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_name` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `more_permission` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_custom_permission` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `id` char(36) NOT NULL,
  `type` varchar(191) NOT NULL,
  `notifiable_type` varchar(191) NOT NULL,
  `notifiable_id` bigint(20) UNSIGNED NOT NULL,
  `data` longtext NOT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `notification_templates`
--

CREATE TABLE `notification_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `label` varchar(191) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `to` longtext DEFAULT NULL,
  `bcc` longtext DEFAULT NULL,
  `cc` longtext DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `channels` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notification_templates`
--

INSERT INTO `notification_templates` (`id`, `name`, `label`, `description`, `type`, `to`, `bcc`, `cc`, `status`, `channels`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(19, 'change_password', 'Change Password', NULL, 'change_password', '[\"user\",\"admin\",\"demo_admin\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(20, 'forget_email_password', 'Forget Email/Password', NULL, 'forget_email_password', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(21, 'tv_show_add', 'TV Show Added', NULL, 'tv_show_add', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(22, 'movie_add', 'Movie Added', NULL, 'movie_add', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(23, 'episode_add', 'Episode Added', NULL, 'episode_add', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(24, 'season_add', 'Season Added', NULL, 'season_add', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(25, 'new_subscription', 'New User Subscribed', NULL, 'new_subscription', '[\"admin\",\"demo_admin\",\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(26, 'cancle_subscription', 'User Cancel Subscription', NULL, 'cancle_subscription', '[\"admin\",\"demo_admin\",\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(27, 'purchase_video', 'One Time Purchase Content', NULL, 'purchase_video', '[\"admin\",\"demo_admin\",\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(28, 'rent_video', 'Rental Content', NULL, 'rent_video', '[\"admin\",\"demo_admin\",\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(29, 'rent_expiry_reminder', 'Rental Is Expire Soon', NULL, 'rent_expiry_reminder', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(30, 'purchase_expiry_reminder', 'One Time Purchase Is Expired Soon', NULL, 'purchase_expiry_reminder', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(31, 'Video Added', 'Video Added', NULL, 'video_add', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"0\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(32, 'subscription_expiry_reminder', 'Subscription Expiry Reminder', NULL, 'subscription_expiry_reminder', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(33, 'expiry_plan', 'Expiry Plan', NULL, 'expiry_plan', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(34, 'upcoming', 'Upcoming', NULL, 'upcoming', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(35, 'continue_watch', 'Continue Watch', NULL, 'continue_watch', '[\"user\",\"admin\",\"demo_admin\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"1\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(36, 'parental_control_otp', 'Parental Control OTP', NULL, 'parental_control_otp', '[\"user\"]', NULL, NULL, 1, '{\"IS_MAIL\":\"1\",\"PUSH_NOTIFICATION\":\"0\",\"IS_CUSTOM_WEBHOOK\":\"0\"}', NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL);

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

--
-- Table structure for table `notification_template_content_mapping`
--

CREATE TABLE `notification_template_content_mapping` (
  `id` int(10) UNSIGNED NOT NULL,
  `template_id` bigint(20) UNSIGNED DEFAULT NULL,
  `language` varchar(191) DEFAULT NULL,
  `user_type` varchar(191) DEFAULT NULL,
  `template_detail` longtext DEFAULT NULL,
  `subject` varchar(191) DEFAULT NULL,
  `notification_subject` varchar(191) DEFAULT NULL,
  `notification_template_detail` longtext DEFAULT NULL,
  `notification_message` varchar(191) DEFAULT NULL,
  `notification_link` varchar(191) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notification_template_content_mapping`
--

INSERT INTO `notification_template_content_mapping` (`id`, `template_id`, `language`, `user_type`, `template_detail`, `subject`, `notification_subject`, `notification_template_detail`, `notification_message`, `notification_link`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(49, 19, 'en', 'user', '\n            <p>Subject: Password Change alert</p>\n            <p>Dear [[ user_name ]],</p>\n            <p>Your password has been changed successfully.</p>\n            <br>\n            <p>Thank you,</p>\n            <p>[[ app_name ]]</p>\n          ', 'Change Password', 'Password Changed Successfully', 'Password change confirmation for [[ user_name ]] - Account security update completed.', 'Your password has been changed successfully.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(50, 19, 'en', 'admin', '\n            <p>Subject: Admin Password Change Alert</p>\n            <p>Dear [[ user_name ]],</p>\n            <p>&nbsp;</p>\n            <p>This is an administrative notification regarding a password change for your admin account. As an administrator, please ensure this change was authorized and follows our security protocols.</p>\n            <p>&nbsp;</p>\n            <p>Security Recommendations:</p>\n            <p>&nbsp;</p>\n            <p>• Verify the change was initiated by you</p>\n            <p>• Use a strong, unique password</p>\n            <p>• Enable two-factor authentication if not already active</p>\n            <p>• Review recent account activities</p>\n            <p>&nbsp;</p>\n            <p>If you suspect unauthorized access, immediately:</p>\n            <p>• Contact system security team</p>\n            <p>• Review access logs</p>\n            <p>• Update other related credentials</p>\n            <p>&nbsp;</p>\n            <p>Best regards,</p>\n            <p>System Security Team<br />[[ company_name ]]</p>\n          ', 'Change Password', 'Admin Password Change Alert', 'Admin password change detected for [[ user_name ]] - Security verification required.', 'Admin password change notification sent.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(51, 19, 'en', 'demo_admin', '\n            <p>Subject: Admin Password Change Alert</p>\n            <p>Dear [[ user_name ]],</p>\n            <p>&nbsp;</p>\n            <p>This is an administrative notification regarding a password change for your admin account. As an administrator, please ensure this change was authorized and follows our security protocols.</p>\n            <p>&nbsp;</p>\n            <p>Security Recommendations:</p>\n            <p>&nbsp;</p>\n            <p>• Verify the change was initiated by you</p>\n            <p>• Use a strong, unique password</p>\n            <p>• Enable two-factor authentication if not already active</p>\n            <p>• Review recent account activities</p>\n            <p>&nbsp;</p>\n            <p>If you suspect unauthorized access, immediately:</p>\n            <p>• Contact system security team</p>\n            <p>• Review access logs</p>\n            <p>• Update other related credentials</p>\n            <p>&nbsp;</p>\n            <p>Best regards,</p>\n            <p>System Security Team<br />[[ company_name ]]</p>\n          ', 'Change Password', 'Admin Password Change Alert', 'Admin password change detected for [[ user_name ]] - Security verification required.', 'Admin password change notification sent.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(52, 20, 'en', 'user', '\n                 <h2>Password Change Successful </h2>\n                <p>Hello [[ user_name ]],</p>\n                <p>Your password has been changed successfully.</p>\n                <br>\n                <p>Thank you,</p>\n                <p>[[ app_name ]]</p>\n          ', 'Password Reset Successful', 'Your Password Has Been Updated', 'Hello [[ user_name ]], your password has been updated successfully for your account.', 'Your password has been successfully changed.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(53, 20, 'en', 'admin', '\n            <p>Subject: Password Change Alert</p>\n            <p>&nbsp;</p>\n            <p>User [[ user_name ]] has successfully changed their account password.</p>\n            <br>\n            <p>Thank you,</p>\n            <p>[[ app_name ]]</p>\n          ', 'Password Change Successful', 'Password Change Alert', 'User [[ user_name ]] has successfully changed their account password.', 'User password has been changed successfully.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(54, 20, 'en', 'demo_admin', '\n            <p>Subject: Password Change Alert</p>\n            <p>&nbsp;</p>\n            <p>User [[ user_name ]] has successfully changed their account password.</p>\n            <br>\n            <p>Thank you,</p>\n            <p>[[ app_name ]]</p>\n          ', 'Password Change Successful', 'Password Change Alert', 'User [[ user_name ]] has successfully changed their account password.', 'User password has been changed successfully.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(55, 21, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>Great news! A new TV show \"<strong>[[ tvshow_name ]]</strong>\" has been added to our collection.</p><p>Start watching now and enjoy the latest entertainment!</p>', 'TV Show Added!', 'New TV Show Available', 'New TV show \"[[ tvshow_name ]]\" added to collection - Start watching now!', 'New TV show \"[[ tvshow_name ]]\" has been added to our collection!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(56, 21, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>The TV show \"<strong>[[ tvshow_name ]]</strong>\" has been successfully added to the content management system.</p><p>Content Details:</p><ul><li>Show Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li></ul><p>Please review and verify the content details.</p>', 'TV Show Added!', 'Content Added - Review Required', 'TV show \"[[ tvshow_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'TV show \"[[ tvshow_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(57, 21, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>The TV show \"<strong>[[ tvshow_name ]]</strong>\" has been successfully added to the content management system.</p><p>Content Details:</p><ul><li>Show Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li></ul><p>Please review and verify the content details.</p>', 'TV Show Added!', 'Content Added - Review Required', 'TV show \"[[ tvshow_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'TV show \"[[ tvshow_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(58, 22, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>Exciting news! A new movie \"<strong>[[ movie_name ]]</strong>\" is now available for streaming.</p><p>Grab your popcorn and enjoy the latest entertainment!</p>', 'Movie Added!', 'New Movie Available', 'New movie \"[[ movie_name ]]\" available for streaming - Grab your popcorn!', 'New movie \"[[ movie_name ]]\" is now available for streaming!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(59, 22, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>The movie \"<strong>[[ movie_name ]]</strong>\" has been successfully added to the content management system.</p><p>Content Details:</p><ul><li>Movie Title: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the content details and metadata.</p>', 'Movie Added!', 'Content Added - Review Required', 'Movie \"[[ movie_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Movie \"[[ movie_name ]]\" has been successfully added to the content system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(60, 22, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>The movie \"<strong>[[ movie_name ]]</strong>\" has been successfully added to the content management system.</p><p>Content Details:</p><ul><li>Movie Title: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the content details and metadata.</p>', 'Movie Added!', 'Content Added - Review Required', 'Movie \"[[ movie_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Movie \"[[ movie_name ]]\" has been successfully added to the content system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(61, 23, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>Great news! A new episode \"<strong>[[ episode_name ]]</strong>\" is now available for streaming.</p><p>Don\'t miss out on the latest episode!</p>', 'Episode Added!', 'New Episode Available', 'New episode \"[[ episode_name ]]\" available - Don\'t miss out!', 'New episode \"[[ episode_name ]]\" is now available!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(62, 23, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>The episode \"<strong>[[ episode_name ]]</strong>\" has been successfully added to the content management system.</p><p>Episode Details:</p><ul><li>Episode Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the episode details and ensure proper metadata.</p>', 'Episode Added!', 'Content Added - Review Required', 'Episode \"[[ episode_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Episode \"[[ episode_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(63, 23, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>The episode \"<strong>[[ episode_name ]]</strong>\" has been successfully added to the content management system.</p><p>Episode Details:</p><ul><li>Episode Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the episode details and ensure proper metadata.</p>', 'Episode Added!', 'Content Added - Review Required', 'Episode \"[[ episode_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Episode \"[[ episode_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(64, 24, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>Exciting news! A new season \"<strong>[[ season_name ]]</strong>\" is now available for streaming.</p><p>Get ready for hours of entertainment!</p>', 'Season Added!', 'New Season Available', 'New season \"[[ season_name ]]\" available - Get ready for hours of entertainment!', 'New season \"[[ season_name ]]\" is now available for streaming!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(65, 24, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>The season \"<strong>[[ season_name ]]</strong>\" has been successfully added to the content management system.</p><p>Season Details:</p><ul><li>Season Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the season details and episode structure.</p>', 'Season Added!', 'Content Added - Review Required', 'Season \"[[ season_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Season \"[[ season_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(66, 24, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>The season \"<strong>[[ name ]]</strong>\" has been successfully added to the content management system.</p><p>Season Details:</p><ul><li>Season Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the season details and episode structure.</p>', 'Season Added!', 'Content Added - Review Required', 'Season \"[[ name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Season \"[[ name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(67, 25, 'en', 'user', '<h2>Welcome to  [[ app_name ]]🎉</h2><p>Your subscription has been activated successfully.</p><br><h2>Subscription Details</h2><p>User: [[ user_name ]]</p><p>Email: [[ user_email ]]</p><p>Contact No: [[ user_mobile ]]</p><p>Plan: [[ subscription_plan ]]</p><p>End Date: [[ end_date ]]</p><p>Amount: [[ amount_formatted ]]</p><p>Tax Amount: [[ tax_amount_formatted ]]</p><p>Total Amount: [[ total_amount_formatted ]]</p><p>Duration: [[ duration_formatted ]] </p>', 'New User is subscribe!', 'Welcome - Subscription Active!', 'Welcome [[ user_name ]]! Your subscription is now active - Start exploring our content library.', 'Welcome to our streaming platform! Your subscription is now active.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(68, 25, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>A new user has subscribed to the platform.</p><p>Subscription Details:</p><ul><li>New User: [[ user_name ]]</li><li>Subscription Date: [[ start_date ]]</li><li>Plan Type: [[ subscription_plan ]]</li><li>Status: Active</li></ul><p>Please review the subscription details and welcome the new user.</p>', 'New User is subscribe!', 'New Subscription - Review Required', 'New user [[ user_name ]] subscribed - Plan: [[ subscription_plan ]]', 'New user subscription: [[ user_name ]] has joined the platform.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(69, 25, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>A new user has subscribed to the platform.</p><p>Subscription Details:</p><ul><li>New User: [[ user_name ]]</li><li>Subscription Date: [[ start_date ]]</li><li>Plan Type: [[ subscription_plan ]]</li><li>Status: Active</li></ul><p>Please review the subscription details and welcome the new user.</p>', 'New User is subscribe!', 'New Subscription - Review Required', 'New user [[ user_name ]] subscribed - Plan: [[ subscription_plan ]]', 'New user subscription: [[ user_name ]] has joined the platform.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(70, 26, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>We\'re sorry to see you go! Your subscription has been cancelled as requested.</p><p>You can reactivate your subscription anytime by visiting your account settings.</p><p>Thank you for being part of our community!</p>', 'A User is cancle subscribe!', 'Subscription Cancelled', 'Subscription cancelled for [[ user_name ]] - You can reactivate anytime.', 'Your subscription has been cancelled. We\'re sorry to see you go.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(71, 26, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>A user has cancelled their subscription.</p><p>Cancellation Details:</p><ul><li>User: [[ user_name ]]</li><li>Cancellation Date: [[ end_date ]]</li><li>Reason: [[ cancellation_reason ]]</li><li>Previous Plan: [[ subscription_plan ]]</li></ul><p>Please review and consider reaching out to understand their feedback.</p>', 'A User is cancle subscribe!', 'Subscription Cancelled - Review Required', 'User [[ user_name ]] cancelled subscription', 'User [[ user_name ]] has cancelled their subscription.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(72, 26, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>A user has cancelled their subscription.</p><p>Cancellation Details:</p><ul><li>User: [[ user_name ]]</li><li>Cancellation Date: [[ end_date ]]</li><li>Reason: [[ cancellation_reason ]]</li><li>Previous Plan: [[ subscription_plan ]]</li></ul><p>Please review and consider reaching out to understand their feedback.</p>', 'A User is cancle subscribe!', 'Subscription Cancelled - Review Required', 'User [[ user_name ]] cancelled subscription', 'User [[ user_name ]] has cancelled their subscription.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(73, 27, 'en', 'user', '\n                <p>Dear [[ user_name ]],</p>\n                <p>Thank you for purchasing the [[ content_type ]] \"<strong>[[ name ]]</strong>\" on our platform.</p>\n                <p>You now have full access starting from <strong>[[ start_date ]] to [[ end_date ]]</strong>.</p>\n                <p>We hope you enjoy your viewing experience!</p>\n                <p>Best regards,</p>\n            ', 'You have successfully purchased!', 'Purchase Confirmed', 'Purchase confirmed for [[ user_name ]] - [[ content_type ]] \"[[ name ]]\" from [[ start_date ]] to [[ end_date ]]', 'You have successfully purchased [[ content_type ]] \"[[ name ]]\"', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(74, 27, 'en', 'admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A new video purchase has been made on the platform.</p>\n                <p>Purchase Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Purchase Date: [[ start_date ]]</li>\n                    <li>Access Until: [[ end_date ]]</li>\n                    <li>Transaction Status: Completed</li>\n                </ul>\n                <p>Please review the transaction details.</p>\n            ', 'You have successfully purchased!', 'New Purchase - Review Required', 'User [[ user_name ]] purchased [[ content_type ]] \"[[ name ]]\" on [[ start_date ]] - Access until [[ end_date ]]', 'User [[ user_name ]] has purchased [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(75, 27, 'en', 'demo_admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A new video purchase has been made on the platform.</p>\n                <p>Purchase Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Purchase Date: [[ start_date ]]</li>\n                    <li>Access Until: [[ end_date ]]</li>\n                    <li>Transaction Status: Completed</li>\n                </ul>\n                <p>Please review the transaction details.</p>\n            ', 'You have successfully purchased!', 'New Purchase - Review Required', 'User [[ user_name ]] purchased [[ content_type ]] \"[[ name ]]\" on [[ start_date ]] - Access until [[ end_date ]]', 'User [[ user_name ]] has purchased [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(76, 28, 'en', 'user', '\n                <p>Dear [[ user_name ]],</p>\n                <p>Thank you for renting the [[ content_type ]] \"<strong>[[ name ]]</strong>\" from our platform.</p>\n                <p>Your rental starts on <strong>[[ start_date ]]</strong> and will be available until <strong>[[ end_date ]]</strong>.</p>\n                <p>Be sure to complete watching it before your rental expires!</p>\n\n            ', 'You have successfully rent!', 'Rental Confirmed', 'Rental confirmed for [[ user_name ]] - [[ content_type ]] \"[[ name ]]\" from [[ start_date ]] to [[ end_date ]]', 'You have successfully rent [[ content_type ]] \"[[ name ]]\"', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(77, 28, 'en', 'admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A new video rental has been made on the platform.</p>\n                <p>Rental Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Rental Start: [[ start_date ]]</li>\n                    <li>Rental End: [[ end_date ]]</li>\n                    <li>Rental Status: Active</li>\n                </ul>\n                <p>Please review the rental transaction details.</p>\n            ', 'You have successfully rent!', 'New Rental - Review Required', 'User [[ user_name ]] rented [[ content_type ]] \"[[ name ]]\" on [[ start_date ]] - Rental until [[ end_date ]]', 'User [[ user_name ]] has rented [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(78, 28, 'en', 'demo_admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A new video rental has been made on the platform.</p>\n                <p>Rental Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Rental Start: [[ start_date ]]</li>\n                    <li>Rental End: [[ end_date ]]</li>\n                    <li>Rental Status: Active</li>\n                </ul>\n                <p>Please review the rental transaction details.</p>\n            ', 'You have successfully rent!', 'New Rental - Review Required', 'User [[ user_name ]] rented [[ content_type ]] \"[[ name ]]\" on [[ start_date ]] - Rental until [[ end_date ]]', 'User [[ user_name ]] has rented [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(79, 29, 'en', 'user', '\n                <p>Hi [[ user_name ]],</p>\n                <p>This is a reminder that your rental access to the [[ content_type ]] \"<strong>[[ name ]]</strong>\" will expire in <strong>[[ end_date ]]</strong>.</p>\n                <p>If you haven\'t finished watching it yet, please make sure to complete it before your rental period ends.</p>\n                <p>Enjoy your content,<br>\n            ', 'Rent Is Expire Soon!', 'Rental Expiry Reminder', 'Rental expiry reminder for [[ user_name ]] - [[ content_type ]] \"[[ name ]]\" expires on [[ end_date ]]', 'Reminder: Your access to [[ content_type ]] \"[[ name ]]\" will expire in [[ end_date ]].', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(80, 29, 'en', 'admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A rental expiry reminder has been sent to a user.</p>\n                <p>Rental Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Reminder Status: Sent</li>\n                </ul>\n                <p>Please monitor the rental status and ensure proper expiry handling.</p>\n            ', 'Rent Is Expire Soon!', 'Rental Expiry Notification Sent', 'Rental expiry reminder sent to [[ user_name ]] for [[ content_type ]] \"[[ name ]]\" - Expires on [[ end_date ]]', 'Rental expiry reminder sent to user [[ user_name ]] for [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(81, 29, 'en', 'demo_admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A rental expiry reminder has been sent to a user.</p>\n                <p>Rental Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ content_type ]] \"[[ name ]]\"</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Reminder Status: Sent</li>\n                </ul>\n                <p>Please monitor the rental status and ensure proper expiry handling.</p>\n            ', 'Rent Is Expire Soon!', 'Rental Expiry Notification Sent', 'Rental expiry reminder sent to [[ user_name ]] for [[ content_type ]] \"[[ name ]]\" - Expires on [[ end_date ]]', 'Rental expiry reminder sent to user [[ user_name ]] for [[ content_type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(82, 30, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>This is a reminder that your access to the purchased [[ type ]] \"<strong>[[ name ]]</strong>\" will expire in <strong>[[ end_date ]]</strong>.</p>\n                <p>Please ensure you complete watching it before your access period ends.</p>\n            ', 'Purchase Is Expire Soon!', 'Purchase Expiry Reminder', 'Purchase expiry reminder for [[ user_name ]] - [[ type ]] \"[[ name ]]\" expires on [[ end_date ]]', 'Reminder: Your access to purchased [[ type ]] \"[[ name ]]\" will expire in [[ end_date ]].', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(83, 30, 'en', 'admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A purchase expiry reminder has been sent to a user.</p>\n                <p>Purchase Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ type ]] \"[[ name ]]\"</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Reminder Status: Sent</li>\n                    <li>Access Type: Purchased</li>\n                </ul>\n                <p>Please monitor the access status and ensure proper expiry handling.</p>\n            ', 'Purchase Is Expire Soon!', 'Purchase Expiry Notification Sent', 'Purchase expiry reminder sent to [[ user_name ]] for [[ type ]] \"[[ name ]]\" - Expires on [[ end_date ]]', 'Purchase expiry reminder sent to user [[ user_name ]] for [[ type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(84, 30, 'en', 'demo_admin', '\n                <p>Dear [[ user_name ]],</p>\n                <p>A purchase expiry reminder has been sent to a user.</p>\n                <p>Purchase Details:</p>\n                <ul>\n                    <li>User: [[ user_name ]]</li>\n                    <li>Content: [[ type ]] \"[[ name ]]\"</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Reminder Status: Sent</li>\n                    <li>Access Type: Purchased</li>\n                </ul>\n                <p>Please monitor the access status and ensure proper expiry handling.</p>\n            ', 'Purchase Is Expire Soon!', 'Purchase Expiry Notification Sent', 'Purchase expiry reminder sent to [[ user_name ]] for [[ type ]] \"[[ name ]]\" - Expires on [[ end_date ]]', 'Purchase expiry reminder sent to user [[ user_name ]] for [[ type ]] \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(85, 31, 'en', 'user', '<p>Dear [[ user_name ]],</p><p>Exciting news! A new video \"<strong>[[ video_name ]]</strong>\" is now available for streaming.</p><p>Get ready for hours of entertainment!</p>', 'Video Added!', 'New Video Available', 'New video \"[[ video_name ]]\" available - Get ready for hours of entertainment!', 'New video \"[[ video_name ]]\" is now available for streaming!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(86, 31, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>The season \"<strong>[[ season_name ]]</strong>\" has been successfully added to the content management system.</p><p>Season Details:</p><ul><li>Season Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the season details and episode structure.</p>', 'Video Added!', 'Content Added - Review Required', 'Video \"[[ video_name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Video \"[[ video_name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(87, 31, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>The video \"<strong>[[ name ]]</strong>\" has been successfully added to the content management system.</p><p>Video Details:</p><ul><li>Video Name: [[ name ]]</li><li>Added By: [[ logged_in_user_fullname ]]</li><li>Status: Active</li><li>Available for streaming</li></ul><p>Please review the video details and episode structure.</p>', 'Video Added!', 'Content Added - Review Required', 'Video \"[[ name ]]\" added by [[ logged_in_user_fullname ]] - Content management update.', 'Video \"[[ name ]]\" has been successfully added to the system.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(88, 32, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>Your subscription plan \"<strong>[[ subscription_plan ]]</strong>\" is expiring soon. Please renew your subscription plan within the next few days to continue enjoying our services.</p>\n                <p><strong>Subscription Details:</strong></p>\n                <ul>\n                    <li>Plan: [[ subscription_plan ]]</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Amount: [[ amount_formatted ]]</li>\n                </ul>\n                <p>Don\'t miss out on your favorite content! Renew now to continue streaming.</p>\n                <p>Thank you for being a valued member!</p>\n            ', 'Subscription Expiring Soon!', 'Subscription Expiry Reminder', 'Your subscription \"[[ subscription_plan ]]\" expires on [[ end_date ]]. Renew now to continue enjoying our services.', 'Your subscription plan \"[[ subscription_plan ]]\" is expiring soon. Please renew to continue enjoying our services.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(89, 33, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>This is a reminder that your subscription plan \"<strong>[[ subscription_plan ]]</strong>\" will expire in <strong>[[ days ]]</strong> day(s).</p>\n                <p><strong>Subscription Details:</strong></p>\n                <ul>\n                    <li>Plan: [[ subscription_plan ]]</li>\n                    <li>Expiry Date: [[ end_date ]]</li>\n                    <li>Days Remaining: [[ days ]]</li>\n                    <li>Amount: [[ amount_formatted ]]</li>\n                </ul>\n                <p>Don\'t miss out on your favorite content! Renew now to continue streaming without interruption.</p>\n                <p>Thank you for being a valued member!</p>\n            ', 'Subscription Plan Expiring Soon!', 'Subscription Plan Expiry Reminder', 'Your subscription plan \"[[ subscription_plan ]]\" will expire in [[ days ]] day(s). Expiry date: [[ end_date ]].', 'Your subscription plan \"[[ subscription_plan ]]\" will expire in [[ days ]] day(s). Please renew to continue enjoying our services.', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(90, 34, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>Great news! \"<strong>[[ name ]]</strong>\" is releasing in <strong>[[ days ]]</strong> day(s).</p>\n                <p><strong>Content Details:</strong></p>\n                <ul>\n                    <li>Title: [[ name ]]</li>\n                    <li>Type: [[ content_type ]]</li>\n                    <li>Release Date: [[ release_date ]]</li>\n                    <li>Days Until Release: [[ days ]]</li>\n                </ul>\n                <p>Don\'t miss out on this exciting new content! Set a reminder and be the first to watch.</p>\n                <p>We can\'t wait for you to enjoy it!</p>\n            ', 'Upcoming Release: [[ name ]]', 'Upcoming Content Release', 'Upcoming release: \"[[ name ]]\" will be available in [[ days ]] day(s) on [[ release_date ]].', 'Great news! \"[[ name ]]\" is releasing in [[ days ]] day(s). Don\'t miss it!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(91, 34, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>This is a notification about an upcoming content release.</p><ul><li>Title: <strong>[[ name ]]</strong></li><li>Type: [[ content_type ]]</li><li>Release Date: [[ release_date ]]</li><li>Days Remaining: [[ days ]]</li></ul><p>Please ensure all metadata and assets are ready.</p>', 'Upcoming Release Detected', 'Upcoming Content Alert', 'Upcoming content \"[[ name ]]\" (Type: [[ content_type ]]) releasing on [[ release_date ]].', 'Upcoming release: \"[[ name ]]\" will be launching in [[ days ]] day(s).', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(92, 34, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>This is a notification about an upcoming content release.</p><ul><li>Title: <strong>[[ name ]]</strong></li><li>Type: [[ content_type ]]</li><li>Release Date: [[ release_date ]]</li><li>Days Remaining: [[ days ]]</li></ul><p>Please ensure all metadata and assets are ready.</p>', 'Upcoming Release Detected', 'Upcoming Content Alert', 'Upcoming content \"[[ name ]]\" (Type: [[ content_type ]]) releasing on [[ release_date ]].', 'Upcoming release: \"[[ name ]]\" will be launching in [[ days ]] day(s).', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(93, 35, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>You haven\'t watched \"<strong>[[ name ]]</strong>\" in a while. Pick up where you left off!</p>\n                <p><strong>Content Details:</strong></p>\n                <ul>\n                    <li>Title: [[ name ]]</li>\n                    <li>Type: [[ content_type ]]</li>\n                    <li>Release Date: [[ release_date ]]</li>\n                </ul>\n                <p>Continue your viewing experience and enjoy the rest of the content!</p>\n                <p>Happy streaming!</p>\n            ', 'Continue Watching: [[ name ]]', 'Continue Watching Reminder', 'Continue watching \"[[ name ]]\". You haven\'t watched this in a while - pick up where you left off!', 'Continue watching \"[[ name ]]\". Pick up where you left off!', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(94, 35, 'en', 'admin', '<p>Dear [[ user_name ]],</p><p>A continue watching reminder for \"<strong>[[ name ]]</strong>\" has been processed.</p><p>Content Details:</p><ul><li>Title: [[ name ]]</li><li>Type: [[ content_type ]]</li></ul>', 'Continue Watch Reminder Sent', 'Continue Watch - User Notification', 'Continue watch reminder for \"[[ name ]]\".', 'User reminder: Continue watching \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(95, 35, 'en', 'demo_admin', '<p>Dear [[ user_name ]],</p><p>A continue watching reminder for \"<strong>[[ name ]]</strong>\" has been processed.</p><p>Content Details:</p><ul><li>Title: [[ name ]]</li><li>Type: [[ content_type ]]</li></ul>', 'Continue Watch Reminder Sent', 'Continue Watch - User Notification', 'Continue watch reminder for \"[[ name ]]\".', 'User reminder: Continue watching \"[[ name ]]\".', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL),
(96, 36, 'en', 'user', '\n                <p>Hello [[ user_name ]],</p>\n                <p>We have sent a one-time password (OTP) to your registered email. Use the code below to verify your request. Do not share this code with anyone.</p>\n                <p><strong>One-Time Password (OTP)</strong></p>\n                <p style=\"font-size: 24px; font-weight: bold; letter-spacing: 4px; text-align: center; padding: 20px; background-color: #f5f5f5; border-radius: 5px;\">[[ otp ]]</p>\n                <p>This OTP is valid for a limited time. If you did not request this OTP, please ignore this email.</p>\n            ', 'OTP Verification', 'OTP Verification', 'Your OTP for parental control PIN change is [[ otp ]].', 'Your OTP for parental control PIN change is [[ otp ]].', '', 1, NULL, NULL, NULL, '2026-02-08 23:24:57', '2026-02-08 23:24:57', NULL);

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

--
-- Table structure for table `onboardings`
--

CREATE TABLE `onboardings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `file_url` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `onboardings`
--

INSERT INTO `onboardings` (`id`, `title`, `description`, `file_url`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Watch on any device: Enjoy our content wherever you go!', 'Stream across all devices without extra charges.', 'walk_image1.png', 1, NULL, NULL, NULL, '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(2, 'Download and Go: Access Your Content Anywhere, Anytime, on Any Device', 'Download & enjoy content on the go, anywhere, anytime.', 'walk_image2.png', 1, NULL, NULL, NULL, '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL),
(3, 'Enjoy Freedom Without Commitments or Hassles - Join Us Today!', 'Join us hassle-free and no contracts required.', 'walk_image3.png', 1, NULL, NULL, NULL, '2026-02-08 23:25:00', '2026-02-08 23:25:00', NULL);

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

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `slug` varchar(191) NOT NULL,
  `sequence` int(11) DEFAULT NULL,
  `description` longtext NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pages`
--

INSERT INTO `pages` (`id`, `name`, `slug`, `sequence`, `description`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Privacy Policy', 'privacy-policy', NULL, '<p data-pm-slice=\"0 0 []\">MXFlix (&ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;) is committed to protecting your privacy. At MXFlix, we are committed to protecting your privacy and ensuring that your personal information is handled securely.</p>\r\n<p>This Privacy Policy applies to our website, and its associated subdomains (collectively, our &ldquo;Service&rdquo;) alongside our application, MXFlix. By accessing or using our Service, you signify that you have read, understood, and agree to our collection described in this Privacy Policy and our Terms of Service.</p>\r\n<p>This Privacy Policy outlines how we collect, use, and safeguard your data when you use MXFlix.</p>\r\n<p><strong>1. Introduction </strong></p>\r\n<p>At MXFlix, we are dedicated to safeguarding your privacy and ensuring your personal data is handled securely. This Privacy Policy explains how we collect, use, and protect your information when you use our services through the MXFlix platform, including our website and associated applications. By accessing or using our services, you acknowledge that you have read and understood this Privacy Policy and agree to its terms.</p>\r\n<p><strong>2. Information We Collect </strong></p>\r\n<p>We may collect several types of information when you use MXFlix, including:</p>\r\n<p><strong>- Personal Information:</strong> Information you provide, such as your name, email address, payment information (e.g., credit card details), and any other personal information required for account creation and subscription services.</p>\r\n<p><strong>- Usage Data:</strong> Details about how you interact with the platform, such as your IP address, browser type, device details, pages you visit, and your streaming activity. This data helps us optimize your experience and improve our service.</p>\r\n<p><strong>- Cookies and Tracking Technologies:</strong> We use cookies and similar technologies to track user preferences, enhance your experience, and analyze traffic. You can manage your cookie settings through your browser.</p>\r\n<p><strong>3. How We Use Your Information </strong></p>\r\n<p>We collect and use your information to:</p>\r\n<p><strong>- Provide Streaming Services:</strong> To deliver content, manage user accounts, and personalize recommendations based on your viewing habits.</p>\r\n<p><strong>- Process Transactions:</strong> For managing subscriptions, handling payments securely, and maintaining transaction histories.</p>\r\n<p><strong>- Improve User Experience:</strong> Analyze how users interact with the platform to improve navigation, content suggestions, and overall performance.</p>\r\n<p><strong>- Communications:</strong> Send important notifications related to service updates, billing, and personalized marketing content based on your preferences (you can opt out of marketing communications).</p>\r\n<p><strong>- Security:</strong> Use collected information to ensure the security of the platform, prevent fraud, and monitor potential misuse.</p>\r\n<p><strong>4. Data Sharing and Disclosure </strong></p>\r\n<p>WWe value your privacy and do not sell, rent, or disclose your personal information to third parties except in the following circumstances:</p>\r\n<p><strong>- Service Providers:</strong> We may share your data with third-party service providers, such as payment processors or cloud storage providers, solely to help us deliver our services. These providers are bound by strict confidentiality agreements and are only authorized to use your information for the purpose of providing services to us.</p>\r\n<p><strong>- Legal Requirements:</strong> We will only disclose your personal information if required by law, such as to comply with a legal obligation, or in response to valid legal processes like subpoenas, court orders, or other government demands. This will only occur when we have a legal basis to do so.</p>\r\n<p>-<strong> Business Transfers (If Applicable):</strong> In the event that Miracuves undergoes a business transition such as a merger, acquisition, or sale of all or part of our assets, your information may be transferred as part of the transaction. If such a transfer occurs, we will notify you and ensure that the new entity adheres to this Privacy Policy or offers similar protections.</p>\r\n<p><strong>5. Your Rights </strong></p>\r\n<p>You have certain rights regarding your personal information, including:</p>\r\n<p><strong>- MXFlix LaravelAccess and Correction MXFlix Laravel:</strong> You may access, correct, or update your personal data through your account settings.</p>\r\n<p><strong>- MXFlix LaravelDeletion MXFlix Laravel:</strong> You may request the deletion of your account and associated data by contacting our support team.</p>\r\n<p><strong>- MXFlix LaravelData Portability MXFlix Laravel:</strong> You have the right to request your personal data in a structured, machine-readable format to transfer to another service provider.</p>\r\n<p><strong>- MXFlix LaravelOpting Out of Marketing Communications MXFlix Laravel:</strong> You can opt out of receiving promotional emails or other communications at any time by adjusting your account settings or contacting us.</p>\r\n<p><strong>6. Data Security </strong></p>\r\n<p>We take the protection of your personal data very seriously and prioritize its security using a range of industry-standard security measures. These measures are designed to safeguard your information from unauthorized access, disclosure, or misuse. Our security practices include the use of encryption, secure data storage systems, firewalls, and regular security audits to detect vulnerabilities. In addition to these technical measures, we employ strict internal policies to control access to sensitive data, ensuring that only authorized personnel can handle it.</p>\r\n<p>Despite our efforts to implement strong security systems, it\'s important to recognize that no method of transmission over the internet or method of electronic storage is completely secure. As such, while we are committed to doing our utmost to protect your personal information, we cannot guarantee absolute security. If you suspect any breach or unauthorized access to your account, please notify us immediately so we can take appropriate action to secure your data.</p>\r\n<p><strong> 7. Children&rsquo;s Privacy </strong></p>\r\n<p>The MXFlix platform is designed for use by individuals aged 13 and older. We are committed to protecting the privacy of children and do not knowingly collect personal information from individuals under the age of 13. In compliance with the Children&rsquo;s Online Privacy Protection Act (COPPA) and similar regulations, we take precautions to avoid collecting any data from minors.</p>\r\n<p>If you are a parent or guardian and become aware that your child has provided us with personal information without your consent, please contact us immediately. Upon receiving such a request, we will promptly review and remove the child\'s information from our system to ensure it is not used or stored. We take the privacy of minors seriously, and we will act quickly to address any concerns.</p>\r\n<p><strong>8. Changes to This Privacy Policy </strong></p>\r\n<p>Our privacy practices may evolve over time as we introduce new features, services, or update our operational procedures. To ensure transparency, we reserve the right to make changes to this Privacy Policy from time to time. Such updates may reflect changes in legal requirements, our business practices, or the introduction of new technologies.</p>\r\n<p>In the event of any significant modifications to the way we collect, use, or store your data, we will provide you with clear notification either via email or by placing a prominent notice on our platform. We encourage you to review this Privacy Policy periodically to stay informed of any updates or changes. Your continued use of our services after changes have been made constitutes your acceptance of the updated policy.</p>\r\n<p><strong>9. Contact Us </strong></p>\r\n<p>If you have any questions, concerns, or require further clarification regarding this Privacy Policy, our team is here to help. We value open communication with our users and are committed to addressing any concerns related to your personal data and privacy.</p>\r\n<p>You can contact us via the following email:</p>\r\n<p><strong>- Email:</strong>&nbsp;biz@miracuves.com</p>\r\n<p>We aim to respond to all queries in a timely manner and ensure that your privacy concerns are addressed effectively.</p>\r\n<p><strong>10. Data Deletion Request </strong></p>\r\n<p>We are committed to providing you with control over your personal information and ensuring that your data is handled in accordance with your preferences. If at any time you wish to request the deletion of your personal data from our servers, we offer a straightforward process to facilitate this.</p>\r\n<p>To request the deletion of your data, please send an email from your registered email address to our dedicated privacy inbox at biz@miracuves.com. Include the subject line \"Data Deletion Request\" and provide any necessary details regarding your account. Upon receiving your request, our team will thoroughly review the provided information, verify your identity, and proceed with the deletion of your data as required by our privacy policies and applicable legal obligations.</p>\r\n<p>Please note that certain legal requirements or regulatory obligations may require us to retain certain information for a specified period, even after a deletion request has been made. However, we will ensure that any retained data is handled securely and in compliance with relevant privacy laws.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>This privacy policy helps ensure transparency and clarity about how Miracuves handles your data within MXFlix. </strong></p>\r\n<p><strong>Thank you for using MXFlix. Your privacy is important to us, and we are committed to safeguarding your personal information.&nbsp;&nbsp;</strong></p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-15 23:58:10', NULL),
(2, 'Terms & Conditions', 'terms-conditions', NULL, '<p>Welcome to MXFlix, a premier streaming platform developed by Miracuves. By accessing or using our services, you agree to comply with and be bound by these Terms and Conditions. These terms outline your rights and responsibilities when using our platform, and we encourage you to read them carefully. If you do not agree with these terms, please refrain from using the service.</p>\r\n<p><strong>1. Acceptance of Terms</strong></p>\r\n<p>By using MXFlix, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions. This agreement serves as a legally binding contract between you and Miracuves. If you do not agree to any of these terms, please refrain from using our services. We reserve the right to update these terms at any time, and it is your responsibility to review them periodically for changes.</p>\r\n<p><strong>2. Eligibility</strong></p>\r\n<p>To access and use MXFlix, you must be at least 18 years old or the age of majority in your jurisdiction. If you are under 18, you may only use the service under the supervision of a parent or legal guardian who agrees to these Terms and Conditions. By using the service, you represent that you meet these eligibility requirements and that you are legally able to enter into this agreement. We reserve the right to terminate your account if you do not meet these criteria.</p>\r\n<p><strong>3. User Accounts</strong></p>\r\n<p>To access certain features of MXFlix, you may be required to create a user account. When creating an account, you agree to provide accurate, complete, and up-to-date information, including your name, email address, and any other required details. You are responsible for maintaining the confidentiality of your account information, including your password. Any activity performed using your account is your responsibility, and you agree to notify us immediately of any unauthorized use of your account or any other breach of security. We are not liable for any loss or damage arising from your failure to comply with these requirements.</p>\r\n<p><strong>4. Subscription Plans</strong></p>\r\n<p>MXFlix offers a variety of subscription plans, each with different features and benefits tailored to meet the needs of our diverse user base. By subscribing, you agree to pay the applicable fees associated with your chosen plan, which will be billed in advance on a recurring basis. Subscription fees are non-refundable, except as specified in our refund policy. The specific features of each subscription plan are detailed on our platform. We reserve the right to modify, enhance, or discontinue any plan at our discretion, ensuring that we continuously provide value to our users.</p>\r\n<p><strong>5. Payment and Billing</strong></p>\r\n<p>Payments for subscriptions are processed through secure third-party payment gateways, including Stripe, RazorPay, Paystack, PayPal, and FlutterWave. You are responsible for providing accurate and complete payment information. If the payment is not successfully processed due to insufficient funds, expired card information, or any other reason, we reserve the right to suspend or terminate your account. All fees are subject to applicable taxes, and you are responsible for paying any additional charges incurred in your region. By providing payment information, you authorize us to charge the payment method for the subscription fees and any other applicable charges.</p>\r\n<p><strong>6. Content Access and Usage</strong></p>\r\n<p>Upon subscribing, you are granted a limited, non-exclusive, non-transferable license to access and view the content available on MXFlix Laravel for personal, non-commercial use. This license is intended solely for your enjoyment and personal viewing. You may not reproduce, distribute, modify, publicly display, publicly perform, republish, download, or store any content from the service without obtaining prior written consent from us. All content remains the property of Miracuves or its content providers, and unauthorized use of the content may result in legal action.</p>\r\n<p><strong>7. Intellectual Property</strong></p>\r\n<p>All content available on MXFlix, including but not limited to movies, TV shows, graphics, logos, software, and any associated trademarks, is protected by copyright, trademark, and other intellectual property laws. You agree not to infringe, violate, or misuse any intellectual property rights belonging to Miracuves or third-party content providers. Unauthorized use of the content may lead to civil and criminal penalties. If you wish to use any content for commercial purposes, you must obtain prior written permission from the rightful owner.</p>\r\n<p><strong>8. Prohibited Activities</strong></p>\r\n<p>While using MXFlix Laravel, you agree not to engage in any unlawful activities or conduct that violates these Terms and Conditions. This includes, but is not limited to:</p>\r\n<p>- Uploading or distributing malicious software, viruses, or any other harmful code.</p>\r\n<p>- Interfering with the security of the service or the experience of other users.</p>\r\n<p>- Attempting to bypass any content protection mechanisms or access restricted areas of the platform.</p>\r\n<p>- Sharing your login credentials with others or using another user\'s account without permission. Engaging in any of these prohibited activities may result in immediate termination of your account and potential legal action.</p>\r\n<p><strong>9. Third-Party Links</strong></p>\r\n<p>MXFlix may contain links to third-party websites or services that are not owned or controlled by Miracuves. We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any third-party sites. Your interactions with these third-party services are governed by their own terms and policies. We encourage you to read the terms and conditions of any third-party website you visit. Miracuves is not responsible for any damages or losses caused by your use of these third-party services.</p>\r\n<p><strong>10. Termination of Service</strong></p>\r\n<p>We reserve the right to suspend or terminate your access to MXFlix at any time, with or without notice, if you breach these Terms and Conditions or engage in conduct that we deem harmful to the platform or other users. In the event of termination, your right to use the service will immediately cease, and you may lose access to any content associated with your account. We will not be liable to you or any third party for any termination of your access to the service. Upon termination, any provisions of these terms that, by their nature, should survive termination shall remain in effect.</p>\r\n<p><strong>11. Limitation of Liability</strong></p>\r\n<p>In no event shall Miracuves or its affiliates be liable for any indirect, incidental, special, or consequential damages arising from your use or inability to use the MXFlix Laravel service. This includes, but is not limited to, damages for loss of profits, data, or other intangible losses, even if we have been advised of the possibility of such damages. Your sole remedy for dissatisfaction with the service is to stop using it. Our liability for any claims arising out of these Terms and Conditions shall not exceed the total amount paid by you for the service during the twelve (12) months preceding the claim.</p>\r\n<p><strong>12. Disclaimer of Warranties</strong></p>\r\n<p>The MXFlix Laravel service is provided \"as is\" and \"as available.\" Miracuves makes no warranties or representations about the accuracy, reliability, or availability of the service. We disclaim all warranties, whether express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, and non-infringement. We do not guarantee that the service will be uninterrupted, secure, or error-free, and we are not responsible for any interruptions or errors in the service. Your use of the service is at your own risk.</p>\r\n<p><strong>13. Modifications to Terms</strong></p>\r\n<p>We reserve the right to modify these Terms and Conditions at any time. Any changes will be effective immediately upon posting on our platform. Your continued use of the service after the changes means you accept the new terms. We encourage you to review these Terms regularly to stay informed of any updates. If you do not agree with any changes, you should stop using the service. Continued access to MXFlix Laravel after modifications indicates your acceptance of the updated terms.</p>\r\n<p><strong>14. Governing Law</strong></p>\r\n<p>These Terms and Conditions shall be governed by and construed in accordance with the laws of the jurisdiction in which Miracuves operates. Any legal actions arising from these terms must be filed in the appropriate courts of that jurisdiction. If any provision of these terms is found to be unenforceable, the remaining provisions will remain in full force and effect. By using MXFlix, you consent to the exclusive jurisdiction of the courts located in that jurisdiction.</p>\r\n<p><strong>15. Contact Us</strong></p>\r\n<p>If you have any questions, concerns, or comments about these Terms and Conditions, please contact us at:</p>\r\n<p>- Email: biz@miracuves.com</p>\r\n<p><strong>We appreciate your cooperation and understanding of these Terms and Conditions. They are designed to protect both your rights and those of our users, ensuring a secure and enjoyable streaming experience on MXFlix.</strong></p>\r\n<p>&nbsp;</p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-15 23:59:06', NULL),
(3, 'Help and Support', 'help-and-support', NULL, '<p>Welcome to MXFlix Help &amp; Support! At Miracuves, we strive to offer you the best streaming experience possible. Should you have any questions, concerns, or need assistance with MXFlix, you&rsquo;ve come to the right place. Our dedicated support team is here to help you with technical issues, general queries, and everything in between. We are committed to ensuring a smooth and enjoyable streaming experience.</p>\r\n<p><strong>Frequently Asked Questions (FAQs)</strong></p>\r\n<p>Before contacting us, we highly recommend checking our [FAQ Page] for common issues and their solutions. We continuously update this page to address frequently asked user queries, offering you the quickest route to a solution.</p>\r\n<p><strong>Contact Support</strong></p>\r\n<p>If you need further assistance, feel free to contact our support team at:</p>\r\n<p>📧 <strong>Email: biz@miracuves.com</strong></p>\r\n<p>We aim to respond to all queries within 24 to 48 hours (Monday through Friday). Our priority is resolving your issue as swiftly as possible.</p>\r\n<p><strong>How Can We Assist You?</strong></p>\r\n<p>Our support services include:</p>\r\n<p><strong>1. Account &amp; Subscription Issues&nbsp;&nbsp;</strong></p>\r\n<p>&nbsp; &nbsp;- Experiencing issues with your account setup, subscription, or payments? We&rsquo;re available to assist with any difficulties you encounter during the process of managing your account or subscription plan.</p>\r\n<p><strong>2. App Navigation &amp; Features&nbsp;&nbsp;</strong></p>\r\n<p>&nbsp; &nbsp;- Whether you\'re a new user or need help with specific features, we can guide you. MXFlix Laravel is designed with user-friendly features, and we are here to help you make the most out of them.</p>\r\n<p><strong>3. Technical Support&nbsp;&nbsp;</strong></p>\r\n<p>&nbsp; &nbsp;- Facing technical difficulties with the app? Our technical team is prepared to assist with any malfunctions, connectivity problems, or performance issues to ensure that your streaming experience is uninterrupted.</p>\r\n<p><strong>4. Content Inquiries&nbsp;</strong>&nbsp;</p>\r\n<p>&nbsp; &nbsp;- Do you have questions about our content? We&rsquo;re happy to clarify any concerns regarding the availability, features, or quality of the content in our library.</p>\r\n<p><strong>5. Feedback &amp; Suggestions&nbsp;&nbsp;</strong></p>\r\n<p>&nbsp; &nbsp;- We value your feedback! Your input helps us improve your experience, and we carefully consider all suggestions and reported issues.</p>\r\n<p><strong>Quick Assistance Steps</strong></p>\r\n<p><strong>For a faster response, follow these steps:</strong></p>\r\n<p>1. Check our FAQ page to see if your issue has already been addressed.</p>\r\n<p>2. Email us at biz@miracuves.com with your query.</p>\r\n<p>3. Include the following details for faster resolution:</p>\r\n<p>- Your device model and operating system (OS) version.</p>\r\n<p>- A brief description of the issue.</p>\r\n<p>- Screenshots or steps to replicate the problem (if applicable).</p>\r\n<p><strong>Help Us Help You</strong></p>\r\n<p>To help us serve you better, please provide the following information in your support request:</p>\r\n<p>- Your registered email address associated with MXFlix.</p>\r\n<p>- A detailed description of the issue you\'re experiencing.</p>\r\n<p>- Any relevant steps to replicate the problem, including device and app information.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>We are committed to ensuring your experience is smooth and enjoyable. Our team works diligently to resolve all queries and technical issues, helping you return to your seamless streaming experience as quickly as possible.</strong></p>\r\n<p><strong>Thank you for choosing MXFlix! Your satisfaction is our top priority, and we&rsquo;re always here to assist you with any concerns or questions.</strong></p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-15 23:59:33', NULL),
(4, 'Refund and Cancellation Policy', 'refund-and-cancellation-policy', NULL, '<p>At Miracuves, we strive to ensure our customers have a seamless experience with MXFlix. Please read our Refund and Cancellation Policy carefully to understand your rights and obligations.</p>\r\n<p><strong>1. Subscription Cancellations</strong></p>\r\n<p>You may cancel your subscription to MXFlix at any time. Upon cancellation:</p>\r\n<p><strong>- Continued Access:</strong> You will retain access to premium content and services until the end of your current billing cycle. There will be no disruption in service during this period.</p>\r\n<p><strong>- No Refund for Partial Periods:</strong> We do not provide refunds for unused portions of the subscription period. Your access will remain until the next billing date.</p>\r\n<p><strong>- How to Cancel:</strong> To cancel your subscription, visit your account settings in the app or contact our support team at biz@miracuves.com. Ensure that you follow the instructions clearly to avoid any confusion regarding cancellation timing.</p>\r\n<p><strong>2. Refund Eligibility</strong></p>\r\n<p><strong>Refunds may be granted under the following circumstances:</strong></p>\r\n<p><strong>- Accidental Billing:</strong> If you were incorrectly charged due to a technical error or duplicate billing, please contact us immediately to resolve the issue.</p>\r\n<p><strong>- Unauthorized Transactions:</strong> In the event your account was used without your permission, please notify us within 7 days of the transaction to be eligible for a refund.</p>\r\n<p><strong>Non-Refundable Cases:</strong></p>\r\n<p>Refunds will not be provided under the following circumstances:</p>\r\n<p><strong>- Change of Mind:</strong> If you decide you no longer want the subscription after purchase, we cannot provide a refund.</p>\r\n<p><strong>- Dissatisfaction with Content:</strong> Refunds will not be given solely based on dissatisfaction with the available content unless the service is defective or significantly misrepresented.</p>\r\n<p><strong>- Lack of Usage:</strong> If you do not use the service after subscribing, you will not be eligible for a refund.</p>\r\n<p><strong>3. Refund Process</strong></p>\r\n<p>If you qualify for a refund, the process will be as follows:</p>\r\n<p><strong>- Contact Support:</strong> Email us at biz@miracuves.com with the following details:</p>\r\n<p>&nbsp; * Your registered email address.</p>\r\n<p>&nbsp; * Subscription details (Plan name, Payment Date).</p>\r\n<p>&nbsp; * Reason for the refund request.</p>\r\n<p><strong>- Verification Process:</strong> We will review your request and confirm your eligibility for a refund. Additional information may be requested to complete this verification.</p>\r\n<p><strong>- Processing Time:</strong> Once approved, refunds will be processed within 7&ndash;10 business days. The refunded amount will be credited to the original payment method used during the transaction.</p>\r\n<p><strong>4. Free Trials</strong></p>\r\n<p>If you sign up for a free trial and choose not to continue with a paid subscription, you must cancel before the trial period ends to avoid being charged. No refunds will be provided if the subscription is not canceled before the trial expiration date. Ensure you monitor your trial period closely to avoid unwanted charges.</p>\r\n<p><strong>5. Changes to This Policy</strong></p>\r\n<p>Miracuves reserves the right to update or modify this Refund and Cancellation Policy at any time. We will notify users of any significant changes via email or in-app notifications. Continued use of MXFlix Laravel after changes are made will signify your acceptance of the revised policy.</p>\r\n<p><strong>6. Contact Us</strong></p>\r\n<p>If you have any questions about this policy or need further assistance, please reach out to us at:</p>\r\n<p><strong>📧 Email: biz@miracuves.com&nbsp;&nbsp;</strong></p>\r\n<p><strong>We are always available to assist with any concerns you may have about refunds or cancellations. Your satisfaction is important to us, and we strive to address any issues promptly.</strong></p>\r\n<p><strong>Thank you for choosing MXFlix and for being a valued customer of Miracuves!</strong></p>\r\n<p>Company:<strong>&nbsp;Miracuves&nbsp;&nbsp;</strong></p>\r\n<p>Product:<strong>&nbsp;MXFlix&nbsp;&nbsp;</strong></p>\r\n<p>Support Contact:<strong>&nbsp;biz@miracuves.com</strong></p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-16 00:00:11', NULL),
(5, 'Data Deletion Request', 'data-deletation-request', NULL, '<p>At Miracuves, we value the privacy of our users and are committed to ensuring your personal data is handled securely. If you wish to request the deletion of your data associated with MXFlix, please review the following guidelines.</p>\r\n<p><strong>1. Right to Data Deletion</strong></p>\r\n<p>In accordance with global data protection laws, you have the right to request the deletion of your personal data stored within our systems. Once your request is verified, we will remove your data from our servers unless certain legal obligations require us to retain it.</p>\r\n<p><strong>2. Information We Delete</strong></p>\r\n<p>When submitting a data deletion request, the following data will be removed:</p>\r\n<p><strong>* Personal Information:</strong> Name, email address, phone number, and any other personally identifiable information.</p>\r\n<p><strong>* Account Details:</strong> Subscription history, payment details, and usage data.</p>\r\n<p><strong>* Watchlists and Preferences:</strong> Any watchlist, preferences, or custom content recommendations.</p>\r\n<p><strong>**Please note: After the data is deleted, you will no longer have access to your MXFlix Laravel account, and the action is irreversible**</strong></p>\r\n<p><strong>3. How to Submit a Data Deletion Request</strong></p>\r\n<p>To request the deletion of your data:</p>\r\n<p><strong>* Email Request:</strong> Send an email to biz@miracuves.com with the subject line \"Data Deletion Request.\"</p>\r\n<p><strong>* Required Information:</strong> Include the following details in your email:</p>\r\n<p>&nbsp; &nbsp;- Your full name.</p>\r\n<p>&nbsp; &nbsp;- Your registered email address.</p>\r\n<p>&nbsp; &nbsp;- Reason for your data deletion request (optional).</p>\r\n<p><strong>* Verification:</strong> We may contact you to verify your identity before proceeding with the deletion.</p>\r\n<p><strong>4. Processing Time</strong></p>\r\n<p>Upon receiving and verifying your request, we will process the deletion within 30 days. You will be notified once your data has been successfully deleted.</p>\r\n<p><strong>5. Exceptions to Data Deletion</strong></p>\r\n<p>Certain data may not be eligible for deletion if:</p>\r\n<p>- Legal Obligations: We are required to retain your data for legal, regulatory, or contractual reasons.</p>\r\n<p>- Ongoing Transactions: If there are any unresolved issues such as pending transactions, your data may be retained until those issues are resolved.</p>\r\n<p><strong>6. Impact of Data Deletion</strong></p>\r\n<p>Once your data is deleted:</p>\r\n<p>- You will lose access to your MXFlix account.</p>\r\n<p>- Any remaining subscription time will be forfeited, and no refunds will be issued.</p>\r\n<p>- You will need to create a new account if you wish to use our services again in the future.</p>\r\n<p><strong>7. Contact Us</strong></p>\r\n<p>If you have any questions about this policy or need assistance with your data deletion request, please reach out to us at:</p>\r\n<p>📧 Email: biz@miracuves.com&nbsp;&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Our team is here to help you with any concerns related to your personal data and privacy.</strong></p>\r\n<p><strong>Thank you for using MXFlix, and for trusting Miracuves with your privacy.</strong></p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-16 00:02:52', NULL),
(6, 'About Us', 'about-us', NULL, '<p><strong>About MXFlix by Miracuves</strong></p>\r\n<p>Welcome to MXFlix, a next-generation streaming platform proudly developed by Miracuves. We specialize in creating cutting-edge digital solutions, and MXFlix is our latest breakthrough in the world of online entertainment. Whether you\'re a movie lover, a TV show binge-watcher, or enjoy live events, our platform is designed to deliver high-quality content directly to your device, ensuring a seamless, uninterrupted experience. MXFlix combines advanced technology with a user-friendly interface to cater to audiences worldwide.</p>\r\n<p><strong>Our Mission</strong></p>\r\n<p>Our mission at Miracuves is to reshape how digital content is consumed by creating a streaming platform that prioritizes speed, reliability, and personalization. MXFlix Laravel is built using the latest technologies to provide users with superior streaming quality, customized recommendations, and an easy-to-use content management system. We are committed to making entertainment accessible and enjoyable for all audiences, whether you\'re at home or on the go.</p>\r\n<p><strong>Why Choose MXFlix Laravel?</strong></p>\r\n<p>- Top-Tier Streaming Experience: Dive into high-definition and 4K content with smooth playback, ensuring no buffering even during high-traffic periods.</p>\r\n<p>- Personalized Content Recommendations: Our AI-driven recommendation system curates content based on your viewing history, making it easy to discover your next favorite show or movie.</p>\r\n<p>- Multi-Device Compatibility: Enjoy MXFlix Laravel on your mobile, tablet, smart TV, or desktop, with seamless syncing across all devices.</p>\r\n<p>- Exclusive Content &amp; Features: Gain access to exclusive shows, movies, and live events that are unavailable on other platforms, along with features like offline downloads and customizable viewing settings.</p>\r\n<p>- Scalable &amp; Customizable for Developers: MXFlix Laravel offers a flexible architecture that developers can tailor to specific needs, with options for scalability and integrations with other platforms.</p>\r\n<p>- Comprehensive Content Management: Our platform is designed for content creators and streamers, allowing them to efficiently manage their movies, TV shows, episodes, and live TV in one easy-to-use dashboard.</p>\r\n<p>- Enhanced Security &amp; Privacy: We employ cutting-edge encryption and security protocols to safeguard your data and protect against unauthorized access or breaches.</p>\r\n<p><strong>Our Vision&nbsp;&nbsp;</strong></p>\r\n<p>We envision a world where entertainment is no longer bound by geographical or technological limitations. With MXFlix, we aim to revolutionize digital content consumption, offering users the flexibility to watch anything, anywhere, at any time. Our vision extends beyond just entertainment&mdash;we seek to empower creators by providing a dynamic platform where they can showcase their content to a global audience while maintaining full control over their media. As technology evolves, so does MXFlix Laravel, constantly improving to meet the demands of today&rsquo;s and tomorrow&rsquo;s viewers.</p>\r\n<p><strong>What Sets Us Apart?</strong></p>\r\n<p><strong>- Adaptive Streaming Technology:</strong> Our adaptive bitrate streaming automatically adjusts video quality based on your internet connection, ensuring uninterrupted playback at the highest quality your network supports.</p>\r\n<p><strong>- Collaborative Content Creation:</strong> MXFlix Laravel allows content creators to collaborate, share, and co-produce projects, fostering a community of innovation and creativity.</p>\r\n<p><strong>- Immersive Viewing Experience:</strong> Our platform offers advanced features like multi-language subtitles, customizable captions, and interactive content for an enhanced viewing experience.</p>\r\n<p><strong>- Diverse Genre Library:</strong> Explore a wide range of genres, from action and thrillers to romance, horror, and documentaries. Whatever your preference, there&rsquo;s something for everyone on MXFlix Laravel.</p>\r\n<p><strong>- Real-Time Notifications &amp; Updates:</strong> Stay updated with new releases, exclusive content, and upcoming live events with personalized notifications based on your preferences.</p>\r\n<p><strong>Connect with Us&nbsp;&nbsp;</strong></p>\r\n<p>We value our community and encourage feedback to help us improve. If you have any questions, suggestions, or require assistance, our support team is ready to help:</p>\r\n<p><strong>📧 Support Email: biz@miracuves.com</strong></p>\r\n<p>Join us in our journey to transform the entertainment landscape with MXFlix Laravel&mdash;where technology and creativity come together to offer the ultimate streaming experience.</p>\r\n<p>Company:&nbsp;<strong>Miracuves&nbsp;&nbsp;</strong></p>\r\n<p>Product:&nbsp;<strong>MXFlix&nbsp;&nbsp;</strong></p>\r\n<p>Support Contact:&nbsp;<strong>biz@miracuves.com</strong></p>', 1, NULL, 1, NULL, '2024-09-27 22:19:15', '2026-02-16 00:01:02', NULL);

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

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) NOT NULL,
  `token` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('miracuves@yopmail.com', '$2y$10$LtYS3I4bUAPtWuX8dficfeUArfO73rFfvNeHVBOeuUrMIp.yFqP/.', '2026-03-03 06:51:00'),
('shiwa2172000@gmail.com', '$2y$10$0.PmwhV2qRB1W5WQ8SJ1pOLfcEmCccf1wjXfv/mdtQxLaSBrH.uJK', '2026-03-03 06:55:22');

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

--
-- Table structure for table `payouts`
--

CREATE TABLE `payouts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `amount` double NOT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `bank_details` text DEFAULT NULL,
  `admin_notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payouts`
--

INSERT INTO `payouts` (`id`, `user_id`, `amount`, `status`, `bank_details`, `admin_notes`, `created_at`, `updated_at`) VALUES
(1, 18, 2.98, 'paid', '{\"bank_name\":\"JPMorgan Chase Bank, N.A\",\"account_number\":\"878767676567\",\"account_holder_name\":\"Producer Demo\",\"ifsc_code\":\"5313121\",\"paypal_email\":\"producer@demo.com\"}', NULL, '2026-02-16 05:54:05', '2026-02-16 06:06:06'),
(2, 18, 2.38, 'paid', '{\"bank_name\":\"JPMorgan Chase Bank, N.A\",\"account_number\":\"878767676567\",\"account_holder_name\":\"Producer Demo\",\"ifsc_code\":\"5313121\",\"paypal_email\":\"producer@demo.com\"}', 'Paid', '2026-02-16 06:01:26', '2026-02-16 06:02:01'),
(3, 18, 1.19, 'paid', '{\"bank_name\":\"JPMorgan Chase Bank, N.As\",\"account_number\":\"878767676567\",\"account_holder_name\":\"Producer Demo\",\"ifsc_code\":\"5313121\",\"paypal_email\":\"producer@demo.com\"}', 'PAid Via Paypal', '2026-02-19 06:12:18', '2026-02-19 06:12:44');

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

--
-- Table structure for table `payperviewstransactions`
--

CREATE TABLE `payperviewstransactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `payment_type` varchar(191) NOT NULL,
  `payment_status` varchar(191) DEFAULT NULL,
  `transaction_id` varchar(191) DEFAULT NULL,
  `pay_per_view_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payperviewstransactions`
--

INSERT INTO `payperviewstransactions` (`id`, `user_id`, `amount`, `payment_type`, `payment_status`, `transaction_id`, `pay_per_view_id`, `created_at`, `updated_at`) VALUES
(6, 21, 47.50, 'stripe', 'paid', 'pi_3T4IO3HTAHWwyrB60CHnNAu2', 6, '2026-02-24 09:58:43', '2026-02-24 09:58:43');

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

--
-- Table structure for table `pay_per_views`
--

CREATE TABLE `pay_per_views` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `movie_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `content_price` decimal(10,2) NOT NULL,
  `price` decimal(10,2) NOT NULL,
  `discount_percentage` decimal(5,2) DEFAULT NULL,
  `first_play_date` datetime DEFAULT NULL,
  `view_expiry_date` timestamp NULL DEFAULT NULL,
  `access_duration` int(11) DEFAULT NULL,
  `available_for` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pay_per_views`
--

INSERT INTO `pay_per_views` (`id`, `user_id`, `movie_id`, `type`, `content_price`, `price`, `discount_percentage`, `first_play_date`, `view_expiry_date`, `access_duration`, `available_for`, `created_at`, `updated_at`) VALUES
(6, 21, 143, 'movie', 50.00, 47.50, 5.00, NULL, '2026-04-25 09:58:43', 0, '60', '2026-02-24 09:58:43', '2026-02-24 09:58:43');

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

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(125) NOT NULL,
  `guard_name` varchar(125) NOT NULL,
  `is_fixed` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` (`id`, `name`, `guard_name`, `is_fixed`, `created_at`, `updated_at`) VALUES
(1, 'edit_settings', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(2, 'view_logs', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(3, 'view_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(4, 'add_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(5, 'edit_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(6, 'delete_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(7, 'restore_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(8, 'force_delete_genres', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(9, 'view_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(10, 'add_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(11, 'edit_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(12, 'delete_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(13, 'restore_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(14, 'force_delete_movies', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(15, 'view_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(16, 'add_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(17, 'edit_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(18, 'delete_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(19, 'restore_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(20, 'force_delete_tvshows', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(21, 'view_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(22, 'add_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(23, 'edit_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(24, 'delete_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(25, 'restore_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(26, 'force_delete_seasons', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(27, 'view_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(28, 'add_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(29, 'edit_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(30, 'delete_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(31, 'restore_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(32, 'force_delete_episodes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(33, 'view_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(34, 'add_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(35, 'edit_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(36, 'delete_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(37, 'restore_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(38, 'force_delete_videos', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(39, 'view_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(40, 'add_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(41, 'edit_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(42, 'delete_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(43, 'restore_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(44, 'force_delete_tvcategory', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(45, 'view_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(46, 'add_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(47, 'edit_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(48, 'delete_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(49, 'restore_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(50, 'force_delete_tvchannel', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(51, 'view_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(52, 'add_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(53, 'edit_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(54, 'delete_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(55, 'restore_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(56, 'force_delete_actor', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(57, 'view_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(58, 'add_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(59, 'edit_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(60, 'delete_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(61, 'restore_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(62, 'force_delete_director', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(63, 'view_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(64, 'add_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(65, 'edit_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(66, 'delete_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(67, 'restore_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(68, 'force_delete_plans', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(69, 'view_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(70, 'add_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(71, 'edit_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(72, 'delete_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(73, 'restore_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(74, 'force_delete_planlimitation', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(75, 'view_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(76, 'add_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(77, 'edit_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(78, 'delete_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(79, 'restore_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(80, 'force_delete_subscriptions', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(81, 'view_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(82, 'add_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(83, 'edit_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(84, 'delete_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(85, 'restore_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(86, 'force_delete_banners', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(87, 'view_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(88, 'add_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(89, 'edit_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(90, 'delete_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(91, 'restore_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(92, 'force_delete_currency', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(93, 'view_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(94, 'add_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(95, 'edit_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(96, 'delete_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(97, 'restore_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(98, 'force_delete_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(99, 'view_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(100, 'add_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(101, 'edit_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(102, 'delete_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(103, 'restore_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(104, 'force_delete_notification_template', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(105, 'view_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(106, 'add_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(107, 'edit_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(108, 'delete_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(109, 'restore_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(110, 'force_delete_constant', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(111, 'view_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(112, 'add_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(113, 'edit_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(114, 'delete_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(115, 'restore_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(116, 'force_delete_subscription', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(117, 'view_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(118, 'add_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(119, 'edit_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(120, 'delete_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(121, 'restore_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(122, 'force_delete_castcrew', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(123, 'view_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(124, 'add_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(125, 'edit_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(126, 'delete_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(127, 'restore_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(128, 'force_delete_livetv', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(129, 'view_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(130, 'add_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(131, 'edit_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(132, 'delete_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(133, 'restore_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(134, 'force_delete_video', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(135, 'view_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(136, 'add_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(137, 'edit_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(138, 'delete_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(139, 'restore_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(140, 'force_delete_media', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(141, 'view_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(142, 'add_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(143, 'edit_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(144, 'delete_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(145, 'restore_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(146, 'force_delete_onboarding', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(147, 'view_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(148, 'add_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(149, 'edit_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(150, 'delete_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(151, 'restore_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(152, 'force_delete_tvshow', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(153, 'view_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(154, 'add_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(155, 'edit_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(156, 'delete_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(157, 'restore_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(158, 'force_delete_taxes', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(159, 'view_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(160, 'add_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(161, 'edit_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(162, 'delete_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(163, 'restore_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(164, 'force_delete_page', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(165, 'view_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(166, 'add_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(167, 'edit_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(168, 'delete_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(169, 'restore_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(170, 'force_delete_dashboard_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(171, 'view_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(172, 'add_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(173, 'edit_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(174, 'delete_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(175, 'restore_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(176, 'force_delete_app_config', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(177, 'view_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(178, 'add_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(179, 'edit_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(180, 'delete_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(181, 'restore_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(182, 'force_delete_constants', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(183, 'view_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(184, 'add_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(185, 'edit_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(186, 'delete_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(187, 'restore_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(188, 'force_delete_coupon', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(189, 'view_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(190, 'add_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(191, 'edit_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(192, 'delete_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(193, 'restore_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(194, 'force_delete_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(195, 'setting_bussiness', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(196, 'setting_misc', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(197, 'setting_custom_code', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(198, 'setting_customization', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(199, 'setting_mail', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(200, 'setting_notification', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(201, 'setting_intigrations', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(202, 'setting_language', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(203, 'setting_invoice', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(204, 'setting_module', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(205, 'setting_app_setting', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(206, 'view_ads', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(207, 'add_ads', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(208, 'edit_ads', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(209, 'delete_ads', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(210, 'restore_ads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(211, 'force_delete_ads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(212, 'view_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(213, 'add_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(214, 'edit_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(215, 'delete_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(216, 'restore_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(217, 'force_delete_vastads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(218, 'view_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(219, 'add_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(220, 'edit_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(221, 'delete_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(222, 'restore_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26'),
(223, 'force_delete_customads', 'web', 1, '2026-02-08 23:24:26', '2026-02-08 23:24:26');

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

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(191) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` longtext DEFAULT 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `personal_access_tokens`
--

INSERT INTO `personal_access_tokens` (`id`, `tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(1, 'App\\Models\\User', 1, '::1', '170bdd83daab0c885a1a104f080d5debc934defec2cc6114dfa451ebe3e3b2ab', '[\"*\"]', NULL, NULL, '2026-02-09 22:37:07', '2026-02-09 22:37:07'),
(2, 'App\\Models\\User', 3, '::1', 'c2bba15237ea4bd490e4ba7f699dd6b2297ce5a3b51220348bf75ade755e3533', '[\"*\"]', NULL, NULL, '2026-02-11 00:10:29', '2026-02-11 00:10:29'),
(3, 'App\\Models\\User', 1, '::1', '4ee8e901fb860249ac64fcdc0f89ef6fb3f544b74402e6a2da090011a3b0c3ee', '[\"*\"]', NULL, NULL, '2026-02-11 23:10:42', '2026-02-11 23:10:42'),
(4, 'App\\Models\\User', 1, '::1', '344a08320f72038bfec5ee0d4b77973eff476f28d49b2cbc5dee331d7dfedba8', '[\"*\"]', NULL, NULL, '2026-02-12 03:02:47', '2026-02-12 03:02:47'),
(5, 'App\\Models\\User', 1, '::1', 'f32b10de8ad53eb2288dad3fc3671659e3c681be998d456edd63da2ebfe9b543', '[\"*\"]', NULL, NULL, '2026-02-12 22:32:41', '2026-02-12 22:32:41'),
(6, 'App\\Models\\User', 1, '::1', 'fe031dbcd32a6c74f57f75513d1b74801f1b449bc5070b3d26bb96414f64424d', '[\"*\"]', NULL, NULL, '2026-02-13 02:59:40', '2026-02-13 02:59:40'),
(7, 'App\\Models\\User', 3, '::1', 'd959e90003127446fa0ab10338b43a68cccdbc2bdeec0be24c196ee5f212f579', '[\"*\"]', NULL, NULL, '2026-02-16 01:33:29', '2026-02-16 01:33:29'),
(8, 'App\\Models\\User', 3, '103.250.156.195', '1cd6a2b7164787ed500d039edf0651b4bfa006b1d39407c0c54e2bb2ded77516', '[\"*\"]', NULL, NULL, '2026-02-19 05:03:01', '2026-02-19 05:03:01'),
(9, 'App\\Models\\User', 3, '122.170.195.45', '4208c11428095a7d2c2c7d77a8e16f78e6c20ac5364a9be8110f876f64ee15da', '[\"*\"]', NULL, NULL, '2026-02-19 05:03:39', '2026-02-19 05:03:39'),
(10, 'App\\Models\\User', 3, '103.250.156.195', '91b45ee0bc31c8044b0a36526ced50a19335f3f22f2ac7b5a82f0ba6356e5646', '[\"*\"]', NULL, NULL, '2026-02-19 05:06:26', '2026-02-19 05:06:26'),
(37, 'App\\Models\\User', 1, '103.250.156.156', 'cd88cce2bdeb4ac39f4b82a371397896505f8cbf715cb8fa0242638260987868', '[\"*\"]', NULL, NULL, '2026-02-24 12:19:13', '2026-02-24 12:19:13'),
(120, 'App\\Models\\User', 24, 'MXFlix: Your Ultimate Entertainment Hub', '7d17a0644379f47af3d4489ac54ff815c1d6d570e0c2a842c8e2a7c61ad528a1', '[\"*\"]', NULL, NULL, '2026-03-03 06:50:12', '2026-03-03 06:50:12'),
(173, 'App\\Models\\User', 23, '152.59.41.211', '4668f2b9f0db29f194a41c845ed3da4fd5d312b14232e9ce2318181c3731c773', '[\"*\"]', NULL, NULL, '2026-03-04 23:18:29', '2026-03-04 23:18:29'),
(193, 'App\\Models\\User', 24, 'SP1A.210812.016', '37799b427a2a269329678d2df4652191ddd47181b2b1b1412e127bb86c191fab', '[\"*\"]', '2026-03-05 03:20:30', NULL, '2026-03-05 01:43:32', '2026-03-05 03:20:30'),
(208, 'App\\Models\\User', 22, 'UE1A.230829.036.A4', '7d3d6ad3f3d2a9027cd034c137d34328835b948bfdf68c8380ee7c248c0ce548', '[\"*\"]', '2026-03-05 04:01:16', NULL, '2026-03-05 03:58:40', '2026-03-05 04:01:16'),
(209, 'App\\Models\\User', 21, '106.215.155.151', 'a9896b78ef579fb7df923af6ae0f1c44528ebe42798b138b01261a98a257dc74', '[\"*\"]', NULL, NULL, '2026-03-05 04:08:43', '2026-03-05 04:08:43'),
(210, 'App\\Models\\User', 18, '152.59.38.203', 'fd17d0d3e8d723ba1f7ee54432f10d4d943f8e5248dabd4bce3edd3a1993463a', '[\"*\"]', NULL, NULL, '2026-03-05 04:13:11', '2026-03-05 04:13:11');

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

--
-- Table structure for table `plan`
--

CREATE TABLE `plan` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `identifier` varchar(191) NOT NULL,
  `android_identifier` varchar(191) DEFAULT NULL,
  `apple_identifier` varchar(191) DEFAULT NULL,
  `price` double DEFAULT NULL,
  `discount` tinyint(1) NOT NULL DEFAULT 0,
  `discount_percentage` double DEFAULT NULL,
  `total_price` double DEFAULT NULL,
  `level` bigint(20) NOT NULL DEFAULT 0,
  `duration` varchar(191) DEFAULT NULL,
  `duration_value` bigint(20) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `plan`
--

INSERT INTO `plan` (`id`, `name`, `identifier`, `android_identifier`, `apple_identifier`, `price`, `discount`, `discount_percentage`, `total_price`, `level`, `duration`, `duration_value`, `status`, `description`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 'Basic', 'basic', NULL, NULL, 5, 0, NULL, 5, 1, 'month', 1, 1, 'The Basic Plan offers access to a limited selection of content on a weekly basis, perfect for casual viewers.', 2, 2, NULL, NULL, '2024-07-10 23:12:21', '2024-07-10 23:12:21'),
(2, 'Premium Plan', 'premium_plan', NULL, NULL, 20, 0, NULL, 20, 2, 'month', 1, 1, '<p>The Premium Plan provides monthly access to a wider range of content, including exclusive shows and features.</p>', 2, 2, NULL, NULL, '2024-07-10 23:13:13', '2024-10-08 03:58:11'),
(3, 'Ultimate Plan', 'ultimate_plan', NULL, NULL, 50, 0, NULL, 50, 3, 'month', 3, 1, 'The Ultimate Plan offers quarterly access with additional perks, such as early access to new releases and special content.', 2, 2, NULL, NULL, '2024-07-10 23:15:14', '2024-07-10 23:15:14'),
(4, 'Basic', 'basic', NULL, NULL, 100, 0, NULL, 100, 4, 'year', 1, 1, 'The Basic Plan offers access to a limited selection of content on a weekly basis, perfect for casual viewers.', 2, 2, NULL, NULL, '2024-07-10 23:12:21', '2024-07-10 23:12:21'),
(5, 'Premium Plan', 'premium_plan', NULL, NULL, 200, 0, NULL, 200, 5, 'year', 1, 1, '<p>The Premium Plan provides monthly access to a wider range of content, including exclusive shows and features.</p>', 2, 2, NULL, NULL, '2024-07-10 23:13:13', '2024-10-08 03:58:11'),
(6, 'Ultimate Plan', 'ultimate_plan', NULL, NULL, 500, 0, NULL, 500, 6, 'year', 1, 1, 'The Ultimate Plan offers quarterly access with additional perks, such as early access to new releases and special content.', 2, 1, NULL, NULL, '2024-07-10 23:15:14', '2026-02-19 11:30:36');

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

--
-- Table structure for table `planlimitation`
--

CREATE TABLE `planlimitation` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) NOT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `planlimitation`
--

INSERT INTO `planlimitation` (`id`, `title`, `slug`, `description`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Video Cast', 'video-cast', 'Enhance your viewing experience with our Video Cast feature. Seamlessly stream your favorite shows and movies from your device to your TV or other compatible screens. Enjoy high-quality playback and easy controls for a truly immersive entertainment experience.', 1, 2, 2, NULL, '2024-07-10 05:43:04', '2024-07-10 05:43:04', NULL),
(2, 'Ads', 'ads', 'Discover a new way to enjoy content with minimal interruptions through our Ads feature. Our strategically placed advertisements are designed to provide relevant and engaging information without overwhelming your viewing experience.', 1, 2, 2, NULL, '2024-07-10 05:44:45', '2024-07-10 05:44:45', NULL),
(3, 'Device Limit', 'device-limit', 'Manage your device connections effortlessly with our Device Limit feature. Easily monitor and control the number of devices linked to your account, ensuring a secure and personalized streaming experience.', 1, 2, 2, NULL, '2024-07-10 05:46:10', '2024-07-10 05:46:10', NULL),
(4, 'Download Status', 'download-status', 'Keep track of your content downloads with our Download Status feature. View the progress of your current downloads, check completed files, and manage your storage efficiently. This feature provides real-time updates, allowing you to pause, resume, or cancel downloads as needed, ensuring you have access to your favorite content anytime, even offline.', 1, 2, 2, NULL, '2024-07-10 05:47:41', '2024-07-10 05:47:41', NULL),
(5, 'Supported Device Type', 'supported-device-type', 'Our platform supports a wide range of devices including smartphones, tablets, smart TVs, and gaming consoles. Enjoy seamless streaming on any device with optimized performance and high-quality playback.', 1, 2, 2, NULL, '2024-07-10 05:50:00', '2024-07-10 05:50:00', NULL),
(6, 'Profile Limit', 'profile-limit', 'Manage and customize your streaming experience with our Profile Limit feature. Set limits on the number of profiles that can be created under a single account, ensuring each user enjoys a personalized experience while keeping account usage within your preferred parameters.', 1, 2, 2, NULL, '2024-09-19 06:30:00', '2024-09-19 06:30:00', NULL);

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

--
-- Table structure for table `planlimitation_mapping`
--

CREATE TABLE `planlimitation_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `plan_id` int(11) DEFAULT NULL,
  `planlimitation_id` int(11) DEFAULT NULL,
  `limitation_slug` varchar(191) DEFAULT NULL,
  `limitation_value` int(11) DEFAULT NULL,
  `limit` longtext DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `planlimitation_mapping`
--

INSERT INTO `planlimitation_mapping` (`id`, `plan_id`, `planlimitation_id`, `limitation_slug`, `limitation_value`, `limit`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 1, 2, 'ads', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 1, 3, 'device-limit', 1, '1', NULL, NULL, NULL, NULL, NULL, NULL),
(4, 1, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(5, 2, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 2, 2, 'ads', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 2, 3, 'device-limit', 1, '2', NULL, NULL, NULL, NULL, NULL, NULL),
(8, 2, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(9, 3, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(10, 3, 2, 'ads', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(11, 3, 3, 'device-limit', 1, '5', NULL, NULL, NULL, NULL, NULL, NULL),
(12, 3, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(13, 4, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(14, 4, 2, 'ads', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(15, 4, 3, 'device-limit', 1, '1', NULL, NULL, NULL, NULL, NULL, NULL),
(16, 4, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(17, 1, 5, 'supported-device-type', 1, '{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(18, 1, 6, 'profile-limit', 1, '2', NULL, NULL, NULL, NULL, NULL, NULL),
(19, 2, 5, 'supported-device-type', 1, '{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(20, 2, 6, 'profile-limit', 1, '3', NULL, NULL, NULL, NULL, NULL, NULL),
(21, 3, 5, 'supported-device-type', 1, '{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(22, 3, 6, 'profile-limit', 1, '3', NULL, NULL, NULL, NULL, NULL, NULL),
(23, 4, 5, 'supported-device-type', 1, '{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(24, 4, 6, 'profile-limit', 1, '2', NULL, NULL, NULL, NULL, NULL, NULL),
(25, 5, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(26, 5, 2, 'ads', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(27, 5, 3, 'device-limit', 1, '2', NULL, NULL, NULL, NULL, NULL, NULL),
(28, 5, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(29, 5, 5, 'supported-device-type', 1, '{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(30, 5, 6, 'profile-limit', 1, '3', NULL, NULL, NULL, NULL, NULL, NULL),
(31, 6, 1, 'video-cast', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(32, 6, 2, 'ads', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(33, 6, 3, 'device-limit', 1, '5', NULL, NULL, NULL, NULL, NULL, NULL),
(34, 6, 4, 'download-status', 1, '{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0}', NULL, NULL, NULL, NULL, NULL, NULL),
(35, 6, 5, 'supported-device-type', 1, '{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"}', NULL, NULL, NULL, NULL, NULL, NULL),
(36, 6, 6, 'profile-limit', 1, '3', NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `rating` int(11) NOT NULL DEFAULT 0,
  `review` longtext DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`id`, `entertainment_id`, `user_id`, `rating`, `review`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 8, 12, 5, 'A gripping storyline with unexpected twists. Keeps you hooked till the very end. 🤯🔥', NULL, NULL, NULL, '2026-01-16 23:24:51', '2026-01-16 23:24:51', NULL),
(2, 5, 13, 4, 'Amazing atmosphere and spooky vibes. Perfect for horror fans! 👁️🌑', NULL, NULL, NULL, '2025-08-30 23:24:51', '2025-08-30 23:24:51', NULL),
(3, 14, 8, 4, 'Keeps you guessing with every turn. The Monkey King\'s journey is riveting and intense. 🤯👀', NULL, NULL, NULL, '2025-08-17 23:24:51', '2025-08-17 23:24:51', NULL),
(4, 8, 11, 5, 'Non-stop action from start to finish! The fight scenes were incredible. 🎬💥', NULL, NULL, NULL, '2025-07-07 23:24:51', '2025-07-07 23:24:51', NULL),
(5, 2, 10, 4, 'Absolutely loved the showdown scenes! The tension is palpable throughout. 🥳🎬', NULL, NULL, NULL, '2025-07-12 23:24:51', '2025-07-12 23:24:51', NULL),
(6, 13, 9, 4, 'The cinematography and special effects are top-notch. A visual treat for action enthusiasts. 🌟🎥', NULL, NULL, NULL, '2025-05-03 23:24:52', '2025-05-03 23:24:52', NULL),
(7, 6, 14, 5, 'Absolutely gripping from the first episode! The suspense is incredible. 🕵️‍♂️🔍', NULL, NULL, NULL, '2025-03-13 23:24:52', '2025-03-13 23:24:52', NULL),
(8, 17, 7, 4, 'Hilarious from start to finish! Couldn\'t stop laughing! 😂👏', NULL, NULL, NULL, '2025-12-17 23:24:52', '2025-12-17 23:24:52', NULL),
(9, 6, 6, 3, 'Brilliantly executed with superb acting. A must-watch for thriller fans. 🎭🌟', NULL, NULL, NULL, '2025-12-30 23:24:52', '2025-12-30 23:24:52', NULL),
(10, 7, 3, 4, 'Fantastic choreography and intense combat sequences. Top-notch action film! 💪🎥', NULL, NULL, NULL, '2025-07-21 23:24:52', '2025-07-21 23:24:52', NULL),
(11, 4, 5, 4, 'Each episode leaves you wanting more. The storyline is so gripping! 🎉🕶️', NULL, NULL, NULL, '2026-01-14 23:24:52', '2026-01-14 23:24:52', NULL),
(12, 1, 4, 5, 'Perfectly blends psychological horror with supernatural elements, keeping you on the edge of your seat and craving for more after each episode. 🔮😱', NULL, NULL, NULL, '2025-12-20 23:24:52', '2025-12-20 23:24:52', NULL),
(13, 9, 9, 5, 'A thrilling ride that keeps you hooked with its intense plot twists and stunning visuals. 🎬🌟', NULL, NULL, NULL, '2025-09-03 23:24:52', '2025-09-03 23:24:52', NULL),
(14, 10, 13, 5, 'Loved the creativity and imagination in every scene. It\'s a delightful watch! 🌈✨', NULL, NULL, NULL, '2025-06-05 23:24:52', '2025-06-05 23:24:52', NULL),
(15, 1, 3, 4, 'A chilling series that grips you from the first scene to the last, leaving you haunted by its eerie atmosphere and suspenseful plot twists. 👻🌑', NULL, NULL, NULL, '2025-12-18 23:24:52', '2025-12-18 23:24:52', NULL),
(16, 6, 5, 4, 'The suspense is unbearable! Can’t wait for the next episode. 😬🚀', NULL, NULL, NULL, '2025-06-12 23:24:52', '2025-06-12 23:24:52', NULL),
(17, 3, 8, 5, 'My favorite show this season! The Guardian\'s Challenge episode was thrilling! 🛡️🚀', NULL, NULL, NULL, '2025-04-28 23:24:52', '2025-04-28 23:24:52', NULL),
(18, 10, 3, 4, 'A magical adventure with charming characters and beautiful animation! 🌼🌟', NULL, NULL, NULL, '2025-08-04 23:24:52', '2025-08-04 23:24:52', NULL),
(19, 8, 4, 5, 'Amazing cinematography and special effects! Truly a visual treat. 🎥✨', NULL, NULL, NULL, '2025-07-10 23:24:52', '2025-07-10 23:24:52', NULL),
(20, 11, 10, 4, 'Secrets of Zambezia delivers a powerful message with humor and adventure. 🌍😄', NULL, NULL, NULL, '2025-10-28 23:24:52', '2025-10-28 23:24:52', NULL),
(21, 16, 5, 4, 'Couldn\'t stop laughing! The antics of Tim and Tom are pure genius. 🤣🎉', NULL, NULL, NULL, '2025-02-19 23:24:52', '2025-02-19 23:24:52', NULL),
(22, 7, 7, 5, 'A thrilling ride with non-stop adrenaline! Couldn\'t take my eyes off the screen. 🚁🔥', NULL, NULL, NULL, '2026-01-12 23:24:52', '2026-01-12 23:24:52', NULL),
(23, 5, 4, 5, 'The suspense and horror elements are top-notch. Can\'t wait for more! 👻🔪', NULL, NULL, NULL, '2025-11-01 23:24:52', '2025-11-01 23:24:52', NULL),
(24, 15, 8, 5, 'Deep Sea Mysteries keeps you at the edge of your seat. Unveiling secrets of the deep has never been more thrilling! 🚢💀', NULL, NULL, NULL, '2025-03-01 23:24:52', '2025-03-01 23:24:52', NULL),
(25, 9, 7, 5, 'Loved the character development and the emotional depth. It\'s more than just action- it\'s a redemption story! 👍🎥', NULL, NULL, NULL, '2025-12-14 23:24:52', '2025-12-14 23:24:52', NULL),
(26, 5, 8, 5, 'Each episode gets better and scarier. Highly recommend! 🕸️🕷️', NULL, NULL, NULL, '2025-05-02 23:24:52', '2025-05-02 23:24:52', NULL),
(27, 9, 14, 3, 'The Gunfighter\'s Redemption is a true masterpiece of action cinema. It leaves you wanting more with its gripping storyline and epic showdowns. 🏆🌌', NULL, NULL, NULL, '2025-11-05 23:24:52', '2025-11-05 23:24:52', NULL),
(28, 10, 4, 3, 'Daizy\'s Enchanted Journey brings a smile to your face with its enchanting story. 🌸😄', NULL, NULL, NULL, '2025-07-21 23:24:52', '2025-07-21 23:24:52', NULL),
(29, 6, 3, 4, 'Twists and turns at every corner! Keeps you guessing until the end. 🤯🔎', NULL, NULL, NULL, '2026-01-10 23:24:52', '2026-01-10 23:24:52', NULL),
(30, 2, 9, 4, 'An intense start with plenty of action and a gripping storyline. Can\'t wait for more! 🤠🔥', NULL, NULL, NULL, '2025-06-29 23:24:52', '2025-06-29 23:24:52', NULL),
(31, 5, 3, 3, 'A chilling start that kept me hooked from the first episode. So creepy! 😱🖤', NULL, NULL, NULL, '2025-02-14 23:24:52', '2025-02-14 23:24:52', NULL),
(32, 9, 10, 5, 'The Gunfighter\'s quest for redemption is both heart-wrenching and exhilarating. Captivating from the first shot to the last. 💔🔫', NULL, NULL, NULL, '2025-08-31 23:24:52', '2025-08-31 23:24:52', NULL),
(33, 1, 5, 4, 'An immersive journey into darkness where every shadow hides a secret, keeping you guessing and terrified until the very end. 🕯️😨', NULL, NULL, NULL, '2026-01-13 23:24:52', '2026-01-13 23:24:52', NULL),
(34, 22, 14, 5, 'Impressive cinematography and a storyline that keeps you hooked till the end. 🎥👌', NULL, NULL, NULL, '2025-12-10 23:24:52', '2025-12-10 23:24:52', NULL),
(35, 14, 5, 5, 'Gripping storyline with unexpected twists and heart-pounding action scenes! 🐒👑', NULL, NULL, NULL, '2025-05-08 23:24:52', '2025-05-08 23:24:52', NULL),
(36, 13, 3, 4, 'Loved the protagonist\'s charisma and the intense plot twists. Keeps you guessing! 🔥🕵️‍♂️', NULL, NULL, NULL, '2025-10-21 23:24:52', '2025-10-21 23:24:52', NULL),
(37, 6, 4, 5, 'The plot is so intricate and well-crafted. A real edge-of-your-seat thriller. 😲🔥', NULL, NULL, NULL, '2025-04-15 23:24:52', '2025-04-15 23:24:52', NULL),
(38, 2, 11, 4, 'The characters are well-developed and the plot keeps you on the edge of your seat. 👍🕵️‍♂️', NULL, NULL, NULL, '2025-11-24 23:24:52', '2025-11-24 23:24:52', NULL),
(39, 3, 10, 4, 'Raziel\'s journey is inspiring and beautifully animated. Can\'t wait for more! 🎉🦄', NULL, NULL, NULL, '2025-12-05 23:24:52', '2025-12-05 23:24:52', NULL),
(40, 7, 9, 3, 'Heart-pounding action with a hint of suspense. Action movie buffs will enjoy every moment. 🎞️👏', NULL, NULL, NULL, '2025-10-29 23:24:52', '2025-10-29 23:24:52', NULL),
(41, 4, 12, 4, 'The suspense in every episode keeps me hooked! Can\'t get enough of it. 🔍🎬', NULL, NULL, NULL, '2025-05-11 23:24:52', '2025-05-11 23:24:52', NULL),
(42, 10, 5, 5, 'Perfect for family movie night - captivating and full of wonder! 🍿👪', NULL, NULL, NULL, '2025-12-06 23:24:52', '2025-12-06 23:24:52', NULL),
(43, 5, 7, 5, 'The storyline is gripping and the scares are genuine. Loving it! 🎃💀', NULL, NULL, NULL, '2025-11-18 23:24:52', '2025-11-18 23:24:52', NULL),
(44, 12, 8, 4, 'A visually stunning adventure that captivates from start to finish! 🎬🌟', NULL, NULL, NULL, '2025-08-21 23:24:52', '2025-08-21 23:24:52', NULL),
(45, 22, 11, 5, 'Educational yet entertaining, perfect for history buffs and casual viewers alike. 📚📺', NULL, NULL, NULL, '2025-11-28 23:24:52', '2025-11-28 23:24:52', NULL),
(46, 5, 6, 4, 'Edge-of-your-seat horror with a captivating plot. So intense! 🥶🏚️', NULL, NULL, NULL, '2025-02-17 23:24:52', '2025-02-17 23:24:52', NULL),
(47, 8, 3, 5, 'The characters were so well-developed, and the plot was intense. Loved every moment! 👍🌟', NULL, NULL, NULL, '2025-05-26 23:24:52', '2025-05-26 23:24:52', NULL),
(48, 6, 8, 5, 'The characters are compelling, and the mystery deepens with each episode. 👏🕵️‍♀️', NULL, NULL, NULL, '2025-10-02 23:24:52', '2025-10-02 23:24:52', NULL),
(49, 11, 6, 5, 'Loved the soundtrack! It perfectly complements the magical atmosphere of Zambezia. 🎵🎶', NULL, NULL, NULL, '2025-08-08 23:24:52', '2025-08-08 23:24:52', NULL),
(50, 15, 4, 5, 'The ocean depths come alive with mystery and danger. Riveting from start to finish. 🌊🦑', NULL, NULL, NULL, '2025-08-24 23:24:52', '2025-08-24 23:24:52', NULL),
(51, 6, 9, 3, 'Each episode unveils more secrets and keeps you hooked. Fantastic storytelling! 📚🎬', NULL, NULL, NULL, '2026-01-21 23:24:52', '2026-01-21 23:24:52', NULL),
(52, 7, 6, 4, 'Action-packed from start to finish! The stunts were mind-blowing. 🎬💥', NULL, NULL, NULL, '2025-02-09 23:24:52', '2025-02-09 23:24:52', NULL),
(53, 8, 13, 5, 'The pacing was perfect, never a dull moment. Can\'t wait for a sequel! 🚀🎉', NULL, NULL, NULL, '2025-11-06 23:24:52', '2025-11-06 23:24:52', NULL),
(54, 16, 14, 3, 'Tim and Tom\'s chemistry is unbeatable. I wish there were more movies like this! 🌟👬', NULL, NULL, NULL, '2025-07-22 23:24:52', '2025-07-22 23:24:52', NULL),
(55, 9, 6, 5, 'Action-packed and emotionally charged—this movie delivers on all fronts. A must-watch for action enthusiasts! 💥🎞️', NULL, NULL, NULL, '2025-04-13 23:24:52', '2025-04-13 23:24:52', NULL),
(56, 18, 11, 4, 'I couldn\'t get enough of the comedic timing in this film. Pure comedy gold! ⏱️😄', NULL, NULL, NULL, '2025-09-07 23:24:52', '2025-09-07 23:24:52', NULL),
(57, 8, 14, 5, 'A thrilling ride with heart-pounding moments. Definitely recommend it to action fans! 🎢👏', NULL, NULL, NULL, '2026-01-03 23:24:52', '2026-01-03 23:24:52', NULL),
(58, 11, 7, 5, 'The storyline is engaging, and the characters are lovable. A must-watch animation! 🐦💖', NULL, NULL, NULL, '2025-11-26 23:24:52', '2025-11-26 23:24:52', NULL),
(59, 5, 9, 5, 'The acting and special effects are fantastic. Truly terrifying! 🌲🧟‍♀️', NULL, NULL, NULL, '2025-07-07 23:24:52', '2025-07-07 23:24:52', NULL),
(60, 12, 14, 5, 'Clever humor and heartfelt moments make this a timeless classic. Highly recommend! 😄👏', NULL, NULL, NULL, '2026-01-14 23:24:52', '2026-01-14 23:24:52', NULL),
(61, 22, 4, 5, 'The costumes and set designs transport you back in time. A visual feast! 🎨✨', NULL, NULL, NULL, '2025-09-14 23:24:52', '2025-09-14 23:24:52', NULL),
(62, 9, 5, 4, 'Gripping action from start to finish! The Gunfighter\'s journey is packed with adrenaline-pumping scenes. 🤠🔥', NULL, NULL, NULL, '2025-09-18 23:24:52', '2025-09-18 23:24:52', NULL),
(63, 26, 14, 4, 'The scenery and music complement the story beautifully. It\'s a visual and emotional treat. 🎵🎥', NULL, NULL, NULL, '2025-04-23 23:24:52', '2025-04-23 23:24:52', NULL),
(64, 15, 11, 4, 'Intriguing characters and a plot that sinks its hooks deep. Thrills and suspense galore! 👀🎥', NULL, NULL, NULL, '2025-11-30 23:24:52', '2025-11-30 23:24:52', NULL),
(65, 17, 6, 5, 'Clever humor and witty dialogue make this a must-watch comedy! 🎭👍', NULL, NULL, NULL, '2026-01-03 23:24:52', '2026-01-03 23:24:52', NULL),
(66, 13, 14, 4, 'Gripping storyline with unexpected turns. I couldn\'t look away for a second! 🤯🔫', NULL, NULL, NULL, '2025-04-10 23:24:52', '2025-04-10 23:24:52', NULL),
(67, 19, 11, 5, 'Creepy atmosphere and unexpected twists make it a standout horror film. 🌑🕯️', NULL, NULL, NULL, '2025-06-03 23:24:52', '2025-06-03 23:24:52', NULL),
(68, 7, 8, 3, 'Explosive scenes and gripping storyline. Kept me at the edge of my seat throughout. 🌟🔫', NULL, NULL, NULL, '2025-03-11 23:24:52', '2025-03-11 23:24:52', NULL),
(69, 16, 10, 4, 'A delightful comedy that had me giggling throughout. Tim and Tom are my new favorites! 🎈😁', NULL, NULL, NULL, '2025-06-16 23:24:52', '2025-06-16 23:24:52', NULL),
(70, 7, 10, 5, 'Loved the plot twists and the lead actor\'s performance. Definitely worth watching! 👍🎬', NULL, NULL, NULL, '2025-08-31 23:24:52', '2025-08-31 23:24:52', NULL),
(71, 11, 3, 4, 'Captivating animation and a heartwarming storyline that keeps you engaged till the end. 🌟🎬', NULL, NULL, NULL, '2025-11-18 23:24:52', '2025-11-18 23:24:52', NULL),
(72, 16, 13, 5, 'A feel-good movie with endless laughs. Perfect for a movie night with friends! 🍿😆', NULL, NULL, NULL, '2025-08-18 23:24:52', '2025-08-18 23:24:52', NULL),
(73, 11, 11, 5, 'Beautifully crafted characters and stunning visuals. A delight for all ages! 🦅🎨', NULL, NULL, NULL, '2025-10-30 23:24:52', '2025-10-30 23:24:52', NULL),
(74, 23, 8, 5, 'A feel-good film that leaves you motivated and optimistic. 🎥🌻', NULL, NULL, NULL, '2025-02-26 23:24:52', '2025-02-26 23:24:52', NULL),
(75, 12, 12, 5, 'The animation is top-notch, and the plot is both engaging and thought-provoking. 🎥🤔', NULL, NULL, NULL, '2025-05-10 23:24:52', '2025-05-10 23:24:52', NULL),
(76, 13, 7, 3, 'Perfect blend of action and suspense. It kept me at the edge of my seat throughout. 👏🎭', NULL, NULL, NULL, '2025-04-22 23:24:52', '2025-04-22 23:24:52', NULL),
(77, 18, 14, 4, 'Frank and Fearless bring laughter and charm to the screen. Thoroughly entertaining! 😂🎉', NULL, NULL, NULL, '2025-06-06 23:24:52', '2025-06-06 23:24:52', NULL),
(78, 13, 4, 5, 'Action-packed from start to finish! The stunts and fight scenes are mind-blowing. 🎬💥', NULL, NULL, NULL, '2025-08-29 23:24:52', '2025-08-29 23:24:52', NULL),
(79, 17, 5, 3, 'The cast nailed it! Each scene had me in stitches. 🤣🎬', NULL, NULL, NULL, '2025-09-07 23:24:52', '2025-09-07 23:24:52', NULL),
(80, 15, 12, 5, 'Captivating storyline with chilling moments that leave you breathless. A must-watch for thriller enthusiasts! 😱🎬', NULL, NULL, NULL, '2025-09-30 23:24:52', '2025-09-30 23:24:52', NULL),
(81, 13, 13, 4, 'Heart-pounding adrenaline rush! The Daring Player sets a new standard for action movies. 🚀👊', NULL, NULL, NULL, '2025-12-06 23:24:52', '2025-12-06 23:24:52', NULL),
(82, 14, 11, 5, 'Impressive cinematography and a plot that keeps you on the edge of your seat. Bravo! 🌟👏', NULL, NULL, NULL, '2025-03-26 23:24:52', '2025-03-26 23:24:52', NULL),
(83, 19, 4, 5, 'A terrifying rollercoaster of fear and suspense. 🎢😨', NULL, NULL, NULL, '2025-11-05 23:24:52', '2025-11-05 23:24:52', NULL),
(84, 21, 10, 4, 'Engrossing narratives and stunning visuals make history come alive! 🎥✨', NULL, NULL, NULL, '2025-09-20 23:24:52', '2025-09-20 23:24:52', NULL),
(85, 25, 13, 5, 'I couldn\'t stop smiling throughout! A perfect feel-good movie for any day. 😊🎥', NULL, NULL, NULL, '2025-09-26 23:24:52', '2025-09-26 23:24:52', NULL),
(86, 14, 10, 4, 'The suspense builds up perfectly. I couldn\'t take my eyes off the screen! 🎥🔍', NULL, NULL, NULL, '2025-03-21 23:24:52', '2025-03-21 23:24:52', NULL),
(87, 1, 6, 4, 'Masterfully crafted with spine-tingling moments that linger long after you\'ve finished watching. A must-watch for horror aficionados! 🎬👻', NULL, NULL, NULL, '2025-03-18 23:24:52', '2025-03-18 23:24:52', NULL),
(88, 15, 3, 5, 'Gripping plot twists and eerie underwater suspense! Keeps you guessing till the end. 🌊🔍', NULL, NULL, NULL, '2025-04-06 23:24:52', '2025-04-06 23:24:52', NULL),
(89, 26, 5, 4, 'A perfect movie for a cozy evening. It\'s romantic, emotional, and uplifting. 🍿🎬', NULL, NULL, NULL, '2025-05-28 23:24:52', '2025-05-28 23:24:52', NULL),
(90, 21, 13, 5, 'Detailed and enlightening! It\'s like stepping back in time. 🕰️📜', NULL, NULL, NULL, '2025-02-25 23:24:52', '2025-02-25 23:24:52', NULL),
(91, 19, 7, 3, 'Hauntingly good! The suspense builds up perfectly. 🕰️🔦', NULL, NULL, NULL, '2025-06-12 23:24:52', '2025-06-12 23:24:52', NULL),
(92, 16, 9, 4, 'Hilarious from start to finish! Tim and Tom are comedy gold. 😂👌', NULL, NULL, NULL, '2026-01-07 23:24:52', '2026-01-07 23:24:52', NULL),
(93, 24, 13, 5, 'An emotional rollercoaster with a powerful message of perseverance. 🎢💫', NULL, NULL, NULL, '2025-11-28 23:24:52', '2025-11-28 23:24:52', NULL),
(94, 23, 5, 4, 'Rise Above is a testament to the human spirit\'s ability to overcome challenges. 🌠🙌', NULL, NULL, NULL, '2025-06-14 23:24:52', '2025-06-14 23:24:52', NULL),
(95, 26, 12, 5, 'This movie reminds us that love conquers all. It\'s a must-watch for romantics! 🌹💫', NULL, NULL, NULL, '2025-07-24 23:24:52', '2025-07-24 23:24:52', NULL),
(96, 16, 6, 5, 'Quirky and entertaining, this movie brightened my day. Highly recommend! 🌈❤️', NULL, NULL, NULL, '2025-12-25 23:24:52', '2025-12-25 23:24:52', NULL),
(97, 17, 3, 5, 'Perfect pick-me-up comedy for any day of the week. 😄🎥', NULL, NULL, NULL, '2025-06-25 23:24:52', '2025-06-25 23:24:52', NULL),
(98, 15, 7, 5, 'Atmospheric and hauntingly beautiful. Dive into this thriller for an unforgettable ride. 🌊🎞️', NULL, NULL, NULL, '2025-04-30 23:24:52', '2025-04-30 23:24:52', NULL),
(99, 17, 10, 3, 'A feel-good comedy that delivers non-stop laughs. Highly recommend! 🌟🎉', NULL, NULL, NULL, '2025-12-29 23:24:52', '2025-12-29 23:24:52', NULL),
(100, 24, 8, 5, 'Inspirational from start to finish. It reminds us to never give up on our dreams. 🌟🎬', NULL, NULL, NULL, '2025-03-08 23:24:52', '2025-03-08 23:24:52', NULL),
(101, 18, 9, 5, 'The chemistry between the characters is spot-on. Enjoyable and witty! 👏😆', NULL, NULL, NULL, '2026-01-13 23:24:52', '2026-01-13 23:24:52', NULL),
(102, 21, 6, 3, 'Each episode is a treasure trove of knowledge. Highly recommend for all ages! 🎓🌟', NULL, NULL, NULL, '2025-12-25 23:24:52', '2025-12-25 23:24:52', NULL),
(103, 23, 11, 5, 'The performances are outstanding, making the message even more impactful. 👍🎭', NULL, NULL, NULL, '2025-07-27 23:24:52', '2025-07-27 23:24:52', NULL),
(104, 26, 3, 4, 'Such a heartwarming story! It\'s a beautiful journey of love and second chances. 💖😊', NULL, NULL, NULL, '2025-09-09 23:24:52', '2025-09-09 23:24:52', NULL),
(105, 21, 7, 5, 'A must-watch for history buffs! The storytelling is impeccable. 🤓🎬', NULL, NULL, NULL, '2026-01-26 23:24:52', '2026-01-26 23:24:52', NULL),
(106, 24, 6, 5, 'A beautiful story of resilience and triumph against all odds. 🎥🌟', NULL, NULL, NULL, '2025-12-04 23:24:52', '2025-12-04 23:24:52', NULL),
(107, 20, 10, 5, 'Perfect blend of suspense and horror. Hauntingly good! 👀🔪', NULL, NULL, NULL, '2025-06-26 23:24:52', '2025-06-26 23:24:52', NULL),
(108, 26, 8, 5, 'Forever in My Heart touched my soul. It\'s a timeless love story that stays with you. 💞📽️', NULL, NULL, NULL, '2025-03-02 23:24:52', '2025-03-02 23:24:52', NULL),
(109, 12, 13, 4, 'An imaginative world that brings out the child in everyone. Loved every moment! 🌈👶', NULL, NULL, NULL, '2025-02-26 23:24:52', '2025-02-26 23:24:52', NULL),
(110, 19, 6, 4, 'Couldn\'t look away despite being scared out of my wits! 👀😳', NULL, NULL, NULL, '2025-10-07 23:24:52', '2025-10-07 23:24:52', NULL),
(111, 18, 12, 5, 'Clever writing and great performances make this movie a joy to watch. 📝🎥', NULL, NULL, NULL, '2025-09-21 23:24:52', '2025-09-21 23:24:52', NULL),
(112, 12, 3, 4, 'The New Empire sets a new standard for animated movies. Truly magical! 🌠🎉', NULL, NULL, NULL, '2025-07-17 23:24:52', '2025-07-17 23:24:52', NULL),
(113, 19, 9, 5, 'Spine-chilling! Kept me awake all night. 😱👻', NULL, NULL, NULL, '2026-02-06 23:24:52', '2026-02-06 23:24:52', NULL),
(114, 23, 9, 5, 'This movie reminds us that anything is possible with determination and courage. 🌟💪', NULL, NULL, NULL, '2025-09-11 23:24:52', '2025-09-11 23:24:52', NULL),
(115, 20, 5, 5, 'Kept me on the edge of my seat the entire time! Terrifying twists and turns. 😱👻', NULL, NULL, NULL, '2025-12-31 23:24:52', '2025-12-31 23:24:52', NULL),
(116, 25, 7, 5, 'A timeless romance that sweeps you off your feet. Pure cinematic bliss! 🎬💞', NULL, NULL, NULL, '2025-08-09 23:24:52', '2025-08-09 23:24:52', NULL),
(117, 21, 12, 4, 'A fascinating exploration of ancient history, beautifully presented. 🌍🏛️', NULL, 1, 1, '2026-02-02 23:24:52', '2026-02-19 11:40:23', NULL),
(118, 20, 4, 5, 'The atmosphere was eerie, and the scares were genuinely frightening. Bravo! 🌑🎬', NULL, NULL, NULL, '2025-12-11 23:24:52', '2025-12-11 23:24:52', NULL),
(119, 26, 4, 5, 'The chemistry between the leads is undeniable. I couldn\'t stop smiling throughout! 💑🌟', NULL, NULL, NULL, '2025-09-26 23:24:52', '2025-09-26 23:24:52', NULL),
(120, 22, 3, 5, 'Captivating portrayal of ancient civilizations, rich in detail and authenticity. 🏛️📜', NULL, NULL, NULL, '2025-11-30 23:24:52', '2025-11-30 23:24:52', NULL),
(121, 23, 3, 5, 'Rise Above delivers a powerful message of perseverance and resilience. 🌈👏', NULL, NULL, NULL, '2025-05-06 23:24:52', '2025-05-06 23:24:52', NULL),
(122, 22, 8, 5, 'A fascinating journey through history, beautifully depicted with stellar performances. 🎭🌍', NULL, NULL, NULL, '2025-04-04 23:24:52', '2025-04-04 23:24:52', NULL),
(123, 24, 12, 3, 'Touching and motivational. It\'s a journey everyone should experience. 🚀😊', NULL, NULL, NULL, '2026-01-16 23:24:52', '2026-01-16 23:24:52', NULL),
(124, 23, 14, 3, 'A deeply inspiring movie that touches the heart and uplifts the spirit. 🌟😊', NULL, NULL, NULL, '2026-01-26 23:24:52', '2026-01-26 23:24:52', NULL),
(125, 22, 9, 5, 'Engrossing narrative that brings the past to life with every scene. 🕰️🔍', NULL, NULL, NULL, '2025-12-22 23:24:52', '2025-12-22 23:24:52', NULL),
(126, 23, 4, 3, 'The storyline is moving, and the characters\' journeys are truly inspirational. 🎬❤️', NULL, NULL, NULL, '2025-07-04 23:24:52', '2025-07-04 23:24:52', NULL),
(127, 25, 6, 3, 'Heartwarming and beautifully romantic, a love story that stays with you forever. 💖🌟', NULL, NULL, NULL, '2025-03-22 23:24:52', '2025-03-22 23:24:52', NULL),
(128, 24, 3, 4, 'This movie inspired me deeply. A powerful reminder of the strength within us all. 🌟🙌', NULL, NULL, NULL, '2025-12-12 23:24:52', '2025-12-12 23:24:52', NULL),
(129, 20, 12, 4, 'Creepy and atmospheric. It\'s a horror fan\'s dream come true! 🌌🏚️', NULL, NULL, NULL, '2025-06-19 23:24:52', '2025-06-19 23:24:52', NULL),
(130, 21, 3, 5, 'An epic journey through the origins of civilization. Educational and captivating! 📚🌅', NULL, NULL, NULL, '2025-04-10 23:24:52', '2025-04-10 23:24:52', NULL),
(131, 25, 3, 5, 'This movie made me believe in love all over again. Simply breathtaking! 💕😍', NULL, NULL, NULL, '2025-10-05 23:24:52', '2025-10-05 23:24:52', NULL),
(132, 20, 8, 4, 'A bone-chilling experience that left me checking over my shoulder. Highly recommend! 🕯️👁️', NULL, NULL, NULL, '2025-11-10 23:24:52', '2025-11-10 23:24:52', NULL),
(133, 10, 12, 5, 'Daizy\'s journey is heartwarming and filled with lessons for all ages. 🎈😊', NULL, NULL, NULL, '2025-04-10 23:24:52', '2025-04-10 23:24:52', NULL),
(134, 24, 7, 5, 'The characters\' journeys are incredibly moving. You\'ll laugh, cry, and feel inspired. 💖😭', NULL, NULL, NULL, '2025-05-03 23:24:52', '2025-05-03 23:24:52', NULL),
(135, 19, 14, 4, 'Every shadow feels like it\'s watching you. Thrilling till the end! 🌌👁️', NULL, NULL, NULL, '2025-10-24 23:24:52', '2025-10-24 23:24:52', NULL),
(136, 1, 7, 5, 'Evokes a sense of dread and excitement simultaneously, offering a thrilling rollercoaster ride through fear and suspense. 🎢😱', NULL, NULL, NULL, '2025-07-13 23:24:52', '2025-07-13 23:24:52', NULL),
(137, 2, 12, 4, 'Fantastic cinematography and thrilling gunfights! A must-watch for Western fans. 📽️🌟', NULL, NULL, NULL, '2025-04-21 23:24:52', '2025-04-21 23:24:52', NULL),
(138, 22, 5, 5, 'Each moment feels like a glimpse into a forgotten era. Absolutely mesmerizing! 🌌🔮', NULL, NULL, NULL, '2025-04-28 23:24:52', '2025-04-28 23:24:52', NULL),
(139, 2, 13, 5, 'Each episode is better than the last. The story is captivating and full of surprises. 🎉🚀', NULL, NULL, NULL, '2025-06-03 23:24:52', '2025-06-03 23:24:52', NULL),
(140, 5, 12, 4, 'The twists and turns are brilliant. A must-watch for horror lovers! 🌫️📺', NULL, NULL, NULL, '2025-08-09 23:24:52', '2025-08-09 23:24:52', NULL),
(141, 4, 13, 5, 'Edge-of-your-seat excitement and unexpected twists. Absolutely thrilling! 😱🚀', NULL, NULL, NULL, '2025-05-17 23:24:52', '2025-05-17 23:24:52', NULL),
(142, 10, 7, 5, 'The animation is top-notch, and the story keeps you hooked from start to finish. 🎬💖', NULL, NULL, NULL, '2025-09-14 23:24:52', '2025-09-14 23:24:52', NULL),
(143, 20, 3, 5, 'Gripping from start to finish. The tension builds up beautifully. 🎢💀', NULL, NULL, NULL, '2025-11-24 23:24:52', '2025-11-24 23:24:52', NULL),
(144, 25, 12, 5, 'Touching and emotional, it captures the essence of true love\'s journey. 🌹😢', NULL, NULL, NULL, '2025-03-05 23:24:52', '2025-03-05 23:24:52', NULL),
(145, 1, 8, 5, 'Captivating and spine-chilling, with a narrative that grips your imagination and leaves you pondering its mysteries. 🔍🌑', NULL, NULL, NULL, '2025-03-10 23:24:52', '2025-03-10 23:24:52', NULL),
(146, 4, 4, 5, 'Great character development and intense scenes. A top-notch thriller! 👏🔥', NULL, NULL, NULL, '2025-06-14 23:24:52', '2025-06-14 23:24:52', NULL),
(147, 2, 14, 5, 'The perfect blend of drama and action. The Gunslinger is a true hero! 👏🏜️', NULL, NULL, NULL, '2025-09-21 23:24:52', '2025-09-21 23:24:52', NULL),
(148, 11, 9, 4, 'An enchanting journey that sparks imagination and leaves you wanting more. ✨🌟', NULL, NULL, NULL, '2025-11-23 23:24:52', '2025-11-23 23:24:52', NULL),
(149, 3, 9, 5, 'The animation is stunning, and the story is captivating. Love Raziel\'s bravery! 🐉🎨', NULL, NULL, NULL, '2025-03-06 23:24:52', '2025-03-06 23:24:52', NULL),
(150, 26, 10, 3, 'I cried happy tears! This movie reaffirms the power of love and hope. 💖😊', NULL, NULL, NULL, '2025-07-17 23:24:52', '2025-07-17 23:24:52', NULL),
(151, 3, 3, 5, 'A magical adventure that kept my kids and me glued to the screen! 🌲✨', NULL, NULL, NULL, '2026-01-27 23:24:52', '2026-01-27 23:24:52', NULL),
(152, 14, 12, 4, 'A must-watch for thriller enthusiasts. The Monkey King\'s quest will leave you wanting more. 🎭🌌', NULL, NULL, NULL, '2025-04-22 23:24:52', '2025-04-22 23:24:52', NULL),
(153, 18, 3, 5, 'A comedy that hits all the right notes. Fun, light-hearted, and highly enjoyable! 🎶😊', NULL, NULL, NULL, '2025-03-18 23:24:52', '2025-03-18 23:24:52', NULL),
(154, 16, 6, 5, 'The cinematography is fantastic, and the suspense never lets up. Highly recommend! 🎥🌟', NULL, NULL, NULL, '2025-08-28 23:24:52', '2025-08-28 23:24:52', NULL),
(155, 21, 8, 4, 'The scale and depth of this series are truly impressive. History enthusiasts will be hooked! 🌐🔍', NULL, NULL, NULL, '2025-12-11 23:24:52', '2025-12-11 23:24:52', NULL),
(156, 13, 11, 5, 'Perfect mix of fantasy and adventure. The Final Showdown was epic! ⚔️🌟', NULL, NULL, NULL, '2025-08-27 23:24:52', '2025-08-27 23:24:52', NULL),
(157, 19, 13, 4, 'Heart-pounding moments that will linger long after the credits roll. Must-watch for horror enthusiasts! 🎥👹', NULL, NULL, NULL, '2025-10-15 23:24:52', '2025-10-15 23:24:52', NULL),
(158, 14, 6, 4, 'Intriguing characters and stunning visual effects. A thrilling ride from start to finish. 🎬🔥', NULL, NULL, NULL, '2025-11-03 23:24:52', '2025-11-03 23:24:52', NULL),
(159, 12, 5, 5, 'Heartwarming story with lovable characters. Perfect for family movie night! 🍿❤️', NULL, NULL, NULL, '2025-08-27 23:24:52', '2025-08-27 23:24:52', NULL),
(160, 19, 3, 4, 'Gripping horror that leaves you checking the shadows. Not for the faint-hearted! 🚪🌚', NULL, NULL, NULL, '2025-06-23 23:24:52', '2025-06-23 23:24:52', NULL),
(161, 18, 4, 5, 'A comedic adventure that keeps you smiling from start to finish. 😄🌟', NULL, NULL, NULL, '2026-01-19 23:24:52', '2026-01-19 23:24:52', NULL),
(162, 13, 7, 5, 'The Hidden Fortress episode was full of unexpected twists and turns! So exciting! 🏰🔍', NULL, NULL, NULL, '2025-02-22 23:24:52', '2025-02-22 23:24:52', NULL),
(163, 17, 9, 5, 'The plot is brilliantly crafted with a perfect mix of mystery and action. 📺🕵️‍♂️', NULL, NULL, NULL, '2025-08-04 23:24:52', '2025-08-04 23:24:52', NULL),
(164, 24, 4, 4, 'Couldn\'t help but smile throughout. Pure comedy gold! 😊👌', NULL, NULL, NULL, '2025-04-15 23:24:52', '2025-04-15 23:24:52', NULL),
(165, 9, 14, 5, 'A masterful blend of intrigue and drama. Every scene is filled with tension. 😱🏙️', NULL, NULL, NULL, '2025-11-07 23:24:52', '2025-11-07 23:24:52', NULL),
(166, 12, 11, 4, 'Forever and a Day is a masterpiece in romantic storytelling. A must-watch! 🌈❤️', NULL, NULL, NULL, '2025-05-04 23:24:52', '2025-05-04 23:24:52', NULL),
(167, 7, 10, 4, 'Heartfelt and uplifting. It leaves you with a sense of hope and determination. 🌈💪', NULL, NULL, NULL, '2025-02-24 23:24:52', '2025-02-24 23:24:52', NULL),
(168, 12, 5, 5, 'The chemistry between the leads is magical. It\'s a love story you won\'t forget. ✨👫', NULL, NULL, NULL, '2025-11-20 23:24:52', '2025-11-20 23:24:52', NULL),
(169, 18, 8, 4, 'Loved the quirky humor and unexpected twists. A must-watch for comedy lovers. 🎬🤩', NULL, NULL, NULL, '2025-04-03 23:24:52', '2025-04-03 23:24:52', NULL),
(170, 26, 1, 3, 'test', 1, 1, NULL, '2026-02-20 04:38:37', '2026-02-20 04:38:37', NULL),
(171, 29, 21, 5, 'Nice Movie!', 21, 21, NULL, '2026-02-20 06:21:29', '2026-02-20 06:21:29', NULL),
(172, 144, 22, 5, 'Nice movie', 22, 22, NULL, '2026-02-25 09:11:59', '2026-02-25 09:11:59', NULL),
(173, 124, 22, 5, 'Great Movie', 22, 22, NULL, '2026-03-02 05:51:16', '2026-03-02 05:51:16', NULL),
(174, 122, 22, 5, 'Nice', 22, 22, NULL, '2026-03-02 06:00:33', '2026-03-02 06:00:33', NULL),
(175, 126, 22, 5, NULL, 22, 22, NULL, '2026-03-05 04:00:12', '2026-03-05 04:00:12', NULL);

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

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(125) NOT NULL,
  `title` varchar(191) NOT NULL,
  `guard_name` varchar(125) NOT NULL,
  `is_fixed` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `name`, `title`, `guard_name`, `is_fixed`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'Admin', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(2, 'demo_admin', 'Demo Admin', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(3, 'user', 'user', 'web', 1, '2026-02-08 23:24:25', '2026-02-08 23:24:25'),
(4, 'producer', '', 'web', 0, '2026-02-16 03:15:38', '2026-02-16 03:15:38');

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

--
-- Table structure for table `role_has_permissions`
--

CREATE TABLE `role_has_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `role_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_has_permissions`
--

INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES
(1, 1),
(2, 1),
(3, 1),
(3, 2),
(4, 1),
(4, 2),
(5, 1),
(5, 2),
(6, 1),
(7, 1),
(7, 2),
(8, 1),
(9, 1),
(9, 2),
(10, 1),
(10, 2),
(11, 1),
(11, 2),
(12, 1),
(13, 1),
(13, 2),
(14, 1),
(15, 1),
(15, 2),
(16, 1),
(16, 2),
(17, 1),
(17, 2),
(18, 1),
(19, 1),
(19, 2),
(20, 1),
(21, 1),
(21, 2),
(22, 1),
(22, 2),
(23, 1),
(23, 2),
(24, 1),
(25, 1),
(25, 2),
(26, 1),
(27, 1),
(27, 2),
(28, 1),
(28, 2),
(29, 1),
(29, 2),
(30, 1),
(31, 1),
(31, 2),
(32, 1),
(33, 1),
(33, 2),
(34, 1),
(34, 2),
(35, 1),
(35, 2),
(36, 1),
(37, 1),
(37, 2),
(38, 1),
(39, 1),
(39, 2),
(40, 1),
(40, 2),
(41, 1),
(41, 2),
(42, 1),
(43, 1),
(43, 2),
(44, 1),
(45, 1),
(45, 2),
(46, 1),
(46, 2),
(47, 1),
(47, 2),
(48, 1),
(49, 1),
(49, 2),
(50, 1),
(51, 1),
(51, 2),
(52, 1),
(52, 2),
(53, 1),
(53, 2),
(54, 1),
(55, 1),
(55, 2),
(56, 1),
(57, 1),
(57, 2),
(58, 1),
(58, 2),
(59, 1),
(59, 2),
(60, 1),
(61, 1),
(61, 2),
(62, 1),
(63, 1),
(63, 2),
(64, 1),
(64, 2),
(65, 1),
(65, 2),
(66, 1),
(67, 1),
(67, 2),
(68, 1),
(69, 1),
(69, 2),
(70, 1),
(70, 2),
(71, 1),
(71, 2),
(72, 1),
(73, 1),
(73, 2),
(74, 1),
(75, 1),
(75, 2),
(76, 1),
(76, 2),
(77, 1),
(77, 2),
(78, 1),
(79, 1),
(79, 2),
(80, 1),
(81, 1),
(81, 2),
(82, 1),
(82, 2),
(83, 1),
(83, 2),
(84, 1),
(85, 1),
(85, 2),
(86, 1),
(87, 1),
(87, 2),
(88, 1),
(88, 2),
(89, 1),
(89, 2),
(90, 1),
(91, 1),
(91, 2),
(92, 1),
(93, 1),
(93, 2),
(94, 1),
(94, 2),
(95, 1),
(95, 2),
(96, 1),
(97, 1),
(97, 2),
(98, 1),
(99, 1),
(99, 2),
(100, 1),
(100, 2),
(101, 1),
(101, 2),
(102, 1),
(103, 1),
(103, 2),
(104, 1),
(105, 1),
(105, 2),
(106, 1),
(106, 2),
(107, 1),
(107, 2),
(108, 1),
(109, 1),
(109, 2),
(110, 1),
(111, 1),
(111, 2),
(112, 1),
(112, 2),
(113, 1),
(113, 2),
(114, 1),
(115, 1),
(115, 2),
(116, 1),
(117, 1),
(117, 2),
(118, 1),
(118, 2),
(119, 1),
(119, 2),
(120, 1),
(121, 1),
(121, 2),
(122, 1),
(123, 1),
(123, 2),
(124, 1),
(124, 2),
(125, 1),
(125, 2),
(126, 1),
(127, 1),
(127, 2),
(128, 1),
(129, 1),
(129, 2),
(130, 1),
(130, 2),
(131, 1),
(131, 2),
(132, 1),
(133, 1),
(133, 2),
(134, 1),
(135, 1),
(135, 2),
(136, 1),
(136, 2),
(137, 1),
(137, 2),
(138, 1),
(139, 1),
(139, 2),
(140, 1),
(141, 1),
(141, 2),
(142, 1),
(142, 2),
(143, 1),
(143, 2),
(144, 1),
(145, 1),
(145, 2),
(146, 1),
(147, 1),
(147, 2),
(148, 1),
(148, 2),
(149, 1),
(149, 2),
(150, 1),
(151, 1),
(151, 2),
(152, 1),
(153, 1),
(153, 2),
(154, 1),
(154, 2),
(155, 1),
(155, 2),
(156, 1),
(157, 1),
(157, 2),
(158, 1),
(159, 1),
(159, 2),
(160, 1),
(160, 2),
(161, 1),
(161, 2),
(162, 1),
(163, 1),
(163, 2),
(164, 1),
(165, 1),
(165, 2),
(166, 1),
(166, 2),
(167, 1),
(167, 2),
(168, 1),
(169, 1),
(169, 2),
(170, 1),
(171, 1),
(171, 2),
(172, 1),
(172, 2),
(173, 1),
(173, 2),
(174, 1),
(175, 1),
(175, 2),
(176, 1),
(177, 1),
(177, 2),
(178, 1),
(178, 2),
(179, 1),
(179, 2),
(180, 1),
(181, 1),
(181, 2),
(182, 1),
(183, 1),
(183, 2),
(184, 1),
(184, 2),
(185, 1),
(185, 2),
(186, 1),
(187, 1),
(187, 2),
(188, 1),
(189, 1),
(189, 2),
(190, 1),
(190, 2),
(191, 1),
(191, 2),
(192, 1),
(193, 1),
(193, 2),
(194, 1),
(195, 1),
(195, 2),
(196, 1),
(196, 2),
(197, 1),
(197, 2),
(198, 1),
(198, 2),
(199, 1),
(199, 2),
(200, 1),
(200, 2),
(201, 1),
(201, 2),
(202, 1),
(202, 2),
(203, 1),
(203, 2),
(204, 1),
(204, 2),
(205, 1),
(205, 2),
(206, 1),
(206, 2),
(207, 1),
(207, 2),
(208, 1),
(208, 2),
(209, 1),
(210, 1),
(210, 2),
(211, 1),
(212, 1),
(212, 2),
(213, 1),
(213, 2),
(214, 1),
(214, 2),
(215, 1),
(216, 1),
(216, 2),
(217, 1),
(218, 1),
(218, 2),
(219, 1),
(219, 2),
(220, 1),
(220, 2),
(221, 1),
(222, 1),
(222, 2),
(223, 1);

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

--
-- Table structure for table `seasons`
--

CREATE TABLE `seasons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tmdb_id` varchar(191) DEFAULT NULL,
  `season_index` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trailer_url_type` varchar(191) DEFAULT NULL,
  `trailer_url` text DEFAULT NULL,
  `access` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `plan_id` bigint(20) UNSIGNED DEFAULT NULL,
  `short_desc` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `poster_tv_url` text DEFAULT NULL,
  `price` decimal(8,2) DEFAULT NULL,
  `purchase_type` varchar(191) DEFAULT NULL,
  `access_duration` int(11) DEFAULT NULL,
  `discount` varchar(191) DEFAULT NULL,
  `available_for` int(11) DEFAULT NULL,
  `meta_title` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `seo_image` varchar(191) DEFAULT NULL,
  `google_site_verification` varchar(191) DEFAULT NULL,
  `canonical_url` varchar(191) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `slug` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `seasons`
--

INSERT INTO `seasons` (`id`, `tmdb_id`, `season_index`, `name`, `poster_url`, `entertainment_id`, `trailer_url_type`, `trailer_url`, `access`, `status`, `plan_id`, `short_desc`, `description`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `price`, `purchase_type`, `access_duration`, `discount`, `available_for`, `meta_title`, `meta_keywords`, `meta_description`, `seo_image`, `google_site_verification`, `canonical_url`, `short_description`, `slug`) VALUES
(27, '224372', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/3jXrxH6E7Znw2CU2DGzZCAYlpPV.jpg', 149, 'YouTube', 'https://www.youtube.com/watch?v=IvGDPA9SbFE', 'free', 1, NULL, NULL, '<p>A century before the events of \"Game of Thrones,\" two unlikely heroes wander Westeros. In an adaption of George R. R. Martin\'s novella \"The Hedge Knight,\" a young and naive but courageous knight, Ser Duncan the Tall, and his diminutive squire, Egg, face a series of dangerous exploits. Set in an age</p>', 1, 1, NULL, '2026-02-23 04:44:43', '2026-02-23 04:44:43', NULL, 'https://image.tmdb.org/t/p/original/3jXrxH6E7Znw2CU2DGzZCAYlpPV.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(28, '1416', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/ulGju8GyXE36wCgmvyFJL3sLiVm.jpg', 150, 'YouTube', 'https://www.youtube.com/watch?v=qbkEtYz9acA', 'free', 1, NULL, NULL, '<p>Surgical interns and their supervisors embark on a medical journey where they become part of heart-wrenching stories and make life-changing decisions in order to become the finest doctors.</p>', 1, 1, NULL, '2026-02-23 04:54:48', '2026-02-23 04:54:48', NULL, 'https://image.tmdb.org/t/p/original/ulGju8GyXE36wCgmvyFJL3sLiVm.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(29, '1416', '2', 'Season 2', 'https://image.tmdb.org/t/p/original/bO0S3fU8Tcqn0g5DCmDcX1oqA2t.jpg', 150, 'URL', 'https://www.youtube.com/watch?v=qbkEtYz9acA', 'free', 1, NULL, NULL, '<p>Surgical interns and their supervisors embark on a medical journey where they become part of heart-wrenching stories and make life-changing decisions in order to become the finest doctors.</p>', 1, 1, NULL, '2026-02-23 04:55:36', '2026-02-23 04:55:36', NULL, 'https://image.tmdb.org/t/p/original/bO0S3fU8Tcqn0g5DCmDcX1oqA2t.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-2'),
(30, '1622', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/fFn80y3PPmCcTbIIjQS5ft0jNFc.jpg', 151, 'URL', 'https://www.youtube.com/watch?v=yy96yJjkvjo', 'free', 1, NULL, NULL, '<p>When a woman mysteriously dies due to a supernatural event, her husband and her sons set out on a mission to find out the truth, while battling various paranormal beings.</p>', 1, 1, NULL, '2026-02-23 05:03:21', '2026-02-23 05:03:21', NULL, 'https://image.tmdb.org/t/p/original/fFn80y3PPmCcTbIIjQS5ft0jNFc.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(31, '66732', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/fOaUnQwDJV22esXEswhaDMSqn2w.jpg', 152, 'YouTube', 'https://www.youtube.com/watch?v=8znAI7F7MEE', 'free', 1, NULL, NULL, '<p>In the 1980s Indiana, a group of young friends witness supernatural forces and secret government exploits. As they search for answers, the children unravel a series of extraordinary mysteries.</p>', 1, 1, NULL, '2026-02-23 05:08:51', '2026-02-23 05:08:51', NULL, 'https://image.tmdb.org/t/p/original/fOaUnQwDJV22esXEswhaDMSqn2w.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(32, '1399', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg', 153, 'YouTube', 'https://www.youtube.com/watch?v=BpJYNVhGf1s', 'free', 1, NULL, NULL, '<p>Nine noble families wage war against each other in order to gain control over the mythical land of Westeros. Meanwhile, a force is rising after millenniums and threatens the existence of living men.</p>', 1, 1, NULL, '2026-02-23 05:25:52', '2026-02-23 05:25:52', NULL, 'https://image.tmdb.org/t/p/original/wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(33, '60735', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/A3H6pewHfoy2bXmNhvycOe0xzlC.jpg', 154, 'URL', 'https://www.youtube.com/watch?v=zPZRE0q9Umc', 'free', 1, NULL, NULL, '<p>Barry Allen, a forensic investigator in Central City, gains the power of superhuman speed from a freak accident. He decides to use it to fight crime as the Flash, a costumed superhero.</p>', 1, 1, 1, '2026-02-23 05:30:36', '2026-02-23 05:42:47', NULL, 'https://image.tmdb.org/t/p/original/A3H6pewHfoy2bXmNhvycOe0xzlC.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(34, '18165', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/4bFr4FDCzjaxyJhkDEfAOOmpo7G.jpg', 155, 'URL', 'https://www.youtube.com/watch?v=rUw7yShLNJY', 'free', 1, NULL, NULL, '<p>On her first day at high school, Elena meets Stefan and immediately feels a connection with him. However, what she does not know is that Stefan and his brother, Damon, are in fact vampires.</p>', 1, 1, NULL, '2026-02-23 05:37:35', '2026-02-23 05:37:35', NULL, 'https://image.tmdb.org/t/p/original/4bFr4FDCzjaxyJhkDEfAOOmpo7G.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(35, '91239', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/qaewZKBKmXjb4ZfFBb1LCug6BE8.jpg', 156, 'YouTube', 'https://www.youtube.com/watch?v=gpv7ayf_tyE', 'free', 1, NULL, NULL, '<p>During the Regency era in England, eight close-knit siblings of the powerful Bridgerton family attempt to find love.</p>', 1, 1, NULL, '2026-02-23 05:48:07', '2026-02-23 05:48:07', NULL, 'https://image.tmdb.org/t/p/original/qaewZKBKmXjb4ZfFBb1LCug6BE8.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(36, '4629', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/tiib6A0kZ0NoUeuUbcU0hIu2jlM.jpg', 157, 'URL', 'https://www.youtube.com/watch?v=bS-4JP9w49Q', 'free', 1, NULL, NULL, '<p>On a secret mission, Jack O\'Neill returns to Planet Abydos to search for scientist Daniel Jackson. O\'Neill finds him and learns about a series of hieroglyphics that suggest a map of several Stargates.</p>', 1, 1, NULL, '2026-02-23 05:58:31', '2026-02-23 05:58:31', NULL, 'https://image.tmdb.org/t/p/original/tiib6A0kZ0NoUeuUbcU0hIu2jlM.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(37, '258462', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/245jwwiNrB9fKQB1ugJ0M40CHj7.jpg', 158, 'URL', 'https://www.youtube.com/watch?v=LPnl8PFKErs', 'free', 1, NULL, NULL, '<p>Five female prisoners forge a unique bond after a deadly accident until corruption and turf wars within a ruthless prison threaten to destroy them.</p>', 1, 1, NULL, '2026-02-23 06:04:33', '2026-02-23 06:04:33', NULL, 'https://image.tmdb.org/t/p/original/245jwwiNrB9fKQB1ugJ0M40CHj7.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(38, '1421', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/i1KhQoI391KaEA5fKArrzoTvNDk.jpg', 159, 'URL', 'https://www.youtube.com/watch?v=zctCtwkohiU', 'free', 1, NULL, NULL, '<p>jay has just recently married his younger, Colombian wife, Gloria, but he\'s having trouble keeping up with her and her son Manny. Claire is having trouble with her own family, especially with her husband Phil, who thinks he can be hip with his three kids. Also, Mitchell and his partner Cameron adopt a Vietnamese baby, Lily.</p>', 1, 1, NULL, '2026-02-23 06:09:55', '2026-02-23 06:09:55', NULL, 'https://image.tmdb.org/t/p/original/i1KhQoI391KaEA5fKArrzoTvNDk.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(39, '1405', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/rmhoMEHK3ZP2EAXX2VpxuKpW3Bf.jpg', 160, 'URL', 'https://www.youtube.com/watch?v=84o1Q6fB20k', 'free', 1, NULL, NULL, '<p>Dexter Morgan, a blood spatter pattern analyst for the Miami Metro Police also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.</p>', 1, 1, NULL, '2026-02-23 06:14:01', '2026-02-23 06:14:01', NULL, 'https://image.tmdb.org/t/p/original/rmhoMEHK3ZP2EAXX2VpxuKpW3Bf.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(40, '71712', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/nQCKDOwU1gnhgFqTjsqeoJOdsTM.jpg', 161, 'URL', 'https://www.youtube.com/watch?v=lnY9FWUTY84', 'free', 1, NULL, NULL, '<p>Shaun, a young doctor, joins a renowned hospital in San Jose, California, but his colleagues do not socialise with him. He uses his skills to treat patients and prove his abilities to his co-workers.</p>', 1, 1, NULL, '2026-02-23 06:17:12', '2026-02-23 06:17:12', NULL, 'https://image.tmdb.org/t/p/original/nQCKDOwU1gnhgFqTjsqeoJOdsTM.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(41, '63174', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/e6FQvm5jycG9xx1ZWowIYBc3Shn.jpg', 162, 'YouTube', 'https://www.youtube.com/watch?v=X4bF_quwNtw', 'free', 1, NULL, NULL, '<p>Bored with being the Lord of Hell, the devil relocates to Los Angeles, where he opens a nightclub and forms a connection with a homicide detective.</p>', 1, 1, NULL, '2026-02-23 06:21:14', '2026-02-23 06:21:14', NULL, 'https://image.tmdb.org/t/p/original/e6FQvm5jycG9xx1ZWowIYBc3Shn.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(42, '1396', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg', 163, 'YouTube', 'https://www.youtube.com/watch?v=HhesaQXLuRY', 'free', 1, NULL, NULL, '<p>Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family\'s financial future at any cost as he enters the dangerous world of drugs and crime.</p>', 1, 1, NULL, '2026-02-23 06:25:34', '2026-02-23 06:25:34', NULL, 'https://image.tmdb.org/t/p/original/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1'),
(43, '219246', '1', 'Limited Series', 'https://image.tmdb.org/t/p/original/q29q6AByug53pnylCytwLA7m6AY.jpg', 164, 'YouTube', 'https://www.youtube.com/watch?v=waHgQCzy5OA', 'free', 1, NULL, NULL, '<p>In Jeju, a spirited girl and a steadfast boy\'s island story blossoms into a lifelong tale of setbacks and triumphs &mdash; proving love endures across time.</p>', 1, 1, NULL, '2026-02-23 06:29:14', '2026-02-23 06:29:14', NULL, 'https://image.tmdb.org/t/p/original/q29q6AByug53pnylCytwLA7m6AY.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'limited-series'),
(44, '250307', '1', 'Season 1', 'https://image.tmdb.org/t/p/original/z3Reeo4qvDHEW3yeUMQPS9rFEk5.jpg', 165, 'URL', 'https://www.youtube.com/watch?v=ufR_08V38sQ', 'free', 1, NULL, NULL, '<p>A realistic examination of the challenges facing healthcare workers in America as seen through the lens of the frontline heroes working in a modern-day hospital in Pittsburgh, Pennsylvania.</p>', 1, 1, NULL, '2026-02-23 06:42:48', '2026-02-23 06:42:48', NULL, 'https://image.tmdb.org/t/p/original/z3Reeo4qvDHEW3yeUMQPS9rFEk5.jpg', NULL, 'rental', NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 'season-1');

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

--
-- Table structure for table `seo`
--

CREATE TABLE `seo` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `meta_title` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `seo_image` varchar(191) DEFAULT NULL,
  `google_site_verification` varchar(191) DEFAULT NULL,
  `canonical_url` varchar(191) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `service_providers`
--

CREATE TABLE `service_providers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(191) NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` longtext DEFAULT NULL,
  `payment_method` varchar(191) DEFAULT NULL,
  `manager_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `contact_email` text NOT NULL,
  `contact_number` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` varchar(191) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `payload` longtext NOT NULL,
  `last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `setting` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `val` text DEFAULT NULL,
  `type` varchar(90) NOT NULL DEFAULT 'string',
  `datatype` varchar(90) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `name`, `val`, `type`, `datatype`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'movie', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(2, 'tvshow', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(3, 'livetv', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(4, 'video', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(5, 'enable_tmdb_api', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(6, 'app_name', 'MXFlix: Your Ultimate Entertainment Hub', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(7, 'user_app_name', 'MXFlix: Your Ultimate Entertainment Hub', 'bussiness', 'bussiness', NULL, NULL, NULL, '2024-08-08 04:42:31', '2024-08-08 04:42:31', NULL),
(8, 'helpline_number', '+15162023950', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(9, 'inquriy_email', 'biz@miracuves.com', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(10, 'short_description', 'MXFlix: Your Ultimate Destination for Unlimited Movies and Shows!', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(11, 'google_analytics', 'Google Analytics', 'misc', 'text', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-10 01:28:43', NULL),
(12, 'default_language', 'en', 'misc', 'misc', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-10 01:28:43', NULL),
(13, 'default_time_zone', 'Asia/Kolkata', 'misc', 'misc', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-10 01:28:43', NULL),
(14, 'disc_type', 'local', 'misc', 'misc', NULL, NULL, NULL, '2024-08-08 05:01:01', '2024-08-08 05:01:01', NULL),
(15, 'cash_payment_method', '1', 'cashpayment', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(16, 'razor_payment_method', '0', '', 'razorpayPayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(17, 'razorpay_secretkey', '', 'razor_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(18, 'razorpay_publickey', '', 'razor_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(19, 'str_payment_method', '1', '', 'stripePayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(20, 'stripe_secretkey', 'sk_test_51MjnELHTAHWwyrB6o5FbJewlU1QQeOvwfJoCBfnlf20KzNGa7JVyxIWhYIb84Ohl8kUxvGDuzOkCSo3rFj9Ne85l00FvdXN2ti', '', 'str_payment_method', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(21, 'stripe_publickey', 'pk_test_51MjnELHTAHWwyrB6HqKFzapBSOjSEAF9dKUz7JAI9vPTQHtsGsFJrhm151hdiVQWyvsvtq1CpkSMEmAUjC0pgbEl00P1BNfXvD', '', 'str_payment_method', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(22, 'paystack_payment_method', '0', '', 'paystackPayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(23, 'paystack_secretkey', '', 'paystack_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(24, 'paystack_publickey', '', 'paystack_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(25, 'paypal_payment_method', '0', '', 'paypalPayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(26, 'paypal_secretkey', '', 'paypal_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(27, 'paypal_clientid', '', 'paypal_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(28, 'flutterwave_payment_method', '0', '', 'flutterwavePayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(29, 'flutterwave_secretkey', '', 'flutterwave_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(30, 'flutterwave_publickey', '', 'flutterwave_payment_method', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(31, 'cinet_payment_method', '0', '', 'paymentcinet', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(32, 'sadad_payment_method', '0', '', 'paymentsadad', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(33, 'airtel_payment_method', '0', '', 'airtelpayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(34, 'phonepe_payment_method', '0', '', 'phonepepayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(35, 'midtrans_payment_method', '0', '', 'midtranspayment', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-02-19 11:02:22', NULL),
(36, 'local', '1', 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(37, 's3', '0', 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(38, 'aws_access_key', NULL, 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(39, 'aws_secret_key', NULL, 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(40, 'aws_region', NULL, 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(41, 'aws_bucket', NULL, 'storage_settings', 'storageconfig', NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(42, 'tmdb_api_key', '55e89e24a03a87fa84d7d96abe40d4dd', '', 'module_settings', NULL, 1, NULL, '2024-08-08 05:08:37', '2026-03-03 06:13:58', NULL),
(43, 'is_social_login', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(44, 'is_google_login', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(45, 'is_otp_login', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(46, 'is_apple_login', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(47, 'is_firebase_notification', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(48, 'firebase_key', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(49, 'is_user_push_notification', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(50, 'is_application_link', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(51, 'ios_url', 'https://apps.apple.com/us/app/', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(52, 'android_url', 'https://play.google.com/store/apps/', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(53, 'force_update', '0', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(54, 'app_version', NULL, 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(55, 'is_ChatGPT_integration', '1', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(56, 'ChatGPT_key', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(57, 'google_client_id', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(58, 'google_client_secret', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(59, 'google_redirect_uri', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(60, 'apiKey', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(61, 'authDomain', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(62, 'databaseURL', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(63, 'projectId', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(64, 'storageBucket', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(65, 'messagingSenderId', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(66, 'appId', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(67, 'measurementId', '', 'appconfig', NULL, NULL, NULL, NULL, '2024-08-08 05:08:37', '2024-08-08 05:08:37', NULL),
(68, 'demo_login', '1', '', 'module_settings', NULL, 1, NULL, '2024-08-07 23:57:31', '2026-03-03 06:13:58', NULL),
(69, 'facebook_url', 'https://www.facebook.com/', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(70, 'x_url', 'https://twitter.com/', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(71, 'instagram_url', 'https://www.instagram.com/', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(72, 'youtube_url', 'https://www.youtube.com/', 'bussiness', 'bussiness', NULL, 1, NULL, '2024-08-08 04:42:31', '2026-02-08 23:54:21', NULL),
(73, 'backward_seconds', '10', 'misc', 'misc', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-10 01:28:43', NULL),
(74, 'forward_seconds', '10', 'misc', 'misc', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-10 01:28:43', NULL),
(75, 'mini_logo', 'https://mxflix.mimeld.com/storage/logos/image/mini_logo.png', 'bussiness', 'string', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-19 06:14:13', NULL),
(76, 'dark_logo', 'https://mxflix.mimeld.com/storage/logos/image/dark_logo.png', 'bussiness', 'string', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-18 13:33:28', NULL),
(77, 'loader_gif', 'https://mxflix.mimeld.com/storage/logos/image/favicon_69896f7707b78.png', 'bussiness', 'string', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-19 04:14:19', NULL),
(78, 'favicon', 'https://mxflix.mimeld.com/storage/logos/image/favicon.png', 'bussiness', 'string', NULL, 1, NULL, '2024-08-08 05:01:01', '2026-02-19 06:14:13', NULL),
(79, 'loader_gif_remove', '0', '', 'string', 1, 1, NULL, '2026-02-08 23:54:21', '2026-02-19 06:14:13', NULL),
(80, 'copyright_text', '© 2026 MXFlix. All Rights Reserved.', '', 'string', 1, 1, NULL, '2026-02-08 23:54:21', '2026-02-19 06:14:13', NULL),
(81, 'data_table_limit', '10', 'misc', 'misc', 1, 1, NULL, '2026-02-10 01:28:43', '2026-02-10 01:28:43', NULL),
(82, 'default_date_format', 'Y-m-d', 'misc', 'misc', 1, 1, NULL, '2026-02-10 01:28:43', '2026-02-10 01:28:43', NULL),
(83, 'default_time_format', 'H:i', 'misc', 'misc', 1, 1, NULL, '2026-02-10 01:28:43', '2026-02-10 01:28:43', NULL),
(84, 'enable_vr', '1', '', 'misc', 1, 1, NULL, '2026-02-10 01:33:16', '2026-02-19 06:14:30', NULL),
(85, 'movie_suggestion_enabled', '1', '', 'module_settings', 1, 1, NULL, '2026-02-10 23:21:42', '2026-03-03 06:13:58', NULL),
(86, 'suggestion_content_type', 'both', '', 'module_settings', 1, 1, NULL, '2026-02-10 23:50:50', '2026-03-03 06:13:58', NULL),
(87, 'customization_json', '{\"saveLocal\":\"sessionStorage\",\"storeKey\":\"streamit-setting\",\"setting\":{\"sidebar_type\":{\"value\":[]},\"sidebar_show\":{\"value\":[]},\"header_navbar_show\":{\"value\":[]},\"_token\":{\"value\":\"bFxyJUayZkYGLzYbWnmM0DOX9jwDrvpbj81ooC0u\"},\"setting_tab\":{\"value\":\"customization\"},\"theme_color\":{\"value\":\"#08b1ba\"},\"card_color\":{\"value\":\"card-default\"},\"sidebar_color\":{\"value\":\"sidebar-white\"},\"sidebar_menu_style\":{\"value\":\"sidebar-default navs-rounded-all\"},\"footer_style\":{\"value\":\"default\"}}}', 'string', NULL, 1, 1, NULL, '2026-02-15 22:35:28', '2026-02-15 22:35:28', NULL),
(88, 'video_minute_rate', '0.70', 'float', 'float', 1, 1, NULL, '2026-02-16 03:00:22', '2026-02-16 04:25:53', NULL),
(89, 'admin_commission_percent', '15', 'float', 'float', 1, 1, NULL, '2026-02-16 04:25:07', '2026-02-16 04:28:12', NULL),
(90, 'producer_min_payout', '100', 'float', 'float', 1, 1, NULL, '2026-02-16 04:25:07', '2026-02-19 06:14:30', NULL),
(91, 'iap_payment_method', '0', 'inapppurchase', NULL, 1, 1, NULL, '2026-02-19 11:02:22', '2026-02-19 11:02:22', NULL),
(92, 'custom_css_block', 'span.apexcharts-legend-text {\r\ncolor : #fff !important;\r\n}\r\n\r\ntext.apexcharts-text.apexcharts-datalabel-label, text.apexcharts-text.apexcharts-datalabel-value  {\r\nfill : #fff !important;\r\n}', 'string', NULL, 1, 1, NULL, '2026-02-20 08:18:44', '2026-02-20 08:18:44', NULL),
(93, 'custom_js_block', NULL, 'string', NULL, 1, 1, NULL, '2026-02-20 08:18:44', '2026-02-20 08:18:44', NULL),
(94, 'email', 'mastermcx@miracuves.com', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(95, 'mail_driver', 'smtp', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(96, 'mail_host', 'smtp.mailtrap.io', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(97, 'mail_port', '587', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(98, 'mail_encryption', 'tls', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(99, 'mail_username', 'mastermcx@miracuves.com', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(100, 'mail_password', 'Mcx_$@321$', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(101, 'mail_from', 'mastermcx@miracuves.com', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL),
(102, 'from_name', 'Mxflix', '', 'mail_config', 1, 1, NULL, '2026-03-04 23:37:28', '2026-03-04 23:37:32', NULL);

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

--
-- Table structure for table `states`
--

CREATE TABLE `states` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `country_id` int(11) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `subscriptions`
--

CREATE TABLE `subscriptions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `plan_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `status` varchar(191) DEFAULT NULL,
  `is_manual` tinyint(1) NOT NULL DEFAULT 0,
  `amount` double DEFAULT NULL,
  `discount_percentage` double DEFAULT NULL,
  `tax_amount` double DEFAULT NULL,
  `coupon_discount` double DEFAULT NULL,
  `total_amount` double DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `identifier` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `duration` int(11) DEFAULT NULL,
  `level` bigint(20) NOT NULL DEFAULT 0,
  `plan_type` longtext DEFAULT NULL,
  `payment_id` int(11) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `subscriptions`
--

INSERT INTO `subscriptions` (`id`, `plan_id`, `user_id`, `start_date`, `end_date`, `status`, `is_manual`, `amount`, `discount_percentage`, `tax_amount`, `coupon_discount`, `total_amount`, `name`, `identifier`, `type`, `duration`, `level`, `plan_type`, `payment_id`, `device_id`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 2, 14, '2026-01-11 00:00:00', '2026-02-11 00:00:00', 'active', 0, 20, NULL, 0, NULL, 20, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 8, '5', NULL, NULL, NULL, NULL, '2026-01-10 18:30:00', '2026-01-10 18:30:00'),
(2, 2, 5, '2025-11-16 00:00:00', '2025-12-16 00:00:00', 'inactive', 0, 20, NULL, 0, NULL, 20, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 3, '3', NULL, NULL, NULL, NULL, '2025-11-15 18:30:00', '2025-11-15 18:30:00'),
(3, 3, 3, '2026-01-15 00:00:00', '2026-04-15 00:00:00', 'active', 0, 50, NULL, 0, NULL, 50, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 1, 'test11', NULL, NULL, NULL, NULL, '2026-01-14 18:30:00', '2026-01-14 18:30:00'),
(4, 3, 6, '2025-10-10 00:00:00', '2026-01-10 00:00:00', 'inactive', 0, 50, NULL, 0, NULL, 50, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 4, '3', NULL, NULL, NULL, NULL, '2025-10-09 18:30:00', '2025-10-09 18:30:00'),
(5, 1, 4, '2026-01-11 00:00:00', '2026-02-11 00:00:00', 'inactive', 0, 5, NULL, 0, NULL, 5, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 2, 'test11', NULL, NULL, NULL, NULL, '2026-01-10 18:30:00', '2026-02-19 11:29:15'),
(6, 1, 10, '2026-01-11 00:00:00', '2026-02-11 00:00:00', 'active', 0, 5, NULL, 0, NULL, 5, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 7, '4', NULL, NULL, NULL, NULL, '2026-01-10 18:30:00', '2026-01-10 18:30:00'),
(7, 4, 8, '2025-02-14 00:00:00', '2026-02-14 00:00:00', 'active', 0, 80, NULL, 0, NULL, 80, 'Elite Plan', 'elite_plan', 'month', 12, 4, '[{\"id\":13,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":14,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":15,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"8\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 8 devices simultaneously.\"},{\"id\":16,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":1,\"8K\":1},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":23,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"1\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":24,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"4\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 5, '4', NULL, NULL, NULL, NULL, '2025-02-13 18:30:00', '2025-02-13 18:30:00'),
(8, 4, 9, '2026-01-03 00:00:00', '2027-01-03 00:00:00', 'active', 0, 80, NULL, 0, NULL, 80, 'Elite Plan', 'elite_plan', 'month', 12, 4, '[{\"id\":13,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":14,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":15,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"8\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 8 devices simultaneously.\"},{\"id\":16,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":1,\"8K\":1},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":23,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"1\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":24,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"4\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 6, '4', NULL, NULL, NULL, NULL, '2026-01-02 18:30:00', '2026-01-02 18:30:00'),
(9, 1, 11, '2026-01-13 00:00:00', '2026-02-12 00:00:00', 'active', 0, 5, NULL, 0, NULL, 5, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 9, '5', NULL, NULL, NULL, NULL, '2026-01-12 18:30:00', '2026-01-12 18:30:00'),
(10, 2, 12, '2026-01-14 00:00:00', '2026-02-13 00:00:00', 'active', 0, 20, NULL, 0, NULL, 20, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 10, '6', NULL, NULL, NULL, NULL, '2026-01-13 18:30:00', '2026-01-13 18:30:00'),
(11, 3, 13, '2025-11-08 00:00:00', '2026-02-12 00:00:00', 'active', 0, 50, NULL, 0, NULL, 50, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 11, '7', NULL, NULL, NULL, NULL, '2025-11-07 18:30:00', '2025-11-07 18:30:00'),
(12, 1, 21, '2026-02-19 11:03:01', '2026-03-19 11:03:01', 'inactive', 0, 5, NULL, 2.35, 0, 7.35, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, '152.56.1.9', 21, 21, NULL, NULL, '2026-02-19 11:03:01', '2026-02-24 09:57:05'),
(13, 6, 21, '2026-02-19 11:22:14', '2027-02-19 11:22:14', 'inactive', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, NULL, 21, 21, NULL, NULL, '2026-02-19 11:22:14', '2026-02-24 09:57:05'),
(14, 3, 4, '2026-02-19 00:00:00', '2026-05-19 00:00:00', 'active', 1, 50, 0, 23.5, NULL, 73.5, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 11, '0', 1, 1, NULL, NULL, '2026-02-19 11:29:15', '2026-02-19 11:29:15'),
(15, 6, 21, '2026-02-24 08:00:16', '2027-02-24 08:00:16', 'inactive', 0, 500, NULL, 117.5, 250, 367.5, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, '152.58.35.85', 21, 21, NULL, NULL, '2026-02-24 08:00:16', '2026-02-24 09:57:05'),
(16, 6, 21, '2026-02-24 09:57:05', '2027-02-24 09:57:05', 'deactivated', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, '122.175.232.220', 21, 21, NULL, NULL, '2026-02-24 09:57:05', '2026-03-04 22:01:25'),
(17, 6, 22, '2026-02-25 11:41:32', '2027-02-25 11:41:32', 'deactivated', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 14, 'SP1A.210812.016', 22, 22, NULL, NULL, '2026-02-25 11:41:32', '2026-03-02 12:20:33'),
(18, 5, 22, '2026-03-02 12:20:33', '2027-03-02 12:20:33', 'deactivated', 0, 200, NULL, 47, 100, 147, 'Premium Plan', 'premium_plan', 'year', 1, 5, '[{\"id\":25,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":26,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":27,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":28,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":29,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":30,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 15, 'AP3A.240905.015.A2_INMOD1', 22, 22, NULL, NULL, '2026-03-02 12:20:33', '2026-03-03 06:26:52'),
(19, 6, 23, '2026-03-02 12:22:20', '2027-03-02 12:22:20', 'inactive', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 16, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-02 12:22:20', '2026-03-03 08:55:58'),
(20, 6, 23, '2026-03-02 12:24:35', '2027-03-02 12:24:35', 'inactive', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 17, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-02 12:24:35', '2026-03-03 08:55:58'),
(21, 1, 23, '2026-03-02 12:28:30', '2026-04-02 12:28:30', 'inactive', 0, 5, NULL, 2.35, 0, 7.35, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-02 12:28:30', '2026-03-03 08:55:58'),
(22, 6, 23, '2026-03-03 04:30:37', '2027-03-03 04:30:37', 'inactive', 0, 500, NULL, 176.25, 125, 551.25, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 19, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 04:30:37', '2026-03-03 08:55:58'),
(23, 2, 23, '2026-03-03 04:48:13', '2026-04-03 04:48:13', 'inactive', 0, 20, NULL, 9.4, 0, 29.4, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":5,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":6,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":7,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":8,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":19,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":20,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 20, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 04:48:13', '2026-03-03 08:55:58'),
(24, 1, 22, '2026-03-03 06:26:52', '2026-04-03 06:26:52', 'deactivated', 0, 5, NULL, 1.7625, 1.25, 5.5125, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 21, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 06:26:52', '2026-03-03 08:45:05'),
(25, 6, 23, '2026-03-03 06:32:55', '2027-03-03 06:32:55', 'inactive', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 22, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 06:32:55', '2026-03-03 08:55:58'),
(26, 5, 23, '2026-03-03 06:41:37', '2027-03-03 06:41:37', 'inactive', 0, 200, NULL, 94, 0, 294, 'Premium Plan', 'premium_plan', 'year', 1, 5, '[{\"id\":25,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":26,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":27,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":28,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":29,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":30,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 23, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 06:41:37', '2026-03-03 08:55:58'),
(27, 6, 23, '2026-03-03 06:42:56', '2027-03-03 06:42:56', 'inactive', 0, 500, NULL, 176.25, 125, 551.25, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 24, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 06:42:56', '2026-03-03 08:55:58'),
(28, 1, 23, '2026-03-03 06:46:42', '2026-04-03 06:46:42', 'inactive', 0, 5, NULL, 1.7625, 1.25, 5.5125, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 25, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 06:46:42', '2026-03-03 08:55:58'),
(29, 2, 22, '2026-03-03 08:45:05', '2026-04-03 08:45:05', 'deactivated', 0, 20, NULL, 7.05, 5, 22.05, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":5,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":6,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":7,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":8,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":19,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":20,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 26, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 08:45:05', '2026-03-03 08:49:42'),
(30, 3, 22, '2026-03-03 08:49:42', '2026-06-03 08:49:42', 'deactivated', 0, 50, NULL, 23.5, 0, 73.5, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 27, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 08:49:42', '2026-03-03 08:50:25'),
(31, 3, 22, '2026-03-03 08:50:25', '2026-06-03 08:50:25', 'deactivated', 0, 50, NULL, 23.5, 0, 73.5, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 28, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 08:50:25', '2026-03-03 09:08:51'),
(32, 6, 23, '2026-03-03 08:55:58', '2027-03-03 08:55:58', 'active', 0, 500, NULL, 176.25, 125, 551.25, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', NULL, 'SP1A.210812.016', 23, 23, NULL, NULL, '2026-03-03 08:55:58', '2026-03-03 08:55:58');
INSERT INTO `subscriptions` (`id`, `plan_id`, `user_id`, `start_date`, `end_date`, `status`, `is_manual`, `amount`, `discount_percentage`, `tax_amount`, `coupon_discount`, `total_amount`, `name`, `identifier`, `type`, `duration`, `level`, `plan_type`, `payment_id`, `device_id`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(33, 4, 22, '2026-03-03 09:08:51', '2027-03-03 09:08:51', 'deactivated', 0, 100, NULL, 47, 0, 147, 'Basic', 'basic', 'year', 1, 4, '[{\"id\":13,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":14,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":15,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":16,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":23,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":24,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 30, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 09:08:51', '2026-03-03 09:10:03'),
(34, 5, 22, '2026-03-03 09:10:03', '2027-03-03 09:10:03', 'deactivated', 0, 200, NULL, 70.5, 50, 220.5, 'Premium Plan', 'premium_plan', 'year', 1, 5, '[{\"id\":25,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":26,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":27,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":28,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":29,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":30,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 31, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 09:10:03', '2026-03-03 09:11:12'),
(35, 6, 22, '2026-03-03 09:11:12', '2027-03-03 09:11:12', 'deactivated', 0, 500, NULL, 176.25, 125, 551.25, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 32, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-03 09:11:12', '2026-03-04 22:07:56'),
(36, 1, 21, '2026-03-05 03:31:25', '2026-04-05 03:31:25', 'active', 0, 5, NULL, 1.88, 1, 5.88, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 33, 'TP1A.220905.001', 21, 21, NULL, NULL, '2026-03-04 22:01:25', '2026-03-04 22:01:25'),
(37, 1, 22, '2026-03-05 03:37:56', '2026-04-05 03:37:56', 'deactivated', 0, 5, NULL, 1.88, 1, 5.88, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 34, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:07:56', '2026-03-04 22:09:06'),
(38, 2, 22, '2026-03-05 03:39:06', '2026-04-05 03:39:06', 'deactivated', 0, 20, NULL, 6.58, 6, 20.58, 'Premium Plan', 'premium_plan', 'month', 1, 2, '[{\"id\":5,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":6,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":7,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":8,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":19,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":20,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 35, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:09:06', '2026-03-04 22:13:41'),
(39, 3, 22, '2026-03-05 03:43:41', '2026-06-05 03:43:41', 'deactivated', 0, 50, NULL, 18.8, 10, 58.8, 'Ultimate Plan', 'ultimate_plan', 'month', 3, 3, '[{\"id\":9,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":10,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":11,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":12,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":21,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":22,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 36, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:13:41', '2026-03-04 22:15:37'),
(40, 4, 22, '2026-03-05 03:45:37', '2027-03-05 03:45:37', 'deactivated', 0, 100, NULL, 37.6, 20, 117.6, 'Basic', 'basic', 'year', 1, 4, '[{\"id\":13,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":14,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":15,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":16,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":23,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":24,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 37, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:15:37', '2026-03-04 22:16:38'),
(41, 5, 22, '2026-03-05 03:46:38', '2027-03-05 03:46:38', 'deactivated', 0, 200, NULL, 94, 0, 294, 'Premium Plan', 'premium_plan', 'year', 1, 5, '[{\"id\":25,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":26,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":27,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":28,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":29,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":30,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 38, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:16:38', '2026-03-04 22:18:03'),
(42, 6, 22, '2026-03-05 03:48:03', '2027-03-05 03:48:03', 'deactivated', 0, 500, NULL, 235, 0, 735, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 39, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-04 22:18:03', '2026-03-05 03:17:04'),
(43, 6, 27, '2026-03-05 04:58:42', '2027-03-05 04:58:42', 'deactivated', 0, 500, NULL, 176.25, 125, 551.25, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 40, 'SP1A.210812.016', 27, 27, NULL, NULL, '2026-03-04 23:28:42', '2026-03-04 23:45:40'),
(44, 1, 27, '2026-03-05 05:15:40', '2026-04-05 05:15:40', 'active', 0, 5, NULL, 2.35, 0, 7.35, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 41, 'SP1A.210812.016', 27, 27, NULL, NULL, '2026-03-04 23:45:40', '2026-03-04 23:45:40'),
(45, 5, 22, '2026-03-05 08:47:04', '2027-03-05 08:47:04', 'deactivated', 0, 200, NULL, 47, 100, 147, 'Premium Plan', 'premium_plan', 'year', 1, 5, '[{\"id\":25,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":26,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":27,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 2 devices simultaneously.\"},{\"id\":28,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":29,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"1\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":30,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 42, 'AP3A.240905.015.A2_INMOD1', 22, 22, NULL, NULL, '2026-03-05 03:17:04', '2026-03-05 03:41:37'),
(46, 1, 22, '2026-03-05 09:11:37', '2026-04-05 09:11:37', 'deactivated', 0, 5, NULL, 1.7625, 1.25, 5.5125, 'Basic', 'basic', 'month', 1, 1, '[{\"id\":1,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":2,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":1,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"This plan includes ads.\"},{\"id\":3,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"1\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 1 devices simultaneously.\"},{\"id\":4,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":0,\"2K\":0,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":17,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"0\",\"mobile\":\"1\",\"tv\":\"0\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":18,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"2\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 43, 'TP1A.220905.001', 22, 22, NULL, NULL, '2026-03-05 03:41:37', '2026-03-05 03:44:24'),
(47, 6, 22, '2026-03-05 09:14:24', '2027-03-05 09:14:24', 'active', 0, 500, NULL, 117.5, 250, 367.5, 'Ultimate Plan', 'ultimate_plan', 'year', 1, 6, '[{\"id\":31,\"planlimitation_id\":1,\"limitation_title\":\"Video Cast\",\"limitation_value\":1,\"limit\":null,\"slug\":\"video-cast\",\"status\":1,\"message\":\"Cast videos to your TV with ease.\"},{\"id\":32,\"planlimitation_id\":2,\"limitation_title\":\"Ads\",\"limitation_value\":0,\"limit\":null,\"slug\":\"ads\",\"status\":1,\"message\":\"Ad-free streaming with this plan.\"},{\"id\":33,\"planlimitation_id\":3,\"limitation_title\":\"Device Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"5\"},\"slug\":\"device-limit\",\"status\":1,\"message\":\"Stream on up to 5 devices simultaneously.\"},{\"id\":34,\"planlimitation_id\":4,\"limitation_title\":\"Download Status\",\"limitation_value\":1,\"limit\":{\"480p\":1,\"720p\":1,\"1080p\":1,\"1440p\":1,\"2K\":1,\"4K\":0,\"8K\":0},\"slug\":\"download-status\",\"status\":1,\"message\":\"Enjoy unlimited downloads with this plan.\"},{\"id\":35,\"planlimitation_id\":5,\"limitation_title\":\"Supported Device Type\",\"limitation_value\":1,\"limit\":{\"tablet\":\"0\",\"laptop\":\"1\",\"mobile\":\"1\",\"tv\":\"1\"},\"slug\":\"supported-device-type\",\"status\":1,\"message\":null},{\"id\":36,\"planlimitation_id\":6,\"limitation_title\":\"Profile Limit\",\"limitation_value\":1,\"limit\":{\"value\":\"3\"},\"slug\":\"profile-limit\",\"status\":1,\"message\":null}]', 44, 'AP3A.240905.015.A2_INMOD1', 22, 22, NULL, NULL, '2026-03-05 03:44:24', '2026-03-05 03:44:24');

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

--
-- Table structure for table `subscriptions_transactions`
--

CREATE TABLE `subscriptions_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `subscriptions_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `payment_type` varchar(191) DEFAULT NULL,
  `payment_status` varchar(191) DEFAULT NULL,
  `transaction_id` varchar(191) DEFAULT NULL,
  `tax_data` text DEFAULT NULL,
  `other_transactions_details` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `subscriptions_transactions`
--

INSERT INTO `subscriptions_transactions` (`id`, `subscriptions_id`, `user_id`, `amount`, `payment_type`, `payment_status`, `transaction_id`, `tax_data`, `other_transactions_details`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 1, 3, 50, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 3, 3, NULL, NULL, '2026-01-10 18:30:00', '2026-01-10 18:30:00'),
(2, 2, 4, 5, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 4, 4, NULL, NULL, '2025-11-15 18:30:00', '2025-11-15 18:30:00'),
(3, 3, 5, 20, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 5, 5, NULL, NULL, '2026-01-14 18:30:00', '2026-01-14 18:30:00'),
(4, 4, 6, 50, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 6, 6, NULL, NULL, '2025-10-09 18:30:00', '2025-10-09 18:30:00'),
(5, 5, 8, 80, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 8, 8, NULL, NULL, '2026-01-10 18:30:00', '2026-01-10 18:30:00'),
(6, 6, 9, 80, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 9, 9, NULL, NULL, '2026-01-10 18:30:00', '2026-01-10 18:30:00'),
(7, 7, 10, 5, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 10, 10, NULL, NULL, '2025-02-13 18:30:00', '2025-02-13 18:30:00'),
(8, 8, 14, 20, 'stripe', 'paid', 'pi_1OnGh1FTMa5P8ht0pEWTz', NULL, NULL, 14, 14, NULL, NULL, '2026-01-02 18:30:00', '2026-01-02 18:30:00'),
(9, 12, 21, 7.35, 'stripe', 'paid', 'pi_3T2V0XHTAHWwyrB603ZxyFbP', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 21, 21, NULL, NULL, '2026-02-19 11:03:01', '2026-02-19 11:03:01'),
(10, 13, 21, 735, 'stripe', 'paid', 'pi_3T2VJ7HTAHWwyrB613nkUkjd', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 21, 21, NULL, NULL, '2026-02-19 11:22:14', '2026-02-19 11:22:14'),
(11, 14, 4, 73.5, 'cash', 'paid', NULL, '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 1, 1, NULL, NULL, '2026-02-19 11:29:15', '2026-02-19 11:29:15'),
(12, 15, 21, 367.5, 'stripe', 'paid', 'pi_3T4GXQHTAHWwyrB617aQQ4Rb', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 21, 21, NULL, NULL, '2026-02-24 08:00:16', '2026-02-24 08:00:16'),
(13, 16, 21, 735, 'stripe', 'paid', 'pi_3T4IMTHTAHWwyrB60rfBbhG0', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 21, 21, NULL, NULL, '2026-02-24 09:57:05', '2026-02-24 09:57:05'),
(14, 17, 22, 500, 'stripe', 'paid', 'pi_3T4gSqHTAHWwyrB61Sw2Npo4', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-02-25 11:41:32', '2026-02-25 11:41:32'),
(15, 18, 22, 200, 'stripe', 'paid', 'pi_3T6VRdHTAHWwyrB6189wJfnY', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-02 12:20:33', '2026-03-02 12:20:33'),
(16, 19, 23, 500, 'stripe', 'paid', 'pi_3T6VTzHTAHWwyrB6160z8g7P', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-02 12:22:20', '2026-03-02 12:22:20'),
(17, 20, 23, 500, 'stripe', 'paid', 'pi_3T6VWJHTAHWwyrB6180Os0Tw', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-02 12:24:35', '2026-03-02 12:24:35'),
(18, 21, 23, 7.35, 'stripe', 'paid', 'pi_3T6VaIHTAHWwyrB60fvdbghR', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-02 12:28:30', '2026-03-02 12:28:30'),
(19, 22, 23, 500, 'stripe', 'paid', 'pi_3T6kb2HTAHWwyrB60yvoVF8n', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 04:30:37', '2026-03-03 04:30:37'),
(20, 23, 23, 20, 'stripe', 'paid', 'pi_3T6ks8HTAHWwyrB60PXbm5IK', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 04:48:13', '2026-03-03 04:48:13'),
(21, 24, 22, 5, 'stripe', 'paid', 'pi_3T6mPRHTAHWwyrB617W8AxQT', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 06:26:52', '2026-03-03 06:26:52'),
(22, 25, 23, 500, 'stripe', 'paid', 'pi_3T6mVOHTAHWwyrB60PFeYux9', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 06:32:55', '2026-03-03 06:32:55'),
(23, 26, 23, 200, 'stripe', 'paid', 'pi_3T6mdqHTAHWwyrB60vmfSUYM', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 06:41:37', '2026-03-03 06:41:37'),
(24, 27, 23, 500, 'stripe', 'paid', 'pi_3T6mfAHTAHWwyrB61rLKQriD', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 06:42:56', '2026-03-03 06:42:56'),
(25, 28, 23, 5, 'stripe', 'paid', 'pi_3T6minHTAHWwyrB60o4CVZXt', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 06:46:42', '2026-03-03 06:46:42'),
(26, 29, 22, 20, 'stripe', 'paid', 'pi_3T6oZAHTAHWwyrB61qebhcDq', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 08:45:05', '2026-03-03 08:45:05'),
(27, 30, 22, 50, 'stripe', 'paid', 'pi_3T6oduHTAHWwyrB608kuSu4h', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 08:49:42', '2026-03-03 08:49:42'),
(28, 31, 22, 50, 'stripe', 'paid', 'pi_3T6oeZHTAHWwyrB61WuagC8Z', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 08:50:25', '2026-03-03 08:50:25'),
(29, 32, 23, 551.25, 'stripe', 'paid', 'pi_3T6okAHTAHWwyrB6144DwUOg', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 23, 23, NULL, NULL, '2026-03-03 08:55:58', '2026-03-03 08:55:58'),
(30, 33, 22, 100, 'stripe', 'paid', 'pi_3T6owQHTAHWwyrB60cs7bA15', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 09:08:51', '2026-03-03 09:08:51'),
(31, 34, 22, 200, 'stripe', 'paid', 'pi_3T6oxbHTAHWwyrB61o30TuGc', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 09:10:03', '2026-03-03 09:10:03'),
(32, 35, 22, 500, 'stripe', 'paid', 'pi_3T6oyjHTAHWwyrB61oAYQfxO', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:27.000000Z\",\"updated_at\":\"2024-10-09T07:00:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:00:53.000000Z\",\"updated_at\":\"2024-10-09T07:02:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T07:04:57.000000Z\",\"updated_at\":\"2024-10-09T07:04:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-03 09:11:12', '2026-03-03 09:11:12'),
(33, 36, 21, 5, 'stripe', 'paid', 'pi_3T7ScwHTAHWwyrB61tQCEYLY', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 21, 21, NULL, NULL, '2026-03-04 22:01:25', '2026-03-04 22:01:25'),
(34, 37, 22, 5, 'stripe', 'paid', 'pi_3T7SjJHTAHWwyrB61HlHeYPs', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:07:56', '2026-03-04 22:07:56'),
(35, 38, 22, 20, 'stripe', 'paid', 'pi_3T7SkQHTAHWwyrB60lNJ4cDD', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:09:06', '2026-03-04 22:09:06'),
(36, 39, 22, 50, 'stripe', 'paid', 'pi_3T7SosHTAHWwyrB61CfHisiH', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:13:41', '2026-03-04 22:13:41'),
(37, 40, 22, 100, 'stripe', 'paid', 'pi_3T7SqjHTAHWwyrB61eUUOK1y', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:15:37', '2026-03-04 22:15:37'),
(38, 41, 22, 200, 'stripe', 'paid', 'pi_3T7SrlHTAHWwyrB61UaVZ2XA', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:16:38', '2026-03-04 22:16:38'),
(39, 42, 22, 500, 'stripe', 'paid', 'pi_3T7St6HTAHWwyrB612epOpcm', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-04 22:18:03', '2026-03-04 22:18:03'),
(40, 43, 27, 500, 'stripe', 'paid', 'pi_3T7TzJHTAHWwyrB60yQvZwli', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 27, 27, NULL, NULL, '2026-03-04 23:28:42', '2026-03-04 23:28:42'),
(41, 44, 27, 5, 'stripe', 'paid', 'pi_3T7UFgHTAHWwyrB60JOwgx5Z', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 27, 27, NULL, NULL, '2026-03-04 23:45:40', '2026-03-04 23:45:40'),
(42, 45, 22, 200, 'stripe', 'paid', 'pi_3T7XYKHTAHWwyrB60oQyyY72', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-05 03:17:04', '2026-03-05 03:17:04'),
(43, 46, 22, 5, 'stripe', 'paid', 'pi_3T7XwDHTAHWwyrB61lfAUk8J', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-05 03:41:37', '2026-03-05 03:41:37'),
(44, 47, 22, 500, 'stripe', 'paid', 'pi_3T7XyhHTAHWwyrB60tHKPOa4', '[{\"id\":1,\"title\":\"GST\",\"type\":\"Percentage\",\"value\":18,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:27.000000Z\",\"updated_at\":\"2024-10-09T12:30:27.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":2,\"title\":\"CGST\",\"type\":\"Percentage\",\"value\":9,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:30:53.000000Z\",\"updated_at\":\"2024-10-09T12:32:17.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]},{\"id\":3,\"title\":\"VAT\",\"type\":\"Percentage\",\"value\":20,\"status\":1,\"created_by\":2,\"updated_by\":2,\"deleted_by\":null,\"created_at\":\"2024-10-09T12:34:57.000000Z\",\"updated_at\":\"2024-10-09T12:34:57.000000Z\",\"deleted_at\":null,\"feature_image\":\"https:\\/\\/dummyimage.com\\/600x300\\/cfcfcf\\/000000.png\",\"media\":[]}]', NULL, 22, 22, NULL, NULL, '2026-03-05 03:44:24', '2026-03-05 03:44:24');

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

--
-- Table structure for table `subtitles`
--

CREATE TABLE `subtitles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT 'movie',
  `language` varchar(191) NOT NULL,
  `language_code` varchar(191) NOT NULL,
  `subtitle_file` varchar(191) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `taxes`
--

CREATE TABLE `taxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `type` varchar(100) DEFAULT 'percent' COMMENT 'fixed , percent',
  `value` double DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taxes`
--

INSERT INTO `taxes` (`id`, `title`, `type`, `value`, `status`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'GST', 'Percentage', 18, 1, 2, 2, NULL, '2024-10-09 07:00:27', '2024-10-09 07:00:27', NULL),
(2, 'CGST', 'Percentage', 9, 1, 2, 2, NULL, '2024-10-09 07:00:53', '2024-10-09 07:02:17', NULL),
(3, 'VAT', 'Percentage', 20, 1, 2, 2, NULL, '2024-10-09 07:04:57', '2024-10-09 07:04:57', NULL);

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

--
-- Table structure for table `tv_login_sessions`
--

CREATE TABLE `tv_login_sessions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `session_id` char(36) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `confirmed_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `username` varchar(191) DEFAULT NULL,
  `first_name` varchar(191) DEFAULT NULL,
  `last_name` varchar(191) DEFAULT NULL,
  `email` varchar(191) NOT NULL,
  `mobile` varchar(191) DEFAULT NULL,
  `login_type` varchar(191) DEFAULT NULL,
  `file_url` text DEFAULT NULL,
  `gender` varchar(191) DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) NOT NULL,
  `is_banned` tinyint(4) NOT NULL DEFAULT 0,
  `is_subscribe` tinyint(4) NOT NULL DEFAULT 0,
  `country_code` varchar(5) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `last_notification_seen` timestamp NULL DEFAULT NULL,
  `address` longtext DEFAULT NULL,
  `user_type` varchar(191) DEFAULT NULL,
  `producer_status` varchar(191) DEFAULT NULL COMMENT 'pending, approved, rejected',
  `pin` smallint(6) DEFAULT NULL,
  `otp` smallint(6) DEFAULT NULL,
  `is_parental_lock_enable` tinyint(1) NOT NULL DEFAULT 0,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `bank_name` varchar(191) DEFAULT NULL,
  `account_number` varchar(191) DEFAULT NULL,
  `account_holder_name` varchar(191) DEFAULT NULL,
  `ifsc_code` varchar(191) DEFAULT NULL,
  `paypal_email` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `username`, `first_name`, `last_name`, `email`, `mobile`, `login_type`, `file_url`, `gender`, `date_of_birth`, `email_verified_at`, `password`, `is_banned`, `is_subscribe`, `country_code`, `status`, `last_notification_seen`, `address`, `user_type`, `producer_status`, `pin`, `otp`, `is_parental_lock_enable`, `remember_token`, `created_at`, `updated_at`, `deleted_at`, `bank_name`, `account_number`, `account_holder_name`, `ifsc_code`, `paypal_email`) VALUES
(1, NULL, 'Master', 'Admin', 'mastermcx@miracuves.com', '+911234554320', NULL, 'https://mxflix.mimeld.com/storage/image/360_F_297955883_vSxuZMzMZrIj7j9aFczXeQMYr4bKmCzY_699698bcee2cb.jpg', 'male', '2001-05-04', '2026-02-08 23:24:27', '$2y$10$uxRt8KKShXSsyqW4UsWr1.j6VZIzsqUpm5xchbNOTzTaR4G0vKKkO', 0, 0, '+91', 1, '2026-02-20 07:23:07', NULL, 'admin', NULL, NULL, NULL, 0, NULL, '2026-02-08 23:24:27', '2026-03-03 06:09:36', NULL, NULL, NULL, NULL, NULL, NULL),
(2, NULL, 'Admin', 'Demo', 'admin@demo.com', '+12124567899', NULL, 'demo_admin.png', 'male', '1990-07-26', '2026-02-08 23:24:27', '$2y$10$bJjlOAUNw4Dh64PM.GMCH.xEB/Z06SilXxvSE1nJoXx4fkzwataLu', 0, 0, '1', 1, NULL, NULL, 'demo_admin', NULL, NULL, NULL, 0, NULL, '2026-02-08 23:24:27', '2026-02-08 23:24:31', NULL, NULL, NULL, NULL, NULL, NULL),
(11, NULL, 'Dorothy', 'Erickson', 'dorothy@gmail.com', '+12124577890', 'otp', 'dorothy.png', 'female', '1989-10-10', '2026-02-08 23:24:28', '$2y$10$wmuNwHwh5uTSWul8ImTwkeFbJSyNvyoPX2bZWKTQQ6JoRgNhBjjp2', 0, 0, '55', 1, NULL, '50 Paulista Avenue São Paulo, SP 01310-100 Brazil', 'user', NULL, NULL, NULL, 0, NULL, '2026-02-08 23:24:28', '2026-02-08 23:24:32', NULL, NULL, NULL, NULL, NULL, NULL),
(12, NULL, 'Lisa', 'Lucas', 'lisa@gmail.com', '+12124567790', 'otp', 'lisa.png', 'female', '1993-08-03', '2026-02-08 23:24:28', '$2y$10$Dbm/.m87r4QKIjpKPiGEEOmyuy9aCFak9lMSG44w9jTl9g9wxB1.S', 0, 0, '971', 1, NULL, '6 Sheikh Zayed Road Dubai, 00000 United Arab Emirates', 'user', NULL, NULL, NULL, 0, NULL, '2026-02-08 23:24:28', '2026-02-08 23:24:32', NULL, NULL, NULL, NULL, NULL, NULL),
(13, NULL, 'Tracy', 'Jones', 'tracy@gmail.com', '+913465656789', 'otp', 'tracy.png', 'female', '1990-11-19', '2026-02-08 23:24:28', '$2y$10$ZijgKUW43qL9fGsXH0W3kOsaLREIHiQ7BTIbmPHFe3k30GSDMZP1y', 0, 0, '65', 1, NULL, '71 Orchard Road Singapore, 238838 Singapore', 'user', NULL, NULL, NULL, 0, NULL, '2026-02-08 23:24:28', '2026-02-08 23:24:32', NULL, NULL, NULL, NULL, NULL, NULL),
(15, NULL, 'Producer', 'User', 'produceryyy@demo.com', '+919876543210', NULL, NULL, NULL, NULL, NULL, '$2y$10$vOXj8E9QYrjh2upK81Ibj.8jpl3M4dYaOakAoO3a8ng0ybKehCFnq', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, NULL, '2026-02-12 18:06:13', '2026-02-12 18:06:13', NULL, NULL, NULL, NULL, NULL, NULL),
(16, NULL, 'Producer 1', 'Demo', 'producer1@demo.com', '98948748484', NULL, NULL, NULL, NULL, NULL, '$2y$10$v5ni1TNR1HyMGC7gO1ANr.hV9LLYWE2guRzGl8bTQcx8oMQQrS7Cm', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, 'df8uXqYQmdBgw5bpUa2bDzdkNrc5CtiuPx7eSS1yV990zOghdA7re6W4ktE1', '2026-02-16 03:14:52', '2026-02-16 03:14:52', NULL, NULL, NULL, NULL, NULL, NULL),
(17, NULL, 'Producer', 'User', 'producer@mxflix.com', '+919876543210', NULL, NULL, NULL, NULL, NULL, '$2y$10$ovACK5V7yCSJ9imQ9eJL8edxJBsxchvs33QTIasWzB.3/nQcFrMae', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, NULL, '2026-02-16 03:15:49', '2026-02-16 03:25:17', NULL, NULL, NULL, NULL, NULL, NULL),
(18, NULL, 'New Producer', 'Demo', 'producer@demo.com', '384848444949', NULL, 'https://mxflix.mimeld.com/storage/producers/18/Image/test443_6996a33d5fded.png', 'male', NULL, NULL, '$2y$10$9yvbptBTPQbeG6T6kjXIsO95IDGz/xXG09LemV1K.FBZZ7q4cl9h.', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, 'Q9J1gsVP3AwvVLekz1tFDsoYV1klPRe5rEzkRMgWxgvxa9lIIbeIr58GtXYl', '2026-02-16 03:20:52', '2026-03-02 03:51:15', NULL, 'JPMorgan Chase Bank, Ny', '878767676567', 'Producer Demo', '5313121', 'producer@demo.com'),
(19, NULL, 'PRoducer 3', 'Demo', 'producer3@demo.com', '4848484884', NULL, NULL, NULL, NULL, NULL, '$2y$10$8q0ZzQofDwAUi9Hi2ANLs.BF.YH.SjL7TZ//MW36nR/pNTzN3rGHm', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, NULL, '2026-02-17 01:30:28', '2026-02-17 01:41:43', NULL, NULL, NULL, NULL, NULL, NULL),
(20, NULL, 'Producer 22', 'Demo', 'producer22@2demo.com', '3393993333', NULL, NULL, NULL, NULL, NULL, '$2y$10$Xrtp4S6YDFnp28Kbk.9STuI54c.4YQl2AwDF0.vYM4xbYsit1HMIy', 0, 0, NULL, 1, NULL, NULL, 'producer', 'approved', NULL, NULL, 0, NULL, '2026-02-19 03:59:48', '2026-02-19 11:37:07', NULL, NULL, NULL, NULL, NULL, NULL),
(21, NULL, 'user', 'demo', 'user@demo.com', '+911234554321', NULL, NULL, NULL, NULL, NULL, '$2y$10$5Q2MO4VEkZzIxLJXywHxXOtRJdmv8koW85IGtXCfPTkK2xmoAObXa', 0, 1, '91', 1, '2026-03-02 06:35:50', NULL, 'user', NULL, 1111, 3824, 0, NULL, '2026-02-19 05:09:49', '2026-03-04 23:16:28', NULL, NULL, NULL, NULL, NULL, NULL),
(22, NULL, 'user 1', 'demo', 'user1@demo.com', '+919876543210', NULL, 'images_699d6f3e6f618.jpg', 'male', '2002-02-05', NULL, '$2y$10$8k4RNkp4HN.p.Efc66kDbe7nbV4a/Rb.uiPGzJOcyK7C.Wjo35lAa', 0, 1, '+91', 1, '2026-03-05 04:01:16', '123 , mumbai', 'user', NULL, 1234, 9722, 1, NULL, '2026-02-24 09:29:44', '2026-03-05 04:01:16', NULL, NULL, NULL, NULL, NULL, NULL),
(23, '9876543212', 'User', 'Demo', 'user2@demo.com', '+919876543212', NULL, NULL, NULL, NULL, NULL, '$2y$10$kvykzkQewT4DqPZaMmwSw.24G0RvyOBM/IC.8ePbq7qmLcfF0OASC', 0, 1, '91', 1, NULL, NULL, 'user', NULL, 1111, 5154, 1, NULL, '2026-03-02 12:21:06', '2026-03-05 01:07:52', NULL, NULL, NULL, NULL, NULL, NULL),
(24, '987654328', 'User', 'Demo', 'miracuves@yopmail.com', '+91987654328', NULL, NULL, NULL, NULL, NULL, '$2y$10$xuSyA1PVtnWM0Adq7QyUaesBuZpbk4wL0TILYvIpwEX.5a0WVXo0S', 0, 0, '91', 1, NULL, NULL, 'user', NULL, 1111, 1593, 1, NULL, '2026-03-03 06:50:12', '2026-03-04 23:37:32', NULL, NULL, NULL, NULL, NULL, NULL),
(25, '9876543280', 'Usrr', 'Chh', 'shiwa2172000@gmail.com', '+919876543280', NULL, NULL, NULL, NULL, NULL, '$2y$10$sX5uZUWitFYrCz4BB3Gy3eSexj37IUnTM1X5l6kX0NE.WeMUMGNvu', 0, 0, '91', 1, NULL, NULL, 'user', NULL, NULL, NULL, 0, NULL, '2026-03-03 06:53:56', '2026-03-03 06:54:45', NULL, NULL, NULL, NULL, NULL, NULL),
(26, 'admin_demo', 'Admin', 'Demo', 'admin1@demo.com', '+919876543000', NULL, 'super_admin.png', 'male', '2000-03-09', NULL, '$2y$10$bJjlOAUNw4Dh64PM.GMCH.xEB/Z06SilXxvSE1nJoXx4fkzwataLu', 0, 0, '+91', 1, NULL, NULL, 'demo_admin', NULL, NULL, NULL, 0, NULL, '2026-03-03 06:12:08', '2026-03-03 06:12:08', NULL, NULL, NULL, NULL, NULL, NULL),
(27, NULL, 'user', 'user', 'miracuves1@yopmail.com', '+919578456321', NULL, NULL, NULL, NULL, NULL, '$2y$10$AZm0lG3Jo5s7QecCLRJoWupxAATRGP.LH2diNHr16/KFHWejH6G2e', 0, 1, '91', 1, NULL, NULL, 'user', NULL, 1111, 8329, 1, NULL, '2026-03-04 22:15:13', '2026-03-04 23:43:20', NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `user_coupon_redeem`
--

CREATE TABLE `user_coupon_redeem` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `coupon_code` varchar(191) NOT NULL,
  `discount` double NOT NULL,
  `user_id` int(11) NOT NULL,
  `coupon_id` int(11) NOT NULL,
  `booking_id` int(11) NOT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `user_multi_profiles`
--

CREATE TABLE `user_multi_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `avatar` varchar(191) DEFAULT NULL,
  `is_child_profile` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_multi_profiles`
--

INSERT INTO `user_multi_profiles` (`id`, `user_id`, `name`, `avatar`, `is_child_profile`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 1, 'Super Admin', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-08 23:24:31', '2026-02-08 23:24:31'),
(2, 1, 'kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-08 23:24:31', '2026-02-08 23:24:31'),
(3, 2, 'Ivan Norris', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-08 23:24:31', '2026-02-08 23:24:31'),
(4, 2, 'kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-08 23:24:31', '2026-02-08 23:24:31'),
(21, 11, 'Dorothy Erickson', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(22, 11, 'kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(23, 12, 'Lisa Lucas', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(24, 12, 'kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(25, 13, 'Tracy Jones', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(26, 13, 'kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(29, 18, 'New Producer', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-16 03:20:52', '2026-02-16 03:20:52'),
(30, 18, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-16 03:20:52', '2026-02-16 03:20:52'),
(31, 19, 'PRoducer 3', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-17 01:30:28', '2026-02-17 01:30:28'),
(32, 19, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-17 01:30:28', '2026-02-17 01:30:28'),
(33, 20, 'Producer 22', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-19 03:59:48', '2026-02-19 03:59:48'),
(34, 20, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-19 03:59:48', '2026-02-19 03:59:48'),
(35, 21, 'user', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-02-19 05:09:49', '2026-02-19 05:09:49'),
(36, 21, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-02-19 05:09:49', '2026-02-19 05:09:49'),
(37, 22, 'user 1', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, 1, 22, 22, '2026-03-04 22:15:12', '2026-02-24 09:29:44', '2026-03-04 22:15:12'),
(38, 22, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, 1, 1, NULL, NULL, '2026-02-24 09:29:44', '2026-02-24 09:29:44'),
(39, 23, 'User', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-03-02 12:21:06', '2026-03-02 12:21:06'),
(40, 23, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-03-02 12:21:06', '2026-03-02 12:21:06'),
(41, 24, 'User', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-03-03 06:50:12', '2026-03-03 06:50:12'),
(42, 24, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-03-03 06:50:12', '2026-03-03 06:50:12'),
(43, 25, 'Usrr', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-03-03 06:53:56', '2026-03-03 06:53:56'),
(44, 25, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-03-03 06:53:56', '2026-03-03 06:53:56'),
(45, 26, 'Admin', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, 1, 1, NULL, NULL, '2026-03-03 06:12:08', '2026-03-03 06:12:08'),
(46, 26, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, 1, 1, NULL, NULL, '2026-03-03 06:12:08', '2026-03-03 06:12:08'),
(47, 22, 'User2', 'https://mxflix.mimeld.com/storage/avatars/default_profile_5.svg', 0, 22, 22, NULL, NULL, '2026-03-04 22:14:23', '2026-03-04 22:14:23'),
(48, 27, 'user', 'https://mxflix.mimeld.com/storage/avatars/image/icon2.png', 0, NULL, NULL, NULL, NULL, '2026-03-04 22:15:13', '2026-03-04 22:15:13'),
(49, 27, 'Kids', 'https://mxflix.mimeld.com/storage/avatars/image/icon4.png', 1, NULL, NULL, NULL, NULL, '2026-03-04 22:15:13', '2026-03-04 22:15:13'),
(50, 22, 'User 1', 'https://mxflix.mimeld.com/storage/avatars/default_profile_2.svg', 0, 22, 22, 22, '2026-03-05 03:17:48', '2026-03-05 01:20:45', '2026-03-05 03:17:48');

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

--
-- Table structure for table `user_profiles`
--

CREATE TABLE `user_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `about_self` varchar(191) DEFAULT NULL,
  `expert` varchar(191) DEFAULT NULL,
  `facebook_link` varchar(191) DEFAULT NULL,
  `instagram_link` varchar(191) DEFAULT NULL,
  `twitter_link` varchar(191) DEFAULT NULL,
  `dribbble_link` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_profiles`
--

INSERT INTO `user_profiles` (`id`, `about_self`, `expert`, `facebook_link`, `instagram_link`, `twitter_link`, `dribbble_link`, `user_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'I am a passionate developer.', 'Web Development', 'https://facebook.com/user1', 'https://instagram.com/user1', 'https://twitter.com/user1', 'https://dribbble.com/user1', 1, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(2, 'Love creating content and engaging with my audience.', 'Content Creation', 'https://facebook.com/user2', 'https://instagram.com/user2', 'https://twitter.com/user2', 'https://dribbble.com/user2', 2, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL),
(3, 'Tech enthusiast and blogger.', 'Tech Blogging', 'https://facebook.com/user3', 'https://instagram.com/user3', 'https://twitter.com/user3', 'https://dribbble.com/user3', 3, '2026-02-08 23:24:32', '2026-02-08 23:24:32', NULL);

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

--
-- Table structure for table `user_providers`
--

CREATE TABLE `user_providers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `provider` varchar(191) NOT NULL,
  `provider_id` varchar(191) NOT NULL,
  `avatar` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `user_reminder`
--

CREATE TABLE `user_reminder` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `profile_id` int(11) DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `is_remind` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_reminder`
--

INSERT INTO `user_reminder` (`id`, `entertainment_id`, `user_id`, `profile_id`, `release_date`, `is_remind`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(22, 122, 22, 37, '2026-03-04', 1, 22, 22, NULL, '2026-03-03 06:20:28', '2026-03-03 06:20:28', NULL),
(24, 148, 22, 47, '2026-03-06', 1, 22, 22, NULL, '2026-03-05 03:20:56', '2026-03-05 03:20:56', NULL);

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

--
-- Table structure for table `user_search_histories`
--

CREATE TABLE `user_search_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `profile_id` bigint(20) UNSIGNED DEFAULT NULL,
  `search_query` varchar(191) DEFAULT NULL,
  `search_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_search_histories`
--

INSERT INTO `user_search_histories` (`id`, `user_id`, `profile_id`, `search_query`, `search_id`, `type`, `created_at`, `updated_at`) VALUES
(1, 3, 3, 'Shadow Pursuit', 4, 'tvshow', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(2, 3, 3, 'Wolfbound', 8, 'tvshow', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(3, 3, 3, 'Road to Reconnection', 14, 'tvshow', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(4, 4, 4, 'The Daring Player', 27, 'movie', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(5, 3, 3, 'Legacy of Antiquity: Origins of Civilization', 36, 'movie', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(6, 3, 3, 'Guardians of the Abyss: The Beast Awakens', 46, 'tvshow', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(7, 4, 4, 'Blade of Chaos', 52, 'movie', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(8, 3, 3, 'Echoes of Valor', 6, 'video', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(9, 3, 3, 'Warrior\'s Dilemma', 11, 'video', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(10, 3, 3, 'School Hacks & Fun DIY Crafts', 15, 'video', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(11, 4, 4, 'Motel of Nightmares', 21, 'video', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(12, 4, 4, 'Mango Mousse Delight', 24, 'video', '2026-02-08 23:24:32', '2026-02-08 23:24:32'),
(13, 1, NULL, 'The Haunting Veil', 101, 'movie', '2026-02-09 06:40:39', '2026-02-09 06:40:39'),
(14, 1, 1, 'The Haunting Veil', 101, 'movie', '2026-02-09 22:49:40', '2026-02-09 22:49:40'),
(15, 1, 1, 'Lens Lunacy: The Great Camera Caper', NULL, NULL, '2026-02-09 23:09:39', '2026-02-09 23:09:39'),
(16, 1, 1, 'The Cutthroat Mission', 13, 'tvshow', '2026-02-09 23:10:09', '2026-02-09 23:10:09'),
(17, 1, 1, 'Snip & Spy: The Cutthroat Mission', 13, 'tvshow', '2026-02-09 23:10:14', '2026-02-09 23:10:14'),
(18, 1, 1, 'Mending Tides', NULL, NULL, '2026-02-09 23:58:02', '2026-02-09 23:58:02'),
(19, 1, 1, 'Game of Thrones', 14, 'tvshow', '2026-02-09 23:58:21', '2026-02-09 23:58:21'),
(20, 1, 1, 'The Smiling Doll', 1, 'tvshow', '2026-02-13 04:51:25', '2026-02-13 04:51:25'),
(21, 1, 1, 'No', 100, 'movie', '2026-02-16 01:31:25', '2026-02-16 01:31:25'),
(22, 1, 1, 'Nowhere to Hide', 100, 'movie', '2026-02-16 01:31:26', '2026-02-16 01:31:26'),
(23, 3, 5, 'Nowhere to Hide', 100, 'movie', '2026-02-16 01:33:35', '2026-02-16 01:33:35'),
(24, 18, NULL, 'Animal 2', 104, 'movie', '2026-02-16 03:42:45', '2026-02-16 03:42:45'),
(25, 1, 1, 'BBC2', NULL, NULL, '2026-02-17 22:42:40', '2026-02-17 22:42:40'),
(26, 1, 1, 'BBG 2', 105, 'movie', '2026-02-17 22:42:46', '2026-02-17 22:42:46'),
(27, 1, NULL, 'New', 26, 'movie', '2026-02-18 02:54:21', '2026-02-18 02:54:21'),
(28, 1, NULL, 'NEw WW', 112, 'movie', '2026-02-18 02:54:30', '2026-02-18 02:54:30'),
(29, 1, NULL, 'Superman', 113, 'movie', '2026-02-19 06:02:31', '2026-02-19 06:02:31'),
(30, 21, 35, 'Superman', 113, 'movie', '2026-02-19 08:32:14', '2026-02-19 08:32:14'),
(31, 18, NULL, 'superman', 113, 'movie', '2026-02-20 05:57:31', '2026-02-20 05:57:31'),
(32, 18, NULL, 'The Haunting Veil', 101, 'movie', '2026-02-20 06:50:44', '2026-02-20 06:50:44'),
(33, 21, NULL, 'happy', 115, 'movie', '2026-02-20 07:29:52', '2026-02-20 07:29:52'),
(34, 21, 35, 'The Haunting Veil', 101, 'movie', '2026-02-20 08:53:35', '2026-02-20 08:53:35'),
(35, 21, 35, 'su', 124, 'movie', '2026-02-24 06:23:11', '2026-02-24 06:23:11'),
(36, 21, 35, 's', 122, 'movie', '2026-02-24 06:23:41', '2026-02-24 06:23:41'),
(37, 21, 35, 'rajashab', NULL, NULL, '2026-02-24 06:24:37', '2026-02-24 06:24:37'),
(38, 21, 35, 'raja', NULL, NULL, '2026-02-24 06:24:44', '2026-02-24 06:24:44'),
(39, 21, 35, 'rajashahab', NULL, NULL, '2026-02-24 06:26:20', '2026-02-24 06:26:20'),
(40, 21, 35, 'rajasahab', NULL, NULL, '2026-02-24 06:26:25', '2026-02-24 06:26:25'),
(41, 1, NULL, 'RajaSahaab', 173, 'movie', '2026-02-24 06:42:22', '2026-02-24 06:42:22'),
(42, 21, 35, 'RajaSahaab', 173, 'movie', '2026-02-24 06:43:14', '2026-02-24 06:43:14'),
(43, 21, 35, 'baby', 41, 'video', '2026-02-24 07:09:35', '2026-02-24 07:09:35'),
(44, 22, 37, 'RajaSahaab', 173, 'movie', '2026-02-25 04:30:05', '2026-02-25 04:30:05'),
(45, 21, 35, 'shaktimAN', NULL, NULL, '2026-02-25 09:00:29', '2026-02-25 09:00:29'),
(46, 21, 35, 'MERCY HOPPER', NULL, NULL, '2026-02-25 09:13:12', '2026-02-25 09:13:12'),
(47, 21, 35, 'MERCY', 121, 'movie', '2026-02-25 09:13:43', '2026-02-25 09:13:43'),
(48, 21, 35, 'HOPPER', 122, 'movie', '2026-02-25 09:14:14', '2026-02-25 09:14:14'),
(49, 22, 37, 'The Kerala Story 2 Goes Beyond', 126, 'movie', '2026-03-02 06:02:37', '2026-03-02 06:02:37');

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

--
-- Table structure for table `user_watch_histories`
--

CREATE TABLE `user_watch_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `profile_id` int(11) DEFAULT NULL,
  `entertainment_type` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_watch_histories`
--

INSERT INTO `user_watch_histories` (`id`, `entertainment_id`, `user_id`, `profile_id`, `entertainment_type`, `created_by`, `updated_by`, `deleted_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 101, 3, 3, 'movie', 3, 3, NULL, NULL, NULL, NULL),
(2, 15, 3, 3, 'tvshow', 3, 3, NULL, NULL, NULL, NULL),
(3, 35, 3, 3, 'movie', 3, 3, NULL, NULL, NULL, NULL),
(4, 12, 4, 4, 'tvshow', 4, 4, NULL, NULL, NULL, NULL),
(5, 15, 4, 4, 'video', 4, 4, NULL, NULL, NULL, NULL),
(6, 10, 4, 4, 'video', 4, 4, NULL, NULL, NULL, NULL),
(7, 5, 3, 3, 'video', 3, 3, NULL, NULL, NULL, NULL),
(8, 65, 3, 3, 'movie', 3, 3, NULL, NULL, NULL, NULL),
(9, 2, 4, 4, 'tvshow', 4, 4, NULL, NULL, NULL, NULL),
(10, 8, 3, 3, 'video', 3, 3, NULL, NULL, NULL, NULL),
(11, 18, 4, 4, 'video', 4, 4, NULL, NULL, NULL, NULL),
(12, 18, 3, 3, 'tvshow', 3, 3, NULL, NULL, NULL, NULL),
(13, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-09 22:49:53', '2026-02-09 22:49:53'),
(14, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-09 22:50:26', '2026-02-09 22:50:26'),
(15, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-09 23:08:45', '2026-02-09 23:08:45'),
(16, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:10:39', '2026-02-09 23:10:39'),
(17, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:21:06', '2026-02-09 23:21:06'),
(18, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:25:36', '2026-02-09 23:25:36'),
(19, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:33:34', '2026-02-09 23:33:34'),
(20, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:34:53', '2026-02-09 23:34:53'),
(21, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:36:08', '2026-02-09 23:36:08'),
(22, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:47:32', '2026-02-09 23:47:32'),
(23, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:49:26', '2026-02-09 23:49:26'),
(24, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:50:48', '2026-02-09 23:50:48'),
(25, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:51:57', '2026-02-09 23:51:57'),
(26, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:52:08', '2026-02-09 23:52:08'),
(27, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:53:11', '2026-02-09 23:53:11'),
(28, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-09 23:53:43', '2026-02-09 23:53:43'),
(29, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:00:35', '2026-02-10 00:00:35'),
(30, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:01:12', '2026-02-10 00:01:12'),
(31, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:02:00', '2026-02-10 00:02:00'),
(32, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:03:37', '2026-02-10 00:03:37'),
(33, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:04:48', '2026-02-10 00:04:48'),
(34, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:07:13', '2026-02-10 00:07:13'),
(35, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:12:24', '2026-02-10 00:12:24'),
(36, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:13:48', '2026-02-10 00:13:48'),
(37, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:13:50', '2026-02-10 00:13:50'),
(38, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:19:55', '2026-02-10 00:19:55'),
(39, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:26:46', '2026-02-10 00:26:46'),
(40, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:30:53', '2026-02-10 00:30:53'),
(41, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:32:08', '2026-02-10 00:32:08'),
(42, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:32:46', '2026-02-10 00:32:46'),
(43, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:33:23', '2026-02-10 00:33:23'),
(44, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:34:41', '2026-02-10 00:34:41'),
(45, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:36:06', '2026-02-10 00:36:06'),
(46, 14, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:37:07', '2026-02-10 00:37:07'),
(47, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-10 00:37:35', '2026-02-10 00:37:35'),
(48, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:41:12', '2026-02-10 00:41:12'),
(49, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-10 00:44:56', '2026-02-10 00:44:56'),
(50, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-10 00:45:54', '2026-02-10 00:45:54'),
(51, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:47:12', '2026-02-10 00:47:12'),
(52, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 00:48:04', '2026-02-10 00:48:04'),
(53, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-10 00:48:21', '2026-02-10 00:48:21'),
(54, 101, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-10 00:50:34', '2026-02-10 00:50:34'),
(55, 13, 1, 1, 'episode', NULL, NULL, NULL, NULL, '2026-02-10 23:26:52', '2026-02-10 23:26:52'),
(56, 102, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-11 00:43:20', '2026-02-11 00:43:20'),
(57, 7, 1, 1, 'tvshow', NULL, NULL, NULL, NULL, '2026-02-12 22:50:23', '2026-02-12 22:50:23'),
(58, 24, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-13 03:16:01', '2026-02-13 03:16:01'),
(59, 24, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-13 03:20:26', '2026-02-13 03:20:26'),
(60, 24, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-13 03:25:02', '2026-02-13 03:25:02'),
(61, 24, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-13 03:40:54', '2026-02-13 03:40:54'),
(62, 99, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-16 01:18:24', '2026-02-16 01:18:24'),
(63, 99, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-16 01:21:11', '2026-02-16 01:21:11'),
(64, 99, 1, 1, 'movie', NULL, NULL, NULL, NULL, '2026-02-16 01:30:41', '2026-02-16 01:30:41'),
(65, 100, 3, 5, 'movie', NULL, NULL, NULL, NULL, '2026-02-16 01:40:17', '2026-02-16 01:40:17'),
(66, 100, 3, 5, 'movie', NULL, NULL, NULL, NULL, '2026-02-16 01:40:17', '2026-02-16 01:40:17'),
(67, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-19 08:33:27', '2026-02-19 08:33:27'),
(68, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-19 08:33:28', '2026-02-19 08:33:28'),
(69, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(70, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(71, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(72, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(73, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(74, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:26', '2026-02-20 05:13:26'),
(75, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:28', '2026-02-20 05:13:28'),
(76, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:13:30', '2026-02-20 05:13:30'),
(77, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:47:12', '2026-02-20 05:47:12'),
(78, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:47:14', '2026-02-20 05:47:14'),
(79, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:47:19', '2026-02-20 05:47:19'),
(80, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:50:21', '2026-02-20 05:50:21'),
(81, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:50:21', '2026-02-20 05:50:21'),
(82, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:50:22', '2026-02-20 05:50:22'),
(83, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 05:54:58', '2026-02-20 05:54:58'),
(84, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:06:24', '2026-02-20 06:06:24'),
(85, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:06:25', '2026-02-20 06:06:25'),
(86, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:07:09', '2026-02-20 06:07:09'),
(87, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:07:11', '2026-02-20 06:07:11'),
(88, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:07:14', '2026-02-20 06:07:14'),
(89, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:07:48', '2026-02-20 06:07:48'),
(90, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:07:50', '2026-02-20 06:07:50'),
(91, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:08:51', '2026-02-20 06:08:51'),
(92, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:08:53', '2026-02-20 06:08:53'),
(93, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:09:55', '2026-02-20 06:09:55'),
(94, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:09:56', '2026-02-20 06:09:56'),
(95, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:47:22', '2026-02-20 06:47:22'),
(96, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 06:47:23', '2026-02-20 06:47:23'),
(97, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:52:34', '2026-02-20 08:52:34'),
(98, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:52:36', '2026-02-20 08:52:36'),
(99, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:53:40', '2026-02-20 08:53:40'),
(100, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:53:40', '2026-02-20 08:53:40'),
(101, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:53:41', '2026-02-20 08:53:41'),
(102, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:55:05', '2026-02-20 08:55:05'),
(103, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 08:55:07', '2026-02-20 08:55:07'),
(104, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 10:41:52', '2026-02-20 10:41:52'),
(105, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 10:41:54', '2026-02-20 10:41:54'),
(106, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 07:03:38', '2026-02-20 07:03:38'),
(107, 113, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 07:03:39', '2026-02-20 07:03:39'),
(108, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 07:05:30', '2026-02-20 07:05:30'),
(109, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 07:05:30', '2026-02-20 07:05:30'),
(110, 101, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-20 07:05:30', '2026-02-20 07:05:30'),
(111, 133, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-24 06:31:08', '2026-02-24 06:31:08'),
(112, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:12', '2026-02-25 04:30:12'),
(113, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:12', '2026-02-25 04:30:12'),
(114, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:12', '2026-02-25 04:30:12'),
(115, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:26', '2026-02-25 04:30:26'),
(116, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:26', '2026-02-25 04:30:26'),
(117, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:26', '2026-02-25 04:30:26'),
(118, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 04:30:26', '2026-02-25 04:30:26'),
(119, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 05:07:55', '2026-02-25 05:07:55'),
(120, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 06:44:42', '2026-02-25 06:44:42'),
(121, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 06:44:42', '2026-02-25 06:44:42'),
(122, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 06:44:42', '2026-02-25 06:44:42'),
(123, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 06:44:42', '2026-02-25 06:44:42'),
(124, 130, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 08:56:45', '2026-02-25 08:56:45'),
(125, 130, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 08:56:45', '2026-02-25 08:56:45'),
(126, 130, 21, 35, 'movie', NULL, NULL, NULL, NULL, '2026-02-25 08:57:13', '2026-02-25 08:57:13'),
(127, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:19:55', '2026-02-27 12:19:55'),
(128, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:19:55', '2026-02-27 12:19:55'),
(129, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:19:55', '2026-02-27 12:19:55'),
(130, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:20:06', '2026-02-27 12:20:06'),
(131, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:20:06', '2026-02-27 12:20:06'),
(132, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:20:07', '2026-02-27 12:20:07'),
(133, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:21:08', '2026-02-27 12:21:08'),
(134, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:21:08', '2026-02-27 12:21:08'),
(135, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-02-27 12:21:08', '2026-02-27 12:21:08'),
(136, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 04:00:00', '2026-03-02 04:00:00'),
(137, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 04:00:00', '2026-03-02 04:00:00'),
(138, 173, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 04:00:00', '2026-03-02 04:00:00'),
(139, 4, 22, 37, 'livetv', NULL, NULL, NULL, NULL, '2026-03-02 05:54:38', '2026-03-02 05:54:38'),
(140, 4, 22, 37, 'livetv', NULL, NULL, NULL, NULL, '2026-03-02 05:54:39', '2026-03-02 05:54:39'),
(141, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 11:49:51', '2026-03-02 11:49:51'),
(142, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 11:55:31', '2026-03-02 11:55:31'),
(143, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 11:55:50', '2026-03-02 11:55:50'),
(144, 130, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 11:56:54', '2026-03-02 11:56:54'),
(145, 126, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 12:42:07', '2026-03-02 12:42:07'),
(146, 126, 23, 39, 'movie', NULL, NULL, NULL, NULL, '2026-03-02 13:04:47', '2026-03-02 13:04:47'),
(147, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-03 04:04:51', '2026-03-03 04:04:51'),
(148, 124, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-03 04:10:56', '2026-03-03 04:10:56'),
(149, 126, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-03 04:13:14', '2026-03-03 04:13:14'),
(150, 152, 21, 35, 'tvshow', NULL, NULL, NULL, NULL, '2026-03-03 04:17:21', '2026-03-03 04:17:21'),
(151, 126, 22, 37, 'movie', NULL, NULL, NULL, NULL, '2026-03-03 04:19:51', '2026-03-03 04:19:51');

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

--
-- Table structure for table `vast_ads_setting`
--

CREATE TABLE `vast_ads_setting` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `target_type` varchar(191) DEFAULT NULL,
  `target_selection` longtext DEFAULT NULL,
  `enable_skip` tinyint(1) NOT NULL DEFAULT 0,
  `skip_after` varchar(191) DEFAULT NULL,
  `frequency` int(11) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `is_enable` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `vast_ads_setting`
--

INSERT INTO `vast_ads_setting` (`id`, `name`, `type`, `url`, `duration`, `target_type`, `target_selection`, `enable_skip`, `skip_after`, `frequency`, `start_date`, `end_date`, `is_enable`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(12, 'Promotion', 'overlay', 'https://miracuves.com/ad.xml', NULL, 'movie', '[121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,173]', 0, NULL, NULL, '2026-02-24', '2026-02-28', 0, 1, '2026-02-24 09:08:47', '2026-02-24 11:50:51', NULL),
(13, 'Himalaya', 'mid-roll', 'http://www.w3schools.com/xml/plant_catalog.xml', NULL, 'movie', '[121,122,123,124]', 0, NULL, NULL, '2026-02-25', '2026-02-28', 0, 1, '2026-02-25 09:11:38', '2026-02-25 09:11:38', NULL);

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

--
-- Table structure for table `videos`
--

CREATE TABLE `videos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `poster_url` text DEFAULT NULL,
  `trailer_url_type` varchar(191) DEFAULT NULL,
  `trailer_url` text DEFAULT NULL,
  `thumbnail_url` text DEFAULT NULL,
  `access` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `plan_id` bigint(20) UNSIGNED DEFAULT NULL,
  `IMDb_rating` int(11) DEFAULT NULL,
  `content_rating` longtext DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `is_restricted` tinyint(1) NOT NULL DEFAULT 0,
  `short_desc` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `enable_quality` tinyint(1) NOT NULL DEFAULT 0,
  `video_upload_type` varchar(191) DEFAULT NULL,
  `video_url_input` text DEFAULT NULL,
  `download_status` tinyint(1) NOT NULL DEFAULT 0,
  `download_type` varchar(191) DEFAULT NULL,
  `download_url` text DEFAULT NULL,
  `enable_download_quality` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `approval_status` enum('pending','approved','rejected') NOT NULL DEFAULT 'approved',
  `revenue_per_view` decimal(10,4) NOT NULL DEFAULT 0.0000,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `poster_tv_url` text DEFAULT NULL,
  `price` decimal(8,2) DEFAULT NULL,
  `purchase_type` varchar(191) DEFAULT NULL,
  `access_duration` int(11) DEFAULT NULL,
  `discount` varchar(191) DEFAULT NULL,
  `available_for` int(11) DEFAULT NULL,
  `enable_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `subtitle_language` varchar(191) DEFAULT NULL,
  `is_default_subtitle` tinyint(1) NOT NULL DEFAULT 0,
  `subtitle_file` varchar(191) DEFAULT NULL,
  `meta_title` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `seo_image` varchar(191) DEFAULT NULL,
  `google_site_verification` varchar(191) DEFAULT NULL,
  `canonical_url` varchar(191) DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `enable_clips` tinyint(1) NOT NULL DEFAULT 0,
  `slug` text DEFAULT NULL,
  `bunny_video_url` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `videos`
--

INSERT INTO `videos` (`id`, `name`, `poster_url`, `trailer_url_type`, `trailer_url`, `thumbnail_url`, `access`, `type`, `plan_id`, `IMDb_rating`, `content_rating`, `duration`, `start_time`, `end_time`, `release_date`, `is_restricted`, `short_desc`, `description`, `enable_quality`, `video_upload_type`, `video_url_input`, `download_status`, `download_type`, `download_url`, `enable_download_quality`, `status`, `approval_status`, `revenue_per_view`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`, `poster_tv_url`, `price`, `purchase_type`, `access_duration`, `discount`, `available_for`, `enable_subtitle`, `subtitle_language`, `is_default_subtitle`, `subtitle_file`, `meta_title`, `meta_keywords`, `meta_description`, `seo_image`, `google_site_verification`, `canonical_url`, `short_description`, `enable_clips`, `slug`, `bunny_video_url`) VALUES
(39, 'Spiderman Extended Preview', 'download_(81)_699bfae99993b.png', NULL, NULL, 'download_(81)_699bfae99993b.png', 'free', 'video', NULL, NULL, NULL, '01:20', NULL, NULL, '2026-02-04', 0, NULL, '<p>Explore the world of Spiderman.</p>', 0, 'YouTube', 'https://youtu.be/OS9lmBStQ9c', 1, 'URL', 'https://youtu.be/OS9lmBStQ9c', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:27:09', '2026-02-23 07:00:09', NULL, 'download_(81)_699bfae99993b.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'spiderman-extended-preview', NULL),
(40, 'Gehra Hua', 'hq720_699bfaf13eb4b.jpg', NULL, NULL, 'hq720_699bfaf13eb4b.jpg', 'free', 'video', NULL, NULL, NULL, '00:05', '12:00:00', NULL, '2026-02-12', 0, NULL, '<p><span style=\"color: #888888; font-family: Roboto, helvetica neue, helvetica, arial, sans-serif;\"><span style=\"font-size: 13px;\">Jio Studios Presents A B62 Studios Production An Aditya Dhar Film DHURANDHAR Written, Directed and Produced by: Aditya Dhar.</span></span></p>', 0, 'YouTube', 'https://youtu.be/MxIEUzBJn8U', 1, 'URL', 'https://youtu.be/MxIEUzBJn8U', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:30:25', '2026-02-23 07:00:13', NULL, 'hq720_699bfaf13eb4b.jpg', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'gehra-hua', NULL),
(41, 'Justin Bieber - Baby', 'download_(73)_699bf43c452ba.png', NULL, NULL, 'download_(73)_699bf43c452ba.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2000-02-10', 0, NULL, '<p>Justin Bieber - Baby</p>', 0, 'YouTube', 'https://youtu.be/kffacxfA7G4?si=cSdYD6smK7hqH9Mr', 1, 'URL', 'https://youtu.be/kffacxfA7G4?si=cSdYD6smK7hqH9Mr', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:34:07', '2026-02-23 06:34:07', NULL, 'download_(73)_699bf43c452ba.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'justin-bieber-baby', NULL),
(42, 'YoungBoy - HeadTap', 'download_(77)_699bf87616036.png', NULL, NULL, 'download_(77)_699bf87616036.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-12', 0, NULL, '<p>YoungBoy - HeadTap</p>', 0, 'YouTube', 'https://youtu.be/RwlT3hESUBA?si=cXwbp7GtIJW_ZtHl', 1, 'URL', 'https://www.youtube.com/watch?v=RwlT3hESUBA&list=RDRwlT3hESUBA&start_radio=1', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:39:30', '2026-02-23 06:49:38', NULL, 'download_(77)_699bf87616036.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'youngboy-headtap', NULL),
(43, 'CENTRAL CEE - ICEMAN FREESTYLE', 'download_(75)_699bf6bea2aa6.png', NULL, NULL, 'download_(75)_699bf6bea2aa6.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-12', 0, NULL, '<p>&nbsp;CENTRAL CEE - ICEMAN FREESTYLE</p>', 0, 'YouTube', 'https://youtu.be/OqYoYuoIiik?si=X4aLojXZg0K3gtEz', 1, 'URL', 'https://youtu.be/OqYoYuoIiik?si=X4aLojXZg0K3gtEz', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:44:03', '2026-02-23 06:44:03', NULL, 'download_(75)_699bf6bea2aa6.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'central-cee-iceman-freestyle', NULL),
(44, 'Jhon Wick - PS5', 'download_(80)_699bfaaa0e3e7.png', NULL, NULL, 'download_(80)_699bfaaa0e3e7.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-05', 0, NULL, '<p>Jhon Wick - PS5</p>', 0, 'YouTube', 'https://youtu.be/OhHvHrDBru8?si=9TM67-yOZBdySpcJ', 1, 'URL', 'https://youtu.be/OhHvHrDBru8?si=Ba7p5pL-S9z6r-MK', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:53:11', '2026-02-23 06:59:01', NULL, 'download_(80)_699bfaaa0e3e7.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'jhon-wick-ps5', NULL),
(45, 'Pablo Escobar', 'download_(79)_699bf9d19fc84.png', NULL, NULL, 'download_(79)_699bf9d19fc84.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-12', 0, NULL, '<p>Pablo Escobar<br />https://youtu.be/9wTsW4gGO8c?si=C68YnHefiPN4fNDp</p>', 0, 'YouTube', 'https://youtu.be/9wTsW4gGO8c?si=C68YnHefiPN4fNDp', 1, 'URL', 'https://youtu.be/9wTsW4gGO8c?si=C68YnHefiPN4fNDp', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 06:57:24', '2026-02-23 06:57:24', NULL, 'download_(79)_699bf9d19fc84.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'pablo-escobar', NULL),
(46, 'Peaky Blinders - Trailer', 'download_(82)_699bfb450e85d.png', NULL, NULL, 'download_(82)_699bfb450e85d.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-11', 0, NULL, '<p>Peaky Blinders - Trailer</p>', 0, 'YouTube', 'https://youtu.be/WTVo5hVzjfM?si=GaF5F43r90C8X4w8', 1, 'URL', 'https://youtu.be/WTVo5hVzjfM?si=GaF5F43r90C8X4w8', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 07:02:09', '2026-02-23 07:02:09', NULL, 'download_(82)_699bfb450e85d.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'peaky-blinders-trailer', NULL),
(47, 'The Weekend - Reminder', 'download_(83)_699bfbefb5cf6.png', NULL, NULL, 'download_(83)_699bfbefb5cf6.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-11', 0, NULL, '<p>The Weekend - Reminder</p>', 0, 'YouTube', 'https://youtu.be/JZjAg6fK-BQ?si=l23rYSQaQGy1R8-6', 1, 'URL', 'https://youtu.be/JZjAg6fK-BQ?si=l23rYSQaQGy1R8-6', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 07:05:14', '2026-02-23 07:05:14', NULL, 'download_(83)_699bfbefb5cf6.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'the-weekend-reminder', NULL),
(48, 'Drake - Party Hard', 'download_(85)_699bfcbd872d5.png', NULL, NULL, 'download_(85)_699bfcbd872d5.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-11', 0, NULL, '<p>Drake - Party Hard</p>', 0, 'YouTube', 'https://youtu.be/xpVfcZ0ZcFM?si=tq1CEqhU6jtxqxik', 1, 'URL', 'https://youtu.be/xpVfcZ0ZcFM?si=tq1CEqhU6jtxqxik', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 07:08:37', '2026-02-23 07:08:37', NULL, 'download_(85)_699bfcbd872d5.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'drake-party-hard', NULL),
(49, 'House of Dragon - S3 Trailer', 'download_(86)_699bfd5ceac40.png', NULL, NULL, 'download_(86)_699bfd5ceac40.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-18', 0, NULL, '<p>House of Dragon - S3 Trailer</p>', 0, 'YouTube', 'https://youtu.be/i6w7O1kwuBk?si=gC97Lzb0lW9eGWPs', 1, 'URL', 'https://youtu.be/i6w7O1kwuBk?si=gC97Lzb0lW9eGWPs', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 07:11:19', '2026-02-23 07:11:19', NULL, 'download_(86)_699bfd5ceac40.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'house-of-dragon-s3-trailer', NULL),
(50, 'Kanye West - New Day', 'download_(87)_699bfe2dd0806.png', NULL, NULL, 'download_(87)_699bfe2dd0806.png', 'free', 'video', NULL, NULL, NULL, '00:05', NULL, NULL, '2026-02-11', 0, NULL, '<p>Kanye West - New Day</p>', 0, 'YouTube', 'https://youtu.be/Bm5iA4Zupek?si=ykrGBCdT9brfy_R-', 1, 'URL', 'https://youtu.be/Bm5iA4Zupek?si=ykrGBCdT9brfy_R-', 0, 1, 'approved', 0.0000, 1, 1, NULL, '2026-02-23 07:14:48', '2026-02-23 07:14:48', NULL, 'download_(87)_699bfe2dd0806.png', NULL, 'rental', NULL, NULL, NULL, 0, NULL, 0, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, 0, 'kanye-west-new-day', NULL);

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

--
-- Table structure for table `video_download_mappings`
--

CREATE TABLE `video_download_mappings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `video_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `video_stream_content_mapping`
--

CREATE TABLE `video_stream_content_mapping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `video_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `quality` varchar(191) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `video_watch_logs`
--

CREATE TABLE `video_watch_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `last_watched_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `minutes` int(11) NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `profile_id` bigint(20) UNSIGNED DEFAULT NULL,
  `entertainment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date` date DEFAULT NULL,
  `episode_id` bigint(20) UNSIGNED DEFAULT NULL,
  `entertainment_type` varchar(191) DEFAULT NULL,
  `seconds_watched` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `watch_date` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `payout_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `video_watch_logs`
--

INSERT INTO `video_watch_logs` (`id`, `last_watched_at`, `minutes`, `user_id`, `profile_id`, `entertainment_id`, `date`, `episode_id`, `entertainment_type`, `seconds_watched`, `watch_date`, `created_at`, `updated_at`, `deleted_at`, `payout_id`) VALUES
(1, '2026-02-18 03:27:55', 1, 1, NULL, 112, '2026-02-18', NULL, NULL, 0, '0000-00-00', '2026-02-18 03:27:55', '2026-02-18 03:27:55', NULL, NULL),
(2, '2026-02-19 06:04:36', 2, 1, NULL, 113, '2026-02-19', NULL, NULL, 0, '0000-00-00', '2026-02-19 06:03:36', '2026-02-19 06:12:18', NULL, 3),
(3, '2026-02-19 06:26:12', 1, 1, NULL, 113, '2026-02-19', NULL, NULL, 0, '0000-00-00', '2026-02-19 06:26:12', '2026-02-19 06:26:12', NULL, NULL),
(4, '2026-02-19 10:53:37', 1, 21, NULL, 35, '2026-02-19', NULL, NULL, 0, '0000-00-00', '2026-02-19 10:53:37', '2026-02-19 10:53:37', NULL, NULL),
(5, '2026-02-19 11:18:57', 1, 21, NULL, 26, '2026-02-19', NULL, NULL, 0, '0000-00-00', '2026-02-19 11:18:57', '2026-02-19 11:18:57', NULL, NULL),
(6, '2026-02-20 06:14:00', 2, 21, NULL, 40, '2026-02-20', NULL, NULL, 0, '0000-00-00', '2026-02-20 06:13:01', '2026-02-20 06:14:00', NULL, NULL),
(7, '2026-02-20 06:30:18', 2, 21, NULL, 39, '2026-02-20', NULL, NULL, 0, '0000-00-00', '2026-02-20 06:29:18', '2026-02-20 06:30:18', NULL, NULL),
(8, '2026-02-20 07:31:23', 1, 21, NULL, 115, '2026-02-20', NULL, NULL, 0, '0000-00-00', '2026-02-20 07:31:23', '2026-02-20 07:31:23', NULL, NULL),
(9, '2026-02-23 07:32:50', 2, 1, NULL, 165, '2026-02-23', NULL, NULL, 0, '0000-00-00', '2026-02-23 07:31:50', '2026-02-23 07:32:50', NULL, NULL),
(10, '2026-02-24 06:43:39', 1, 1, NULL, 173, '2026-02-24', NULL, NULL, 0, '0000-00-00', '2026-02-24 06:43:39', '2026-02-24 06:43:39', NULL, NULL),
(11, '2026-02-24 09:21:54', 1, 21, NULL, 127, '2026-02-24', NULL, NULL, 0, '0000-00-00', '2026-02-24 09:21:54', '2026-02-24 09:21:54', NULL, NULL),
(12, '2026-02-25 08:44:52', 1, 21, NULL, 152, '2026-02-25', NULL, NULL, 0, '0000-00-00', '2026-02-25 08:44:52', '2026-02-25 08:44:52', NULL, NULL),
(13, '2026-03-03 05:53:13', 1, 21, NULL, 152, '2026-03-03', NULL, NULL, 0, '0000-00-00', '2026-03-03 05:53:13', '2026-03-03 05:53:13', NULL, NULL);

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

--
-- Table structure for table `watchlists`
--

CREATE TABLE `watchlists` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `entertainment_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `profile_id` int(11) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `watchlists`
--

INSERT INTO `watchlists` (`id`, `entertainment_id`, `user_id`, `profile_id`, `type`, `created_by`, `updated_by`, `deleted_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 1, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-03-12 01:25:53', '2024-03-12 01:25:53', NULL),
(2, 2, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-04-12 01:26:39', '2024-04-12 01:26:39', NULL),
(3, 33, 14, 14, 'movie', NULL, NULL, NULL, '2024-05-12 01:26:46', '2024-05-12 01:26:46', NULL),
(4, 4, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-07-12 01:27:19', '2024-07-12 01:27:19', NULL),
(5, 5, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-06-12 01:27:44', '2024-06-12 01:27:44', NULL),
(6, 6, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-04-12 01:27:44', '2024-04-12 01:27:44', NULL),
(7, 7, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-07-12 01:27:44', '2024-07-12 01:27:44', NULL),
(8, 58, 3, 3, 'movie', NULL, NULL, NULL, '2024-05-12 01:27:44', '2024-05-12 01:27:44', NULL),
(9, 9, 3, 3, 'tvshow', NULL, NULL, NULL, '2024-06-12 01:27:44', '2024-06-12 01:27:44', NULL),
(13, 99, 21, NULL, 'movie', 21, 21, NULL, '2026-02-19 10:50:12', '2026-02-19 10:50:12', NULL),
(14, 40, 21, 35, 'movie', 21, 21, NULL, '2026-02-20 06:13:57', '2026-02-20 06:13:57', NULL),
(15, 29, 21, NULL, 'movie', 21, 21, NULL, '2026-02-20 06:22:14', '2026-02-20 06:22:14', NULL),
(41, 40, 22, 37, 'video', 22, 22, NULL, '2026-02-27 12:08:09', '2026-02-27 12:08:09', NULL),
(43, 124, 22, 37, 'movie', 22, 22, NULL, '2026-03-02 05:51:30', '2026-03-02 05:51:30', NULL),
(44, 124, 22, 38, 'movie', 22, 22, NULL, '2026-03-02 05:55:30', '2026-03-02 05:55:30', NULL),
(45, 122, 22, 38, 'movie', 22, 22, NULL, '2026-03-02 06:00:06', '2026-03-02 06:00:06', NULL),
(46, 124, 21, 36, 'movie', 21, 21, NULL, '2026-03-02 06:04:46', '2026-03-02 06:04:46', NULL),
(47, 152, 21, 36, 'tvshow', 21, 21, NULL, '2026-03-02 06:04:52', '2026-03-02 06:04:52', NULL),
(48, 126, 21, 36, 'movie', 21, 21, NULL, '2026-03-02 06:04:54', '2026-03-02 06:04:54', NULL),
(49, 130, 21, 36, 'movie', 21, 21, NULL, '2026-03-02 06:04:57', '2026-03-02 06:04:57', NULL),
(50, 148, 22, 37, 'movie', 22, 22, NULL, '2026-03-04 21:43:05', '2026-03-04 21:43:05', NULL),
(51, 126, 22, 38, 'movie', 22, 22, NULL, '2026-03-05 04:00:07', '2026-03-05 04:00:07', NULL);

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

--
-- Table structure for table `webhook_calls`
--

CREATE TABLE `webhook_calls` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `headers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `exception` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `web_qr_sessions`
--

CREATE TABLE `web_qr_sessions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `session_id` char(36) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` enum('pending','authenticated','expired') NOT NULL DEFAULT 'pending',
  `confirmed_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `web_qr_sessions`
--

INSERT INTO `web_qr_sessions` (`id`, `session_id`, `user_id`, `status`, `confirmed_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(1, '30876899-6832-4c00-9077-ded2205ef90a', NULL, 'pending', NULL, '2026-02-18 13:44:15', '2026-02-18 13:39:15', '2026-02-18 13:39:15'),
(2, 'a4729104-0653-4f29-803f-515b9943243f', NULL, 'pending', NULL, '2026-02-18 18:03:38', '2026-02-18 17:58:38', '2026-02-18 17:58:38'),
(3, 'f9e09634-a682-47f1-a38f-9b54fffaa2a0', NULL, 'pending', NULL, '2026-02-21 11:11:58', '2026-02-21 11:06:58', '2026-02-21 11:06:58'),
(4, 'e0035ca3-4502-4fb0-9df1-a5e17a3fca6d', NULL, 'pending', NULL, '2026-02-21 11:12:01', '2026-02-21 11:07:01', '2026-02-21 11:07:01'),
(5, 'abcf212c-7b22-4379-915a-2a7c86c232a0', NULL, 'pending', NULL, '2026-02-21 11:12:02', '2026-02-21 11:07:02', '2026-02-21 11:07:02'),
(6, '7a6fee68-bef2-4d16-b572-1fdbe16e7391', NULL, 'pending', NULL, '2026-02-22 20:01:05', '2026-02-22 19:56:05', '2026-02-22 19:56:05'),
(7, '857a97ec-5eb6-431c-94bd-746903c8a491', NULL, 'pending', NULL, '2026-02-22 21:37:04', '2026-02-22 21:32:04', '2026-02-22 21:32:04'),
(8, '884b59ae-eeaf-4692-a1fe-f5ae665a7687', NULL, 'pending', NULL, '2026-02-23 07:53:33', '2026-02-23 07:48:33', '2026-02-23 07:48:33'),
(9, '8a84a8d5-9389-48ac-ab41-98f325dfc57a', NULL, 'pending', NULL, '2026-03-01 01:38:01', '2026-03-01 01:33:01', '2026-03-01 01:33:01'),
(10, '8101d418-3353-4183-8be9-21b83c858605', NULL, 'pending', NULL, '2026-03-03 20:10:07', '2026-03-03 20:05:07', '2026-03-03 20:05:07');

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

--
-- Table structure for table `worlds`
--

CREATE TABLE `worlds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `state_id` int(11) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) UNSIGNED DEFAULT NULL,
  `updated_by` int(10) UNSIGNED DEFAULT NULL,
  `deleted_by` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `activity_log`
--
ALTER TABLE `activity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `subject` (`subject_type`,`subject_id`),
  ADD KEY `causer` (`causer_type`,`causer_id`),
  ADD KEY `activity_log_log_name_index` (`log_name`);

--
-- Indexes for table `addresses`
--
ALTER TABLE `addresses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `addresses_addressable_type_addressable_id_index` (`addressable_type`,`addressable_id`);

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

--
-- Indexes for table `banners`
--
ALTER TABLE `banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `banners_status_deleted_at_index` (`status`,`deleted_at`);

--
-- Indexes for table `cast_crew`
--
ALTER TABLE `cast_crew`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cast_crew_deleted_at_index` (`deleted_at`);

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

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

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

--
-- Indexes for table `content_acquisitions`
--
ALTER TABLE `content_acquisitions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `content_acquisitions_approved_by_foreign` (`approved_by`),
  ADD KEY `content_acquisitions_producer_id_index` (`producer_id`),
  ADD KEY `content_acquisitions_entertainment_id_index` (`entertainment_id`),
  ADD KEY `content_acquisitions_type_index` (`type`),
  ADD KEY `content_acquisitions_status_index` (`status`);

--
-- Indexes for table `content_acquisition_logs`
--
ALTER TABLE `content_acquisition_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `content_acquisition_logs_acquisition_id_foreign` (`acquisition_id`),
  ADD KEY `content_acquisition_logs_user_id_foreign` (`user_id`);

--
-- Indexes for table `continue_watch`
--
ALTER TABLE `continue_watch`
  ADD PRIMARY KEY (`id`),
  ADD KEY `continue_watch_user_id_profile_id_deleted_at_index` (`user_id`,`profile_id`,`deleted_at`);

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

--
-- Indexes for table `coupons`
--
ALTER TABLE `coupons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `coupons_code_unique` (`code`);

--
-- Indexes for table `coupon_subscription_plan`
--
ALTER TABLE `coupon_subscription_plan`
  ADD PRIMARY KEY (`id`),
  ADD KEY `coupon_subscription_plan_coupon_id_foreign` (`coupon_id`),
  ADD KEY `coupon_subscription_plan_subscription_plan_id_foreign` (`subscription_plan_id`);

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

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

--
-- Indexes for table `devices`
--
ALTER TABLE `devices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `devices_session_id_index` (`session_id`);

--
-- Indexes for table `entertainments`
--
ALTER TABLE `entertainments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entertainments_id_deleted_at_index` (`id`,`deleted_at`),
  ADD KEY `entertainments_id_status_release_date_deleted_at_index` (`id`,`status`,`release_date`,`deleted_at`),
  ADD KEY `entertainments_id_status_release_date_index` (`id`,`status`,`release_date`),
  ADD KEY `entertainments_type_index` (`type`),
  ADD KEY `entertainments_release_date_index` (`release_date`),
  ADD KEY `entertainments_status_index` (`status`);

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

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

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

--
-- Indexes for table `entertainment_gener_mapping`
--
ALTER TABLE `entertainment_gener_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entertainment_gener_mapping_entertainment_id_deleted_at_index` (`entertainment_id`,`deleted_at`),
  ADD KEY `entertainment_gener_mapping_genre_id_index` (`genre_id`),
  ADD KEY `entertainment_gener_mapping_deleted_at_index` (`deleted_at`);

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

--
-- Indexes for table `entertainment_talent_mapping`
--
ALTER TABLE `entertainment_talent_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entertainment_talent_mapping_entertainment_id_index` (`entertainment_id`),
  ADD KEY `entertainment_talent_mapping_deleted_at_index` (`deleted_at`);

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

--
-- Indexes for table `episodes`
--
ALTER TABLE `episodes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `episodes_id_deleted_at_index` (`id`,`deleted_at`),
  ADD KEY `episodes_entertainment_id_index` (`entertainment_id`),
  ADD KEY `episodes_status_index` (`status`),
  ADD KEY `episodes_deleted_at_index` (`deleted_at`),
  ADD KEY `episodes_season_id_index` (`season_id`);

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

--
-- Indexes for table `episode_stream_content_mapping`
--
ALTER TABLE `episode_stream_content_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `episode_stream_content_mapping_episode_id_index` (`episode_id`),
  ADD KEY `episode_stream_content_mapping_deleted_at_index` (`deleted_at`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

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

--
-- Indexes for table `filemanagers`
--
ALTER TABLE `filemanagers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filemanagers_producer_id_index` (`producer_id`);

--
-- Indexes for table `filmhub_import_logs`
--
ALTER TABLE `filmhub_import_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filmhub_import_logs_entertainment_id_foreign` (`entertainment_id`),
  ADD KEY `filmhub_import_logs_filmhub_id_index` (`filmhub_id`);

--
-- Indexes for table `folders`
--
ALTER TABLE `folders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `folders_producer_id_index` (`producer_id`),
  ADD KEY `folders_parent_id_index` (`parent_id`),
  ADD KEY `folders_path_index` (`path`);

--
-- Indexes for table `genres`
--
ALTER TABLE `genres`
  ADD PRIMARY KEY (`id`),
  ADD KEY `genres_id_deleted_at_index` (`id`,`deleted_at`);

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

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

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

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

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

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

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

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

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

--
-- Indexes for table `media`
--
ALTER TABLE `media`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `media_uuid_unique` (`uuid`),
  ADD KEY `media_model_type_model_id_index` (`model_type`,`model_id`),
  ADD KEY `media_order_column_index` (`order_column`),
  ADD KEY `media_producer_id_index` (`producer_id`);

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

--
-- Indexes for table `mobile_settings`
--
ALTER TABLE `mobile_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mobile_settings_slug_deleted_at_index` (`slug`,`deleted_at`);

--
-- Indexes for table `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`);

--
-- Indexes for table `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`);

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

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`);

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

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

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

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `pages_slug_unique` (`slug`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Indexes for table `payouts`
--
ALTER TABLE `payouts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payouts_user_id_foreign` (`user_id`);

--
-- Indexes for table `payperviewstransactions`
--
ALTER TABLE `payperviewstransactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payperviewstransactions_user_id_foreign` (`user_id`),
  ADD KEY `payperviewstransactions_pay_per_view_id_foreign` (`pay_per_view_id`);

--
-- Indexes for table `pay_per_views`
--
ALTER TABLE `pay_per_views`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pay_per_views_user_id_foreign` (`user_id`),
  ADD KEY `pay_per_views_movie_id_foreign` (`movie_id`);

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `plan`
--
ALTER TABLE `plan`
  ADD PRIMARY KEY (`id`),
  ADD KEY `plan_level_deleted_at_index` (`level`,`deleted_at`),
  ADD KEY `plan_id_deleted_at_index` (`id`,`deleted_at`);

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

--
-- Indexes for table `planlimitation_mapping`
--
ALTER TABLE `planlimitation_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `planlimitation_mapping_plan_id_deleted_at_index` (`plan_id`,`deleted_at`);

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

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`);

--
-- Indexes for table `role_has_permissions`
--
ALTER TABLE `role_has_permissions`
  ADD PRIMARY KEY (`permission_id`,`role_id`),
  ADD KEY `role_has_permissions_role_id_foreign` (`role_id`);

--
-- Indexes for table `seasons`
--
ALTER TABLE `seasons`
  ADD PRIMARY KEY (`id`),
  ADD KEY `seasons_entertainment_id_index` (`entertainment_id`),
  ADD KEY `seasons_deleted_at_index` (`deleted_at`);

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

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

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sessions_user_id_index` (`user_id`),
  ADD KEY `sessions_last_activity_index` (`last_activity`);

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

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

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

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

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

--
-- Indexes for table `subtitles`
--
ALTER TABLE `subtitles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `subtitles_entertainment_id_foreign` (`entertainment_id`);

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

--
-- Indexes for table `tv_login_sessions`
--
ALTER TABLE `tv_login_sessions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `tv_login_sessions_session_id_unique` (`session_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD KEY `users_deleted_at_index` (`deleted_at`);

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

--
-- Indexes for table `user_multi_profiles`
--
ALTER TABLE `user_multi_profiles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_multi_profiles_user_id_foreign` (`user_id`);

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

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

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

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

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

--
-- Indexes for table `vast_ads_setting`
--
ALTER TABLE `vast_ads_setting`
  ADD PRIMARY KEY (`id`),
  ADD KEY `vast_ads_setting_status_index` (`status`);

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

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

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

--
-- Indexes for table `video_watch_logs`
--
ALTER TABLE `video_watch_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `video_watch_logs_user_id_watch_date_index` (`user_id`,`watch_date`),
  ADD KEY `video_watch_logs_entertainment_id_watch_date_index` (`entertainment_id`,`watch_date`),
  ADD KEY `video_watch_logs_entertainment_id_episode_id_index` (`entertainment_id`,`episode_id`),
  ADD KEY `video_watch_logs_payout_id_foreign` (`payout_id`);

--
-- Indexes for table `watchlists`
--
ALTER TABLE `watchlists`
  ADD PRIMARY KEY (`id`),
  ADD KEY `watchlists_id_deleted_at_index` (`id`,`deleted_at`);

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

--
-- Indexes for table `web_qr_sessions`
--
ALTER TABLE `web_qr_sessions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `web_qr_sessions_session_id_unique` (`session_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `activity_log`
--
ALTER TABLE `activity_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `addresses`
--
ALTER TABLE `addresses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `ads`
--
ALTER TABLE `ads`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `banners`
--
ALTER TABLE `banners`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT for table `cast_crew`
--
ALTER TABLE `cast_crew`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=417;

--
-- AUTO_INCREMENT for table `cities`
--
ALTER TABLE `cities`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `clips`
--
ALTER TABLE `clips`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `constants`
--
ALTER TABLE `constants`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89;

--
-- AUTO_INCREMENT for table `content_acquisitions`
--
ALTER TABLE `content_acquisitions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `content_acquisition_logs`
--
ALTER TABLE `content_acquisition_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT for table `continue_watch`
--
ALTER TABLE `continue_watch`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=247;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `coupon_subscription_plan`
--
ALTER TABLE `coupon_subscription_plan`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `currencies`
--
ALTER TABLE `currencies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `custom_ads_setting`
--
ALTER TABLE `custom_ads_setting`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `devices`
--
ALTER TABLE `devices`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;

--
-- AUTO_INCREMENT for table `entertainments`
--
ALTER TABLE `entertainments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=178;

--
-- AUTO_INCREMENT for table `entertainment_country_mapping`
--
ALTER TABLE `entertainment_country_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=271;

--
-- AUTO_INCREMENT for table `entertainment_downloads`
--
ALTER TABLE `entertainment_downloads`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `entertainment_download_mapping`
--
ALTER TABLE `entertainment_download_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `entertainment_gener_mapping`
--
ALTER TABLE `entertainment_gener_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=519;

--
-- AUTO_INCREMENT for table `entertainment_stream_content_mapping`
--
ALTER TABLE `entertainment_stream_content_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `entertainment_talent_mapping`
--
ALTER TABLE `entertainment_talent_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3448;

--
-- AUTO_INCREMENT for table `entertainment_views`
--
ALTER TABLE `entertainment_views`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=91;

--
-- AUTO_INCREMENT for table `episodes`
--
ALTER TABLE `episodes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;

--
-- AUTO_INCREMENT for table `episode_download_mapping`
--
ALTER TABLE `episode_download_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `episode_stream_content_mapping`
--
ALTER TABLE `episode_stream_content_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `filemanagers`
--
ALTER TABLE `filemanagers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=220;

--
-- AUTO_INCREMENT for table `filmhub_import_logs`
--
ALTER TABLE `filmhub_import_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `folders`
--
ALTER TABLE `folders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `genres`
--
ALTER TABLE `genres`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `installers`
--
ALTER TABLE `installers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=472;

--
-- AUTO_INCREMENT for table `languages`
--
ALTER TABLE `languages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `likes`
--
ALTER TABLE `likes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT for table `livetvs`
--
ALTER TABLE `livetvs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `live_tv_category`
--
ALTER TABLE `live_tv_category`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `live_tv_channel`
--
ALTER TABLE `live_tv_channel`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- AUTO_INCREMENT for table `live_tv_stream_content_mapping`
--
ALTER TABLE `live_tv_stream_content_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=160;

--
-- AUTO_INCREMENT for table `mobile_settings`
--
ALTER TABLE `mobile_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `modules`
--
ALTER TABLE `modules`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `notification_templates`
--
ALTER TABLE `notification_templates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `notification_template_content_mapping`
--
ALTER TABLE `notification_template_content_mapping`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97;

--
-- AUTO_INCREMENT for table `onboardings`
--
ALTER TABLE `onboardings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `payouts`
--
ALTER TABLE `payouts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `payperviewstransactions`
--
ALTER TABLE `payperviewstransactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `pay_per_views`
--
ALTER TABLE `pay_per_views`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=224;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=211;

--
-- AUTO_INCREMENT for table `plan`
--
ALTER TABLE `plan`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `planlimitation`
--
ALTER TABLE `planlimitation`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `planlimitation_mapping`
--
ALTER TABLE `planlimitation_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `seasons`
--
ALTER TABLE `seasons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `seo`
--
ALTER TABLE `seo`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `service_providers`
--
ALTER TABLE `service_providers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `setting`
--
ALTER TABLE `setting`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=103;

--
-- AUTO_INCREMENT for table `states`
--
ALTER TABLE `states`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `subscriptions`
--
ALTER TABLE `subscriptions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `subscriptions_transactions`
--
ALTER TABLE `subscriptions_transactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `subtitles`
--
ALTER TABLE `subtitles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `taxes`
--
ALTER TABLE `taxes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tv_login_sessions`
--
ALTER TABLE `tv_login_sessions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `user_coupon_redeem`
--
ALTER TABLE `user_coupon_redeem`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_multi_profiles`
--
ALTER TABLE `user_multi_profiles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT for table `user_profiles`
--
ALTER TABLE `user_profiles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `user_providers`
--
ALTER TABLE `user_providers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_reminder`
--
ALTER TABLE `user_reminder`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `user_search_histories`
--
ALTER TABLE `user_search_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;

--
-- AUTO_INCREMENT for table `user_watch_histories`
--
ALTER TABLE `user_watch_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=152;

--
-- AUTO_INCREMENT for table `vast_ads_setting`
--
ALTER TABLE `vast_ads_setting`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `videos`
--
ALTER TABLE `videos`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT for table `video_download_mappings`
--
ALTER TABLE `video_download_mappings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `video_stream_content_mapping`
--
ALTER TABLE `video_stream_content_mapping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `video_watch_logs`
--
ALTER TABLE `video_watch_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `watchlists`
--
ALTER TABLE `watchlists`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `webhook_calls`
--
ALTER TABLE `webhook_calls`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `web_qr_sessions`
--
ALTER TABLE `web_qr_sessions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `worlds`
--
ALTER TABLE `worlds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `content_acquisitions`
--
ALTER TABLE `content_acquisitions`
  ADD CONSTRAINT `content_acquisitions_approved_by_foreign` FOREIGN KEY (`approved_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `content_acquisitions_entertainment_id_foreign` FOREIGN KEY (`entertainment_id`) REFERENCES `entertainments` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `content_acquisitions_producer_id_foreign` FOREIGN KEY (`producer_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `content_acquisition_logs`
--
ALTER TABLE `content_acquisition_logs`
  ADD CONSTRAINT `content_acquisition_logs_acquisition_id_foreign` FOREIGN KEY (`acquisition_id`) REFERENCES `content_acquisitions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `content_acquisition_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `coupon_subscription_plan`
--
ALTER TABLE `coupon_subscription_plan`
  ADD CONSTRAINT `coupon_subscription_plan_coupon_id_foreign` FOREIGN KEY (`coupon_id`) REFERENCES `coupons` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `coupon_subscription_plan_subscription_plan_id_foreign` FOREIGN KEY (`subscription_plan_id`) REFERENCES `plan` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `payouts`
--
ALTER TABLE `payouts`
  ADD CONSTRAINT `payouts_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `payperviewstransactions`
--
ALTER TABLE `payperviewstransactions`
  ADD CONSTRAINT `payperviewstransactions_pay_per_view_id_foreign` FOREIGN KEY (`pay_per_view_id`) REFERENCES `pay_per_views` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `payperviewstransactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `pay_per_views`
--
ALTER TABLE `pay_per_views`
  ADD CONSTRAINT `pay_per_views_movie_id_foreign` FOREIGN KEY (`movie_id`) REFERENCES `entertainments` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `pay_per_views_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `role_has_permissions`
--
ALTER TABLE `role_has_permissions`
  ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `subtitles`
--
ALTER TABLE `subtitles`
  ADD CONSTRAINT `subtitles_entertainment_id_foreign` FOREIGN KEY (`entertainment_id`) REFERENCES `entertainments` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `user_multi_profiles`
--
ALTER TABLE `user_multi_profiles`
  ADD CONSTRAINT `user_multi_profiles_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `video_watch_logs`
--
ALTER TABLE `video_watch_logs`
  ADD CONSTRAINT `video_watch_logs_payout_id_foreign` FOREIGN KEY (`payout_id`) REFERENCES `payouts` (`id`) ON DELETE SET NULL;
COMMIT;

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