-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 08, 2026 at 11:53 AM
-- Server version: 10.11.16-MariaDB
-- PHP Version: 8.4.21

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: `mxmeomimeld_mxmeo`
--

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

--
-- Table structure for table `admin_settings`
--

CREATE TABLE `admin_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `keywords` varchar(255) NOT NULL,
  `email_verification` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 Off, 1 On',
  `email_no_reply` varchar(200) NOT NULL,
  `email_admin` varchar(200) NOT NULL,
  `captcha` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `file_size_allowed` int(10) UNSIGNED NOT NULL COMMENT 'Size in Bytes',
  `google_analytics` text NOT NULL,
  `paypal_account` varchar(200) NOT NULL,
  `twitter` varchar(200) NOT NULL,
  `facebook` varchar(200) NOT NULL,
  `pinterest` varchar(200) NOT NULL,
  `instagram` varchar(200) NOT NULL,
  `google_adsense` text NOT NULL,
  `currency_symbol` char(10) NOT NULL,
  `currency_code` varchar(20) NOT NULL,
  `payment_gateway` enum('PayPal','Stripe') NOT NULL DEFAULT 'PayPal',
  `fee_commission` int(10) UNSIGNED NOT NULL,
  `date_format` varchar(200) NOT NULL,
  `link_privacy` varchar(200) NOT NULL,
  `link_terms` varchar(200) NOT NULL,
  `currency_position` varchar(100) NOT NULL DEFAULT 'left',
  `facebook_login` enum('on','off') NOT NULL DEFAULT 'off',
  `amount_min_withdrawal` int(10) UNSIGNED NOT NULL,
  `youtube` varchar(200) NOT NULL,
  `github` varchar(200) NOT NULL,
  `comment_length` int(10) UNSIGNED NOT NULL,
  `days_process_withdrawals` int(10) UNSIGNED NOT NULL,
  `google_login` enum('on','off') NOT NULL DEFAULT 'off',
  `registration_active` enum('0','1') NOT NULL DEFAULT '1' COMMENT '0 No, 1 Yes',
  `logo` varchar(100) NOT NULL,
  `logo_2` varchar(100) NOT NULL,
  `favicon` varchar(100) NOT NULL,
  `cover_home` varchar(100) NOT NULL,
  `img_1` varchar(100) NOT NULL,
  `img_2` varchar(100) NOT NULL,
  `img_3` varchar(100) NOT NULL,
  `img_4` varchar(100) NOT NULL,
  `avatar` varchar(100) NOT NULL,
  `widget_how_works` enum('on','off') NOT NULL DEFAULT 'on',
  `color_default` varchar(100) NOT NULL,
  `decimal_format` enum('comma','dot') NOT NULL DEFAULT 'dot',
  `version` varchar(5) NOT NULL,
  `link_cookies` varchar(200) NOT NULL,
  `about_length` int(10) UNSIGNED NOT NULL,
  `maintenance_mode` enum('on','off') NOT NULL DEFAULT 'off',
  `company` varchar(100) NOT NULL,
  `country` varchar(255) NOT NULL,
  `address` varchar(100) NOT NULL,
  `city` varchar(100) NOT NULL,
  `zip` varchar(100) NOT NULL,
  `vat` varchar(100) NOT NULL,
  `celebrities_featured_home` enum('on','off') NOT NULL DEFAULT 'off',
  `file_size_allowed_verify_account` int(10) UNSIGNED NOT NULL,
  `payout_method_paypal` enum('on','off') NOT NULL DEFAULT 'on',
  `payout_method_bank` enum('on','off') NOT NULL DEFAULT 'on',
  `min_deposits_amount` int(10) UNSIGNED NOT NULL,
  `max_deposits_amount` int(10) UNSIGNED NOT NULL,
  `twitter_login` enum('on','off') NOT NULL DEFAULT 'off',
  `requests_verify_account` enum('on','off') NOT NULL DEFAULT 'on',
  `custom_css` text NOT NULL,
  `custom_js` text NOT NULL,
  `disable_wallet` enum('on','off') NOT NULL DEFAULT 'on',
  `disable_banner_cookies` enum('on','off') NOT NULL DEFAULT 'off',
  `announcement` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `announcement_show` varchar(100) NOT NULL,
  `announcement_cookie` varchar(20) NOT NULL,
  `captcha_contact` enum('on','off') NOT NULL DEFAULT 'on',
  `payout_method_payoneer` enum('on','off') NOT NULL DEFAULT 'off',
  `payout_method_zelle` enum('on','off') NOT NULL DEFAULT 'off',
  `payout_method_western_union` enum('on','off') NOT NULL DEFAULT 'off',
  `type_announcement` char(10) NOT NULL DEFAULT 'primary',
  `referral_system` enum('on','off') NOT NULL DEFAULT 'off',
  `percentage_referred` int(10) UNSIGNED NOT NULL DEFAULT 5,
  `referral_transaction_limit` char(10) NOT NULL DEFAULT '1',
  `live_streaming_status` enum('on','off') NOT NULL DEFAULT 'off',
  `live_streaming_minimum_price` int(10) UNSIGNED NOT NULL DEFAULT 5,
  `live_streaming_max_price` int(10) UNSIGNED NOT NULL DEFAULT 100,
  `agora_app_id` varchar(200) NOT NULL,
  `tiktok` varchar(200) NOT NULL,
  `snapchat` varchar(200) NOT NULL,
  `limit_live_streaming_min` int(10) UNSIGNED NOT NULL,
  `type_withdrawals` char(50) NOT NULL DEFAULT 'custom',
  `enable_mass_payout_csv` tinyint(1) NOT NULL DEFAULT 0,
  `enable_auto_payout_api` tinyint(1) NOT NULL DEFAULT 0,
  `tax_on_wallet` tinyint(1) NOT NULL DEFAULT 1,
  `stripe_connect` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `stripe_connect_countries` longtext NOT NULL,
  `disable_login_register_email` tinyint(1) NOT NULL DEFAULT 0,
  `disable_contact` tinyint(1) NOT NULL DEFAULT 0,
  `specific_day_payment_withdrawals` int(10) UNSIGNED NOT NULL,
  `generate_qr_code` tinyint(1) NOT NULL DEFAULT 0,
  `reddit` varchar(200) NOT NULL,
  `telegram` varchar(200) NOT NULL,
  `linkedin` varchar(200) NOT NULL,
  `push_notification_status` tinyint(1) NOT NULL DEFAULT 0,
  `onesignal_appid` varchar(150) NOT NULL,
  `onesignal_restapi` varchar(150) NOT NULL,
  `status_pwa` tinyint(1) NOT NULL DEFAULT 1,
  `amount_max_withdrawal` int(10) UNSIGNED NOT NULL,
  `img_category` varchar(100) NOT NULL,
  `theme` varchar(100) NOT NULL DEFAULT 'dark',
  `min_price_video` int(10) UNSIGNED NOT NULL,
  `max_price_video` int(10) UNSIGNED NOT NULL,
  `min_price_video_business` int(10) UNSIGNED NOT NULL,
  `max_price_video_business` int(10) UNSIGNED NOT NULL,
  `min_price_dm` int(10) UNSIGNED NOT NULL,
  `max_price_dm` int(10) UNSIGNED NOT NULL,
  `min_price_flash_delivery` int(10) UNSIGNED NOT NULL,
  `max_price_flash_delivery` int(10) UNSIGNED NOT NULL,
  `number_users_display` int(10) UNSIGNED NOT NULL DEFAULT 20,
  `videos_for_businesses` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `show_for_business_widget_home_page` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `instructions_video_length` int(10) UNSIGNED NOT NULL,
  `private_messages_length` int(10) UNSIGNED NOT NULL,
  `min_price_flash_delivery_business` int(10) UNSIGNED NOT NULL,
  `max_price_flash_delivery_business` int(10) UNSIGNED NOT NULL,
  `watermark_position` varchar(50) NOT NULL DEFAULT 'bottomleft',
  `watermak_video` varchar(100) NOT NULL,
  `coconut_key` varchar(255) NOT NULL,
  `watermark_on_videos` tinyint(1) NOT NULL DEFAULT 1,
  `status_encode` tinyint(1) NOT NULL DEFAULT 0,
  `coconut_region` varchar(100) NOT NULL DEFAULT 'Virginia',
  `link_how_works` varchar(255) DEFAULT NULL,
  `websockets` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `link_blog` varchar(255) DEFAULT NULL,
  `google_tag_manager_head` text NOT NULL,
  `google_tag_manager_body` text NOT NULL,
  `auto_verification` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `request_id_verification` tinyint(1) NOT NULL DEFAULT 1,
  `bg_join` varchar(100) NOT NULL,
  `theme_color_pwa` varchar(255) NOT NULL DEFAULT '#ff037c',
  `videocall_status` tinyint(1) NOT NULL DEFAULT 0,
  `videocall_min_price` decimal(10,2) NOT NULL,
  `videocall_max_price` decimal(10,2) NOT NULL,
  `license_key` longtext DEFAULT NULL,
  `license_type` varchar(255) DEFAULT NULL,
  `moderation_status` tinyint(1) NOT NULL DEFAULT 0,
  `sightengine_api_user` varchar(255) DEFAULT NULL,
  `sightengine_api_api_secret` varchar(255) DEFAULT NULL,
  `age_verification_status` tinyint(1) NOT NULL DEFAULT 0,
  `age_verification_yoti_api_key` varchar(255) DEFAULT NULL,
  `age_verification_yoti_sdk_id` varchar(255) DEFAULT NULL,
  `threshold_age_verification` int(10) UNSIGNED NOT NULL DEFAULT 19,
  `show_modal_age_verification` tinyint(1) NOT NULL DEFAULT 1,
  `age_verification_provider` varchar(255) NOT NULL DEFAULT 'yoti',
  `age_verification_didit_api_key` varchar(255) DEFAULT NULL,
  `age_verification_didit_webhook_secret` varchar(255) DEFAULT NULL,
  `age_verification_didit_workflow_id` varchar(255) DEFAULT NULL,
  `age_verification_countries` longtext DEFAULT NULL,
  `encoding_method` varchar(255) NOT NULL DEFAULT 'coconut',
  `home_theme` varchar(255) NOT NULL DEFAULT 'default',
  `tier_silver_price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tier_free_followers` int(11) DEFAULT 0,
  `tier_gold_price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tier_premium_price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tier_silver_followers` int(11) NOT NULL DEFAULT 0,
  `tier_gold_followers` int(11) NOT NULL DEFAULT 0,
  `tier_premium_followers` int(11) NOT NULL DEFAULT 0,
  `story_module` tinyint(1) NOT NULL DEFAULT 1,
  `allow_tip` enum('yes','no') NOT NULL DEFAULT 'yes',
  `ai_provider` varchar(255) DEFAULT 'openai',
  `openai_api_key` text DEFAULT NULL,
  `openrouter_api_key` text DEFAULT NULL,
  `ai_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `ai_model` varchar(255) DEFAULT NULL,
  `ai_temperature` decimal(3,2) NOT NULL DEFAULT 0.70,
  `ai_tokens` int(11) NOT NULL DEFAULT 200,
  `subtitle_auto_generate` tinyint(1) NOT NULL DEFAULT 0,
  `subtitle_model` varchar(255) DEFAULT NULL,
  `subtitle_max_tokens` int(11) NOT NULL DEFAULT 0,
  `subtitle_language` varchar(255) DEFAULT NULL,
  `subtitle_display_default` tinyint(1) NOT NULL DEFAULT 0,
  `ai_subtitles_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `ai_subtitles_auto_generate` tinyint(1) NOT NULL DEFAULT 0,
  `ai_subtitles_language` varchar(255) NOT NULL DEFAULT 'en',
  `allow_download_setting_for_creators` enum('yes','no') NOT NULL DEFAULT 'yes',
  `agora_app_certificate` varchar(255) DEFAULT NULL,
  `business_module` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `admin_settings`
--

INSERT INTO `admin_settings` (`id`, `title`, `description`, `keywords`, `email_verification`, `email_no_reply`, `email_admin`, `captcha`, `file_size_allowed`, `google_analytics`, `paypal_account`, `twitter`, `facebook`, `pinterest`, `instagram`, `google_adsense`, `currency_symbol`, `currency_code`, `payment_gateway`, `fee_commission`, `date_format`, `link_privacy`, `link_terms`, `currency_position`, `facebook_login`, `amount_min_withdrawal`, `youtube`, `github`, `comment_length`, `days_process_withdrawals`, `google_login`, `registration_active`, `logo`, `logo_2`, `favicon`, `cover_home`, `img_1`, `img_2`, `img_3`, `img_4`, `avatar`, `widget_how_works`, `color_default`, `decimal_format`, `version`, `link_cookies`, `about_length`, `maintenance_mode`, `company`, `country`, `address`, `city`, `zip`, `vat`, `celebrities_featured_home`, `file_size_allowed_verify_account`, `payout_method_paypal`, `payout_method_bank`, `min_deposits_amount`, `max_deposits_amount`, `twitter_login`, `requests_verify_account`, `custom_css`, `custom_js`, `disable_wallet`, `disable_banner_cookies`, `announcement`, `announcement_show`, `announcement_cookie`, `captcha_contact`, `payout_method_payoneer`, `payout_method_zelle`, `payout_method_western_union`, `type_announcement`, `referral_system`, `percentage_referred`, `referral_transaction_limit`, `live_streaming_status`, `live_streaming_minimum_price`, `live_streaming_max_price`, `agora_app_id`, `tiktok`, `snapchat`, `limit_live_streaming_min`, `type_withdrawals`, `enable_mass_payout_csv`, `enable_auto_payout_api`, `tax_on_wallet`, `stripe_connect`, `stripe_connect_countries`, `disable_login_register_email`, `disable_contact`, `specific_day_payment_withdrawals`, `generate_qr_code`, `reddit`, `telegram`, `linkedin`, `push_notification_status`, `onesignal_appid`, `onesignal_restapi`, `status_pwa`, `amount_max_withdrawal`, `img_category`, `theme`, `min_price_video`, `max_price_video`, `min_price_video_business`, `max_price_video_business`, `min_price_dm`, `max_price_dm`, `min_price_flash_delivery`, `max_price_flash_delivery`, `number_users_display`, `videos_for_businesses`, `show_for_business_widget_home_page`, `instructions_video_length`, `private_messages_length`, `min_price_flash_delivery_business`, `max_price_flash_delivery_business`, `watermark_position`, `watermak_video`, `coconut_key`, `watermark_on_videos`, `status_encode`, `coconut_region`, `link_how_works`, `websockets`, `link_blog`, `google_tag_manager_head`, `google_tag_manager_body`, `auto_verification`, `request_id_verification`, `bg_join`, `theme_color_pwa`, `videocall_status`, `videocall_min_price`, `videocall_max_price`, `license_key`, `license_type`, `moderation_status`, `sightengine_api_user`, `sightengine_api_api_secret`, `age_verification_status`, `age_verification_yoti_api_key`, `age_verification_yoti_sdk_id`, `threshold_age_verification`, `show_modal_age_verification`, `age_verification_provider`, `age_verification_didit_api_key`, `age_verification_didit_webhook_secret`, `age_verification_didit_workflow_id`, `age_verification_countries`, `encoding_method`, `home_theme`, `tier_silver_price`, `tier_free_followers`, `tier_gold_price`, `tier_premium_price`, `tier_silver_followers`, `tier_gold_followers`, `tier_premium_followers`, `story_module`, `allow_tip`, `ai_provider`, `openai_api_key`, `openrouter_api_key`, `ai_enabled`, `ai_model`, `ai_temperature`, `ai_tokens`, `subtitle_auto_generate`, `subtitle_model`, `subtitle_max_tokens`, `subtitle_language`, `subtitle_display_default`, `ai_subtitles_enabled`, `ai_subtitles_auto_generate`, `ai_subtitles_language`, `allow_download_setting_for_creators`, `agora_app_certificate`, `business_module`) VALUES
(1, 'Mxmeo', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ut tortor rutrum massa efficitur tincidunt vel nec lacus. Curabitur porta aliquet diam, eu gravida neque lacinia.', 'donations,support,creators,Creaty,subscription', 1, 'no-reply@mxmeo.test', 'admin@admin.com', 0, 307200, '', 'paypal@yousite.com', '', '', '', '', '', '$', 'USD', 'PayPal', 5, 'M d, Y', 'https://mxmeo.mimeld.com/page/privacy', 'https://mxmeo.mimeld.com/page/terms-of-service', 'left', 'on', 50, '', '', 200, 7, 'on', '1', 'logo-1771491177.png', 'logo_2-1771491177.png', 'favicon-1771491177.png', 'cover-home-1771491177.png', 'img-1.png', 'img-2.png', 'img-3.png', 'image_index_4-1771491177.png', 'default-1771491177.gif', 'on', '#6c0bb3', 'dot', '1.1', 'https://mxmeo.mimeld.com/page/cookies', 300, '', '', '', '', '', '', '', 'on', 1024, 'on', 'on', 5, 100, 'on', 'on', '', '', 'off', 'off', 'Looking for something truly memorable? Whether it’s a birthday, a wedding toast, a funny roast, or just a “thinking-of-you” surprise, MXMeo connects you with thousands of beloved stars—actors, athletes, comedians, musicians, creators, and more—for a one-of-a-kind video just for you!!!', 'all', 'e3Ew7dMn2JP5BcuirJfl', 'on', 'on', 'on', 'on', 'danger', 'on', 5, '5', 'off', 5, 100, 'ea80fad3518141d3af8b948236abb98f', '', '', 0, 'custom', 1, 1, 0, 1, 'IN,US', 0, 0, 8, 0, '', '', '', 0, '', '', 1, 1000, 'default-1771491178.png', 'dark', 2, 1500, 500, 5000, 0, 10, 10, 100, 20, 1, 1, 300, 250, 100, 1000, 'bottomleft', 'watermark-ag8dSRbhopfx13SGALlwPMFiJgbiK9LOFsk4wRDo.png', '', 0, 0, 'Virginia', 'https://mxmeo.mimeld.com/page/how-it-works', 1, '', '', '', 0, 1, 'bg-join.jpg', '#6c0bb3', 1, 0.01, 30.00, '1234567890', 'regular', 0, NULL, NULL, 0, NULL, NULL, 19, 1, 'yoti', NULL, NULL, NULL, NULL, 'ffmpeg', 'default', 10.00, 0, 50.00, 99.00, 100, 1000, 5000, 1, 'yes', 'openrouter', NULL, 'eyJpdiI6InBDN0M2STdkL01qQUJ3eEJIVkZVcGc9PSIsInZhbHVlIjoiRXJYbEFJYmw0eGJ6akpEOUNaWDU1dmNmSndTbU4yelUwSW9IZmRLV1dnTTgySWs4VzlBVW8yTVE3amtLRE5MQTNKeTF1QllIaHl6RFJla09sbmhZV0pneTFuQ3BmOVhPVjVrOWFEeklMZkE9IiwibWFjIjoiZTFkZjM0ODVmMmI1YWViZjkwOTkwMjU3Y2E1ZDcwYWE2ZjhlNzQ4M2E1MzY0ZTA1YWY5YWMyMmIxZDFhZWJkZCIsInRhZyI6IiJ9', 1, '', 0.70, 200, 0, 'google/gemini-2.0-flash-001', 0, 'en', 1, 1, 1, 'en', 'yes', 'ef244591fa4d47bea911d8e3db0f4366', 1);

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

--
-- Table structure for table `audit_logs`
--

CREATE TABLE `audit_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `action` varchar(255) NOT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `device_info` text DEFAULT NULL,
  `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`details`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `audit_logs`
--

INSERT INTO `audit_logs` (`id`, `user_id`, `action`, `ip_address`, `device_info`, `details`, `created_at`, `updated_at`) VALUES
(1, 647, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-27 10:07:35', '2026-05-27 10:07:35'),
(2, 647, 'create_campaign', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '{\"title\": \"hghjghj\", \"budget\": 100, \"campaign_id\": 2}', '2026-05-27 12:21:01', '2026-05-27 12:21:01'),
(3, 12, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-27 12:23:37', '2026-05-27 12:23:37'),
(4, 647, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-28 05:35:24', '2026-05-28 05:35:24'),
(5, 2, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-28 05:47:13', '2026-05-28 05:47:13'),
(6, 1, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-28 06:02:32', '2026-05-28 06:02:32'),
(7, 12, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-05-28 06:33:57', '2026-05-28 06:33:57'),
(8, 12, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-06-08 05:40:11', '2026-06-08 05:40:11'),
(9, 63, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-06-08 05:41:04', '2026-06-08 05:41:04'),
(10, 1, 'user_login', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-06-08 05:55:55', '2026-06-08 05:55:55'),
(11, 1, 'user_login', '152.58.152.178', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '[]', '2026-06-08 14:19:13', '2026-06-08 14:19:13');

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

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `slug` varchar(200) NOT NULL,
  `image` varchar(255) NOT NULL,
  `content` text NOT NULL,
  `tags` varchar(255) NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=COMPACT;

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

--
-- Table structure for table `business_asset_folders`
--

CREATE TABLE `business_asset_folders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `business_asset_folders`
--

INSERT INTO `business_asset_folders` (`id`, `business_profile_id`, `parent_id`, `name`, `created_at`, `updated_at`) VALUES
(1, 1, 0, 'Test', '2026-05-26 01:58:18', '2026-05-26 01:58:18'),
(2, 1, NULL, 'Test', '2026-05-26 02:30:47', '2026-05-26 02:30:47');

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

--
-- Table structure for table `business_campaign_assets`
--

CREATE TABLE `business_campaign_assets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `folder_id` bigint(20) UNSIGNED DEFAULT NULL,
  `parent_asset_id` bigint(20) UNSIGNED DEFAULT NULL,
  `version` int(11) NOT NULL DEFAULT 1,
  `file_path` varchar(255) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `file_type` varchar(255) NOT NULL,
  `file_size` int(10) UNSIGNED NOT NULL,
  `watermarked_file_path` varchar(255) DEFAULT NULL,
  `share_token` varchar(255) DEFAULT NULL,
  `share_expires_at` timestamp NULL DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `business_campaign_assets`
--

INSERT INTO `business_campaign_assets` (`id`, `business_profile_id`, `user_id`, `campaign_id`, `order_id`, `folder_id`, `parent_asset_id`, `version`, `file_path`, `file_name`, `file_type`, `file_size`, `watermarked_file_path`, `share_token`, `share_expires_at`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 647, NULL, NULL, 2, NULL, 1, 'business_assets/1/o9gjocGkLi31nXtZrD5bUwRAKBOomytARHGCNsMB.webp', 'A_d7802e76-a822-4616-a259-b9ae8d2e7592.webp', 'webp', 29060, NULL, NULL, NULL, 'active', '2026-05-26 02:34:21', '2026-05-26 02:34:21');

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

--
-- Table structure for table `business_contacts`
--

CREATE TABLE `business_contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `role` varchar(255) DEFAULT NULL,
  `is_primary` 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 `business_contacts`
--

INSERT INTO `business_contacts` (`id`, `business_profile_id`, `name`, `email`, `phone`, `role`, `is_primary`, `created_at`, `updated_at`) VALUES
(1, 1, 'Test', 'user@demo.com', '9856987458', 'Accounts', 0, '2026-05-27 11:41:13', '2026-05-27 11:51:11');

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

--
-- Table structure for table `business_invitations`
--

CREATE TABLE `business_invitations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL,
  `token` varchar(191) NOT NULL,
  `role` varchar(255) NOT NULL DEFAULT 'member',
  `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;

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

--
-- Table structure for table `business_order_comments`
--

CREATE TABLE `business_order_comments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `comment` text NOT NULL,
  `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 `business_profiles`
--

CREATE TABLE `business_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `account_manager_id` bigint(20) UNSIGNED DEFAULT NULL,
  `company_name` varchar(255) NOT NULL,
  `website` varchar(255) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `banner` varchar(255) DEFAULT NULL,
  `tax_id` varchar(255) DEFAULT NULL,
  `billing_email` varchar(255) DEFAULT NULL,
  `payment_terms` varchar(255) NOT NULL DEFAULT 'prepaid',
  `subscription_plan` varchar(255) DEFAULT 'free',
  `subscription_status` varchar(255) DEFAULT 'active',
  `sla_plan` enum('standard','priority','enterprise') NOT NULL DEFAULT 'standard',
  `managed_service` tinyint(1) NOT NULL DEFAULT 1,
  `onboarding_completed_at` timestamp NULL DEFAULT NULL,
  `subscription_ends_at` timestamp NULL DEFAULT NULL,
  `credit_limit` decimal(10,2) NOT NULL DEFAULT 0.00,
  `po_number_required` tinyint(1) NOT NULL DEFAULT 0,
  `billing_address` text DEFAULT NULL,
  `billing_city` varchar(255) DEFAULT NULL,
  `billing_state` varchar(255) DEFAULT NULL,
  `billing_country` varchar(255) DEFAULT NULL,
  `billing_postal_code` varchar(255) 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 `business_profiles`
--

INSERT INTO `business_profiles` (`id`, `user_id`, `account_manager_id`, `company_name`, `website`, `logo`, `banner`, `tax_id`, `billing_email`, `payment_terms`, `subscription_plan`, `subscription_status`, `sla_plan`, `managed_service`, `onboarding_completed_at`, `subscription_ends_at`, `credit_limit`, `po_number_required`, `billing_address`, `billing_city`, `billing_state`, `billing_country`, `billing_postal_code`, `created_at`, `updated_at`) VALUES
(1, 647, NULL, 'Miracuves', NULL, 'business/logos/1aw6ETLwD0fghqKzEkfb4b8UOGlMFGlJNRDRv2KA.png', 'business/banners/ysnsQfTNCIg6hg3Yt3RUUb5xOPNTGtnY9crxzSfw.jpg', NULL, NULL, 'prepaid', 'free', 'active', 'standard', 1, NULL, NULL, 0.00, 0, NULL, NULL, NULL, NULL, NULL, '2026-05-19 09:44:26', '2026-05-28 08:32:00');

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

--
-- Table structure for table `business_refunds`
--

CREATE TABLE `business_refunds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `amount` decimal(10,2) NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'completed',
  `reason` text DEFAULT NULL,
  `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 `business_team_members`
--

CREATE TABLE `business_team_members` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `role` varchar(255) NOT NULL DEFAULT 'member',
  `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 `business_team_members`
--

INSERT INTO `business_team_members` (`id`, `business_profile_id`, `user_id`, `role`, `created_at`, `updated_at`) VALUES
(3, 1, 2, 'admin', '2026-05-21 12:26:45', '2026-05-21 12:26:45');

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

--
-- Table structure for table `campaigns`
--

CREATE TABLE `campaigns` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `campaign_group_id` bigint(20) UNSIGNED DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `campaign_type` enum('social_media_ad','company_message','product_promotion','event_shoutout','webinar_intro','tv_commercial','influencer_campaign') NOT NULL,
  `description` text NOT NULL,
  `status` enum('draft','open','in_progress','completed','cancelled') NOT NULL DEFAULT 'open',
  `budget_per_creator` decimal(12,2) NOT NULL,
  `videos_required` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `creator_slots` int(10) UNSIGNED NOT NULL,
  `creators_accepted` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `escrow_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `escrow_locked` tinyint(1) NOT NULL DEFAULT 0,
  `deadline` date NOT NULL,
  `revision_limit` tinyint(3) UNSIGNED NOT NULL DEFAULT 2,
  `script_file` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`script_file`)),
  `brand_guidelines_file` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`brand_guidelines_file`)),
  `cta_instructions` text DEFAULT NULL,
  `pronunciation_guide` varchar(255) DEFAULT NULL,
  `target_audience` varchar(255) DEFAULT NULL,
  `region` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`region`)),
  `language` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`language`)),
  `nda_required` tinyint(1) NOT NULL DEFAULT 0,
  `nda_text` text DEFAULT NULL,
  `nda_document_path` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `campaigns`
--

INSERT INTO `campaigns` (`id`, `business_profile_id`, `campaign_group_id`, `title`, `campaign_type`, `description`, `status`, `budget_per_creator`, `videos_required`, `creator_slots`, `creators_accepted`, `escrow_amount`, `escrow_locked`, `deadline`, `revision_limit`, `script_file`, `brand_guidelines_file`, `cta_instructions`, `pronunciation_guide`, `target_audience`, `region`, `language`, `nda_required`, `nda_text`, `nda_document_path`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, 'sd s dfsd', 'social_media_ad', 'sdf  f sdf sdf sd  sfs ds f s df sd f sd s df sd  sd f sd f sdf  sdf s d sd f ds s', 'open', 100.00, 1, 1, 0, 100.00, 1, '2026-05-30', 2, NULL, NULL, 'fd gd gf dfgd df  d gd fdf g  fd g df gd fgdf g df gf', 'f gd df', 'df df df g d', NULL, NULL, 1, 'fgd f g df g df', NULL, '2026-05-25 10:24:32', '2026-05-25 10:24:32'),
(2, 1, 1, 'hghjghj', 'social_media_ad', 'ggjgh   j ghj hgjhg jhg hg jghjg hjgj hg hgjhg jhgj gjh gjh gjh ghgjh g jhghjgjhghjg  h jhg hjg  jg jhg hg jhgjhg jh gjg jhg', 'cancelled', 100.00, 1, 1, 0, 100.00, 1, '2026-05-30', 2, '[\"uploads/campaigns/script_1779884461_6a16e1ad953ee.pdf\"]', NULL, 'yg fuy y  yu t yuyy uyyty tiuytyu', 'sd fdfs df sd', 'njknjnjn', '[\"jnjnjknj\"]', '[\"English\"]', 0, '', NULL, '2026-05-27 12:21:01', '2026-05-27 12:21:27');

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

--
-- Table structure for table `campaign_analytics`
--

CREATE TABLE `campaign_analytics` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `event_type` varchar(255) NOT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `user_agent` varchar(255) DEFAULT NULL,
  `metadata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`metadata`)),
  `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 `campaign_applications`
--

CREATE TABLE `campaign_applications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `creator_id` bigint(20) UNSIGNED NOT NULL,
  `creator_message` text DEFAULT NULL,
  `status` enum('pending','accepted','rejected') NOT NULL DEFAULT 'pending',
  `nda_agreed` tinyint(1) NOT NULL DEFAULT 0,
  `nda_agreed_at` timestamp NULL DEFAULT NULL,
  `signature_data` text DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `delivery_video` varchar(255) DEFAULT NULL,
  `delivery_videos` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`delivery_videos`)),
  `delivery_status` enum('pending','submitted','approved','revision_requested') NOT NULL DEFAULT 'pending',
  `revisions_used` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `revision_note` text DEFAULT NULL,
  `delivered_at` timestamp NULL DEFAULT NULL,
  `payment_status` enum('unpaid','paid') NOT NULL DEFAULT 'unpaid',
  `paid_at` timestamp NULL DEFAULT NULL,
  `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 `campaign_conversions`
--

CREATE TABLE `campaign_conversions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `conversion_value` decimal(10,2) NOT NULL DEFAULT 0.00,
  `currency` varchar(255) NOT NULL DEFAULT 'USD',
  `metadata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`metadata`)),
  `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 `campaign_groups`
--

CREATE TABLE `campaign_groups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `campaign_groups`
--

INSERT INTO `campaign_groups` (`id`, `business_profile_id`, `name`, `description`, `created_at`, `updated_at`) VALUES
(1, 1, 'jhhggjh', NULL, '2026-05-27 12:21:01', '2026-05-27 12:21:01');

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

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(200) NOT NULL,
  `parent` varchar(10) DEFAULT NULL,
  `description` text NOT NULL,
  `keywords` varchar(255) NOT NULL,
  `mode` enum('on','off') NOT NULL DEFAULT 'on',
  `image` varchar(200) NOT NULL,
  `show_home` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `icon` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `name`, `slug`, `parent`, `description`, `keywords`, `mode`, `image`, `show_home`, `icon`) VALUES
(1, 'Athletes', 'athletes', NULL, 'Category Athletes', 'Athletes', 'on', 'athletes-zsNBSaP3MrdGwCV6KKnXCykrrVBp9RFm.png', 1, NULL),
(2, 'Comedians', 'comedians', NULL, 'Category Comedians', 'Comedians', 'on', 'comedians-BkJRHBksoLZXQwERBv8P15cCTN6TeQQM.png', 1, NULL),
(3, 'Musicians', 'musicians', NULL, 'Category Musicians', 'Musicians', 'on', 'musicians-5mCblsiL9MLa0FnJgV4GjJNtLcUtkNld.png', 0, NULL),
(4, 'Creators', 'creators', NULL, 'Category Creators', 'Creators', 'on', 'creators-7wwDQbF5JJi5XenSzzpc68WjNOKW5hyc.png', 0, NULL),
(5, 'Actors', 'actors', NULL, 'Category Actors', 'Actors, stars', 'on', 'actors-QUF9Uz0YMUlOuxUUAKdtG6TiKKSvSA6i.png', 1, NULL),
(7, 'Reality TV', 'reality-tv', NULL, 'Category Reality TV', 'Reality TV', 'on', 'reality-tv-s0HR0OKY96T3XwsJGwgi7Yo2rbnH05FL.png', 0, NULL),
(10, 'Professionals', 'professionals', NULL, 'Category Professionals', 'Professionals', 'on', 'professional-a8KJH72kLm9PqX.png', 0, NULL),
(13, 'Tv', 'tv', '5', 'Category TV', 'tv', 'on', '', 0, NULL),
(14, 'Comedy', 'comedy', '5', 'Category Comedy', 'Comedy', 'on', '', 0, NULL),
(16, 'Football', 'football', '1', 'Category Football', 'Football', 'on', '', 0, NULL),
(17, 'Basketball', 'basketball', '1', 'Basketball', 'Basketball', 'on', '', 0, NULL),
(18, 'Baseball', 'baseball', '1', 'Baseball', 'Baseball', 'on', '', 0, NULL),
(19, 'Soccer', 'soccer', '1', '', 'Soccer', 'on', '', 0, NULL),
(20, 'Stand Up', 'stand-up', '2', '', 'Stand Up', 'on', '', 0, NULL),
(21, 'Instagram', 'instagram', '2', '', 'Instagram', 'on', '', 0, NULL),
(22, 'Hallmark', 'hallmark', '5', '', 'Hallmark', 'on', '', 0, NULL),
(23, 'Comic-Con', 'comic-con', '5', '', 'Comic-Con', 'on', '', 0, NULL),
(24, 'Disney', 'disney', '5', '', 'Disney', 'on', '', 0, NULL),
(25, 'Hulu', 'hulu', '5', '', 'hulu', 'on', '', 0, NULL),
(26, 'Movies', 'movies', '5', '', 'movies', 'on', '', 0, NULL),
(27, 'Drama', 'drama', '5', '', 'Drama', 'on', '', 0, NULL),
(28, 'Bollywood', 'bollywood', '5', '', 'Bollywood', 'on', '', 0, NULL),
(29, 'Film', 'film', '5', '', '', 'on', '', 0, NULL),
(30, 'HBO', 'hbo', '5', '', '', 'on', '', 0, NULL),
(31, 'Netflix', 'netflix', '5', '', '', 'on', '', 0, NULL),
(32, 'Sports Reporters', 'sports-reporters', '1', '', '', 'on', '', 0, NULL),
(33, 'Tennis', 'tennis', '1', '', '', 'on', '', 0, NULL),
(34, 'Skateboarders', 'skateboarders', '1', '', '', 'on', '', 0, NULL),
(35, 'Racing', 'racing', '1', '', '', 'on', '', 0, NULL),
(36, 'Cricket', 'cricket', '1', '', '', 'on', '', 0, NULL),
(37, 'Rugby', 'rugby', '1', '', '', 'on', '', 0, NULL),
(38, 'Volleyball', 'volleyball', '1', '', '', 'on', '', 0, NULL),
(39, 'Golf', 'golf', '1', '', '', 'on', '', 0, NULL),
(40, 'Twitter Comedians', 'twitter-comedians', '2', '', '', 'on', '', 0, NULL),
(41, 'Improv and Sketch', 'improv-and-sketch', '0', '', '', 'on', '', 0, NULL),
(42, 'Roasts', 'roasts', '2', '', '', 'on', '', 0, NULL),
(43, 'Late Night', 'late-night', '2', '', '', 'on', '', 0, NULL),
(44, 'Musical Comedy', 'musical-comedy', '2', '', '', 'on', '', 0, NULL),
(45, 'Influencers', 'influencers', '4', '', '', 'on', '', 0, NULL),
(46, 'Bloggers', 'bloggers', '4', '', '', 'on', '', 0, NULL),
(47, 'Podcast', 'podcast', '4', '', '', 'on', '', 0, NULL),
(48, 'Animals', 'animals', '4', '', '', 'on', '', 0, NULL),
(49, 'Gamers', 'gamers', '4', '', '', 'on', '', 0, NULL),
(50, 'Furry', 'furry', '4', '', '', 'on', '', 0, NULL),
(51, 'Singer / Songwriter', 'singer-songwriter', '3', '', '', 'on', '', 0, NULL),
(52, 'Hip Hop', 'hip-hop', '3', '', '', 'on', '', 0, NULL),
(53, 'Lead Singers', 'lead-singers', '3', '', '', 'on', '', 0, NULL),
(54, 'Funk', 'funk', '3', '', '', 'on', '', 0, NULL),
(55, 'Rappers', 'rappers', '3', '', '', 'on', '', 0, NULL),
(56, 'Metal', 'metal', '3', '', '', 'on', '', 0, NULL),
(57, 'Pop', 'pop', '3', '', '', 'on', '', 0, NULL),
(58, 'Rock Music', 'rock-music', '3', '', '', 'on', '', 0, NULL),
(59, 'K-pop', 'k-pop', '3', '', '', 'on', '', 0, NULL),
(60, 'Music Producers', 'music-producers', '3', '', '', 'on', '', 0, NULL),
(61, 'Djs', 'djs', '3', '', '', 'on', '', 0, NULL),
(62, 'Bassists', 'bassists', '3', '', '', 'on', '', 0, NULL),
(63, 'Models', 'models', '10', '', '', 'on', '', 0, NULL),
(64, 'Artists', 'artists', '10', '', '', 'on', '', 0, NULL),
(65, 'Santas 🎄', 'santas', '10', '', '', 'on', '', 0, NULL),
(66, 'TV Host', 'tv-host', '10', '', '', 'on', '', 0, NULL),
(67, 'Photographers', 'photographers', '10', '', '', 'on', '', 0, NULL),
(68, 'News', 'news', '10', '', '', 'on', '', 0, NULL),
(69, 'Dancers', 'dancers', '10', '', '', 'on', '', 0, NULL),
(70, 'Motivational Speakers', 'motivational-speakers', '10', '', '', 'on', '', 0, NULL),
(71, 'Commentators', 'commentators', '10', '', '', 'on', '', 0, NULL),
(72, 'Political commentators', 'political-commentators', '10', '', '', 'on', '', 0, NULL),
(73, 'Radio', 'radio', '10', '', '', 'on', '', 0, NULL),
(74, 'Food', 'food', '10', '', '', 'on', '', 0, NULL),
(75, 'Ninja Warrior', 'ninja-warrior', '7', '', '', 'on', '', 0, NULL),
(76, 'MTV', 'mtv', '7', '', '', 'on', '', 0, NULL),
(77, 'HBO Max', 'hbo-max', '7', '', '', 'on', '', 0, NULL),
(78, 'Real Housewives', 'real-housewives', '7', '', '', 'on', '', 0, NULL),
(79, 'Reality TV - Netflix', 'reality-tv-netflix', '7', '', '', 'on', '', 0, NULL),
(80, 'Discovery Channel', 'discovery-channel', '7', '', '', 'on', '', 0, NULL),
(81, 'History Channel', 'history-channel', '7', '', '', 'on', '', 0, NULL),
(82, 'ITV', 'itv', '7', '', '', 'on', '', 0, NULL),
(83, 'Food Network', 'food-network', '7', '', '', 'on', '', 0, NULL),
(84, 'TLC', 'tlc', '7', '', '', 'on', '', 0, NULL),
(85, 'Bondi Rescue', 'bondi-rescue', '7', '', '', 'on', '', 0, NULL),
(86, 'Ink Master', 'ink-master', '7', '', '', 'on', '', 0, NULL);

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

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

CREATE TABLE `countries` (
  `id` int(11) NOT NULL,
  `country_code` varchar(2) NOT NULL DEFAULT '',
  `country_name` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

INSERT INTO `countries` (`id`, `country_code`, `country_name`) VALUES
(1, 'US', 'United States'),
(2, 'CA', 'Canada'),
(3, 'AF', 'Afghanistan'),
(4, 'AL', 'Albania'),
(5, 'DZ', 'Algeria'),
(6, 'DS', 'American Samoa'),
(7, 'AD', 'Andorra'),
(8, 'AO', 'Angola'),
(9, 'AI', 'Anguilla'),
(10, 'AQ', 'Antarctica'),
(11, 'AG', 'Antigua and/or Barbuda'),
(12, 'AR', 'Argentina'),
(13, 'AM', 'Armenia'),
(14, 'AW', 'Aruba'),
(15, 'AU', 'Australia'),
(16, 'AT', 'Austria'),
(17, 'AZ', 'Azerbaijan'),
(18, 'BS', 'Bahamas'),
(19, 'BH', 'Bahrain'),
(20, 'BD', 'Bangladesh'),
(21, 'BB', 'Barbados'),
(22, 'BY', 'Belarus'),
(23, 'BE', 'Belgium'),
(24, 'BZ', 'Belize'),
(25, 'BJ', 'Benin'),
(26, 'BM', 'Bermuda'),
(27, 'BT', 'Bhutan'),
(28, 'BO', 'Bolivia'),
(29, 'BA', 'Bosnia and Herzegovina'),
(30, 'BW', 'Botswana'),
(31, 'BV', 'Bouvet Island'),
(32, 'BR', 'Brazil'),
(33, 'IO', 'British lndian Ocean Territory'),
(34, 'BN', 'Brunei Darussalam'),
(35, 'BG', 'Bulgaria'),
(36, 'BF', 'Burkina Faso'),
(37, 'BI', 'Burundi'),
(38, 'KH', 'Cambodia'),
(39, 'CM', 'Cameroon'),
(40, 'CV', 'Cape Verde'),
(41, 'KY', 'Cayman Islands'),
(42, 'CF', 'Central African Republic'),
(43, 'TD', 'Chad'),
(44, 'CL', 'Chile'),
(45, 'CN', 'China'),
(46, 'CX', 'Christmas Island'),
(47, 'CC', 'Cocos (Keeling) Islands'),
(48, 'CO', 'Colombia'),
(49, 'KM', 'Comoros'),
(50, 'CG', 'Congo'),
(51, 'CK', 'Cook Islands'),
(52, 'CR', 'Costa Rica'),
(53, 'HR', 'Croatia (Hrvatska)'),
(54, 'CU', 'Cuba'),
(55, 'CY', 'Cyprus'),
(56, 'CZ', 'Czech Republic'),
(57, 'DK', 'Denmark'),
(58, 'DJ', 'Djibouti'),
(59, 'DM', 'Dominica'),
(60, 'DO', 'Dominican Republic'),
(61, 'TP', 'East Timor'),
(62, 'EC', 'Ecuador'),
(63, 'EG', 'Egypt'),
(64, 'SV', 'El Salvador'),
(65, 'GQ', 'Equatorial Guinea'),
(66, 'ER', 'Eritrea'),
(67, 'EE', 'Estonia'),
(68, 'ET', 'Ethiopia'),
(69, 'FK', 'Falkland Islands (Malvinas)'),
(70, 'FO', 'Faroe Islands'),
(71, 'FJ', 'Fiji'),
(72, 'FI', 'Finland'),
(73, 'FR', 'France'),
(74, 'FX', 'France, Metropolitan'),
(75, 'GF', 'French Guiana'),
(76, 'PF', 'French Polynesia'),
(77, 'TF', 'French Southern Territories'),
(78, 'GA', 'Gabon'),
(79, 'GM', 'Gambia'),
(80, 'GE', 'Georgia'),
(81, 'DE', 'Germany'),
(82, 'GH', 'Ghana'),
(83, 'GI', 'Gibraltar'),
(84, 'GR', 'Greece'),
(85, 'GL', 'Greenland'),
(86, 'GD', 'Grenada'),
(87, 'GP', 'Guadeloupe'),
(88, 'GU', 'Guam'),
(89, 'GT', 'Guatemala'),
(90, 'GN', 'Guinea'),
(91, 'GW', 'Guinea-Bissau'),
(92, 'GY', 'Guyana'),
(93, 'HT', 'Haiti'),
(94, 'HM', 'Heard and Mc Donald Islands'),
(95, 'HN', 'Honduras'),
(96, 'HK', 'Hong Kong'),
(97, 'HU', 'Hungary'),
(98, 'IS', 'Iceland'),
(99, 'IN', 'India'),
(100, 'ID', 'Indonesia'),
(101, 'IR', 'Iran (Islamic Republic of)'),
(102, 'IQ', 'Iraq'),
(103, 'IE', 'Ireland'),
(104, 'IL', 'Israel'),
(105, 'IT', 'Italy'),
(106, 'CI', 'Ivory Coast'),
(107, 'JM', 'Jamaica'),
(108, 'JP', 'Japan'),
(109, 'JO', 'Jordan'),
(110, 'KZ', 'Kazakhstan'),
(111, 'KE', 'Kenya'),
(112, 'KI', 'Kiribati'),
(113, 'KP', 'Korea, Democratic People\'s Republic of'),
(114, 'KR', 'Korea, Republic of'),
(115, 'XK', 'Kosovo'),
(116, 'KW', 'Kuwait'),
(117, 'KG', 'Kyrgyzstan'),
(118, 'LA', 'Lao People\'s Democratic Republic'),
(119, 'LV', 'Latvia'),
(120, 'LB', 'Lebanon'),
(121, 'LS', 'Lesotho'),
(122, 'LR', 'Liberia'),
(123, 'LY', 'Libyan Arab Jamahiriya'),
(124, 'LI', 'Liechtenstein'),
(125, 'LT', 'Lithuania'),
(126, 'LU', 'Luxembourg'),
(127, 'MO', 'Macau'),
(128, 'MK', 'Macedonia'),
(129, 'MG', 'Madagascar'),
(130, 'MW', 'Malawi'),
(131, 'MY', 'Malaysia'),
(132, 'MV', 'Maldives'),
(133, 'ML', 'Mali'),
(134, 'MT', 'Malta'),
(135, 'MH', 'Marshall Islands'),
(136, 'MQ', 'Martinique'),
(137, 'MR', 'Mauritania'),
(138, 'MU', 'Mauritius'),
(139, 'TY', 'Mayotte'),
(140, 'MX', 'Mexico'),
(141, 'FM', 'Micronesia, Federated States of'),
(142, 'MD', 'Moldova, Republic of'),
(143, 'MC', 'Monaco'),
(144, 'MN', 'Mongolia'),
(145, 'ME', 'Montenegro'),
(146, 'MS', 'Montserrat'),
(147, 'MA', 'Morocco'),
(148, 'MZ', 'Mozambique'),
(149, 'MM', 'Myanmar'),
(150, 'NA', 'Namibia'),
(151, 'NR', 'Nauru'),
(152, 'NP', 'Nepal'),
(153, 'NL', 'Netherlands'),
(154, 'AN', 'Netherlands Antilles'),
(155, 'NC', 'New Caledonia'),
(156, 'NZ', 'New Zealand'),
(157, 'NI', 'Nicaragua'),
(158, 'NE', 'Niger'),
(159, 'NG', 'Nigeria'),
(160, 'NU', 'Niue'),
(161, 'NF', 'Norfork Island'),
(162, 'MP', 'Northern Mariana Islands'),
(163, 'NO', 'Norway'),
(164, 'OM', 'Oman'),
(165, 'PK', 'Pakistan'),
(166, 'PW', 'Palau'),
(167, 'PA', 'Panama'),
(168, 'PG', 'Papua New Guinea'),
(169, 'PY', 'Paraguay'),
(170, 'PE', 'Peru'),
(171, 'PH', 'Philippines'),
(172, 'PN', 'Pitcairn'),
(173, 'PL', 'Poland'),
(174, 'PT', 'Portugal'),
(175, 'PR', 'Puerto Rico'),
(176, 'QA', 'Qatar'),
(177, 'RE', 'Reunion'),
(178, 'RO', 'Romania'),
(179, 'RU', 'Russian Federation'),
(180, 'RW', 'Rwanda'),
(181, 'KN', 'Saint Kitts and Nevis'),
(182, 'LC', 'Saint Lucia'),
(183, 'VC', 'Saint Vincent and the Grenadines'),
(184, 'WS', 'Samoa'),
(185, 'SM', 'San Marino'),
(186, 'ST', 'Sao Tome and Principe'),
(187, 'SA', 'Saudi Arabia'),
(188, 'SN', 'Senegal'),
(189, 'RS', 'Serbia'),
(190, 'SC', 'Seychelles'),
(191, 'SL', 'Sierra Leone'),
(192, 'SG', 'Singapore'),
(193, 'SK', 'Slovakia'),
(194, 'SI', 'Slovenia'),
(195, 'SB', 'Solomon Islands'),
(196, 'SO', 'Somalia'),
(197, 'ZA', 'South Africa'),
(198, 'GS', 'South Georgia South Sandwich Islands'),
(199, 'ES', 'Spain'),
(200, 'LK', 'Sri Lanka'),
(201, 'SH', 'St. Helena'),
(202, 'PM', 'St. Pierre and Miquelon'),
(203, 'SD', 'Sudan'),
(204, 'SR', 'Suriname'),
(205, 'SJ', 'Svalbarn and Jan Mayen Islands'),
(206, 'SZ', 'Swaziland'),
(207, 'SE', 'Sweden'),
(208, 'CH', 'Switzerland'),
(209, 'SY', 'Syrian Arab Republic'),
(210, 'TW', 'Taiwan'),
(211, 'TJ', 'Tajikistan'),
(212, 'TZ', 'Tanzania, United Republic of'),
(213, 'TH', 'Thailand'),
(214, 'TG', 'Togo'),
(215, 'TK', 'Tokelau'),
(216, 'TO', 'Tonga'),
(217, 'TT', 'Trinidad and Tobago'),
(218, 'TN', 'Tunisia'),
(219, 'TR', 'Turkey'),
(220, 'TM', 'Turkmenistan'),
(221, 'TC', 'Turks and Caicos Islands'),
(222, 'TV', 'Tuvalu'),
(223, 'UG', 'Uganda'),
(224, 'UA', 'Ukraine'),
(225, 'AE', 'United Arab Emirates'),
(226, 'GB', 'United Kingdom'),
(227, 'UM', 'United States minor outlying islands'),
(228, 'UY', 'Uruguay'),
(229, 'UZ', 'Uzbekistan'),
(230, 'VU', 'Vanuatu'),
(231, 'VA', 'Vatican City State'),
(232, 'VE', 'Venezuela'),
(233, 'VN', 'Vietnam'),
(234, 'VG', 'Virgin Islands (British)'),
(235, 'VI', 'Virgin Islands (U.S.)'),
(236, 'WF', 'Wallis and Futuna Islands'),
(237, 'EH', 'Western Sahara'),
(238, 'YE', 'Yemen'),
(239, 'YU', 'Yugoslavia'),
(240, 'ZR', 'Zaire'),
(241, 'ZM', 'Zambia'),
(242, 'ZW', 'Zimbabwe');

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

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

CREATE TABLE `coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(255) NOT NULL,
  `percentage` decimal(5,2) DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `redeems` int(11) DEFAULT 0,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `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 `creator_faqs`
--

CREATE TABLE `creator_faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `question` varchar(500) NOT NULL,
  `answer` text NOT NULL,
  `sort_order` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `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 `creator_pricing_rules`
--

CREATE TABLE `creator_pricing_rules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `rule_type` varchar(50) NOT NULL,
  `configuration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`configuration`)),
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `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 `creator_social_handles`
--

CREATE TABLE `creator_social_handles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `platform` enum('instagram','tiktok','youtube','twitter','facebook') NOT NULL,
  `handle` varchar(255) NOT NULL,
  `follower_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `monthly_engagement` bigint(20) UNSIGNED DEFAULT NULL,
  `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 `custom_offers`
--

CREATE TABLE `custom_offers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `quote_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sender_id` int(10) UNSIGNED NOT NULL,
  `receiver_id` int(10) UNSIGNED NOT NULL,
  `price` decimal(10,2) NOT NULL,
  `delivery_days` int(11) NOT NULL,
  `description` text NOT NULL,
  `revenue_share_pct` decimal(5,2) NOT NULL DEFAULT 0.00,
  `revenue_share_terms` text DEFAULT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'pending',
  `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;

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

--
-- Table structure for table `custom_quotes`
--

CREATE TABLE `custom_quotes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `buyer_id` int(10) UNSIGNED NOT NULL,
  `seller_id` int(10) UNSIGNED NOT NULL,
  `project_title` varchar(150) NOT NULL,
  `requirements` text NOT NULL,
  `video_count` int(11) NOT NULL DEFAULT 1,
  `delivery_days` int(11) NOT NULL DEFAULT 7,
  `status` varchar(50) NOT NULL DEFAULT 'pending',
  `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;

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

--
-- Table structure for table `deposits`
--

CREATE TABLE `deposits` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `txn_id` varchar(200) NOT NULL,
  `amount` int(10) UNSIGNED NOT NULL,
  `payment_gateway` varchar(100) NOT NULL,
  `status` enum('active','pending') NOT NULL DEFAULT 'active',
  `screenshot_transfer` varchar(100) NOT NULL,
  `percentage_applied` varchar(50) DEFAULT NULL,
  `transaction_fee` double(10,2) NOT NULL,
  `taxes` 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 `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(255) DEFAULT 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;

--
-- Dumping data for table `failed_jobs`
--

INSERT INTO `failed_jobs` (`id`, `uuid`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(2, 'ddcf7edf-c02c-4b9c-9203-568af4dc99de', 'database', 'default', '{\"uuid\":\"ddcf7edf-c02c-4b9c-9203-568af4dc99de\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924189,\"delay\":null}', 'TypeError: League\\Flysystem\\Filesystem::delete(): Argument #1 ($location) must be of type string, null given, called in /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 567 and defined in /opt/homebrew/var/www/mxmeo/vendor/league/flysystem/src/Filesystem.php:84\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php(567): League\\Flysystem\\Filesystem->delete(NULL)\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(279): Illuminate\\Filesystem\\FilesystemAdapter->delete(Array)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(180): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/12699...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 {main}', '2026-02-24 03:39:52'),
(3, '3e04816e-5032-4d1c-a477-f7c2ec9acac1', 'database', 'default', '{\"uuid\":\"3e04816e-5032-4d1c-a477-f7c2ec9acac1\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924265,\"delay\":null}', 'ErrorException: unlink(/opt/homebrew/var/www/mxmeo/public/temp/): Operation not permitted in /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php:275\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(275): unlink(\'/opt/homebrew/v...\')\n#3 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(180): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/\')\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2026-02-24 03:41:06'),
(4, 'e4fd945b-6690-4ab3-865a-6d90bc389c50', 'database', 'default', '{\"uuid\":\"e4fd945b-6690-4ab3-865a-6d90bc389c50\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924330,\"delay\":null}', 'ErrorException: unlink(/opt/homebrew/var/www/mxmeo/public/temp/): Operation not permitted in /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php:275\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(275): unlink(\'/opt/homebrew/v...\')\n#3 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(180): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/\')\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2026-02-24 03:42:11'),
(5, 'f04a72ac-bc95-424c-bd4f-9ae454c35346', 'database', 'default', '{\"uuid\":\"f04a72ac-bc95-424c-bd4f-9ae454c35346\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924375,\"delay\":null}', 'TypeError: League\\Flysystem\\Filesystem::delete(): Argument #1 ($location) must be of type string, null given, called in /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 567 and defined in /opt/homebrew/var/www/mxmeo/vendor/league/flysystem/src/Filesystem.php:84\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php(567): League\\Flysystem\\Filesystem->delete(NULL)\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(279): Illuminate\\Filesystem\\FilesystemAdapter->delete(Array)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(180): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/12699...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 {main}', '2026-02-24 03:42:55'),
(6, '75ddfe41-72ff-44bb-a2cd-5c2302fb2ef3', 'database', 'default', '{\"uuid\":\"75ddfe41-72ff-44bb-a2cd-5c2302fb2ef3\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924426,\"delay\":null}', 'ErrorException: unlink(/opt/homebrew/var/www/mxmeo/public/temp/): Operation not permitted in /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php:275\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(258): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():257}(2, \'unlink(/opt/hom...\', \'/opt/homebrew/v...\', 275)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(275): unlink(\'/opt/homebrew/v...\')\n#3 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(180): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/\')\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 {main}', '2026-02-24 03:43:46');
INSERT INTO `failed_jobs` (`id`, `uuid`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(7, 'a92f2b2f-5b5a-402d-aeca-08a6d2b8b0ba', 'database', 'default', '{\"uuid\":\"a92f2b2f-5b5a-402d-aeca-08a6d2b8b0ba\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924455,\"delay\":null}', 'Alchemy\\BinaryDriver\\Exception\\ExecutableNotFoundException: Executable not found, proposed :  in /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/AbstractBinary.php:159\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php(50): Alchemy\\BinaryDriver\\AbstractBinary::load(Array, Object(Illuminate\\Log\\Logger), Object(Alchemy\\BinaryDriver\\Configuration))\n#1 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(220): FFMpeg\\Driver\\FFProbeDriver::create(Object(Alchemy\\BinaryDriver\\Configuration), Object(Illuminate\\Log\\Logger))\n#2 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(67): FFMpeg\\FFProbe::create(Array, Object(Illuminate\\Log\\Logger))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():66}(Object(Illuminate\\Foundation\\Application), Array)\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'FFMpeg\\\\FFProbe\', Array, true)\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'FFMpeg\\\\FFProbe\', Array)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'FFMpeg\\\\FFProbe\', Array)\n#8 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(83): Illuminate\\Foundation\\Application->make(\'FFMpeg\\\\FFProbe\')\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():80}(Object(Illuminate\\Foundation\\Application), Array)\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'FFMpeg\\\\FFMpeg\', Array, true)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'FFMpeg\\\\FFMpeg\', Array)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'FFMpeg\\\\FFMpeg\', Array)\n#14 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(88): Illuminate\\Foundation\\Application->make(\'FFMpeg\\\\FFMpeg\')\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():87}(Object(Illuminate\\Foundation\\Application), Array)\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'ProtoneMedia\\\\La...\', Array, true)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'ProtoneMedia\\\\La...\', Array)\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'ProtoneMedia\\\\La...\', Array)\n#20 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(102): Illuminate\\Foundation\\Application->make(\'ProtoneMedia\\\\La...\')\n#21 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(35): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():98}:102}()\n#22 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(40): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->driver()\n#23 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(57): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->new()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->__call(\'fromDisk\', Array)\n#25 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(81): Illuminate\\Support\\Facades\\Facade::__callStatic(\'fromDisk\', Array)\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#32 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#36 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#37 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#38 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#39 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#40 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#41 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#42 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#43 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#44 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#45 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#46 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#47 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#48 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#49 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#50 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#51 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#52 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#53 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#54 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#55 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#56 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#57 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#58 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#59 {main}\n\nNext FFMpeg\\Exception\\ExecutableNotFoundException: Unable to load FFProbe in /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:52\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(220): FFMpeg\\Driver\\FFProbeDriver::create(Object(Alchemy\\BinaryDriver\\Configuration), Object(Illuminate\\Log\\Logger))\n#1 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(67): FFMpeg\\FFProbe::create(Array, Object(Illuminate\\Log\\Logger))\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():66}(Object(Illuminate\\Foundation\\Application), Array)\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'FFMpeg\\\\FFProbe\', Array, true)\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'FFMpeg\\\\FFProbe\', Array)\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'FFMpeg\\\\FFProbe\', Array)\n#7 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(83): Illuminate\\Foundation\\Application->make(\'FFMpeg\\\\FFProbe\')\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():80}(Object(Illuminate\\Foundation\\Application), Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'FFMpeg\\\\FFMpeg\', Array, true)\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'FFMpeg\\\\FFMpeg\', Array)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'FFMpeg\\\\FFMpeg\', Array)\n#13 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(88): Illuminate\\Foundation\\Application->make(\'FFMpeg\\\\FFMpeg\')\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(1115): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():87}(Object(Illuminate\\Foundation\\Application), Array)\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(933): Illuminate\\Container\\Container->build(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1078): Illuminate\\Container\\Container->resolve(\'ProtoneMedia\\\\La...\', Array, true)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(864): Illuminate\\Foundation\\Application->resolve(\'ProtoneMedia\\\\La...\', Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1058): Illuminate\\Container\\Container->make(\'ProtoneMedia\\\\La...\', Array)\n#19 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/ServiceProvider.php(102): Illuminate\\Foundation\\Application->make(\'ProtoneMedia\\\\La...\')\n#20 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(35): ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider->{closure:{closure:ProtoneMedia\\LaravelFFMpeg\\Support\\ServiceProvider::register():98}:102}()\n#21 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(40): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->driver()\n#22 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Support/MediaOpenerFactory.php(57): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->new()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(363): ProtoneMedia\\LaravelFFMpeg\\Support\\MediaOpenerFactory->__call(\'fromDisk\', Array)\n#24 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(81): Illuminate\\Support\\Facades\\Facade::__callStatic(\'fromDisk\', Array)\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#32 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#36 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#37 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#38 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#39 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#40 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#41 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#42 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#43 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#44 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#45 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#46 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#47 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#48 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#49 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#50 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#51 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#52 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#53 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#54 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#55 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#56 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#57 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#58 {main}', '2026-02-24 03:44:16'),
(8, '98c561cf-a691-4d6e-8e55-767663f48710', 'database', 'default', '{\"uuid\":\"98c561cf-a691-4d6e-8e55-767663f48710\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771924705,\"delay\":null}', 'Alchemy\\BinaryDriver\\Exception\\ExecutionFailureException: ffprobe failed to execute command \'/opt/homebrew/bin/ffprobe\' \'/opt/homebrew/var/www/mxmeo/public/temp/\' \'-show_streams\' \'-print_format\' \'json\':\n\nError Output:\n\n ffprobe version 7.1.1 Copyright (c) 2007-2025 the FFmpeg developers\n  built with Apple clang version 17.0.0 (clang-1700.0.13.3)\n  configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/7.1.1_3 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags=\'-Wl,-ld_classic\' --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox --enable-audiotoolbox --enable-neon\n  libavutil      59. 39.100 / 59. 39.100\n  libavcodec     61. 19.101 / 61. 19.101\n  libavformat    61.  7.100 / 61.  7.100\n  libavdevice    61.  3.100 / 61.  3.100\n  libavfilter    10.  4.100 / 10.  4.100\n  libswscale      8.  3.100 /  8.  3.100\n  libswresample   5.  3.100 /  5.  3.100\n  libpostproc    58.  3.100 / 58.  3.100\n/opt/homebrew/var/www/mxmeo/public/temp/: Is a directory\n in /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessRunner.php:94\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/ProcessRunner.php(72): Alchemy\\BinaryDriver\\ProcessRunner->doExecutionFailure(\'\'/opt/homebrew/...\', \'ffprobe version...\')\n#1 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/AbstractBinary.php(207): Alchemy\\BinaryDriver\\ProcessRunner->run(Object(Symfony\\Component\\Process\\Process), Object(SplObjectStorage), false)\n#2 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/Alchemy/BinaryDriver/AbstractBinary.php(136): Alchemy\\BinaryDriver\\AbstractBinary->run(Object(Symfony\\Component\\Process\\Process), false, NULL)\n#3 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(252): Alchemy\\BinaryDriver\\AbstractBinary->command(Array)\n#4 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(200): FFMpeg\\FFProbe->probe(\'/opt/homebrew/v...\', \'-show_streams\', \'streams\')\n#5 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/FFMpeg/FFProbe.php(68): FFMpeg\\FFProbe->streams(\'/opt/homebrew/v...\')\n#6 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php(93): ProtoneMedia\\LaravelFFMpeg\\FFMpeg\\FFProbe->streams(\'/opt/homebrew/v...\')\n#7 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Drivers/PHPFFMpeg.php(124): FFMpeg\\FFMpeg->open(\'/opt/homebrew/v...\')\n#8 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/MediaOpener.php(152): ProtoneMedia\\LaravelFFMpeg\\Drivers\\PHPFFMpeg->open(Object(ProtoneMedia\\LaravelFFMpeg\\Filesystem\\MediaCollection))\n#9 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/MediaOpener.php(265): ProtoneMedia\\LaravelFFMpeg\\MediaOpener->getDriver()\n#10 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(84): ProtoneMedia\\LaravelFFMpeg\\MediaOpener->__call(\'addWatermark\', Array)\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(358): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->runNextJob(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#32 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#35 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#36 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#37 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#38 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#39 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#40 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#41 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#42 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#43 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#44 {main}\n\nNext FFMpeg\\Exception\\RuntimeException: Unable to probe /opt/homebrew/var/www/mxmeo/public/temp/ in /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php:254\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php(200): FFMpeg\\FFProbe->probe(\'/opt/homebrew/v...\', \'-show_streams\', \'streams\')\n#1 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/FFMpeg/FFProbe.php(68): FFMpeg\\FFProbe->streams(\'/opt/homebrew/v...\')\n#2 /opt/homebrew/var/www/mxmeo/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php(93): ProtoneMedia\\LaravelFFMpeg\\FFMpeg\\FFProbe->streams(\'/opt/homebrew/v...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/Drivers/PHPFFMpeg.php(124): FFMpeg\\FFMpeg->open(\'/opt/homebrew/v...\')\n#4 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/MediaOpener.php(152): ProtoneMedia\\LaravelFFMpeg\\Drivers\\PHPFFMpeg->open(Object(ProtoneMedia\\LaravelFFMpeg\\Filesystem\\MediaCollection))\n#5 /opt/homebrew/var/www/mxmeo/vendor/pbmedia/laravel-ffmpeg/src/MediaOpener.php(265): ProtoneMedia\\LaravelFFMpeg\\MediaOpener->getDriver()\n#6 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(84): ProtoneMedia\\LaravelFFMpeg\\MediaOpener->__call(\'addWatermark\', Array)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(358): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->runNextJob(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#32 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#35 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#37 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#38 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#39 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#40 {main}', '2026-02-24 03:49:34');
INSERT INTO `failed_jobs` (`id`, `uuid`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(9, 'abee78b5-3036-4366-a4b2-2f85801c972a', 'database', 'default', '{\"uuid\":\"abee78b5-3036-4366-a4b2-2f85801c972a\",\"displayName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"30,120,300\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"command\":\"O:29:\\\"App\\\\Jobs\\\\GenerateSubtitlesJob\\\":3:{s:5:\\\"model\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:9;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:9:\\\"modelType\\\";s:5:\\\"order\\\";s:9:\\\"videoPath\\\";s:108:\\\"\\/opt\\/homebrew\\/var\\/www\\/mxmeo\\/public\\/uploads\\/videos\\/9vXoCkS5izxMqSupOGNJC699d8cad7109b1771932845-converted.mp4\\\";}\"},\"createdAt\":1771932897,\"delay\":null}', 'Exception: OpenRouter API error: {\"error\":{\"message\":\"Gemini 1.5 Flash is not a valid model ID\",\"code\":400},\"user_id\":\"user_3A6eSZqnplReFRfCYnCXtue4tnV\"} in /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php:182\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php(46): App\\Services\\AiSubtitleService->transcribeWithOpenRouter(\'/var/folders/dv...\', Object(App\\Models\\AdminSettings))\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/GenerateSubtitlesJob.php(62): App\\Services\\AiSubtitleService->generate(\'/opt/homebrew/v...\', 9)\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\GenerateSubtitlesJob->handle(Object(App\\Services\\AiSubtitleService))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\GenerateSubtitlesJob), false)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\GenerateSubtitlesJob))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2026-02-24 06:07:36'),
(10, 'ddf20e4b-31aa-4eda-8578-611bcdd654aa', 'database', 'default', '{\"uuid\":\"ddf20e4b-31aa-4eda-8578-611bcdd654aa\",\"displayName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"30,120,300\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"command\":\"O:29:\\\"App\\\\Jobs\\\\GenerateSubtitlesJob\\\":3:{s:5:\\\"model\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:12;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:9:\\\"modelType\\\";s:5:\\\"order\\\";s:9:\\\"videoPath\\\";s:109:\\\"\\/opt\\/homebrew\\/var\\/www\\/mxmeo\\/public\\/uploads\\/videos\\/12mjadcDKNKCVahXbF0NYV699d9536137a61771935030-converted.mp4\\\";}\"},\"createdAt\":1771935080,\"delay\":null}', 'Exception: OpenRouter API error: {\"error\":{\"message\":\"This request requires at least $0.50 in balance for audio\",\"code\":402,\"metadata\":{\"provider_name\":null}},\"user_id\":\"user_3A6eSZqnplReFRfCYnCXtue4tnV\"} in /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php:188\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php(46): App\\Services\\AiSubtitleService->transcribeWithOpenRouter(\'/var/folders/dv...\', Object(App\\Models\\AdminSettings))\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/GenerateSubtitlesJob.php(62): App\\Services\\AiSubtitleService->generate(\'/opt/homebrew/v...\', 12)\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\GenerateSubtitlesJob->handle(Object(App\\Services\\AiSubtitleService))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\GenerateSubtitlesJob), false)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\GenerateSubtitlesJob))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2026-02-24 06:44:01'),
(11, '88c3b469-163a-40c7-8a29-8453cd98b906', 'database', 'default', '{\"uuid\":\"88c3b469-163a-40c7-8a29-8453cd98b906\",\"displayName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"30,120,300\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"command\":\"O:29:\\\"App\\\\Jobs\\\\GenerateSubtitlesJob\\\":3:{s:5:\\\"model\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:13;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:9:\\\"modelType\\\";s:5:\\\"order\\\";s:9:\\\"videoPath\\\";s:109:\\\"\\/opt\\/homebrew\\/var\\/www\\/mxmeo\\/public\\/uploads\\/videos\\/13k6EbiuU5IS8nBIFKrM10699d972657b911771935526-converted.mp4\\\";}\"},\"createdAt\":1771935578,\"delay\":null}', 'Error: Typed property App\\Jobs\\GenerateSubtitlesJob::$videoAbsPath must not be accessed before initialization in /opt/homebrew/var/www/mxmeo/app/Jobs/GenerateSubtitlesJob.php:50\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\GenerateSubtitlesJob->handle(Object(App\\Services\\AiSubtitleService))\n#1 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\GenerateSubtitlesJob), false)\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\GenerateSubtitlesJob))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#26 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#28 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 {main}', '2026-02-24 07:06:27'),
(12, 'e29ea596-9c80-449f-94b8-53a40041fd84', 'database', 'default', '{\"uuid\":\"e29ea596-9c80-449f-94b8-53a40041fd84\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:6;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771928442,\"delay\":null}', 'TypeError: League\\Flysystem\\Filesystem::delete(): Argument #1 ($location) must be of type string, null given, called in /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 567 and defined in /opt/homebrew/var/www/mxmeo/vendor/league/flysystem/src/Filesystem.php:84\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php(567): League\\Flysystem\\Filesystem->delete(NULL)\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(288): Illuminate\\Filesystem\\FilesystemAdapter->delete(Array)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(189): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/12699...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 {main}', '2026-02-24 07:15:45'),
(13, '84b66942-0107-477c-a1df-549a0ccda321', 'database', 'default', '{\"uuid\":\"84b66942-0107-477c-a1df-549a0ccda321\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:10;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771933641,\"delay\":null}', 'TypeError: League\\Flysystem\\Filesystem::delete(): Argument #1 ($location) must be of type string, null given, called in /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 567 and defined in /opt/homebrew/var/www/mxmeo/vendor/league/flysystem/src/Filesystem.php:84\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php(567): League\\Flysystem\\Filesystem->delete(NULL)\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(288): Illuminate\\Filesystem\\FilesystemAdapter->delete(Array)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(189): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/12699...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 {main}', '2026-02-24 08:42:26');
INSERT INTO `failed_jobs` (`id`, `uuid`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(14, 'eef460b5-3643-4185-94bd-b5aa0acd5ce7', 'database', 'default', '{\"uuid\":\"eef460b5-3643-4185-94bd-b5aa0acd5ce7\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:11;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1771933825,\"delay\":null}', 'TypeError: League\\Flysystem\\Filesystem::delete(): Argument #1 ($location) must be of type string, null given, called in /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 567 and defined in /opt/homebrew/var/www/mxmeo/vendor/league/flysystem/src/Filesystem.php:84\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php(567): League\\Flysystem\\Filesystem->delete(NULL)\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(288): Illuminate\\Filesystem\\FilesystemAdapter->delete(Array)\n#2 /opt/homebrew/var/www/mxmeo/app/Jobs/EncodeVideo.php(189): App\\Jobs\\EncodeVideo->deleteFile(\'temp/temp/12699...\')\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\EncodeVideo->handle()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\EncodeVideo))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\EncodeVideo), false)\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\EncodeVideo))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\EncodeVideo))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\EncodeVideo))\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#28 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#29 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#36 {main}', '2026-02-24 08:45:27'),
(15, 'b35e5054-edda-414b-a3d1-75e55fb054a0', 'database', 'default', '{\"uuid\":\"b35e5054-edda-414b-a3d1-75e55fb054a0\",\"displayName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"30,120,300\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"command\":\"O:29:\\\"App\\\\Jobs\\\\GenerateSubtitlesJob\\\":2:{s:5:\\\"model\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:14;s:9:\\\"relations\\\";a:2:{i:0;s:6:\\\"seller\\\";i:1;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"videoAbsPath\\\";s:109:\\\"\\/opt\\/homebrew\\/var\\/www\\/mxmeo\\/public\\/uploads\\/videos\\/14iW44uBMPSxtjcXb1NkTn699dbdd7884521771945431-converted.mp4\\\";}\"},\"createdAt\":1771945467,\"delay\":null}', 'Exception: OpenRouter error: {\"error\":{\"message\":\"This request requires at least $0.50 in balance for audio\",\"code\":402,\"metadata\":{\"provider_name\":null}},\"user_id\":\"user_3A6eSZqnplReFRfCYnCXtue4tnV\"} in /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php:186\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php(48): App\\Services\\AiSubtitleService->transcribeOpenRouter(\'/var/folders/dv...\', Object(App\\Models\\AdminSettings))\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/GenerateSubtitlesJob.php(58): App\\Services\\AiSubtitleService->generate(\'/opt/homebrew/v...\', 14)\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\GenerateSubtitlesJob->handle(Object(App\\Services\\AiSubtitleService))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\GenerateSubtitlesJob), false)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\GenerateSubtitlesJob))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2026-02-24 09:37:07'),
(16, '4550e64f-af27-4628-8bfa-fc453ccb42ea', 'database', 'default', '{\"uuid\":\"4550e64f-af27-4628-8bfa-fc453ccb42ea\",\"displayName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"30,120,300\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\GenerateSubtitlesJob\",\"command\":\"O:29:\\\"App\\\\Jobs\\\\GenerateSubtitlesJob\\\":2:{s:5:\\\"model\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:15;s:9:\\\"relations\\\";a:2:{i:0;s:6:\\\"seller\\\";i:1;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"videoAbsPath\\\";s:109:\\\"\\/opt\\/homebrew\\/var\\/www\\/mxmeo\\/public\\/uploads\\/videos\\/15H6PtKUI4P0VLSqdIAJGR699ddb0a3a2e21771952906-converted.mp4\\\";}\"},\"createdAt\":1771952937,\"delay\":null}', 'Exception: OpenRouter error: {\"error\":{\"message\":\"This request requires at least $0.50 in balance for audio\",\"code\":402,\"metadata\":{\"provider_name\":null}},\"user_id\":\"user_3A6eSZqnplReFRfCYnCXtue4tnV\"} in /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php:186\nStack trace:\n#0 /opt/homebrew/var/www/mxmeo/app/Services/AiSubtitleService.php(48): App\\Services\\AiSubtitleService->transcribeOpenRouter(\'/var/folders/dv...\', Object(App\\Models\\AdminSettings))\n#1 /opt/homebrew/var/www/mxmeo/app/Jobs/GenerateSubtitlesJob.php(58): App\\Services\\AiSubtitleService->generate(\'/opt/homebrew/v...\', 15)\n#2 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\GenerateSubtitlesJob->handle(Object(App\\Services\\AiSubtitleService))\n#3 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#4 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(129): Illuminate\\Container\\Container->call(Array)\n#8 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Bus\\Dispatcher->{closure:Illuminate\\Bus\\Dispatcher::dispatchNow():126}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#9 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#10 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(133): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(134): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\GenerateSubtitlesJob), false)\n#12 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Queue\\CallQueuedHandler->{closure:Illuminate\\Queue\\CallQueuedHandler::dispatchThroughMiddleware():127}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#13 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(137): Illuminate\\Pipeline\\Pipeline->{closure:Illuminate\\Pipeline\\Pipeline::prepareDestination():178}(Object(App\\Jobs\\GenerateSubtitlesJob))\n#14 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(127): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(68): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\GenerateSubtitlesJob))\n#16 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(485): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(435): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(201): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(148): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(131): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\\Container\\BoundMethod::{closure:Illuminate\\Container\\BoundMethod::call():35}()\n#24 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(96): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Container/Container.php(799): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Command/Command.php(341): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(1102): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 /opt/homebrew/var/www/mxmeo/vendor/symfony/console/Application.php(195): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 /opt/homebrew/var/www/mxmeo/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 /opt/homebrew/var/www/mxmeo/artisan(35): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2026-02-24 11:41:36');

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

--
-- Table structure for table `favorites`
--

CREATE TABLE `favorites` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `celebrity` int(10) 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 `favorites`
--

INSERT INTO `favorites` (`id`, `user_id`, `celebrity`, `created_at`, `updated_at`) VALUES
(2, 2, 12, '2026-02-27 04:54:31', '2026-02-27 04:54:31'),
(3, 12, 36, '2026-02-27 06:02:38', '2026-02-27 06:02:38'),
(5, 12, 12, '2026-03-10 15:23:00', '2026-03-10 15:23:00'),
(8, 2, 36, '2026-04-01 10:20:27', '2026-04-01 10:20:27'),
(10, 12, 9, '2026-04-02 03:57:32', '2026-04-02 03:57:32'),
(12, 2, 30, '2026-04-02 04:19:19', '2026-04-02 04:19:19'),
(13, 2, 29, '2026-04-02 04:19:23', '2026-04-02 04:19:23'),
(14, 2, 24, '2026-04-02 04:19:24', '2026-04-02 04:19:24'),
(15, 2, 25, '2026-04-02 04:19:25', '2026-04-02 04:19:25'),
(16, 2, 21, '2026-04-02 04:19:27', '2026-04-02 04:19:27'),
(17, 2, 22, '2026-04-02 04:19:28', '2026-04-02 04:19:28'),
(18, 2, 19, '2026-04-02 04:19:30', '2026-04-02 04:19:30'),
(19, 2, 20, '2026-04-02 04:19:31', '2026-04-02 04:19:31');

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

--
-- Table structure for table `invoices`
--

CREATE TABLE `invoices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `invoice_number` varchar(100) NOT NULL,
  `subtotal` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tax_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `total_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `status` enum('draft','sent','paid','overdue','void') NOT NULL DEFAULT 'draft',
  `due_date` date DEFAULT NULL,
  `paid_at` timestamp NULL DEFAULT NULL,
  `po_number` varchar(255) DEFAULT NULL,
  `pdf_path` varchar(255) DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'single_campaign',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `invoices`
--

INSERT INTO `invoices` (`id`, `business_profile_id`, `invoice_number`, `subtotal`, `tax_amount`, `total_amount`, `status`, `due_date`, `paid_at`, `po_number`, `pdf_path`, `type`, `created_at`, `updated_at`) VALUES
(1, 1, 'INV-UI9KRPWSH0', 100.00, 0.00, 100.00, 'paid', '2026-05-25', '2026-05-25 10:24:32', NULL, 'invoices/INV-UI9KRPWSH0.pdf', 'single_campaign', '2026-05-25 10:24:32', '2026-05-25 10:24:32'),
(2, 1, 'INV-3DXMWSXDXV', 100.00, 0.00, 100.00, 'paid', '2026-05-27', '2026-05-27 12:21:01', NULL, 'invoices/INV-3DXMWSXDXV.pdf', 'single_campaign', '2026-05-27 12:20:58', '2026-05-27 12:21:01');

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

--
-- Table structure for table `invoice_items`
--

CREATE TABLE `invoice_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `invoice_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(255) NOT NULL,
  `amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `invoice_items`
--

INSERT INTO `invoice_items` (`id`, `invoice_id`, `description`, `amount`, `campaign_id`, `created_at`, `updated_at`) VALUES
(1, 1, 'Campaign: sd s dfsd', 100.00, 1, '2026-05-25 10:24:32', '2026-05-25 10:24:32'),
(2, 2, 'Campaign: hghjghj', 100.00, 2, '2026-05-27 12:20:58', '2026-05-27 12:21:01');

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

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

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(255) 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
(99, 'default', '{\"uuid\":\"2a6d215d-2dd5-43e5-b8fc-010e70612d9e\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:55;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e9851542-9b7c-4b74-bc5b-f407fb4e2d60\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772085899,\"delay\":null}', 0, NULL, 1772085899, 1772085899),
(100, 'default', '{\"uuid\":\"89542757-1d1f-4b7b-bd5b-a29898a3d80f\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:55;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772086072,\"delay\":null}', 0, NULL, 1772086072, 1772086072),
(101, 'default', '{\"uuid\":\"7e0cb010-8f90-4fc6-b08f-57186aab1aa5\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:57;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"92ea955b-eb6f-48f5-9aa6-2090a64f7785\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772086188,\"delay\":null}', 0, NULL, 1772086188, 1772086188),
(102, 'default', '{\"uuid\":\"caa48352-acb5-4ec1-bce5-c386e802ae7d\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:57;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772086206,\"delay\":null}', 0, NULL, 1772086206, 1772086206),
(103, 'default', '{\"uuid\":\"98c64090-274e-4966-9d19-2ae6420765a2\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:70;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"cf228608-c563-4f24-b09e-bccd96aecea5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772086759,\"delay\":null}', 0, NULL, 1772086759, 1772086759),
(104, 'default', '{\"uuid\":\"2336b9b3-f872-45ca-afd0-3c99c0f9226e\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:70;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772086775,\"delay\":null}', 0, NULL, 1772086775, 1772086775),
(105, 'default', '{\"uuid\":\"6e4ee997-7e39-4a7a-a0b5-31b0a9ba4cb1\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:71;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c16ed1d4-04f0-427f-a2d6-08241ac24874\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772088372,\"delay\":null}', 0, NULL, 1772088372, 1772088372),
(106, 'default', '{\"uuid\":\"5806d263-d79c-4d00-a883-5979cbd46ba8\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:71;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0019aae4-f7cf-41f7-83b4-875e43cdc6f0\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772088404,\"delay\":null}', 0, NULL, 1772088404, 1772088404),
(107, 'default', '{\"uuid\":\"e02b9e12-e87a-43f8-b2b5-9f95947b5c5f\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:933;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"871db894-3be9-446b-9243-d9643c96d034\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772103398,\"delay\":null}', 0, NULL, 1772103398, 1772103398),
(108, 'default', '{\"uuid\":\"7f38893b-c21d-40d6-8c5d-1d4bc90d3bd9\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:934;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b2f643a5-03b2-4c9d-9928-fe7c3e7703c4\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772106387,\"delay\":null}', 0, NULL, 1772106387, 1772106387),
(109, 'default', '{\"uuid\":\"4e324a53-1505-4d27-b6f6-2d643840ea25\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:935;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"64d9053a-8680-4ba3-9892-89c38b2b44f7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772168198,\"delay\":null}', 0, NULL, 1772168198, 1772168198),
(110, 'default', '{\"uuid\":\"9f099294-397c-40ad-91d7-03703084024e\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:935;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772168318,\"delay\":null}', 0, NULL, 1772168318, 1772168318),
(111, 'default', '{\"uuid\":\"70a478b2-fa3f-4869-83d3-0b097614f362\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:938;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"21e85c59-ddc4-4016-8b21-2c04a9c6477a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772168923,\"delay\":null}', 0, NULL, 1772168923, 1772168923),
(112, 'default', '{\"uuid\":\"22d2ea1c-d3bd-4200-b9b1-019f7be6ae93\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:939;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"4a779cbb-a633-4503-b694-194e51d08d4d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772169189,\"delay\":null}', 0, NULL, 1772169189, 1772169189),
(113, 'default', '{\"uuid\":\"e002bcaf-7c0e-45d9-ae3b-7e6c36c5429f\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:939;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772169294,\"delay\":null}', 0, NULL, 1772169294, 1772169294),
(114, 'default', '{\"uuid\":\"08a25ab4-4f74-47a2-a88b-30a13f3ec9d5\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:941;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"31bc80a9-bac1-4716-a34d-4d50ccfd9b4d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772169881,\"delay\":null}', 0, NULL, 1772169881, 1772169881),
(115, 'default', '{\"uuid\":\"c2483b97-83c3-44e0-985d-6ec447e5c51e\",\"displayName\":\"App\\\\Jobs\\\\EncodeVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodeVideo\",\"command\":\"O:20:\\\"App\\\\Jobs\\\\EncodeVideo\\\":1:{s:5:\\\"order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:941;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772169947,\"delay\":null}', 0, NULL, 1772169947, 1772169947),
(116, 'default', '{\"uuid\":\"2ff64e10-77d2-4609-910d-94b19767f0f9\",\"displayName\":\"App\\\\Notifications\\\\NewVerificationRequest\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\NewVerificationRequest\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:31:\\\"App\\\\Models\\\\VerificationRequests\\\";s:2:\\\"id\\\";i:21;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c28c3e52-874c-43ba-aea3-08dc280a3c1b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772170645,\"delay\":null}', 0, NULL, 1772170645, 1772170645),
(117, 'default', '{\"uuid\":\"07910d9e-f471-4f39-8095-d40fe679712b\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"cb889567-a380-4d7a-be70-6466835e379e\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772171242,\"delay\":null}', 0, NULL, 1772171242, 1772171242),
(118, 'default', '{\"uuid\":\"21902c2a-ac50-4b8c-804d-17bdc12d1abc\",\"displayName\":\"App\\\\Jobs\\\\EncodePromotionalVideo\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":2,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\EncodePromotionalVideo\",\"command\":\"O:31:\\\"App\\\\Jobs\\\\EncodePromotionalVideo\\\":1:{s:11:\\\"promotional\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:27:\\\"App\\\\Models\\\\PromotionalVideo\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}\"},\"createdAt\":1772171856,\"delay\":null}', 0, NULL, 1772171856, 1772171856),
(119, 'default', '{\"uuid\":\"023015b5-21a6-40b6-a9f6-3398b9a56572\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:934;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"958153f9-00e4-4a9e-93ea-6ff8590010bf\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772172210,\"delay\":null}', 0, NULL, 1772172210, 1772172210),
(120, 'default', '{\"uuid\":\"4e26eeec-08d9-48b5-b891-7adee81a154f\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:941;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"13c4485b-268f-4fea-a49c-48a8e1ef8ac4\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772172225,\"delay\":null}', 0, NULL, 1772172225, 1772172225),
(121, 'default', '{\"uuid\":\"9f1dca3d-1934-4129-9f0f-f4222a3b4018\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:942;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2df93b66-f5e7-480f-8d1a-7cb5f59c276b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772175132,\"delay\":null}', 0, NULL, 1772175132, 1772175132),
(122, 'default', '{\"uuid\":\"c4eaef74-45f9-45f2-b771-508d4ae940d1\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:942;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2fa3fa92-9d81-4789-8850-f6e533f9122a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772175137,\"delay\":null}', 0, NULL, 1772175137, 1772175137),
(123, 'default', '{\"uuid\":\"6c31bcf2-2df7-43da-8f3e-88fe5621e8fc\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:62;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"bfb8c807-5ac2-4abe-acf4-ce4d07e3a599\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772177313,\"delay\":null}', 0, NULL, 1772177313, 1772177313),
(124, 'default', '{\"uuid\":\"5dfb0ef8-1265-4d21-9bce-63100760b2cb\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:948;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e54a7131-9c8e-4492-856e-e8016fecc292\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772179368,\"delay\":null}', 0, NULL, 1772179368, 1772179368),
(125, 'default', '{\"uuid\":\"49b6529a-1994-4ae2-825c-97ece898afc8\",\"displayName\":\"App\\\\Notifications\\\\OrderReject\",\"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\\\":3:{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:29:\\\"App\\\\Notifications\\\\OrderReject\\\":2:{s:36:\\\"\\u0000App\\\\Notifications\\\\OrderReject\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:948;s:9:\\\"relations\\\";a:2:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e78040fc-7b69-4cb7-ae58-9de7249f7771\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772179479,\"delay\":null}', 0, NULL, 1772179479, 1772179479),
(126, 'default', '{\"uuid\":\"abd3f7ca-fe58-4743-88d4-7b964f3ca8c4\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9914;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0a6da2e7-edb8-4903-a985-136515a7514f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772180491,\"delay\":null}', 0, NULL, 1772180491, 1772180491),
(127, 'default', '{\"uuid\":\"d4f90eb6-a7e3-4558-a334-f44109dac67e\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:949;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"56fb45f5-9443-4a9a-96a8-5f01061740c0\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772180690,\"delay\":null}', 0, NULL, 1772180690, 1772180690),
(128, 'default', '{\"uuid\":\"6cef7155-3051-4f9b-9865-c33023881379\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:67;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c31ca066-d34c-4306-b7df-c799c649a762\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185402,\"delay\":null}', 0, NULL, 1772185402, 1772185402),
(129, 'default', '{\"uuid\":\"349263cc-19eb-4761-94f2-9525ecd69a2d\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9915;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"07f0c28c-11da-4b9c-89cc-6babf9ca5e09\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185657,\"delay\":null}', 0, NULL, 1772185657, 1772185657),
(130, 'default', '{\"uuid\":\"c8c979a4-a3af-4d3e-94da-cb3197a799d6\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 14, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9915;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d58997f1-b7ff-4abd-ab7c-88ed9a4e040d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185689,\"delay\":null}', 0, NULL, 1772185689, 1772185689),
(131, 'default', '{\"uuid\":\"042c3550-7d18-4495-bb4c-6f2cc0d7d037\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9916;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"85f2f597-27ce-4c0e-96d6-a725d83972c6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185720,\"delay\":null}', 0, NULL, 1772185720, 1772185720),
(132, 'default', '{\"uuid\":\"41d4e28c-9b4c-47f8-8452-fbf3a2ead9e5\",\"displayName\":\"App\\\\Notifications\\\\VideoCallReject\",\"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\\\":3:{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:33:\\\"App\\\\Notifications\\\\VideoCallReject\\\":2:{s:44:\\\"\\u0000App\\\\Notifications\\\\VideoCallReject\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9916;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"63d46b9c-220a-48dc-96a7-397cb36745d9\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185746,\"delay\":null}', 0, NULL, 1772185746, 1772185746),
(133, 'default', '{\"uuid\":\"c297a41c-7af9-4c02-9952-6d1e65fd8d2f\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:950;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d920fc4c-aef5-408a-beca-d5af68de11c7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185825,\"delay\":null}', 0, NULL, 1772185825, 1772185825),
(134, 'default', '{\"uuid\":\"0310769c-1253-4c36-934a-4f8c381e59ff\",\"displayName\":\"App\\\\Notifications\\\\OrderReject\",\"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\\\":3:{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:29:\\\"App\\\\Notifications\\\\OrderReject\\\":2:{s:36:\\\"\\u0000App\\\\Notifications\\\\OrderReject\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:949;s:9:\\\"relations\\\";a:2:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e8bc0dfc-956b-4bac-bd90-4806d2d167ff\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185833,\"delay\":null}', 0, NULL, 1772185833, 1772185833),
(135, 'default', '{\"uuid\":\"9df966b9-c7a6-4186-aff4-4af13645eb36\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:950;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d0acbc74-ed65-401b-a084-1865fd39f9fc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185883,\"delay\":null}', 0, NULL, 1772185883, 1772185883),
(136, 'default', '{\"uuid\":\"f4a6089d-feca-4fc0-88af-adc034c97b50\",\"displayName\":\"App\\\\Notifications\\\\OrderReject\",\"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\\\":3:{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:29:\\\"App\\\\Notifications\\\\OrderReject\\\":2:{s:36:\\\"\\u0000App\\\\Notifications\\\\OrderReject\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:950;s:9:\\\"relations\\\";a:2:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a9a286d6-cb92-4195-bd03-ef9145ca8e64\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772185920,\"delay\":null}', 0, NULL, 1772185920, 1772185920);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(137, 'default', '{\"uuid\":\"f6d43eb6-9f04-47cf-923f-0d77428cbf49\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:952;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c335c886-8d30-4021-8e79-297a837421bd\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772427590,\"delay\":null}', 0, NULL, 1772427590, 1772427590),
(138, 'default', '{\"uuid\":\"9f983577-c428-4b4b-8099-9e984478914f\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:953;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b1bcb83d-1583-47f9-bc57-b067da897802\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772427673,\"delay\":null}', 0, NULL, 1772427673, 1772427673),
(139, 'default', '{\"uuid\":\"5bf6155f-fec1-4a1d-80be-e8e37f0cebeb\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:953;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8b8da45f-c693-461b-b158-4c385ac5e383\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772427698,\"delay\":null}', 0, NULL, 1772427698, 1772427698),
(140, 'default', '{\"uuid\":\"d622c701-d254-43bd-a995-b31b9120a49b\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:954;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"57fecdbf-f218-41ad-b151-57d2eb934c04\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772427745,\"delay\":null}', 0, NULL, 1772427745, 1772427745),
(141, 'default', '{\"uuid\":\"581da6e9-8a46-42ff-a856-42d9ea9b8b75\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:954;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0b4c9dbe-5d6a-4bcc-a466-b62da09beef8\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772427770,\"delay\":null}', 0, NULL, 1772427770, 1772427770),
(142, 'default', '{\"uuid\":\"12098be0-39d7-42be-a6bc-83e8d37b6fbd\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c30c07f7-9712-43de-922e-c05264a128e3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772537023,\"delay\":null}', 0, NULL, 1772537023, 1772537023),
(143, 'default', '{\"uuid\":\"e2642746-366f-42d4-8dfa-bac96896d621\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:3;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"145ca241-5b6c-4ce6-8136-beab163b2968\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772537127,\"delay\":null}', 0, NULL, 1772537127, 1772537127),
(144, 'default', '{\"uuid\":\"250d2f3d-bb55-4a11-bb3c-8d106996d750\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:4;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"42e7aabf-8a2a-4e68-bffc-876b133d9480\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772537185,\"delay\":null}', 0, NULL, 1772537185, 1772537185),
(145, 'default', '{\"uuid\":\"8d3a6fb7-3f89-405a-ada7-fd75511f7b59\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:5;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"98e9d27c-4ad5-4540-9139-de40712d20e6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772537837,\"delay\":null}', 0, NULL, 1772537837, 1772537837),
(146, 'default', '{\"uuid\":\"1c213fdc-f061-4c0b-b1e0-274fe6e6acd4\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:6;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a45bd38c-969f-4f23-8e07-84e4d7411e58\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772538093,\"delay\":null}', 0, NULL, 1772538093, 1772538093),
(147, 'default', '{\"uuid\":\"76c7459f-df55-40a7-827e-9c82fa17f050\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:4;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"caf26274-f5f0-4f0d-a775-24079fd22dad\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772540320,\"delay\":null}', 0, NULL, 1772540320, 1772540320),
(148, 'default', '{\"uuid\":\"ac2d8f66-ae9f-4b88-aff3-efba375d6988\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:935;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"7849c3bc-6e6b-4fa2-bff5-dc684c355d43\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772691262,\"delay\":null}', 0, NULL, 1772691262, 1772691262),
(149, 'default', '{\"uuid\":\"ffe73189-39a1-403c-baf1-d42adb66e02d\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:5;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c708cc0f-1b17-4745-b00d-72bba8052940\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772702750,\"delay\":null}', 0, NULL, 1772702750, 1772702750),
(150, 'default', '{\"uuid\":\"35f9ded1-43d8-4cdb-98bb-fd069028c5c5\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:955;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b2ef8413-e001-4ed0-b8cb-4b937204956b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772714844,\"delay\":null}', 0, NULL, 1772714844, 1772714844),
(151, 'default', '{\"uuid\":\"fb9c334e-1fa7-478f-9b22-55c9066ca3bf\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:956;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5e268d9d-2b39-4c15-91bf-76fe2983df56\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772772888,\"delay\":null}', 0, NULL, 1772772888, 1772772888),
(152, 'default', '{\"uuid\":\"a95f70bb-6447-47ed-947c-b32e93d10425\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:957;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e2fffb3d-06c8-4ee6-b435-062b336b92b6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772772999,\"delay\":null}', 0, NULL, 1772772999, 1772772999),
(153, 'default', '{\"uuid\":\"526a05cc-145f-42b0-95d8-572d10ea37c1\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:958;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8067496b-b1c7-4a9a-b1ab-9aa965c1bf12\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772773814,\"delay\":null}', 0, NULL, 1772773814, 1772773814),
(154, 'default', '{\"uuid\":\"309340f3-5e20-4c7f-9313-d78d18c827a9\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:959;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8b05c376-d218-437b-b45a-5124892408ed\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772774400,\"delay\":null}', 0, NULL, 1772774400, 1772774400),
(155, 'default', '{\"uuid\":\"a7eecd46-ae85-48b0-8f73-85eb1372b20b\",\"displayName\":\"App\\\\Notifications\\\\OrderCanceled\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\OrderCanceled\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\OrderCanceled\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:959;s:9:\\\"relations\\\";a:3:{i:0;s:4:\\\"user\\\";i:1;s:12:\\\"transactions\\\";i:2;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"91872e45-527d-4efe-988f-59cdfaaf7fb0\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772774421,\"delay\":null}', 0, NULL, 1772774421, 1772774421),
(156, 'default', '{\"uuid\":\"2f8172c0-8317-4b98-8114-f55f801e1f45\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:960;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"4565efc7-1abc-4871-b0c8-c9d9c6784647\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772774446,\"delay\":null}', 0, NULL, 1772774446, 1772774446),
(157, 'default', '{\"uuid\":\"f809496f-c4f9-4e26-8f79-df1dc4522975\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:961;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2226a3f4-aa7d-4c35-8e8d-463389a2c3a2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772774994,\"delay\":null}', 0, NULL, 1772774994, 1772774994),
(158, 'default', '{\"uuid\":\"3eb0a5fc-4fb6-4a83-9cc3-325980dd6bce\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:962;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6e35c08d-fbb1-47fd-a26f-85296becb42f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772775151,\"delay\":null}', 0, NULL, 1772775151, 1772775151),
(159, 'default', '{\"uuid\":\"4bfa63c9-ab87-403c-ba5e-f4bc0b5768a1\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9917;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"09b09a66-7f32-46ad-b557-247cd46dbf6f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772779225,\"delay\":null}', 0, NULL, 1772779225, 1772779225),
(160, 'default', '{\"uuid\":\"bd68d534-b7f3-46a9-b280-8926c161fc98\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9918;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e5c0290e-8b4f-4fc7-bc20-8e67019e30e8\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772779281,\"delay\":null}', 0, NULL, 1772779281, 1772779281),
(161, 'default', '{\"uuid\":\"3c8e9f98-32f5-4ce7-98e0-1ccbc9b4cb37\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9919;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"3809a097-93f6-40fb-ad4d-53e089c48af8\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772781142,\"delay\":null}', 0, NULL, 1772781142, 1772781142),
(162, 'default', '{\"uuid\":\"042671f8-379c-4011-9e0d-79b3b25d8875\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9920;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5d8db016-337a-4a7f-a359-8ae17b721340\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772781570,\"delay\":null}', 0, NULL, 1772781570, 1772781570),
(163, 'default', '{\"uuid\":\"16b961c9-c1cd-4fa7-b3a5-c4a0ab638188\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:961;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d818f904-e2a3-4e0d-a345-2016ff2fcab9\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772789214,\"delay\":null}', 0, NULL, 1772789214, 1772789214),
(164, 'default', '{\"uuid\":\"150620fb-ccf7-4c00-bc01-63a3e36309a3\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:960;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1c8f6e40-e164-4764-a0bb-faf6c2128df3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772789303,\"delay\":null}', 0, NULL, 1772789303, 1772789303),
(165, 'default', '{\"uuid\":\"cbfe8f7e-ef35-4484-8435-d74e2899c75a\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:958;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6292675c-da88-4041-be93-0d8ad5ca294d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772789861,\"delay\":null}', 0, NULL, 1772789861, 1772789861),
(166, 'default', '{\"uuid\":\"7b4deed4-fe5f-4078-97a1-0d08e5306fc4\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:957;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0c39c278-78cb-4efd-a496-72abce8159fa\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772792862,\"delay\":null}', 0, NULL, 1772792862, 1772792862),
(167, 'default', '{\"uuid\":\"9dc2ddef-8c98-4aa5-a771-cd17affe64a3\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:963;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9c477cc4-f131-4ed4-82d5-d7ec42db30ba\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772792993,\"delay\":null}', 0, NULL, 1772792993, 1772792993),
(168, 'default', '{\"uuid\":\"d4582303-e6a9-4776-bb86-38c7c1d692f2\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:963;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8d73c8a7-5581-41f8-94d6-daf340c16ce7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1772793037,\"delay\":null}', 0, NULL, 1772793037, 1772793037),
(169, 'default', '{\"uuid\":\"9f708d2e-42ee-4f27-b6ca-3f34a208399f\",\"displayName\":\"App\\\\Notifications\\\\NewVerificationRequest\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\NewVerificationRequest\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:31:\\\"App\\\\Models\\\\VerificationRequests\\\";s:2:\\\"id\\\";i:22;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b13613eb-d5b4-4a4e-b393-d38a5dc2edbf\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773035438,\"delay\":null}', 0, NULL, 1773035438, 1773035438),
(170, 'default', '{\"uuid\":\"b408d176-d014-4b0f-b3b8-7f26711ed5f9\",\"displayName\":\"App\\\\Notifications\\\\NewVerificationRequest\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\NewVerificationRequest\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:31:\\\"App\\\\Models\\\\VerificationRequests\\\";s:2:\\\"id\\\";i:23;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8fecd3c5-7410-4dd1-8467-8b5f6c06b2a2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773036712,\"delay\":null}', 0, NULL, 1773036712, 1773036712),
(171, 'default', '{\"uuid\":\"32c09626-f009-49de-8ccf-7a654b732b6b\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:956;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"072dc541-5cc3-4ab2-b145-af225a36d3e7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773120742,\"delay\":null}', 0, NULL, 1773120742, 1773120742);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(172, 'default', '{\"uuid\":\"56450f4a-1db9-47fe-b89d-d7c584c04135\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 21, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9914;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8eafd6ce-22bc-4fd1-bf53-d57a84f91e0e\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773124553,\"delay\":null}', 0, NULL, 1773124553, 1773124553),
(173, 'default', '{\"uuid\":\"4518622e-6168-4112-8e5e-f8406728e35f\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 31, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9920;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"373a4929-dbcd-4b64-a8a0-a1d9a8b26654\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773124654,\"delay\":null}', 0, NULL, 1773124654, 1773124654),
(174, 'default', '{\"uuid\":\"41726d13-2b8b-495d-a132-6affac115166\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9921;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"cd156cbc-fab5-4281-b479-c07996017f14\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773126806,\"delay\":null}', 0, NULL, 1773126806, 1773126806),
(175, 'default', '{\"uuid\":\"f0f51b6a-39ca-4fde-aeef-68d2b1c4b740\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 25, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9921;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a625e067-daf5-4d0b-976e-adc74be053a4\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773126945,\"delay\":null}', 0, NULL, 1773126945, 1773126945),
(176, 'default', '{\"uuid\":\"193a82f9-9890-4a6b-ac11-d604ea367232\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:4;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9c96a206-39cc-4923-9678-38f3a258b336\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773130048,\"delay\":null}', 0, NULL, 1773130048, 1773130048),
(177, 'default', '{\"uuid\":\"4906ddb3-3e5b-496d-9a53-9d1093ab275b\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9922;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"37ae515c-55bf-43b1-b311-50ce2f3f91af\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773130817,\"delay\":null}', 0, NULL, 1773130817, 1773130817),
(178, 'default', '{\"uuid\":\"c2999cf8-1735-45a7-9d47-233308a47a3d\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9923;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"069167fa-ed19-43a5-8495-c3104b3ca83e\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773131364,\"delay\":null}', 0, NULL, 1773131364, 1773131364),
(179, 'default', '{\"uuid\":\"e8443642-c492-4a02-a16b-3b56de9ade2a\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 25, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9923;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"51f0e22b-191d-4af6-b2ec-fc4c0a1cc80d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773131459,\"delay\":null}', 0, NULL, 1773131459, 1773131459),
(180, 'default', '{\"uuid\":\"19af6faa-a1ff-4e7a-b84d-006577c9fc25\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9923;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"13aef7d6-708e-494c-b2da-4d7678529199\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773131635,\"delay\":null}', 0, NULL, 1773131635, 1773131635),
(181, 'default', '{\"uuid\":\"fae7b86e-a192-49e6-8b0a-04b56d1f235b\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9924;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0f751718-7f5b-40f0-a99f-55c295998b53\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773132677,\"delay\":null}', 0, NULL, 1773132677, 1773132677),
(182, 'default', '{\"uuid\":\"58eef30b-910c-402c-ba71-26d1a75bc3ca\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 10, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9924;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c96e9da0-5c0f-4a34-b777-ea490fd9923e\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773132717,\"delay\":null}', 0, NULL, 1773132717, 1773132717),
(183, 'default', '{\"uuid\":\"37a777e6-a777-4613-be6a-952795aee8ca\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9924;s:9:\\\"relations\\\";a:3:{i:0;s:6:\\\"seller\\\";i:1;s:12:\\\"transactions\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8af11e7a-f133-4b98-9482-9d834e8bd4fc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773132780,\"delay\":null}', 0, NULL, 1773132780, 1773132780),
(184, 'default', '{\"uuid\":\"ce5dc70f-a0f9-40c0-9010-f5cd72d1c49a\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 25, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9922;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b53984d0-a973-4693-b8ac-09ff25177ec2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773134964,\"delay\":null}', 0, NULL, 1773134964, 1773134964),
(185, 'default', '{\"uuid\":\"55b7445f-a954-4da6-9aa8-d41e58ab5072\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 27, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9919;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1cf34021-432e-4c93-a9d2-9a87186b175d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773134977,\"delay\":null}', 0, NULL, 1773134977, 1773134977),
(186, 'default', '{\"uuid\":\"b0643f66-1906-404b-ab26-2f770762470e\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 31, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9918;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"72959d39-e6c5-44ce-9a5e-6e1ed7b5fba1\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773134986,\"delay\":null}', 0, NULL, 1773134986, 1773134986),
(187, 'default', '{\"uuid\":\"0f4c5828-b31a-4dc8-a02b-701baed06bba\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9917;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"7ccf3100-c3ce-4bdd-9797-d1cbc9e51aa3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773134994,\"delay\":null}', 0, NULL, 1773134994, 1773134994),
(188, 'default', '{\"uuid\":\"fcf05c3a-054a-4442-afa8-9c829d1feae9\",\"displayName\":\"App\\\\Notifications\\\\VideoCallReject\",\"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\\\":3:{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:33:\\\"App\\\\Notifications\\\\VideoCallReject\\\":2:{s:44:\\\"\\u0000App\\\\Notifications\\\\VideoCallReject\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9913;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"bd3175e6-5476-4558-957c-9f7b27727492\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773135000,\"delay\":null}', 0, NULL, 1773135000, 1773135000),
(189, 'default', '{\"uuid\":\"d5509ebe-f149-4692-b9f4-da1fc2a36fbf\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9925;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"fed24ed8-ff89-487b-aafa-1459630ded08\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773144345,\"delay\":null}', 0, NULL, 1773144345, 1773144345),
(190, 'default', '{\"uuid\":\"199dc2a9-5a49-4879-b757-6f50b03aa084\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 10, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9925;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b253c6be-9397-434a-84fb-d7c16de8828c\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773144465,\"delay\":null}', 0, NULL, 1773144465, 1773144465),
(191, 'default', '{\"uuid\":\"faf85afd-8378-4909-954d-768a5424ed1e\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9925;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"033ea593-428a-41e1-a3a5-15ded5a7716d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773144513,\"delay\":null}', 0, NULL, 1773144513, 1773144513),
(192, 'default', '{\"uuid\":\"75a178f5-1362-47fc-90a5-0558df09bcc6\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9925;s:9:\\\"relations\\\";a:3:{i:0;s:6:\\\"seller\\\";i:1;s:12:\\\"transactions\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b90ef743-12b3-45f4-aa07-c232ff971c14\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773144593,\"delay\":null}', 0, NULL, 1773144593, 1773144593),
(193, 'default', '{\"uuid\":\"27fb3da4-5241-45fa-a52a-f4e29e263fc8\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9926;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ff4b3f23-dc0a-4c3c-acb2-3f6e0602edda\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773145912,\"delay\":null}', 0, NULL, 1773145912, 1773145912),
(194, 'default', '{\"uuid\":\"aac1a721-2689-4f10-8758-a5976b147a14\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 10, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9926;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ed42561d-581f-4399-abe6-fa4a6b75bd41\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773145951,\"delay\":null}', 0, NULL, 1773145951, 1773145951),
(195, 'default', '{\"uuid\":\"329f2d6b-64ee-4cf5-89a6-a25be8ffa941\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9926;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"caf1dedd-292d-4ba0-a28e-79503d20f6ba\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773145967,\"delay\":null}', 0, NULL, 1773145967, 1773145967),
(196, 'default', '{\"uuid\":\"59c7d24c-628f-479f-8143-044905969987\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9927;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2d7aa460-f7c0-4a57-a89c-b2de751df03d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773200485,\"delay\":null}', 0, NULL, 1773200485, 1773200485),
(197, 'default', '{\"uuid\":\"06ab7eee-368e-4a62-ac36-86f262a56895\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9927;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2f602135-8c40-4d89-ada4-8121d769b689\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773200513,\"delay\":null}', 0, NULL, 1773200513, 1773200513),
(198, 'default', '{\"uuid\":\"c0926fff-ad79-4911-af68-80e281b034c7\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9927;s:9:\\\"relations\\\";a:3:{i:0;s:6:\\\"seller\\\";i:1;s:12:\\\"transactions\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2f3b09dd-6e07-453b-b67f-944b1af5be66\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773200586,\"delay\":null}', 0, NULL, 1773200586, 1773200586),
(199, 'default', '{\"uuid\":\"940114e6-d384-4b59-a479-60dde49f832e\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9928;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"092b1b0d-29c1-4b1b-a586-ffa6fad5e108\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773201208,\"delay\":null}', 0, NULL, 1773201208, 1773201208),
(200, 'default', '{\"uuid\":\"aa295484-0c48-4c55-be27-173007e59416\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9928;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"fae96f1d-7141-4b75-aad5-b350cedbe4ff\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773201219,\"delay\":null}', 0, NULL, 1773201219, 1773201219),
(201, 'default', '{\"uuid\":\"935cc475-f23e-4daa-a8a9-eb6749070528\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9928;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ab7d755d-1898-453f-bf14-164a854945e3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773201235,\"delay\":null}', 0, NULL, 1773201235, 1773201235),
(202, 'default', '{\"uuid\":\"4cae8373-e2da-4e76-89a2-9dc0890b8eb5\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9929;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9f4dd19c-9e0b-4151-aeb6-0c8ecda49b11\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773201908,\"delay\":null}', 0, NULL, 1773201908, 1773201908),
(203, 'default', '{\"uuid\":\"1a6db074-96bf-4896-a068-1b8c30446d47\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9930;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"06828f1a-89fe-4aaa-9812-b62cea883516\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773202033,\"delay\":null}', 0, NULL, 1773202033, 1773202033),
(204, 'default', '{\"uuid\":\"158e92f4-e953-4f45-9b01-f8e19485d975\",\"displayName\":\"App\\\\Notifications\\\\VideoCallReject\",\"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\\\":3:{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:33:\\\"App\\\\Notifications\\\\VideoCallReject\\\":2:{s:44:\\\"\\u0000App\\\\Notifications\\\\VideoCallReject\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9929;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"72eada45-2665-4d89-8a22-cd5c86bcaa13\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773202049,\"delay\":null}', 0, NULL, 1773202049, 1773202049),
(205, 'default', '{\"uuid\":\"ba8049e3-683c-4535-be5b-fac5bfcd6759\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9930;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1713a604-c4c5-4207-9058-32afd743ef96\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773202111,\"delay\":null}', 0, NULL, 1773202111, 1773202111);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(206, 'default', '{\"uuid\":\"67a97173-8c9c-4239-a098-2c1a7abb4ca1\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9930;s:9:\\\"relations\\\";a:3:{i:0;s:6:\\\"seller\\\";i:1;s:12:\\\"transactions\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"549ad840-57cd-4e14-bbe2-135b0d2acea1\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773202144,\"delay\":null}', 0, NULL, 1773202144, 1773202144),
(207, 'default', '{\"uuid\":\"0056a883-23c9-46fe-b82c-430005fe2565\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9931;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"adfe82ba-504e-4d3b-bbd6-ce1b70725c0a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773203107,\"delay\":null}', 0, NULL, 1773203107, 1773203107),
(208, 'default', '{\"uuid\":\"ed0e43d6-9a36-451d-8d4b-c1c257f8a76d\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9931;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"f174ac04-efc7-4609-bd71-9c5125daca0f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773203119,\"delay\":null}', 0, NULL, 1773203119, 1773203119),
(209, 'default', '{\"uuid\":\"fbc0a9eb-7ef3-46ee-b302-a8b2f968007e\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9931;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ae84557a-7c4e-436d-9ee8-6271dd059d97\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773203144,\"delay\":null}', 0, NULL, 1773203144, 1773203144),
(210, 'default', '{\"uuid\":\"21121b16-38f3-4311-8dad-a288762b45b7\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9932;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"673621fe-80df-4ccf-b69a-eb16847d7c72\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204237,\"delay\":null}', 0, NULL, 1773204237, 1773204237),
(211, 'default', '{\"uuid\":\"93517143-be53-4966-807d-f5efa455a28f\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9932;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5d6d1a16-42e2-49aa-9ca9-879a7ff96986\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204250,\"delay\":null}', 0, NULL, 1773204250, 1773204250),
(212, 'default', '{\"uuid\":\"8f6d6c32-27e6-461b-ab0d-9577edd3a552\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9932;s:9:\\\"relations\\\";a:3:{i:0;s:6:\\\"seller\\\";i:1;s:12:\\\"transactions\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a1f24b12-085a-4b2d-9b83-6624e9644b34\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204266,\"delay\":null}', 0, NULL, 1773204266, 1773204266),
(213, 'default', '{\"uuid\":\"9416923a-2260-48e2-9292-4802e7dfe6a2\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9933;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9382466f-3ea5-492c-9915-f00f479a50b6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204962,\"delay\":null}', 0, NULL, 1773204962, 1773204962),
(214, 'default', '{\"uuid\":\"145620c2-fea9-45e6-8451-8a5d7ed6efba\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9933;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9e507b47-7cb5-41a8-a4ca-f468eb8020ac\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204975,\"delay\":null}', 0, NULL, 1773204975, 1773204975),
(215, 'default', '{\"uuid\":\"f636bbe8-92ec-4b4d-88e4-04d84d3fc810\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9933;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c235b027-e4b1-42b1-b3ad-887ff6835e7f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773204988,\"delay\":null}', 0, NULL, 1773204988, 1773204988),
(216, 'default', '{\"uuid\":\"12312984-d225-4911-99c2-5498da1a8151\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9934;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"bc700f15-3210-45fc-a41b-d33578eb9ef0\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773205799,\"delay\":null}', 0, NULL, 1773205799, 1773205799),
(217, 'default', '{\"uuid\":\"5ec4bd5a-d00e-4627-bfb3-9c4a3f4d9756\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9934;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b575e422-7131-4b4f-86a5-d79ceff57a04\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773205814,\"delay\":null}', 0, NULL, 1773205814, 1773205814),
(218, 'default', '{\"uuid\":\"cd28ec04-e759-4de2-bbf4-5ad4d416b240\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9934;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e70c0695-b1c4-48cf-a7da-8e68e6064b7d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773205915,\"delay\":null}', 0, NULL, 1773205915, 1773205915),
(219, 'default', '{\"uuid\":\"e189f6df-052f-4eba-9124-c8060dd24f2b\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:964;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"42ffb46b-7e0d-4e51-ba18-f518a768296f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773208172,\"delay\":null}', 0, NULL, 1773208172, 1773208172),
(220, 'default', '{\"uuid\":\"461a4531-7a98-41dc-833a-f7f1cefee6de\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9935;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"226dd669-0688-4356-b317-5b13959d1cdc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773208192,\"delay\":null}', 0, NULL, 1773208192, 1773208192),
(221, 'default', '{\"uuid\":\"9cdc59a7-5f30-4eac-91bd-62428dea9e80\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:964;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"baa62d30-40f7-40f6-939c-a2a414b36875\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773209016,\"delay\":null}', 0, NULL, 1773209016, 1773209016),
(222, 'default', '{\"uuid\":\"fa9949c7-6934-4803-a36c-656404d14c43\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:7;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a6122f65-4c07-4db1-9840-5ef0f92d959b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773209152,\"delay\":null}', 0, NULL, 1773209152, 1773209152),
(223, 'default', '{\"uuid\":\"857e03da-f2ff-4572-bf22-853292642057\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Mar 26, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9935;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"fb336c0d-f141-48b2-b1f1-0ffb6d51d6eb\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1773290088,\"delay\":null}', 0, NULL, 1773290088, 1773290088),
(224, 'default', '{\"uuid\":\"bb386e9a-ae31-4983-b32f-b21efb8b1bb7\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:965;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6dbb1d13-38bc-4ee5-ae7c-7a153699a588\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774003932,\"delay\":null}', 0, NULL, 1774003932, 1774003932),
(225, 'default', '{\"uuid\":\"d06fadb7-1374-413c-a41a-517601a7b54b\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:966;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0cd380dd-d62d-4564-846c-7c2ba067c3a4\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774006918,\"delay\":null}', 0, NULL, 1774006918, 1774006918),
(226, 'default', '{\"uuid\":\"d8a05efd-d8c8-48a6-9691-80ad13f8c46c\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:967;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"caa2b67f-d1c3-4f35-bfb2-8613464f452f\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774011226,\"delay\":null}', 0, NULL, 1774011226, 1774011226),
(227, 'default', '{\"uuid\":\"65c92834-fdb6-4d66-9dc1-baf6096398db\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:6;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5325f670-f247-49ba-8bca-b189ea38b716\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774867145,\"delay\":null}', 0, NULL, 1774867145, 1774867145),
(228, 'default', '{\"uuid\":\"2ea5c699-4ae5-47cd-9e30-d362de9ac071\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:7;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d9206829-f5c6-444c-bd3b-0f5afd3d05a3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774867187,\"delay\":null}', 0, NULL, 1774867187, 1774867187),
(229, 'default', '{\"uuid\":\"b767eb38-85f6-4c39-ae70-d1ad83dce445\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ade6c3c7-0abc-48a5-891a-b6d0472d2ebc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774870222,\"delay\":null}', 0, NULL, 1774870222, 1774870222),
(230, 'default', '{\"uuid\":\"b09b0f03-e09b-4de4-9bdb-c9790eec9f74\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:9;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"42a7e3b8-2cff-4a7d-bda8-4c2d1f322c90\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1774871627,\"delay\":null}', 0, NULL, 1774871627, 1774871627),
(231, 'default', '{\"uuid\":\"8d8c3c63-cf64-4b9c-ad9d-549412d47e25\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:968;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"eeacaeec-b1b1-4e44-aec6-d376231bd33b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775017734,\"delay\":null}', 0, NULL, 1775017734, 1775017734),
(232, 'default', '{\"uuid\":\"a87d8dc3-c078-4a1c-b442-a98e330e9261\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:968;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ca8d660f-695f-4ea3-94ac-92e783829083\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775018239,\"delay\":null}', 0, NULL, 1775018239, 1775018239),
(233, 'default', '{\"uuid\":\"9dad64cb-c97f-4a5d-8746-0a9b44a2f41f\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:967;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1f988ead-272a-485d-8aae-55cd0827a9f5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775018268,\"delay\":null}', 0, NULL, 1775018268, 1775018268),
(234, 'default', '{\"uuid\":\"b84ca9e6-4c06-40da-97f4-ad3d7fbe6ed9\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:966;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"136a0dc9-e975-4240-b879-e319bfe867ad\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775018298,\"delay\":null}', 0, NULL, 1775018298, 1775018298),
(235, 'default', '{\"uuid\":\"b265783c-5cb4-47bc-a1ca-c1cfae3fb163\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:965;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"860878f1-adc5-4d73-a7f4-b35b4adf06f6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775018330,\"delay\":null}', 0, NULL, 1775018330, 1775018330),
(236, 'default', '{\"uuid\":\"4fe7d3e8-8915-49e8-9956-710a51a51c0f\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:10;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8527553c-066d-4316-bcee-97a75725ab91\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775019534,\"delay\":null}', 0, NULL, 1775019534, 1775019534),
(237, 'default', '{\"uuid\":\"94b0a534-ae98-4093-8297-d28e818d95d6\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:10;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"7661391a-8a0b-4357-8143-90b521331de3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775019758,\"delay\":null}', 0, NULL, 1775019758, 1775019758),
(238, 'default', '{\"uuid\":\"35212445-2389-47de-962a-4a193baaf2d9\",\"displayName\":\"App\\\\Notifications\\\\RefundDeclined\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundDeclined\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundDeclined\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:9;s:9:\\\"relations\\\";a:1:{i:0;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ecda10a3-b536-4f36-9f77-3711a0bb74d6\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775020099,\"delay\":null}', 0, NULL, 1775020099, 1775020099),
(239, 'default', '{\"uuid\":\"4ef5ea7e-e1f3-4378-801a-33016869a876\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:11;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5f2c32f2-942d-4176-8469-cef1f6e34530\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775027969,\"delay\":null}', 0, NULL, 1775027969, 1775027969),
(240, 'default', '{\"uuid\":\"c227d542-9c05-4594-b26a-bac3f0b7f167\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:11;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"8c24c4c5-70c7-441f-9a93-79a22bd456fe\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028039,\"delay\":null}', 0, NULL, 1775028039, 1775028039);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(241, 'default', '{\"uuid\":\"e43c1e3c-f662-4e8e-958b-5d67672b1d2d\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:12;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6a268ec4-34dd-478b-8255-2f540d106e7a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028093,\"delay\":null}', 0, NULL, 1775028093, 1775028093),
(242, 'default', '{\"uuid\":\"47f3f28b-e5ed-4ddd-9afb-6ce952010942\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:12;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"52ac90d7-c563-485a-8ed0-69ce20b23daa\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028111,\"delay\":null}', 0, NULL, 1775028111, 1775028111),
(243, 'default', '{\"uuid\":\"d5df2e4e-21cc-47dc-83c3-b9fd2e618674\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:13;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"e36aadf6-c06f-4169-bb95-04b6b080a3d5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028166,\"delay\":null}', 0, NULL, 1775028166, 1775028166),
(244, 'default', '{\"uuid\":\"fc3a4999-4fe3-4386-b93a-9dbb279b5840\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:13;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c282142a-c210-467b-9013-efe4809118cc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028288,\"delay\":null}', 0, NULL, 1775028288, 1775028288),
(245, 'default', '{\"uuid\":\"33e7e24b-b2c8-49aa-9572-9d2b11e6ca6b\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:14;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"85393974-b995-46c2-9af0-b92ae325ad23\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028338,\"delay\":null}', 0, NULL, 1775028338, 1775028338),
(246, 'default', '{\"uuid\":\"b3569109-3ca3-402e-8095-27edd3c2278c\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:14;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b28d0ba6-8cc0-41b7-80c3-f95d7c44208e\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028402,\"delay\":null}', 0, NULL, 1775028402, 1775028402),
(247, 'default', '{\"uuid\":\"d522e4ee-089c-466a-95a0-65dc066b975e\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:15;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"609af0d9-aeb0-49e1-8718-7735bf1a35fb\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775028587,\"delay\":null}', 0, NULL, 1775028587, 1775028587),
(248, 'default', '{\"uuid\":\"5645980d-b980-44c4-9bb8-c74dde8237ff\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:15;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1151129f-1bd8-4e71-b362-e1139c992ce3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775030255,\"delay\":null}', 0, NULL, 1775030255, 1775030255),
(249, 'default', '{\"uuid\":\"e8905201-8f51-4304-b7a4-95009b2d7433\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:16;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"59e13af5-9fae-454c-b3b9-5676dc9aac13\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775030533,\"delay\":null}', 0, NULL, 1775030533, 1775030533),
(250, 'default', '{\"uuid\":\"2129b6ec-229a-44f0-bb08-6d800123862f\",\"displayName\":\"App\\\\Notifications\\\\RefundClosed\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:30:\\\"App\\\\Notifications\\\\RefundClosed\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\RefundClosed\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:16;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6118eec0-88a6-441c-b90a-7456e321d82a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775030693,\"delay\":null}', 0, NULL, 1775030693, 1775030693),
(251, 'default', '{\"uuid\":\"68ea9c03-9e51-4f4c-8fda-92dbecf14d81\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:17;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"9c9c3cd1-219a-415e-a1cd-f299c300cfa2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775030783,\"delay\":null}', 0, NULL, 1775030783, 1775030783),
(252, 'default', '{\"uuid\":\"9816b285-e6bd-4ffe-a384-b3bedd8461d4\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:18;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b191fb06-b3df-4462-a49b-15fc91980c01\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031338,\"delay\":null}', 0, NULL, 1775031338, 1775031338),
(253, 'default', '{\"uuid\":\"61c93bb3-ad50-4644-b81b-50f3a59201b9\",\"displayName\":\"App\\\\Notifications\\\\RefundDeclined\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundDeclined\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundDeclined\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:17;s:9:\\\"relations\\\";a:1:{i:0;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a7400b34-52cd-4269-96f1-425980db3223\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031495,\"delay\":null}', 0, NULL, 1775031495, 1775031495),
(254, 'default', '{\"uuid\":\"3fb89ea9-d5af-49bc-ab95-8b4490d8d945\",\"displayName\":\"App\\\\Notifications\\\\RefundDeclined\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundDeclined\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundDeclined\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:18;s:9:\\\"relations\\\";a:1:{i:0;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2d2c5800-13da-489f-9561-60783cbec1f2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031710,\"delay\":null}', 0, NULL, 1775031710, 1775031710),
(255, 'default', '{\"uuid\":\"2a14de71-2dd8-4bf4-8834-848cc96fd55d\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:955;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"15b612f2-80be-4333-9998-ce1333ce95f8\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031852,\"delay\":null}', 0, NULL, 1775031852, 1775031852),
(256, 'default', '{\"uuid\":\"445ebd25-f3fc-4754-b889-a23e96cbe7ea\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:19;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d8b5a0ee-8c81-4e2c-97a2-1ada991a118d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031904,\"delay\":null}', 0, NULL, 1775031904, 1775031904),
(257, 'default', '{\"uuid\":\"daf9f583-70d7-41a3-91ba-77c4e0c30d1f\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:19;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"11955cbb-8b74-4049-9341-b35d95158df4\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031918,\"delay\":null}', 0, NULL, 1775031918, 1775031918),
(258, 'default', '{\"uuid\":\"e2e2477f-c6b1-42f6-840a-432927e8ecae\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:938;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"aca9abe1-f9bf-4379-87f5-830b7cfa8bc3\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775031992,\"delay\":null}', 0, NULL, 1775031992, 1775031992),
(259, 'default', '{\"uuid\":\"064482e9-0656-4d72-9106-9c3b0031303b\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"638924cd-1479-49ce-ab82-c7083052f463\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775032083,\"delay\":null}', 0, NULL, 1775032083, 1775032083),
(260, 'default', '{\"uuid\":\"a09698bc-0805-4df5-a231-930e8080aeb1\",\"displayName\":\"App\\\\Notifications\\\\RefundClosed\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:30:\\\"App\\\\Notifications\\\\RefundClosed\\\":2:{s:38:\\\"\\u0000App\\\\Notifications\\\\RefundClosed\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:20;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d586668b-9754-4cf4-92bf-11986087a439\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775032092,\"delay\":null}', 0, NULL, 1775032092, 1775032092),
(261, 'default', '{\"uuid\":\"4f7b92e3-7ac1-4e84-8beb-f6d3adce6b4b\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:969;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"94abffa2-f9e4-4be1-9da3-27f20efda8ca\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775033541,\"delay\":null}', 0, NULL, 1775033541, 1775033541),
(262, 'default', '{\"uuid\":\"a1a00eeb-a9cd-431d-85dd-b12ec43ddd89\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:970;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2956222f-ead5-45aa-9537-655ec717bc99\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775033637,\"delay\":null}', 0, NULL, 1775033637, 1775033637),
(263, 'default', '{\"uuid\":\"1b51a339-b582-477c-825d-0a268bf23715\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9936;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"41a04a65-e34c-47be-b396-620176066018\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775033674,\"delay\":null}', 0, NULL, 1775033674, 1775033674),
(264, 'default', '{\"uuid\":\"dbbad088-88bd-4b36-9826-4ae4179582a0\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9937;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"f62877d6-96f4-47c6-8f7d-810815785dab\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775034897,\"delay\":null}', 0, NULL, 1775034897, 1775034897),
(265, 'default', '{\"uuid\":\"aa0573e5-607e-4412-9c27-88a78aa5a301\",\"displayName\":\"App\\\\Notifications\\\\NewVideoCallRequest\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:37:\\\"App\\\\Notifications\\\\NewVideoCallRequest\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\NewVideoCallRequest\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9938;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"7ca49e4e-eebf-4f3f-b90b-31db26d9ca58\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775034925,\"delay\":null}', 0, NULL, 1775034925, 1775034925),
(266, 'default', '{\"uuid\":\"74e0c3d1-1ef9-4ce1-aad0-7eff78e603c9\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:970;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"dc869feb-e0c9-43cd-a775-e762aac608d9\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775043470,\"delay\":null}', 0, NULL, 1775043470, 1775043470),
(267, 'default', '{\"uuid\":\"2f1bc4e2-6be2-44c7-9681-ba254ca6d92c\",\"displayName\":\"App\\\\Notifications\\\\NewOrderReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:34:\\\"App\\\\Notifications\\\\NewOrderReceived\\\":2:{s:41:\\\"\\u0000App\\\\Notifications\\\\NewOrderReceived\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:971;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"4e154cd1-733c-4421-a4ca-a2ed3b414fa5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775103770,\"delay\":null}', 0, NULL, 1775103770, 1775103770),
(268, 'default', '{\"uuid\":\"af8f053b-07f4-4bcf-bcdd-83af545a1e23\",\"displayName\":\"App\\\\Notifications\\\\OrderCompleted\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\OrderCompleted\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\OrderCompleted\\u0000order\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Orders\\\";s:2:\\\"id\\\";i:971;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"5c196c01-134a-42bd-8fd2-3404305525ef\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106602,\"delay\":null}', 0, NULL, 1775106602, 1775106602),
(269, 'default', '{\"uuid\":\"3b6e43e5-25d6-4e35-adbb-9b6d5c96af1e\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:21;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"94d517f4-ecaa-4020-8d32-1e7a0f3a9b9c\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106798,\"delay\":null}', 0, NULL, 1775106798, 1775106798),
(270, 'default', '{\"uuid\":\"2281f3ac-3489-4ba9-8c0c-b55ca737aa7f\",\"displayName\":\"App\\\\Notifications\\\\RefundDeclined\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundDeclined\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundDeclined\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:21;s:9:\\\"relations\\\";a:1:{i:0;s:4:\\\"user\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"ae47c15d-a95f-4c46-b59b-f9805ee857a8\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106812,\"delay\":null}', 0, NULL, 1775106812, 1775106812),
(271, 'default', '{\"uuid\":\"8bc6ce52-c091-4db5-bcc5-83c80156f712\",\"displayName\":\"App\\\\Notifications\\\\NewRefund\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:27:\\\"App\\\\Notifications\\\\NewRefund\\\":2:{s:35:\\\"\\u0000App\\\\Notifications\\\\NewRefund\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:22;s:9:\\\"relations\\\";a:1:{i:0;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a76611b0-4f31-4901-afdb-edad8bd30819\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106830,\"delay\":null}', 0, NULL, 1775106830, 1775106830),
(272, 'default', '{\"uuid\":\"884358f5-d9b9-420d-8553-69273a288405\",\"displayName\":\"App\\\\Notifications\\\\RefundApproved\",\"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\\\":3:{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:32:\\\"App\\\\Notifications\\\\RefundApproved\\\":2:{s:40:\\\"\\u0000App\\\\Notifications\\\\RefundApproved\\u0000refund\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Refunds\\\";s:2:\\\"id\\\";i:22;s:9:\\\"relations\\\";a:5:{i:0;s:4:\\\"user\\\";i:1;s:5:\\\"order\\\";i:2;s:18:\\\"order.transactions\\\";i:3;s:13:\\\"order.reviews\\\";i:4;s:6:\\\"seller\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"69734c34-42ec-4d9a-839f-c25448dfaabc\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106840,\"delay\":null}', 0, NULL, 1775106840, 1775106840),
(273, 'default', '{\"uuid\":\"706aad8f-19ba-4f05-91b2-57f47363a738\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Apr 16, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9938;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"a2838975-3ec6-4f54-9cd2-572cac3e3b27\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775106907,\"delay\":null}', 0, NULL, 1775106907, 1775106907),
(274, 'default', '{\"uuid\":\"50b07df6-1620-4c13-9f3c-b37f1168ba06\",\"displayName\":\"App\\\\Notifications\\\\StartedVideoCall\",\"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\\\":3:{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:34:\\\"App\\\\Notifications\\\\StartedVideoCall\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\StartedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9938;s:9:\\\"relations\\\";a:3:{i:0;s:12:\\\"transactions\\\";i:1;s:6:\\\"seller\\\";i:2;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"0c824ed7-794d-4d4f-abe5-dc1dc7e78c35\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775107210,\"delay\":null}', 0, NULL, 1775107210, 1775107210),
(275, 'default', '{\"uuid\":\"d7be3161-7c01-439d-a5ef-d5aec2fcd0d5\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:8;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"114df0af-0a0c-4fc5-9f51-90f37bf8eb5b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1775111138,\"delay\":null}', 0, NULL, 1775111138, 1775111138);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(276, 'default', '{\"uuid\":\"bbab252b-5f2c-478a-b1c7-d2e8e5dad2d0\",\"displayName\":\"App\\\\Notifications\\\\AcceptedVideoCall\",\"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\\\":3:{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:35:\\\"App\\\\Notifications\\\\AcceptedVideoCall\\\":3:{s:13:\\\"formattedDate\\\";s:12:\\\"Apr 16, 2026\\\";s:46:\\\"\\u0000App\\\\Notifications\\\\AcceptedVideoCall\\u0000videoCall\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:20:\\\"App\\\\Models\\\\VideoCall\\\";s:2:\\\"id\\\";i:9937;s:9:\\\"relations\\\";a:1:{i:0;s:5:\\\"buyer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"96b2a49b-1706-4089-bec5-f168b734cac2\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1776403751,\"delay\":null}', 0, NULL, 1776403751, 1776403751),
(277, 'default', '{\"uuid\":\"47f5fe91-c23f-46b4-960a-6025b7289930\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:36;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:82;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"649cf5c2-3a18-4a10-870b-25321b342555\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1776428492,\"delay\":null}', 0, NULL, 1776428492, 1776428492),
(278, 'default', '{\"uuid\":\"216e13e8-810f-43e6-8796-18125c173df3\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:20;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:85;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"6bd415b4-5b30-4c32-a8b7-60ee7091d299\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1777809310,\"delay\":null}', 0, NULL, 1777809310, 1777809310),
(279, 'default', '{\"uuid\":\"f267b6cd-84b9-44b2-96c9-b2bc17f3c413\",\"displayName\":\"App\\\\Notifications\\\\NewVerificationRequest\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\NewVerificationRequest\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:31:\\\"App\\\\Models\\\\VerificationRequests\\\";s:2:\\\"id\\\";i:24;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"81942f7e-6ab5-4bd2-95c7-e67fde0fed96\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1779175826,\"delay\":null}', 0, NULL, 1779175826, 1779175826),
(280, 'default', '{\"uuid\":\"9b9d3adb-958a-4fe1-a44c-e3406fd08e38\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:14;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:89;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"c6699e22-f468-4435-95a0-e226db772082\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1779949399,\"delay\":null}', 0, NULL, 1779949399, 1779949399),
(281, 'default', '{\"uuid\":\"bf1b1cd5-096c-427e-b623-c710b6dc4cab\",\"displayName\":\"App\\\\Notifications\\\\NewMessageReceived\",\"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\\\":3:{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:12;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:36:\\\"App\\\\Notifications\\\\NewMessageReceived\\\":2:{s:45:\\\"\\u0000App\\\\Notifications\\\\NewMessageReceived\\u0000message\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Messages\\\";s:2:\\\"id\\\";i:90;s:9:\\\"relations\\\";a:2:{i:0;s:12:\\\"transactions\\\";i:1;s:8:\\\"receiver\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"be261873-7da9-40d9-8abd-4c77fb56a24a\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1779949425,\"delay\":null}', 0, NULL, 1779949425, 1779949425),
(282, 'default', '{\"uuid\":\"a6fe35b0-2493-4cbb-a16d-07b094950bbb\",\"displayName\":\"App\\\\Notifications\\\\AdminWithdrawalPending\",\"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\\\":3:{s:11:\\\"notifiables\\\";O:29:\\\"Illuminate\\\\Support\\\\Collection\\\":2:{s:8:\\\"\\u0000*\\u0000items\\\";a:1:{i:0;O:44:\\\"Illuminate\\\\Notifications\\\\AnonymousNotifiable\\\":1:{s:6:\\\"routes\\\";a:1:{s:4:\\\"mail\\\";s:15:\\\"admin@admin.com\\\";}}}s:28:\\\"\\u0000*\\u0000escapeWhenCastingToString\\\";b:0;}s:12:\\\"notification\\\";O:40:\\\"App\\\\Notifications\\\\AdminWithdrawalPending\\\":2:{s:4:\\\"data\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:22:\\\"App\\\\Models\\\\Withdrawals\\\";s:2:\\\"id\\\";i:9;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"d5c69a7d-39db-485d-80c7-1edcc2791b62\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"},\"createdAt\":1780906909,\"delay\":null}', 0, NULL, 1780906909, 1780906909);

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

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

CREATE TABLE `languages` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `abbreviation` varchar(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `name`, `abbreviation`) VALUES
(1, 'English', 'en'),
(6, 'Spanish', 'es'),
(7, 'German', 'de'),
(8, 'French', 'fr');

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

--
-- Table structure for table `messages`
--

CREATE TABLE `messages` (
  `id` int(10) UNSIGNED NOT NULL,
  `transactions_id` bigint(20) UNSIGNED DEFAULT NULL,
  `custom_offer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT 'text',
  `buyer_id` int(10) UNSIGNED NOT NULL,
  `sender_id` int(10) UNSIGNED NOT NULL,
  `receiver_id` int(10) UNSIGNED NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `messages`
--

INSERT INTO `messages` (`id`, `transactions_id`, `custom_offer_id`, `type`, `buyer_id`, `sender_id`, `receiver_id`, `message`, `status`, `created_at`, `updated_at`) VALUES
(49, 78, NULL, 'text', 2, 2, 12, 'Hello Carry!', 'readed', '2026-02-26 11:30:51', '2026-02-26 11:30:51'),
(50, 79, NULL, 'text', 2, 2, 12, 'Hello Carry!', 'readed', '2026-02-26 11:31:05', '2026-02-26 11:31:05'),
(51, 80, NULL, 'text', 2, 2, 12, 'Hello Carry!', 'readed', '2026-02-26 11:31:07', '2026-02-26 11:31:07'),
(52, 81, NULL, 'text', 2, 2, 12, 'Hello Carry!', 'readed', '2026-02-26 11:31:08', '2026-02-26 11:31:08'),
(53, 83, NULL, 'text', 2, 2, 12, 'Hello', 'readed', '2026-02-26 11:48:16', '2026-02-26 11:48:16'),
(54, 91, NULL, 'text', 2, 2, 12, 'Hello carryminati, how are you?', 'readed', '2026-02-27 05:27:04', '2026-02-27 05:27:04'),
(55, 0, NULL, 'text', 12, 12, 2, 'good what about you', 'readed', '2026-02-27 05:31:00', '2026-02-27 05:31:00'),
(56, 92, NULL, 'text', 2, 2, 12, 'Hello Bhai', 'readed', '2026-02-27 05:31:01', '2026-02-27 05:31:01'),
(57, 93, NULL, 'text', 2, 2, 12, 'I am also good', 'readed', '2026-02-27 05:31:40', '2026-02-27 05:31:40'),
(58, 94, NULL, 'text', 2, 2, 12, 'Hi', 'readed', '2026-02-27 05:32:58', '2026-02-27 06:21:06'),
(59, 0, NULL, 'text', 12, 12, 2, 'hiii', 'readed', '2026-02-27 06:21:14', '2026-02-27 06:21:50'),
(60, 101, NULL, 'text', 2, 2, 12, 'test est etste sfdsf', 'readed', '2026-02-27 07:09:52', '2026-02-27 07:09:52'),
(61, 102, NULL, 'text', 2, 2, 12, 'test est etste sfdsf', 'readed', '2026-02-27 07:09:57', '2026-02-27 07:09:57'),
(62, 103, NULL, 'text', 2, 2, 12, 'test', 'readed', '2026-02-27 07:28:33', '2026-02-27 07:28:33'),
(63, 104, NULL, 'text', 2, 2, 12, 'teste12', 'readed', '2026-02-27 07:29:38', '2026-02-27 07:29:38'),
(64, 0, NULL, 'text', 2, 2, 12, 'teste12', 'readed', '2026-02-27 07:29:38', '2026-02-27 07:29:38'),
(65, 110, NULL, 'text', 2, 2, 12, 'Hi', 'readed', '2026-02-27 09:42:47', '2026-02-27 09:42:47'),
(66, 0, NULL, 'text', 2, 2, 12, 'Hi', 'readed', '2026-02-27 09:42:47', '2026-02-27 09:42:47'),
(67, 111, NULL, 'text', 2, 2, 12, 'Hi carry', 'readed', '2026-02-27 09:43:22', '2026-02-27 09:43:22'),
(68, 140, NULL, 'text', 2, 2, 12, 'hdhshgzhszhhshzhhzhzhzhzhNSNZ', 'readed', '2026-03-06 09:15:47', '2026-03-06 09:15:47'),
(69, 141, NULL, 'text', 2, 2, 12, 'fhhgffvbbvcdghvcdxccc', 'readed', '2026-03-06 09:17:55', '2026-03-06 09:17:55'),
(70, 142, NULL, 'text', 2, 2, 12, 'fhhgffvbbvcdghvcdxccc', 'readed', '2026-03-06 09:18:24', '2026-03-06 09:18:24'),
(71, 143, NULL, 'text', 2, 2, 12, 'gddgdhsgagagahVhHbshB', 'readed', '2026-03-06 09:24:04', '2026-03-06 09:24:04'),
(72, 146, NULL, 'text', 2, 2, 12, 'ffhfjfjdhdjdjdjdjdjdjdjdjshs', 'readed', '2026-03-10 04:10:02', '2026-03-10 04:10:02'),
(73, 163, NULL, 'text', 2, 2, 12, 'sghahshhshshshshshHHHH', 'readed', '2026-03-11 11:20:08', '2026-03-11 16:54:34'),
(74, 0, NULL, 'text', 12, 12, 2, 'hello', 'readed', '2026-03-12 08:01:50', '2026-03-12 08:01:50'),
(75, 0, NULL, 'text', 12, 12, 2, 'hii', 'readed', '2026-03-12 08:20:02', '2026-03-12 08:20:02'),
(76, 0, NULL, 'text', 12, 12, 2, 'hello', 'readed', '2026-03-12 08:25:18', '2026-03-12 08:25:18'),
(77, 0, NULL, 'text', 12, 12, 2, 'hello', 'readed', '2026-03-12 08:28:35', '2026-03-12 08:28:35'),
(78, 0, NULL, 'text', 12, 12, 2, 'hii', 'readed', '2026-03-12 08:31:25', '2026-03-12 08:31:25'),
(79, 0, NULL, 'text', 12, 12, 2, 'hi', 'readed', '2026-04-02 04:42:02', '2026-04-02 05:10:41'),
(80, 0, NULL, 'text', 12, 12, 2, 'hey user', 'readed', '2026-04-02 05:10:36', '2026-04-02 05:10:41'),
(81, 176, NULL, 'text', 2, 2, 12, 'hello how are you carry', 'readed', '2026-04-02 05:11:13', '2026-04-02 05:11:13'),
(82, 177, NULL, 'text', 1, 1, 36, 'hi', 'new', '2026-04-17 12:21:32', '2026-04-17 12:21:32'),
(83, 178, NULL, 'text', 1, 1, 36, 'Hello', 'new', '2026-04-17 12:21:52', '2026-04-17 12:21:52'),
(84, 0, NULL, 'text', 1, 1, 36, 'Hello', 'new', '2026-04-17 12:21:52', '2026-04-17 12:21:52'),
(85, 179, NULL, 'text', 12, 12, 20, 'vdfv', 'new', '2026-05-03 11:55:09', '2026-05-03 11:55:09'),
(86, 182, NULL, 'text', 648, 648, 14, 'sksdsdsdsdss sssd s df sdf', 'new', '2026-05-28 06:16:59', '2026-05-28 06:16:59'),
(87, 184, NULL, 'text', 648, 648, 12, 'asd   da d s  sd as d as d asd', 'new', '2026-05-28 06:17:55', '2026-05-28 06:17:55'),
(88, 185, NULL, 'text', 648, 648, 12, 'a sd sd s c s c sd c sd', 'new', '2026-05-28 06:20:38', '2026-05-28 06:20:38'),
(89, 186, NULL, 'text', 648, 648, 14, 'dss d sd sd', 'new', '2026-05-28 06:23:19', '2026-05-28 06:23:19'),
(90, 187, NULL, 'text', 648, 648, 12, 'hello', 'new', '2026-05-28 06:23:45', '2026-05-28 06:23:45');

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

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

CREATE TABLE `migrations` (
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

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

INSERT INTO `migrations` (`migration`, `batch`) VALUES
('2024_06_21_151311_create_promotional_videos_table', 1),
('2024_06_25_193909_create_video_occasions_table', 2),
('2026_02_20_083126_add_verification_tiers_to_admin_settings_table', 3),
('2026_02_20_083128_add_tier_to_users_and_verification_requests_table', 4),
('2026_02_20_111733_create_verification_audit_logs_table', 5),
('2026_02_23_082512_add_tier_free_followers_to_admin_settings', 6),
('2026_02_23_085518_make_tier_nullable_in_verification_requests', 7),
('2026_02_23_102236_add_marketplace_fields_to_users_table', 8),
('2026_02_23_121206_create_stories_table', 9),
('2026_02_23_121207_create_story_views_table', 10),
('2026_02_23_092837_create_profile_views_table', 11),
('2026_02_20_071920_add_business_wizard_fields_to_orders_table', 12),
('2026_02_20_090127_add_scheduled_date_to_orders_table', 13),
('2026_02_20_095416_create_video_request_categories_table', 14),
('2026_02_20_095417_add_video_request_category_id_to_orders_table', 15),
('2026_02_20_114244_create_user_business_licenses_table', 16),
('2026_02_23_101724_create_user_video_request_categories_table', 17),
('2026_02_23_104658_add_requesting_for_and_image_to_orders_table', 18),
('2026_02_23_120243_alter_scheduled_date_to_datetime_on_orders_table', 19),
('2026_02_23_121207_add_story_module_to_admin_settings', 20),
('2026_02_24_051119_create_order_tips_table', 21),
('2026_02_24_051332_create_tips_table', 22),
('2026_02_24_054112_add_allow_tip_to_admin_settings_table', 23),
('2026_02_24_063005_add_allow_download_setting_to_admin_settings_table', 24),
('2026_02_24_063005_add_allow_download_to_orders_table', 25),
('2026_02_24_084441_add_ai_subtitle_settings_to_admin_settings', 26),
('2026_02_24_084443_add_subtitles_to_video_tables', 27),
('2026_02_24_110000_add_subtitle_settings_to_admin_settings_table', 28),
('2019_12_14_000001_create_personal_access_tokens_table', 29),
('2026_03_10_143818_add_agora_app_certificate_to_admin_settings', 30),
('2026_05_19_120000_create_business_profiles_table', 31),
('2026_05_19_120100_create_business_contacts_table', 32),
('2026_05_19_120200_create_business_team_members_table', 33),
('2026_05_19_120300_create_business_invitations_table', 34),
('2026_05_19_130000_add_business_module_to_admin_settings', 35),
('2026_05_19_140000_add_workspace_and_approval_fields_to_orders_table', 36),
('2026_05_19_140100_create_business_campaign_assets_table', 37),
('2026_05_19_140200_create_business_order_comments_table', 38),
('2026_05_20_110000_add_business_talent_marketplace_fields', 39),
('2026_05_20_110100_create_user_audience_demographics_table', 40),
('2026_05_22_100000_add_licensing_fields_to_orders_table', 41),
('2026_05_22_110000_create_advanced_pricing_tables', 42),
('2026_05_22_000001_create_creator_social_handles_table', 43),
('2026_05_22_000002_create_creator_faqs_table', 44),
('2026_05_22_000003_expand_user_audience_demographics', 45),
('2026_05_25_000001_create_campaigns_table', 46),
('2026_05_25_000002_create_campaign_applications_table', 47),
('2026_05_25_151518_create_invoice_items_table', 48),
('2026_05_25_150835_add_billing_fields_to_business_profiles_table', 49),
('2026_05_25_151517_create_invoices_table', 50),
('2026_05_25_160529_add_subscription_fields_to_business_profiles_table', 51),
('2026_05_25_162120_create_business_refunds_table', 52),
('2026_05_25_173736_create_order_approvals_table', 53),
('2026_05_25_173736_create_order_milestones_table', 54),
('2026_05_25_173737_add_revision_fields_to_orders_table', 55),
('2026_05_25_224829_create_campaign_analytics_table', 56),
('2026_05_25_224829_create_campaign_conversions_table', 57),
('2026_05_26_071744_create_business_asset_folders_table', 58),
('2026_05_26_071754_add_media_management_fields_to_business_campaign_assets_table', 59),
('2026_05_25_153900_create_campaign_groups_table', 60),
('2026_05_25_153917_add_bulk_features_to_campaigns_table', 61),
('2026_05_26_092738_add_multi_video_fields_to_campaigns', 62),
('2026_05_26_100000_create_audit_logs_table', 63),
('2026_05_26_100001_add_nda_fields_to_campaigns', 64),
('2026_05_26_200000_add_premium_support_fields_to_business_profiles_table', 65),
('2026_05_26_200001_create_support_tickets_table', 66),
('2026_05_26_200002_create_support_ticket_replies_table', 67),
('2026_05_26_200003_create_onboarding_checklists_table', 68),
('2026_05_27_165727_change_campaigns_file_columns_to_json', 69),
('2026_06_08_000000_add_bulk_payout_options_to_admin_settings_table', 70);

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

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

CREATE TABLE `notifications` (
  `id` int(10) UNSIGNED NOT NULL,
  `destination` int(10) UNSIGNED NOT NULL,
  `author` int(10) UNSIGNED NOT NULL,
  `target` varchar(200) NOT NULL,
  `type` varchar(100) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '0' COMMENT '0 unseen, 1 seen',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `notifications`
--

INSERT INTO `notifications` (`id`, `destination`, `author`, `target`, `type`, `status`, `created_at`, `updated_at`) VALUES
(3, 68, 68, '68', 'verificationApproved', '1', '2026-02-20 06:59:20', '2026-02-20 07:08:59'),
(126, 2, 2, '2', 'verificationApproved', '1', '2026-02-27 05:38:27', '2026-02-27 05:38:39'),
(132, 2, 12, '0', 'orderReject', '1', '2026-02-27 08:04:39', '2026-02-27 09:42:13'),
(137, 2, 12, '0', 'videoCallAccept', '1', '2026-02-27 09:48:09', '2026-03-03 12:26:33'),
(139, 2, 12, '0', 'videoCallReject', '1', '2026-02-27 09:49:06', '2026-03-03 12:26:33'),
(141, 2, 12, '0', 'orderReject', '1', '2026-02-27 09:50:33', '2026-03-03 12:26:33'),
(143, 2, 12, '0', 'orderReject', '1', '2026-02-27 09:52:00', '2026-03-03 12:26:33'),
(146, 2, 12, '0', 'orderCompleted', '1', '2026-03-02 05:01:38', '2026-03-03 12:26:33'),
(148, 2, 12, '0', 'orderCompleted', '1', '2026-03-02 05:02:50', '2026-03-03 12:26:33'),
(168, 2, 12, '0', 'orderCompleted', '1', '2026-03-06 09:26:54', '2026-03-06 11:43:13'),
(169, 2, 12, '0', 'orderCompleted', '1', '2026-03-06 09:28:23', '2026-03-06 11:43:13'),
(171, 2, 12, '0', 'orderCompleted', '1', '2026-03-06 09:37:41', '2026-03-06 11:43:13'),
(172, 2, 12, '0', 'orderCompleted', '1', '2026-03-06 10:27:42', '2026-03-06 11:43:13'),
(174, 2, 12, '0', 'orderCompleted', '1', '2026-03-06 10:30:37', '2026-03-06 11:43:13'),
(176, 645, 645, '645', 'verificationApproved', '1', '2026-03-09 06:12:07', '2026-03-09 06:12:29'),
(177, 2, 12, '0', 'orderCompleted', '1', '2026-03-10 05:32:22', '2026-03-10 06:47:06'),
(178, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 06:35:53', '2026-03-10 06:47:06'),
(179, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 06:37:34', '2026-03-10 06:47:06'),
(181, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 07:15:45', '2026-03-10 18:08:12'),
(182, 2, 12, '0', 'refundApproved', '1', '2026-03-10 13:37:28', '2026-03-10 18:08:12'),
(185, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:00:58', '2026-03-10 18:08:12'),
(186, 2, 12, 'a3f88088-2593-4453-aa74-a3ddf2a79499', 'videoCallStart', '1', '2026-03-10 14:03:54', '2026-03-10 18:08:12'),
(188, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:21:56', '2026-03-10 18:08:12'),
(189, 2, 12, '530cb3b7-aeff-43a1-9c3b-6221d12cf1cf', 'videoCallStart', '1', '2026-03-10 14:22:59', '2026-03-10 18:08:12'),
(190, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:59:23', '2026-03-10 18:08:12'),
(191, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:59:37', '2026-03-10 18:08:12'),
(192, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:59:46', '2026-03-10 18:08:12'),
(193, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 14:59:53', '2026-03-10 18:08:12'),
(194, 2, 12, '0', 'videoCallReject', '1', '2026-03-10 15:00:00', '2026-03-10 18:08:12'),
(196, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 17:37:44', '2026-03-10 18:08:12'),
(197, 2, 12, '7f95034d-e333-44ae-8306-363e9ac7ef79', 'videoCallStart', '1', '2026-03-10 17:38:32', '2026-03-10 18:08:12'),
(198, 2, 12, '7f95034d-e333-44ae-8306-363e9ac7ef79', 'videoCallStart', '1', '2026-03-10 17:39:53', '2026-03-10 18:08:12'),
(200, 2, 12, '0', 'videoCallAccept', '1', '2026-03-10 18:02:31', '2026-03-10 18:08:12'),
(201, 2, 12, 'bde9d4e6-435a-4669-a3e6-951c5fa66fa1', 'videoCallStart', '1', '2026-03-10 18:02:46', '2026-03-10 18:08:12'),
(203, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 09:11:52', '2026-03-11 09:13:23'),
(204, 2, 12, 'a325bf86-5bed-4caa-a7d8-46e149cd0cce', 'videoCallStart', '1', '2026-03-11 09:13:05', '2026-03-11 09:13:23'),
(206, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 09:23:39', '2026-03-11 09:24:05'),
(207, 2, 12, '5bee53a0-67be-4cdc-9763-df7dc5b74c6f', 'videoCallStart', '1', '2026-03-11 09:23:54', '2026-03-11 09:24:05'),
(210, 2, 12, '0', 'videoCallReject', '1', '2026-03-11 09:37:28', '2026-03-11 09:39:19'),
(211, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 09:38:31', '2026-03-11 09:39:19'),
(212, 2, 12, '983cc8bb-cc3d-4d43-9db7-15c0c4faa687', 'videoCallStart', '1', '2026-03-11 09:39:03', '2026-03-11 09:39:19'),
(214, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 09:55:19', '2026-03-11 09:55:51'),
(215, 2, 12, 'a10dff55-1846-4791-bf5f-9b2b5623979f', 'videoCallStart', '1', '2026-03-11 09:55:43', '2026-03-11 09:55:51'),
(217, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 10:14:09', '2026-03-11 10:14:36'),
(218, 2, 12, '4ef0ee78-2519-44cb-8be8-83b018751e27', 'videoCallStart', '1', '2026-03-11 10:14:25', '2026-03-11 10:14:36'),
(220, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 10:26:14', '2026-03-11 10:26:37'),
(221, 2, 12, 'e5933937-b713-44dd-bc34-7e2a6a4062ae', 'videoCallStart', '1', '2026-03-11 10:26:28', '2026-03-11 10:26:37'),
(223, 2, 12, '0', 'videoCallAccept', '1', '2026-03-11 10:40:13', '2026-03-11 10:42:03'),
(224, 2, 12, 'e281e9d8-fefd-44f9-8889-ccd73a6dc2ca', 'videoCallStart', '1', '2026-03-11 10:41:54', '2026-03-11 10:42:03'),
(227, 2, 12, '0', 'orderCompleted', '1', '2026-03-11 11:33:36', '2026-03-12 10:30:34'),
(228, 2, 12, '0', 'videoCallAccept', '1', '2026-03-12 10:04:47', '2026-03-12 10:30:34'),
(237, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 04:37:18', '2026-04-01 05:54:06'),
(238, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 04:37:48', '2026-04-01 05:54:06'),
(239, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 04:38:18', '2026-04-01 05:54:06'),
(240, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 04:38:49', '2026-04-01 05:54:06'),
(243, 2, 12, '0', 'refundApproved', '1', '2026-04-01 05:02:38', '2026-04-01 05:54:06'),
(244, 2, 12, '0', 'refundDeclined', '1', '2026-04-01 05:08:18', '2026-04-01 05:54:06'),
(246, 2, 12, '0', 'refundApproved', '1', '2026-04-01 07:20:39', '2026-04-01 12:01:49'),
(248, 2, 12, '0', 'refundApproved', '1', '2026-04-01 07:21:50', '2026-04-01 12:01:49'),
(250, 2, 12, '0', 'refundApproved', '1', '2026-04-01 07:24:48', '2026-04-01 12:01:49'),
(252, 2, 12, '0', 'refundApproved', '1', '2026-04-01 07:26:41', '2026-04-01 12:01:49'),
(254, 2, 12, '0', 'refundApproved', '1', '2026-04-01 07:57:34', '2026-04-01 12:01:49'),
(259, 2, 12, '0', 'refundDeclined', '1', '2026-04-01 08:18:14', '2026-04-01 12:01:49'),
(260, 2, 12, '0', 'refundDeclined', '1', '2026-04-01 08:21:50', '2026-04-01 12:01:49'),
(261, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 08:24:12', '2026-04-01 12:01:49'),
(263, 2, 12, '0', 'refundApproved', '1', '2026-04-01 08:25:17', '2026-04-01 12:01:49'),
(264, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 08:26:32', '2026-04-01 12:01:49'),
(272, 2, 12, '0', 'orderCompleted', '1', '2026-04-01 11:37:49', '2026-04-01 12:01:49'),
(274, 2, 12, '0', 'orderCompleted', '1', '2026-04-02 05:10:01', '2026-04-02 05:28:41'),
(277, 2, 12, '0', 'refundDeclined', '1', '2026-04-02 05:13:31', '2026-04-02 05:28:41'),
(279, 2, 12, '0', 'refundApproved', '1', '2026-04-02 05:13:59', '2026-04-02 05:28:41'),
(280, 2, 12, '0', 'videoCallAccept', '1', '2026-04-02 05:15:06', '2026-04-02 05:28:41'),
(281, 2, 12, 'fcbb4037-41f2-4417-af36-3197de54bdde', 'videoCallStart', '1', '2026-04-02 05:20:09', '2026-04-02 05:28:41'),
(282, 2, 12, '0', 'videoCallAccept', '1', '2026-04-17 05:29:10', '2026-04-28 12:48:18'),
(283, 14, 12, '972', 'newOrder', '0', '2026-05-03 18:20:51', '2026-05-03 18:20:51'),
(285, 12, 648, '973', 'newOrder', '1', '2026-05-28 06:16:21', '2026-05-28 06:34:04'),
(286, 14, 648, '974', 'newOrder', '0', '2026-05-28 06:17:28', '2026-05-28 06:17:28'),
(287, 648, 12, '0', 'orderCompleted', '1', '2026-05-28 06:34:21', '2026-05-28 08:23:01'),
(288, 12, 648, '9939', 'newVideoCallRequest', '0', '2026-05-28 06:40:07', '2026-05-28 06:40:07'),
(289, 12, 648, '9940', 'newVideoCallRequest', '0', '2026-05-28 06:40:38', '2026-05-28 06:40:38'),
(290, 12, 648, '9941', 'newVideoCallRequest', '0', '2026-05-28 06:47:40', '2026-05-28 06:47:40');

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

--
-- Table structure for table `onboarding_checklists`
--

CREATE TABLE `onboarding_checklists` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `steps` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`steps`)),
  `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 `orders`
--

CREATE TABLE `orders` (
  `id` int(10) UNSIGNED NOT NULL,
  `transactions_id` int(10) UNSIGNED DEFAULT NULL,
  `custom_offer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `revenue_share_pct` decimal(5,2) NOT NULL DEFAULT 0.00,
  `seller_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED DEFAULT NULL,
  `receiver_name` varchar(200) DEFAULT NULL,
  `type` varchar(100) NOT NULL,
  `requesting_for` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `public` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `occasion` varchar(200) DEFAULT NULL,
  `instructions` text NOT NULL,
  `script_type` varchar(255) NOT NULL DEFAULT 'Talking points',
  `required_lines` varchar(255) DEFAULT NULL,
  `scheduled_date` datetime DEFAULT NULL,
  `video` varchar(255) DEFAULT NULL,
  `duration_video` varchar(50) DEFAULT NULL,
  `video_poster` varchar(255) DEFAULT NULL,
  `subtitles` varchar(255) DEFAULT NULL,
  `encode` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `flash_delivery` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `how_use_video_business` varchar(255) DEFAULT NULL,
  `business_name` varchar(255) DEFAULT NULL,
  `pronunciation` varchar(255) DEFAULT NULL,
  `license_duration` varchar(255) DEFAULT NULL,
  `commercial_platforms` text DEFAULT NULL,
  `geographic_rights` varchar(255) DEFAULT NULL,
  `is_exclusive` tinyint(1) NOT NULL DEFAULT 0,
  `contract_signed_at` timestamp NULL DEFAULT NULL,
  `signature_image` varchar(255) DEFAULT NULL,
  `signee_name` varchar(255) DEFAULT NULL,
  `signee_title` varchar(255) DEFAULT NULL,
  `contract_pdf_path` varchar(255) DEFAULT NULL,
  `industry` varchar(255) DEFAULT NULL,
  `brief_description_business` text DEFAULT NULL,
  `tone_style` varchar(255) DEFAULT NULL,
  `filming_requirements` varchar(255) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'pending',
  `revision_count` int(11) NOT NULL DEFAULT 0,
  `approval_status` varchar(255) NOT NULL DEFAULT 'approved',
  `expires` timestamp NULL DEFAULT NULL,
  `reason_cancel` text DEFAULT NULL,
  `job_id` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `video_request_category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `allow_download` enum('yes','no') NOT NULL DEFAULT 'no'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `orders` (`id`, `transactions_id`, `custom_offer_id`, `revenue_share_pct`, `seller_id`, `user_id`, `business_profile_id`, `receiver_name`, `type`, `requesting_for`, `image`, `public`, `occasion`, `instructions`, `script_type`, `required_lines`, `scheduled_date`, `video`, `duration_video`, `video_poster`, `subtitles`, `encode`, `flash_delivery`, `how_use_video_business`, `business_name`, `pronunciation`, `license_duration`, `commercial_platforms`, `geographic_rights`, `is_exclusive`, `contract_signed_at`, `signature_image`, `signee_name`, `signee_title`, `contract_pdf_path`, `industry`, `brief_description_business`, `tone_style`, `filming_requirements`, `status`, `revision_count`, `approval_status`, `expires`, `reason_cancel`, `job_id`, `created_at`, `updated_at`, `video_request_category_id`, `allow_download`) VALUES
(1, 1, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'Hello everyone! \n\nI’m Carry Minati, and I’m excited to connect with you today. \n\nAs you know, I’ve always been passionate about creating content that resonates with you, my amazing audience.', 'Talking points', '', '0000-00-00 00:00:00', '12699d6315b64e01771922197fp9er7ypkt2xfpj8lw0t.mp4', NULL, NULL, NULL, 0, 0, 'Marketing', 'TEst', '333', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'We would like to request Carry Minati to create a vibrant promotional video announcing the launch of our new product, aimed at engaging his audience and generating excitement around our brand.', 'The video will have a cool and charismatic tone, infused with cheeky humor while maintaining a professional edge.', 'Filming Instructions for Carry Minati:\n\n1. Orientation: Landscape mode for video content.', 'delivered', 0, 'approved', '2026-03-03 03:03:08', NULL, NULL, '2026-02-24 03:03:08', '2026-02-24 03:06:41', NULL, 'no'),
(2, 2, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '0000-00-00 00:00:00', '2J5vjSOPW63xEfEGC5TRw699d6d63a8d7d1771924835-converted.mp4', '00:36', 'pTu7N6Pa6hdlAqpluSQr699d6d63a8d991771924835-poster.jpg', NULL, 0, 0, 'Marketing', 'Test', '3333', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'delivered', 0, 'approved', '2026-03-03 03:25:03', NULL, NULL, '2026-02-24 03:25:03', '2026-02-24 03:51:08', NULL, 'no'),
(3, 3, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'Hello everyone! \n\nI’m Carry Minati, and I’m excited to connect with you today. \n\nI want to take a moment to share something special with you all. \n\nAs you know, I’m passionate about creating content that resonates with my audience, and I’m always looking for new ways to engage and entertain you.', 'Talking points', '', '0000-00-00 00:00:00', '3PP9KaebtblOVdrrgPLY4699d703c285641771925564-converted.mp4', '00:59', 'qlcbAYJNAoyLVpCe4SCn699d703c286a51771925564-poster.jpg', NULL, 0, 0, 'Marketing', 'TEst', 'eee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'We are looking to create a dynamic promotional video featuring Carry Minati to announce our upcoming product launch and engage our audience with his unique style and influence.', 'The video will have a cool and charismatic tone, infused with cheeky humor while maintaining a professional edge.', '', 'delivered', 0, 'approved', '2026-03-03 04:02:04', NULL, NULL, '2026-02-24 04:02:04', '2026-02-24 04:03:40', NULL, 'no'),
(4, 4, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', '40M72a7osAb07ELZGL55N699d769eeb30e1771927198-converted.mp4', '00:59', 'pYnzstjMn4628IwCPWqA699d769eebbb41771927198-poster.jpg', NULL, 0, 0, 'Marketing', 'etst', 'ee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', 'delivered', 0, 'approved', '2026-03-03 04:29:19', NULL, NULL, '2026-02-24 04:29:19', '2026-02-24 04:30:41', NULL, 'no'),
(5, 5, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', '5V0oFFxx6YaE805S3KBVp699d79a2042f11771927970-converted.mp4', '00:59', 'qyDszzYYgAlfYJjMEoTX699d79a2057151771927970-poster.jpg', NULL, 0, 0, 'Marketing', 'dddddd', 'dd', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', '', 'delivered', 0, 'approved', '2026-03-03 04:42:07', NULL, NULL, '2026-02-24 04:42:07', '2026-02-24 04:43:29', NULL, 'no'),
(6, 6, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 0, NULL, 'What\'s the goal of this video?\r\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', NULL, NULL, NULL, NULL, 0, 0, 'Marketing', 'eees', 'eee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\r\nAre you announcing a new product? Celebrating a milestone?', '', '', 'canceled', 0, 'approved', '2026-03-03 04:49:35', NULL, NULL, '2026-02-24 04:49:35', '2026-03-12 09:19:55', NULL, 'no'),
(7, 7, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', '75Adx0SeVikAA7tGmCJ7Z699d7d4f562991771928911-converted.mp4', '00:59', 'D3YqxLeQ2wPqGWvrwyqo699d7d4f56a271771928911-poster.jpg', NULL, 0, 0, 'Marketing', 'dd', 'dd', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', '', 'delivered', 0, 'approved', '2026-03-03 04:57:57', NULL, NULL, '2026-02-24 04:57:57', '2026-02-24 04:59:16', NULL, 'no'),
(8, 8, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milesto', 'Talking points', '', '0000-00-00 00:00:00', '8BN2GqItc7XFAYQABmhOV699d7e5cc2cc71771929180-converted.mp4', '00:59', 'FlLNOqH7f7lyNkpDqzoJ699d7e5cc36a21771929180-poster.jpg', NULL, 0, 0, 'Marketing', 'eee', 'ee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milesto', '', '', 'delivered', 0, 'approved', '2026-03-03 05:02:37', NULL, NULL, '2026-02-24 05:02:37', '2026-02-24 05:03:53', NULL, 'no'),
(9, 9, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', '9vXoCkS5izxMqSupOGNJC699d8cad7109b1771932845-converted.mp4', '00:59', '6PqhahQA2BfZvF9Pmf3g699d8cad719f71771932845-poster.jpg', NULL, 0, 0, 'Marketing', 'ee', 'eee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', '', 'delivered', 0, 'approved', '2026-03-03 06:03:38', NULL, NULL, '2026-02-24 06:03:38', '2026-02-24 06:04:57', NULL, 'no'),
(10, 10, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', NULL, NULL, NULL, NULL, 0, 0, 'Marketing', 'wwmw', 'ww', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', '', 'canceled', 0, 'approved', '2026-03-03 06:05:09', NULL, NULL, '2026-02-24 06:05:09', '2026-03-12 09:19:55', NULL, 'no'),
(11, 11, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'ffmpeg running commandffmpeg running commandffmpeg running commandffmpeg running commandffmpeg running commandffmpeg running commandffmpeg running command', 'Talking points', '', '0000-00-00 00:00:00', NULL, NULL, NULL, NULL, 0, 0, 'Marketing', 'dd', 'ddd', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ffmpeg running commandffmpeg running commandffmpeg running commandffmpeg running command', '', '', 'canceled', 0, 'approved', '2026-03-03 06:19:45', NULL, NULL, '2026-02-24 06:19:45', '2026-03-12 09:19:55', NULL, 'no'),
(12, 12, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'google/gemini-2.5-flashgoogle/gemini-2.5-flashgoogle/gemini-2.5-flashgoogle/gemini-2.5-flash', 'Talking points', '', '0000-00-00 00:00:00', '12mjadcDKNKCVahXbF0NYV699d9536137a61771935030-converted.mp4', '00:59', 'bDH5CzSDZ5VvUmPpySIl699d953614f0b1771935030-poster.jpg', NULL, 0, 0, 'Marketing', 'eee', 'eee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'We would like to invite Carry Minati to create a dynamic video announcement for our upcoming product launch, which aims to engage our audience and generate excitement around our innovative offerings.', '', '', 'delivered', 0, 'approved', '2026-03-03 06:29:42', NULL, NULL, '2026-02-24 06:29:42', '2026-02-24 06:41:19', NULL, 'no'),
(13, 13, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'eekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemk', 'Talking points', '', '0000-00-00 00:00:00', '13k6EbiuU5IS8nBIFKrM10699d972657b911771935526-converted.mp4', '00:59', 'a2zcBFrimtsDCxJqmYhS699d97265865b1771935526-poster.jpg', NULL, 0, 0, 'Marketing', 'ekeke', 'eee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'eekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemkeekemkemekemk', '', '', 'delivered', 0, 'approved', '2026-03-03 06:48:08', NULL, NULL, '2026-02-24 06:48:08', '2026-02-24 06:49:38', NULL, 'no'),
(14, 14, NULL, 0.00, 12, 70, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'Are you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', '', '0000-00-00 00:00:00', '14iW44uBMPSxtjcXb1NkTn699dbdd7884521771945431-converted.mp4', '00:59', 'FYstocmhpt18iAMhpytq699dbdd7886e31771945431-poster.jpg', NULL, 0, 0, 'Marketing', 'eememe', 'eeee', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'eeeeAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?\n\nAre you announcing a new product? Celebrating a milestone?', '', '', 'delivered', 0, 'approved', '2026-03-03 07:07:16', NULL, NULL, '2026-02-24 07:07:16', '2026-02-24 09:34:27', NULL, 'no'),
(15, 15, NULL, 0.00, 70, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'Hi User 25! We’d love for you to share a heartfelt message in the video. Please introduce yourself, share a fun fact, and give some advice for aspiring creators. A personal touch would be amazing! Thank you!', 'Talking points', NULL, '0000-00-00 00:00:00', '15H6PtKUI4P0VLSqdIAJGR699ddb0a3a2e21771952906-converted.mp4', '00:59', 'qxkX64P1EvdhXXWfbc2C699ddb0a3aaef1771952906-poster.jpg', NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-03 11:38:02', NULL, NULL, '2026-02-24 11:38:02', '2026-02-24 11:38:57', 1, 'no'),
(53, 29, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772085513_699fe10912145.png', 1, NULL, 'test est et ete tete testse testest', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-05 00:28:33', NULL, NULL, '2026-02-26 00:28:33', NULL, 1, 'no'),
(54, 30, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772085783_699fe217f2a87.png', 1, NULL, 'tes test t etetes testest etset', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-05 00:33:04', NULL, NULL, '2026-02-26 00:33:04', NULL, 2, 'no'),
(55, 31, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772085898_699fe28a102ed.png', 1, NULL, 'tes test etsete esfsete', 'Talking points', NULL, '0000-00-00 00:00:00', '12699fe333aef5c1772086067i3i0t3j8ecld0l4kf1cq.mp4', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-03-05 00:34:58', NULL, NULL, '2026-02-26 00:34:58', '2026-02-26 00:37:52', 2, 'yes'),
(57, 32, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test est est etsete tsetet', 'Talking points', NULL, '0000-00-00 00:00:00', '12699fe3bc854191772086204tzleqntqyxmtddyipleh.mp4', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-03-05 00:39:47', NULL, NULL, '2026-02-26 00:39:47', '2026-02-26 00:40:06', 2, 'yes'),
(70, 33, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'tes test este tet estestests', 'Talking points', NULL, '0000-00-00 00:00:00', '12699fe5f3d698d1772086771qeeszoojazkoqkzepihf.mp4', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-03-05 00:49:19', 'Cancel cancel cancel', NULL, '2026-02-26 00:49:19', '2026-02-27 04:58:34', 1, 'yes'),
(71, 34, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test est estest este ses este ste', 'Talking points', NULL, '0000-00-00 00:00:00', '12699fec50ea3341772088400jbf3na8ewrfsa46sfhtl.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-05 01:16:12', NULL, NULL, '2026-02-26 01:16:12', '2026-02-26 01:16:43', 1, 'yes'),
(933, 77, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772103540_69a02774241b0.png', 1, NULL, 'Roast Roast Roast Roast', 'Talking points', NULL, '2026-02-26 16:37:00', 'MicrosoftTeams-video.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'scheduled', 0, 'approved', '2026-03-05 10:56:38', 'not working', NULL, '2026-02-26 10:56:38', '2026-02-26 11:12:08', 1, 'yes'),
(934, 82, NULL, 0.00, 12, 2, NULL, 'Gangadhar', 'custom_video', 'Someone Else', '1772106386_69a03292cef9a.png', 1, NULL, 'Shaktimaan Shaktimaan Shaktimaan', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'canceled', 0, 'approved', '2026-03-05 11:46:27', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', NULL, '2026-02-26 11:46:27', '2026-02-27 06:03:29', 2, 'no'),
(935, 84, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772168198_69a124061bf9d.png', 1, 'birthday', 'Happy Birthday to you! dfsfsf', 'Talking points', NULL, '2026-02-27 10:31:00', '1269a1244d90a0c1772168269fe88nxo1erm1ckm8d2xt.mp4', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'canceled', 0, 'approved', '2026-03-06 04:56:38', 'not good', NULL, '2026-02-27 04:56:38', '2026-03-05 06:14:22', 1, 'yes'),
(936, 85, NULL, 0.00, 12, 2, NULL, 'John Doe', 'custom_video', 'Someone Else', '1772168682_69a125ea13e26.png', 1, NULL, 'Motivational Video about Junior G', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-02-28 05:04:42', NULL, NULL, '2026-02-27 05:04:42', NULL, 2, 'no'),
(937, 86, NULL, 0.00, 12, 2, NULL, 'John Doe', 'custom_video', 'Someone Else', '1772168793_69a126599ed02.png', 1, NULL, 'Create a video to motivate Junior G', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-02-28 05:06:34', NULL, NULL, '2026-02-27 05:06:34', NULL, 2, 'no'),
(938, 87, NULL, 0.00, 12, 2, NULL, 'John Doe', 'custom_video', 'Someone Else', '1772168922_69a126dac17bb.png', 1, NULL, 'Draft a motivational video', 'Talking points', NULL, NULL, '1269ccd6b82204b1775031992ws5yuln48lf5fffcus2e.mp4', NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-02-28 05:08:43', 'new order', NULL, '2026-02-27 05:08:43', '2026-04-01 08:26:32', 2, 'yes'),
(939, 88, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772169189_69a127e51a72e.png', 1, NULL, 'Motivational Video for Junior G AAA', 'Talking points', NULL, '2026-02-27 10:46:00', '1269a12816c37691772169238tbz9nwixehwk8l2jpnrq.mp4', NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-02-28 05:13:09', NULL, NULL, '2026-02-27 05:13:09', '2026-03-05 12:16:24', 2, 'yes'),
(940, 89, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772169395_69a128b3afe6f.png', 1, NULL, 'Hello world!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-02-28 05:16:36', NULL, NULL, '2026-02-27 05:16:36', NULL, 2, 'no'),
(941, 90, NULL, 0.00, 12, 2, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'IT Solutions, website designing, app designing, cloud solutions', 'Talking points', '', '2026-02-27 10:57:00', '1269a12accc80281772169932lipax26tay3ruhachlg5.mp4', NULL, NULL, NULL, 1, 0, 'Marketing', 'Miracuves', 'Mira Q vs', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'Marketing the various services and products.', 'Cool', 'Proper lighting', 'canceled', 0, 'approved', '2026-03-06 05:24:41', 'heloooooooooooooooooooooooooooooooo', NULL, '2026-02-27 05:24:41', '2026-02-27 06:03:45', NULL, 'yes'),
(942, 95, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772175131_69a13f1bf07d2.png', 1, NULL, 'tes est este testsaet estse tsetest', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'canceled', 0, 'approved', '2026-03-06 06:52:12', 'test etse t', NULL, '2026-02-27 06:52:12', '2026-02-27 06:52:17', 1, 'no'),
(943, 96, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test estse testes testes', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-06 06:54:13', NULL, NULL, '2026-02-27 06:54:13', NULL, 2, 'no'),
(944, 97, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test estes test setestes testset', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-06 06:59:39', NULL, NULL, '2026-02-27 06:59:39', NULL, 2, 'no'),
(945, 98, NULL, 0.00, 12, 1, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'Talking points', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', NULL, NULL, NULL, NULL, NULL, 0, 0, 'Marketing', 'rrrrr', 'rrr', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', 'What\'s the goal of this video?\nAre you announcing a new product? Celebrating a milestone?', '', 'initiated', 0, 'approved', '2026-03-06 07:02:24', NULL, NULL, '2026-02-27 07:02:24', NULL, NULL, 'no'),
(946, 99, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'grdsg rsgsdfgsgsddgff g', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-06 07:08:07', NULL, NULL, '2026-02-27 07:08:07', NULL, 1, 'no'),
(947, 100, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'tea fesfes fsdfdsfds fdsfdsf sdf', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-03-06 07:09:25', NULL, NULL, '2026-02-27 07:09:25', NULL, 1, 'no'),
(948, 106, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test est est e st setet et etset', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'rejected', 0, 'approved', '2026-03-06 08:02:48', 'tes test est', NULL, '2026-02-27 08:02:48', '2026-02-27 08:04:39', 1, 'no'),
(949, 109, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test et setetestet test es ssee ete te', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'rejected', 0, 'approved', '2026-03-06 08:24:50', 'no nononono', NULL, '2026-02-27 08:24:50', '2026-02-27 09:50:33', 1, 'no'),
(950, 114, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772185825_69a168e13c4a9.png', 1, NULL, 'Happy birthday to you', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'rejected', 0, 'approved', '2026-03-06 09:50:25', 'not an issue', NULL, '2026-02-27 09:50:25', '2026-02-27 09:52:00', 1, 'no'),
(951, 115, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', '1772186023_69a169a75abf1.png', 1, NULL, 'Hello world, hello Mars', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'initiated', 0, 'approved', '2026-02-28 09:53:43', NULL, NULL, '2026-02-27 09:53:43', NULL, 1, 'no'),
(952, 116, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'test estes tsetest setest estsetestse trtsr tsr', 'Talking points', NULL, '2026-03-19 13:33:00', '1269a5196a065201772427626nytfaexrmlk9xzrled3c.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'scheduled', 0, 'approved', '2026-03-09 04:59:50', NULL, NULL, '2026-03-02 04:59:50', '2026-03-02 05:00:32', 1, 'yes'),
(953, 117, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'tes tests sefdfdg sfgddg rt rtrt', 'Talking points', NULL, '0000-00-00 00:00:00', NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-09 05:01:13', NULL, NULL, '2026-03-02 05:01:13', '2026-03-10 13:37:28', 1, 'yes'),
(954, 118, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'tes test etset ete stsrt rstsrt rtsrtsr tsrt', 'Talking points', NULL, '0000-00-00 00:00:00', '1269a519f86e1d51772427768oshijbssosrowwgr2ahw.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-09 05:02:25', NULL, NULL, '2026-03-02 05:02:25', '2026-03-02 05:02:50', 2, 'yes'),
(955, 128, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'hddjdhdhshhshshhdhdhhsjzhzhs.   tyhhgffg gfhhgfh dfdfd', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-12 12:47:24', NULL, NULL, '2026-03-05 12:47:24', '2026-04-01 08:25:17', 1, 'yes'),
(956, 129, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'bdhd kh hdhhdjhddjsjzjsjsj bbbbbbbbbbb dd', 'Talking points', NULL, NULL, '1269aface684bac1773120742wy831is6e7avf5lzfppv.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-13 04:54:48', NULL, NULL, '2026-03-06 04:54:48', '2026-03-10 05:32:22', 1, 'yes'),
(957, 130, NULL, 0.00, 12, 2, NULL, 'demo', 'custom_video', 'Someone Else', NULL, 1, '', 'motivational dhhdhhshssghs hg', 'Talking points', NULL, NULL, '1269aaac1ed019317727928621sqqblzronxutqrjmxgo.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-13 04:56:39', NULL, NULL, '2026-03-06 04:56:39', '2026-03-06 10:27:42', 2, 'yes'),
(958, 131, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'gfgfhghfdgsggsgagagagagsgag', 'Talking points', NULL, '0000-00-00 00:00:00', NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-13 05:10:14', NULL, NULL, '2026-03-06 05:10:14', '2026-04-01 07:57:34', 2, 'yes'),
(959, 132, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'sfghgdfhhhffdfghhfffyhhh', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'canceled', 0, 'approved', '2026-03-13 05:20:00', 'dgg', NULL, '2026-03-06 05:20:00', '2026-03-06 05:20:21', 1, 'no'),
(960, 133, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'assdfffhhhhfffdgghjjggf', 'Talking points', NULL, NULL, '1269aa9e37b04c11772789303fcxb13u3l59hp7rjgofw.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-13 05:20:46', NULL, NULL, '2026-03-06 05:20:46', '2026-03-06 09:28:23', 2, 'no'),
(961, 134, NULL, 0.00, 12, 2, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'gdfgdgdfggdfgggdvzvsgzgzgsg', 'Talking points', '', NULL, '1269aa9dde742911772789214lud1r06i4ddgydinzxnf.mp4', NULL, NULL, NULL, 0, 0, 'Marketing', 'hdhshsgaga', NULL, '15', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'bbfdfgdgfdgfgfgfgfgfdgdfgfdggd', '', '', 'delivered', 0, 'approved', '2026-03-13 05:29:54', NULL, NULL, '2026-03-06 05:29:54', '2026-03-06 09:26:54', NULL, 'no'),
(962, 135, NULL, 0.00, 12, 2, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'rhusbxdgjshshdjshshs', 'Exact script', '', NULL, '1269aa8123c68b517727818592qhgjstjdoli3v3v4amy.mp4', NULL, NULL, NULL, 0, 0, 'Business event', 'ggghghf', NULL, '20', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'sgysysggagagagagagagagag', '', '', 'delivered', 0, 'approved', '2026-03-13 05:32:31', NULL, NULL, '2026-03-06 05:32:31', '2026-03-06 07:24:19', NULL, 'no'),
(963, 145, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'hello birthday hello hello', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-13 10:29:52', NULL, NULL, '2026-03-06 10:29:52', '2026-04-01 07:26:41', 1, 'yes'),
(964, 161, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'svvshshshsbsbsbsbsbsbBBBBBs', 'Talking points', NULL, NULL, '1269b105b81c0861773209016olmdeua42v9utkz8tadj.mp4', NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-03-12 11:19:31', NULL, NULL, '2026-03-11 11:19:31', '2026-03-11 11:33:36', 2, 'yes'),
(965, 164, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'happy birthday sir ...............', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-27 10:52:11', NULL, NULL, '2026-03-20 10:52:11', '2026-04-01 07:24:48', 1, 'yes'),
(966, 165, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'fhjgddtyjjvcbmnnvccccvbn', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-27 11:41:57', NULL, NULL, '2026-03-20 11:41:57', '2026-04-01 07:21:50', 1, 'yes'),
(967, 166, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'gjhfdghgfdtyyuujgffffgghhh', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-03-27 12:53:45', NULL, NULL, '2026-03-20 12:53:45', '2026-04-01 07:20:39', 1, 'yes'),
(968, 167, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, NULL, 'hello how are you my friend birthday to share your video', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'refunded', 0, 'approved', '2026-04-08 04:28:53', NULL, NULL, '2026-04-01 04:28:53', '2026-04-01 05:02:38', 1, 'yes'),
(969, 169, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'motivational speach for carry minati', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-04-08 08:52:21', NULL, NULL, '2026-04-01 08:52:21', '2026-04-01 08:52:21', 2, 'no'),
(970, 170, NULL, 0.00, 12, 2, NULL, NULL, 'custom_video_business', NULL, NULL, 1, NULL, 'sky is the main plaform', 'Talking points', '', NULL, NULL, NULL, NULL, NULL, 0, 0, 'Marketing', 'sky', '', '30', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'sky is the best platform', '', '', 'refunded', 0, 'approved', '2026-04-08 08:53:57', NULL, NULL, '2026-04-01 08:53:57', '2026-04-02 05:13:59', NULL, 'yes'),
(971, 174, NULL, 0.00, 12, 2, NULL, 'User Demo', 'custom_video', 'Me', NULL, 1, '', 'hello happy birthday to jayesh sir', 'Talking points', NULL, NULL, '1269cdfa29e455a1775106601tmxafiy4cz6s10nfsdv7.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-04-09 04:22:49', NULL, NULL, '2026-04-02 04:22:49', '2026-04-02 05:10:01', 1, 'yes'),
(972, 180, NULL, 0.00, 14, 12, NULL, 'Carry Minati', 'custom_video', 'Me', NULL, 1, NULL, 'n hb n ,m m   h vghb gvj', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-05-04 18:20:51', NULL, NULL, '2026-05-03 18:20:51', '2026-05-03 18:20:51', 1, 'no'),
(973, 181, NULL, 0.00, 12, 648, NULL, 'User 2', 'custom_video', 'Me', NULL, 1, NULL, 'jhkjj s f sfdfsd fsdf  f  df sd f sdf s f sd f sf s fs fsd f', 'Talking points', NULL, '0000-00-00 00:00:00', '126a17e1e7ebe7717799500558jvmzrixtlvf9mde1i2n.mp4', NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'delivered', 0, 'approved', '2026-06-04 06:16:21', NULL, NULL, '2026-05-28 06:16:21', '2026-05-28 06:34:20', 1, 'yes'),
(974, 183, NULL, 0.00, 14, 648, NULL, 'User 2', 'custom_video', 'Me', NULL, 1, NULL, 'd da sd asd  asd a sd a sd a s as d as  as dasd', 'Talking points', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', 0, 'approved', '2026-06-04 06:17:28', NULL, NULL, '2026-05-28 06:17:28', '2026-05-28 06:17:28', 1, 'no');

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

--
-- Table structure for table `order_approvals`
--

CREATE TABLE `order_approvals` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `stage` enum('compliance','brand','legal') NOT NULL,
  `status` enum('pending','approved','rejected') NOT NULL DEFAULT 'pending',
  `reviewer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `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 `order_milestones`
--

CREATE TABLE `order_milestones` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `status` enum('pending','active','completed','paid') NOT NULL DEFAULT 'pending',
  `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 `order_tips`
--

CREATE TABLE `order_tips` (
  `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;

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

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

CREATE TABLE `pages` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(150) NOT NULL,
  `content` mediumtext DEFAULT NULL,
  `slug` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `keywords` varchar(255) NOT NULL,
  `lang` char(10) NOT NULL DEFAULT 'en',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

INSERT INTO `pages` (`id`, `title`, `content`, `slug`, `description`, `keywords`, `lang`, `created_at`, `updated_at`) VALUES
(2, 'Terms of Service', '<p>Welcome to <strong>MxMeo</strong>, a platform that allows fans to request and receive personalized video messages from their favorite stars. By using MxMeo (&ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;), you (&ldquo;user,&rdquo; &ldquo;you,&rdquo; or &ldquo;customer&rdquo;) agree to the following Terms and Conditions. Please read carefully before making any purchase or request.</p>\r\n\r\n<h2><strong>1. Eligibility</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>You must be at least 18 years old or have parental/guardian consent to use MxMeo.</p>\r\n	</li>\r\n	<li>\r\n	<p>By using the platform, you confirm that all information provided is accurate and complete.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>2. Services</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxMeo connects fans with celebrities, influencers, and public figures (&ldquo;Stars&rdquo;) to create personalized video messages.</p>\r\n	</li>\r\n	<li>\r\n	<p>All video requests are subject to the availability and approval of the Star.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxMeo does not guarantee that every request will be accepted. If a request is declined, you will be notified, and a refund will be processed (see Refund Policy below).</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>3. User Requests</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>You must provide clear and respectful instructions for your personalized video.</p>\r\n	</li>\r\n	<li>\r\n	<p>Requests must not include:</p>\r\n\r\n	<ul>\r\n		<li>\r\n		<p>Offensive, abusive, defamatory, or discriminatory content.</p>\r\n		</li>\r\n		<li>\r\n		<p>Requests for illegal activities, political endorsements, or explicit material.</p>\r\n		</li>\r\n	</ul>\r\n	</li>\r\n	<li>\r\n	<p>Stars reserve the right to refuse any request that violates these rules or that they are uncomfortable fulfilling.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>4. Ownership and Usage Rights</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>You are granted a <strong>personal, non-commercial license</strong> to use and share the personalized video for personal enjoyment only (e.g., posting on your social media with attribution to the Star).</p>\r\n	</li>\r\n	<li>\r\n	<p>Videos may <strong>not</strong> be used for:</p>\r\n\r\n	<ul>\r\n		<li>\r\n		<p>Commercial purposes (advertising, promotions, endorsements, resale).</p>\r\n		</li>\r\n		<li>\r\n		<p>Political or religious campaigns.</p>\r\n		</li>\r\n		<li>\r\n		<p>Creating deepfakes or manipulated content.</p>\r\n		</li>\r\n	</ul>\r\n	</li>\r\n	<li>\r\n	<p>MxMeo and the Stars retain all intellectual property rights in the videos.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>5. Delivery</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Delivery times may vary based on the Star&rsquo;s availability. While MxMeo makes reasonable efforts to deliver videos within the estimated time, delays may occur, and we are not liable for such delays.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>6. Refund Policy</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Refunds will be issued if:</p>\r\n\r\n	<ul>\r\n		<li>\r\n		<p>The Star declines your request.</p>\r\n		</li>\r\n		<li>\r\n		<p>The video cannot be delivered due to technical or scheduling issues.</p>\r\n		</li>\r\n	</ul>\r\n	</li>\r\n	<li>\r\n	<p>Refunds will not be issued if:</p>\r\n\r\n	<ul>\r\n		<li>\r\n		<p>The video is delivered as per your request.</p>\r\n		</li>\r\n		<li>\r\n		<p>You are dissatisfied with the Star&rsquo;s performance style, appearance, or interpretation</p>\r\n		</li>\r\n	</ul>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>7. Star&rsquo;s Discretion</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Stars have full creative freedom in how they deliver your request. By placing a request, you acknowledge that the final product may not be exactly as you envisioned.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>8. Platform Rights</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxMeo reserves the right to use delivered videos (or parts of them) for marketing, promotions, and platform-related purposes, unless you opt-out by contacting us at the time of request.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxMeo may update, suspend, or terminate the service at any time.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>9. Limitation of Liability</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxMeo is not responsible for any direct, indirect, or incidental damages resulting from the use of our services.</p>\r\n	</li>\r\n	<li>\r\n	<p>We do not guarantee the accuracy, reliability, or completeness of any content created by Stars.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>10. Privacy</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Your personal information will be handled in accordance with our <strong>Privacy Policy</strong>.</p>\r\n	</li>\r\n	<li>\r\n	<p>By using MxMeo, you consent to sharing limited information (such as your name and request details) with the selected Star.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>11. Governing Law</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>These Terms and Conditions are governed by and construed in accordance with the laws of [Insert Jurisdiction].</p>\r\n	</li>\r\n	<li>\r\n	<p>Any disputes shall be subject to the exclusive jurisdiction of the courts in [Insert Location].</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>12. Contact Us</strong></h2>\r\n\r\n<p>For questions or concerns regarding these Terms and Conditions, please contact: support@mxmeo.com</p>', 'terms-of-service', 'Terms of Service of Mxmeo', 'terms, Terms of Service', 'en', '2022-11-09 05:28:44', '2026-02-19 03:25:10'),
(3, 'Privacy', '<p>MxMeo (&ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;) values your privacy and is committed to protecting your personal data. This Privacy Policy explains how we collect, use, and safeguard your information when you use our services, including requesting personalized videos from your favorite stars.</p>\r\n\r\n<h2><strong>1. Information We Collect</strong></h2>\r\n\r\n<p>When you use MxMeo, we may collect the following types of information:</p>\r\n\r\n<p><strong>a. Personal Information</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Name, email address, phone number, billing details.</p>\r\n	</li>\r\n	<li>\r\n	<p>Information you provide in video requests (e.g., names, occasions, personal messages).</p>\r\n	</li>\r\n</ul>\r\n\r\n<p><strong>b. Technical Information</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>IP address, device type, browser, operating system.</p>\r\n	</li>\r\n	<li>\r\n	<p>Usage data such as pages visited, time spent, and actions taken on our platform.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p><strong>c. Payment Information</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Processed securely through third-party payment providers (e.g., Stripe, Razorpay).</p>\r\n	</li>\r\n	<li>\r\n	<p>MxMeo does not store your full credit/debit card details.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>2. How We Use Your Information</strong></h2>\r\n\r\n<p>We use the information we collect to:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Provide and deliver your requested personalized videos.</p>\r\n	</li>\r\n	<li>\r\n	<p>Communicate with you regarding orders, updates, and support.</p>\r\n	</li>\r\n	<li>\r\n	<p>Improve and personalize our services.</p>\r\n	</li>\r\n	<li>\r\n	<p>Process payments and prevent fraud.</p>\r\n	</li>\r\n	<li>\r\n	<p>Comply with legal and regulatory obligations.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>3. Sharing of Information</strong></h2>\r\n\r\n<p>We may share your information only in the following cases:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>With Stars:</strong> To enable them to create your personalized video.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>With Service Providers:</strong> Payment processors, hosting providers, analytics tools, and customer support platforms.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>For Legal Reasons:</strong> If required by law, regulation, or legal process.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Business Transfers:</strong> In the event of a merger, acquisition, or sale of company assets.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>We do <strong>not</strong> sell or rent your personal data to third parties.</p>\r\n\r\n<h2><strong>4. Your Content in Videos</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Information you include in your video request (such as names, occasions, or greetings) may appear in the video and be visible if you share it publicly.</p>\r\n	</li>\r\n	<li>\r\n	<p>By submitting a request, you consent to this use.</p>\r\n	</li>\r\n	<li>\r\n	<p>You may request removal of specific information by contacting us.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>5. Data Retention</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>We retain your personal data only for as long as necessary to fulfill your request, comply with legal obligations, and resolve disputes.</p>\r\n	</li>\r\n	<li>\r\n	<p>Videos may be stored for platform use (e.g., promotions, with your consent) unless you opt out at the time of request.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>6. Security</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>We use industry-standard security measures (encryption, firewalls, secure servers) to protect your data.</p>\r\n	</li>\r\n	<li>\r\n	<p>However, no system is 100% secure, and we cannot guarantee absolute protection.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>7. Your Rights</strong></h2>\r\n\r\n<p>Depending on your jurisdiction, you may have the right to:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Access, correct, or delete your personal data.</p>\r\n	</li>\r\n	<li>\r\n	<p>Withdraw consent for certain processing.</p>\r\n	</li>\r\n	<li>\r\n	<p>Request a copy of your data.</p>\r\n	</li>\r\n	<li>\r\n	<p>Opt out of promotional communications.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>To exercise these rights, please contact us at demo@demo.com</p>\r\n\r\n<h2><strong>8. Children&rsquo;s Privacy</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Our services are not directed at children under 13 (or the minimum legal age in your country).</p>\r\n	</li>\r\n	<li>\r\n	<p>If we discover we have collected data from a child without parental consent, we will delete it immediately.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>9. Cookies and Tracking</strong></h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>We use cookies and similar technologies to enhance user experience, analyze traffic, and personalize content.</p>\r\n	</li>\r\n	<li>\r\n	<p>You may manage cookie preferences in your browser settings.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>10. Changes to This Policy</strong></h2>\r\n\r\n<p>We may update this Privacy Policy from time to time. Updates will be posted on this page with a revised &ldquo;Last Updated&rdquo; date.</p>\r\n\r\n<h2><strong>11. Contact Us</strong></h2>\r\n\r\n<p>If you have questions or concerns about this Privacy Policy, please contact us: demo@demo.com</p>', 'privacy', '', '', 'en', '2022-11-09 05:29:24', '2026-02-19 03:25:36'),
(5, 'About', '<p>At <strong>MxMeo</strong>, we believe in bringing fans closer to their favorite stars through the magic of personalized experiences. Our platform allows you to request <strong>custom video messages</strong> from celebrities, influencers, and public figures &ndash; whether it&rsquo;s a birthday wish, a motivational message, a shoutout, or a special surprise for your loved ones.</p>\r\n\r\n<p>We started MxMeo with a simple idea: <strong>to create unforgettable moments by connecting people with the personalities they admire most</strong>. Every video is unique, heartfelt, and crafted just for you.</p>\r\n\r\n<h3><strong>What We Do</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Personalized Videos</strong> &ndash; Order custom messages from your favorite stars.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Memorable Gifts</strong> &ndash; Surprise friends, family, or colleagues with a one-of-a-kind greeting.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Closer Connections</strong> &ndash; Break the barrier between fans and celebrities with authentic, direct interactions.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><strong>Our Promise</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Easy and secure booking process.</p>\r\n	</li>\r\n	<li>\r\n	<p>Timely delivery of high-quality personalized videos.</p>\r\n	</li>\r\n	<li>\r\n	<p>Respect for your privacy and trust.</p>\r\n	</li>\r\n	<li>\r\n	<p>100% authentic videos directly from the stars you choose.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>At MxMeo, we&rsquo;re not just delivering videos &ndash; <strong>we&rsquo;re creating memories that last a lifetime.</strong></p>', 'about', '', '', 'en', '2024-06-27 21:03:03', '2026-02-19 03:25:59'),
(9, 'Cookies Policy', '<p>This Cookies Policy explains how <strong>MxMeo</strong> (&ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;) uses cookies and similar technologies to recognize you when you visit our website or use our services. It explains what these technologies are, why we use them, and your choices regarding their use.</p>\r\n\r\n<h2><strong>1. What Are Cookies?</strong></h2>\r\n\r\n<p>Cookies are small text files placed on your device (computer, tablet, or mobile) when you visit a website. They are widely used to make websites work, improve user experience, and provide information to the website owners.</p>\r\n\r\n<h2><strong>2. Types of Cookies We Use</strong></h2>\r\n\r\n<p><strong>a.&nbsp;</strong><strong>Essential Cookies</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Necessary for the website to function properly.</p>\r\n	</li>\r\n	<li>\r\n	<p>Enable core features like account login, payment processing, and order requests.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><strong>b.&nbsp;</strong><strong>Performance &amp; Analytics Cookies</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Help us understand how visitors use our platform.</p>\r\n	</li>\r\n	<li>\r\n	<p>Collect anonymous data to improve navigation, speed, and usability.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p><strong>c.&nbsp;</strong><strong>Functionality Cookies</strong></p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Remember your preferences (such as language or region).</p>\r\n	</li>\r\n	<li>\r\n	<p>Provide a more personalized experience.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><strong>d.&nbsp;</strong><strong>Advertising &amp; Marketing Cookies</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Track your browsing activity to deliver relevant ads.</p>\r\n	</li>\r\n	<li>\r\n	<p>Help us measure the effectiveness of promotions and campaigns.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>3. Why We Use Cookies</strong></h2>\r\n\r\n<p>We use cookies to:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Ensure the website operates smoothly.</p>\r\n	</li>\r\n	<li>\r\n	<p>Improve your browsing experience.</p>\r\n	</li>\r\n	<li>\r\n	<p>Understand how our services are used.</p>\r\n	</li>\r\n	<li>\r\n	<p>Personalize content and offers.</p>\r\n	</li>\r\n	<li>\r\n	<p>Deliver targeted advertising that matches your interests.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>4. Third-Party Cookies</strong></h2>\r\n\r\n<p>Some cookies may be set by third parties, such as:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Analytics providers</strong> (e.g., Google Analytics) to measure traffic and usage patterns.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Advertising networks</strong> to display relevant ads on other websites.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Payment gateways</strong> to ensure secure transactions.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>We do not control these third-party cookies, and their use is governed by their own privacy policies.</p>\r\n\r\n<h2><strong>5. Managing Cookies</strong></h2>\r\n\r\n<p>You can manage or disable cookies at any time through your browser settings. However, please note that disabling essential cookies may affect the functionality of our services.</p>\r\n\r\n<p>Instructions for managing cookies can be found here:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><a bis_size=\"{\" x=\"\">Google Chrome</a></p>\r\n	</li>\r\n	<li>\r\n	<p><a bis_size=\"{\" x=\"\">Mozilla Firefox</a></p>\r\n	</li>\r\n	<li>\r\n	<p><a bis_size=\"{\" x=\"\">Safari</a></p>\r\n	</li>\r\n	<li>\r\n	<p><a bis_size=\"{\" x=\"\">Microsoft Edge</a></p>\r\n	</li>\r\n</ul>\r\n\r\n<h2><strong>6. Updates to This Policy</strong></h2>\r\n\r\n<p>We may update this Cookies Policy from time to time to reflect changes in technology, law, or our practices. Updates will be posted on this page with a revised &ldquo;Last Updated&rdquo; date.</p>\r\n\r\n<h2><strong>7. Contact Us</strong></h2>\r\n\r\n<p>If you have any questions about our Cookies Policy, please contact us: demo@demo.com</p>', 'cookies', 'Page Cookies Policy', 'cookies, policy', 'en', '2022-11-09 05:30:10', '2026-02-19 03:26:48'),
(12, 'How it works', '<p>Ordering a personalized video from your favorite star on&nbsp;<strong>MxMeo</strong>&nbsp;is simple and fun. Here&rsquo;s how it works:</p>\r\n\r\n<h3><strong>1.&nbsp;Browse Your Favorite Stars</strong></h3>\r\n\r\n<p>Explore our wide selection of celebrities, influencers, and public figures. Find the star who inspires you or the perfect match for your occasion.</p>\r\n\r\n<h3><strong>2.&nbsp;Send Your Request</strong></h3>\r\n\r\n<p>Tell us what you&rsquo;d like your star to say &ndash; a birthday wish, congratulations, motivation, shoutout, or just a fun message. Keep it clear and respectful.</p>\r\n\r\n<h3><strong>3.&nbsp;Star Creates Your Video</strong></h3>\r\n\r\n<p>Once your request is accepted, your star will record a personalized video just for you (or your loved one). Each message is unique and authentic.</p>\r\n\r\n<p><strong>4.&nbsp;Receive &amp; Share</strong></p>\r\n\r\n<p>You&rsquo;ll get your video delivered directly to your account/email. Watch it, download it, and share it with friends, family, or on social media!</p>\r\n\r\n<p>⭐ With MxMeo, creating unforgettable memories with your favorite stars has never been easier.</p>', 'how-it-works', '', '', 'en', '2026-05-03 17:35:47', '2026-05-03 17:35:47');

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

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

CREATE TABLE `password_resets` (
  `id` int(10) UNSIGNED NOT NULL,
  `token` varchar(150) NOT NULL,
  `email` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

INSERT INTO `password_resets` (`id`, `token`, `email`, `created_at`) VALUES
(13, '$2y$10$PlIflSZgOkrtqY.XtXU.q.IKa67DMyoC490BQcLpYnitXfZO4MBIW', 'user@demo.com', '2026-03-09 10:41:17'),
(14, '$2y$10$m10wG18aiZN7mFJnUBaGz.itk42UYfrM4QpBDsiBweGxakLmzcWcO', 'user11@demo.com', '2026-03-09 10:42:26');

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

--
-- Table structure for table `payment_gateways`
--

CREATE TABLE `payment_gateways` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(50) NOT NULL,
  `type` varchar(255) NOT NULL,
  `enabled` enum('1','0') NOT NULL DEFAULT '1',
  `sandbox` enum('true','false') NOT NULL DEFAULT 'true',
  `fee` decimal(3,1) NOT NULL,
  `fee_cents` decimal(6,2) NOT NULL,
  `email` varchar(80) NOT NULL,
  `token` varchar(200) NOT NULL,
  `key` varchar(255) NOT NULL,
  `key_secret` varchar(255) NOT NULL,
  `webhook_secret` varchar(255) DEFAULT NULL,
  `bank_info` text NOT NULL,
  `logo` varchar(50) NOT NULL,
  `ccbill_accnum` varchar(255) DEFAULT NULL,
  `ccbill_subacc` varchar(255) DEFAULT NULL,
  `ccbill_flexid` varchar(255) DEFAULT NULL,
  `ccbill_salt` varchar(255) DEFAULT NULL,
  `ccbill_subacc_subscriptions` varchar(255) DEFAULT NULL,
  `ccbill_datalink_username` varchar(255) DEFAULT NULL,
  `ccbill_datalink_password` varchar(255) DEFAULT NULL,
  `ccbill_skip_subaccount_cancellations` tinyint(1) NOT NULL DEFAULT 0,
  `base_url` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_gateways`
--

INSERT INTO `payment_gateways` (`id`, `name`, `type`, `enabled`, `sandbox`, `fee`, `fee_cents`, `email`, `token`, `key`, `key_secret`, `webhook_secret`, `bank_info`, `logo`, `ccbill_accnum`, `ccbill_subacc`, `ccbill_flexid`, `ccbill_salt`, `ccbill_subacc_subscriptions`, `ccbill_datalink_username`, `ccbill_datalink_password`, `ccbill_skip_subaccount_cancellations`, `base_url`) VALUES
(1, 'PayPal', 'normal', '0', 'true', 5.4, 0.30, '', '02bGGfD9bHevK3eJN06CdDvFSTXsTrTG44yGdAONeN1R37jqnLY1PuNF0mJRoFnsEygyf28yePSCA1eR0alQk4BX89kGG9Rlha2D2KX55TpDFNR5o774OshrkHSZLOFo2fAhHzcWKnwsYDFKgwuaRg', '', '', NULL, '', 'paypal.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(2, 'Stripe', 'card', '1', 'false', 2.9, 0.30, '', 'asfQSGRvYzS1P0X745krAAyHeU7ZbTpHbYKnxI2abQsBUi48EpeAu5lFAU2iBmsUWO5tpgAn9zzussI4Cce5ZcANIAmfBz0bNR9g3UfR4cserhkJwZwPsETiXiZuCixXVDHhCItuXTPXXSA6KITEoT', 'pk_test_51Tfx9I8XybGAVDpVYrLaUXqx0mkb8tzPkxasHZp4hC0opMdlggtfiyT38Wf8qXZLyaTeCtakBPGgzo7YqsVsnE2f00i8K5tPPW', 'sk_test_51Tfx9I8XybGAVDpVbLOVkyEZiRBKcyqrsQ6SkbqQLxexFZdvof2PDM8QbAcgLP1sK4QND5kRVa5GMvoIp2IQTFcM00YMtZZ2di', 'whsec_abc123xyz', '', 'stripe.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(3, 'Bank', 'bank', '0', 'false', 0.0, 5.00, '', 'MUXRUWEuhBulbgDGUS4PbTCCjlUGr4VcGb59RU2rRWtgCHstntxq2eOeeDvIHKUwxj5z2njJ6DUGfmt0PzFnEWuspasmCserf705dJeQcVttZtHugTlBMlzt0Uf6K4DjVmGVtyZuPzXakjrFGVLYRd', '', '', NULL, '', 'bank.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(5, 'Paystack', 'card', '0', 'false', 3.9, 0.00, '', '4w2JnfBSvoZKLiVRzHRWu3pzkgsFslVZBn8Z4mmwzVJ5KVfiFZN9kTgfFEVu90E1wPN8TnaXhtmYKwkzZ0p6HGUo1S5yVXisVxlD2PIOcm6v096akLbMAgjxiXCdFlCALkZXqi4pfrwxpYd7BGFk8c', '', '', NULL, '', 'paystack.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(6, 'Coinpayments', 'cryptocurrency', '0', 'false', 5.0, 0.00, '', 'nzfADI4PgRHRn8m3r7UrR0arnfT9u1rDOQL5SKGbqPjDOZGDZA35NX3y0lQBAdmIyGVS58Rr9OtebfpGNpiXROq1G1DJNqq6xoD04fLKWTaAS2Xh3CZvECa1OfH5cchJ2P6kEl167Caax2XyAwwjGl', '', '', NULL, '', 'coinpayments.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(7, 'Mercadopago', 'card', '0', 'true', 4.0, 0.00, '', 'UmqNKk1EzDyjGgJxAswkhzL8bSdHusZh8RxF4hqzCEf52qdMOAMzMCchsKrLZgPcuTry6AZLLG7DUGwlpXVVpv1CajJbiV3j4EvPqbbIkBCoOptrDWZY1nRJhMc39v6NDOKFo9TjHQdnwU5pZSSReW', '', '', NULL, '', 'mercadopago.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(9, 'Mollie', 'card', '0', 'false', 2.9, 0.30, '', 'EqvhQZimw0L3zWQ35AV93iDOqgQnkXV9cqLnIvgsnz2zRLpjeZUv5JnC3QzTjtctYuVmzuo06N31tLCRPFJNkomdh7Rhk2zxe68GzgWsL1hc6YEM5V5W6JVnqwQfAzNGZkY6ZRFKmZCMbFQXOF3WkR', '', '', NULL, '', 'mollie.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(10, 'Razorpay', 'card', '0', 'false', 2.0, 0.00, '', 'PsNqGq2rlLjo4AaTTsJpxshttwFFrLXjaKcwwQeG2r8aekDoETl9OG1cqND9PluycCfXazyzUiLo7ZFWs2tBWYwOpGcM8i5ID93Kr7Y6l79XrBcST56QONVpEcAuLRs36Z2t1Q1MBlR315c6vSpAFX', '', '', NULL, '', 'razorpay.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(11, 'OpenPix', 'normal', '0', 'true', 0.0, 0.00, '', '5y7gZJyXIU09DJ6IgKyvZhKTUuuyBZZAjDSymamMVytvIvlqo1U2klofWgCPESnu6diwPvWxLiT2HHyefIjflWyC3KZx4oqOwAb6VEOj7WEMtkW07vvi67BJmlVxlFytHgxdm5TZBIWJs5PKZ5un4j', '', '', NULL, '', 'openpix.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(12, 'Flutterwave', 'card', '0', 'true', 0.0, 0.00, '', 'vCf68Df1zfawPaXrVvxoygkQR8ed8tQSONzGXr0HgcPqR5VMTF8UQWqJEYP4Ypy25veXl4e4oGWlHkceSLCeZljulqrULt6HLUwqH4Yd8BB9JN3uhDkhs2IZpyjVG2dp2bbbX733ZhdGEmqu5Lq4o8', '', '', NULL, '', 'flutterwave.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(13, 'NowPayments', 'cryptocurrency', '0', 'true', 0.0, 0.00, '', 'Wyq9Nklpq1HWpQ5Tt63vHvllfjCQa9lnujrSe2XV2rGEG1GYlan712QEIqpoOmKcjO5xDBIwkaqgMh3SGQFIRMGvH2DebujBRailmXZ6dhevWT7RoLbEoCKtyk0NhVVo6yHLU51iMO27oVEhpWWZvR', '', '', NULL, '', 'nowpayments.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL),
(14, 'CCBill', 'card', '0', 'true', 0.0, 0.00, '', 'hjdm67TL38ZnKyjc3RNF4CU1KX016G1iOqyHFYIE9RFAa7xDHhV1s2Pvr2CC0iJOeKgysWX7l6ozuoUMuhLxiDs775GVCnzfqJP38drSY41Qd6GtiPO4HTfiikzbVJzqPeZWS0tr8yqqs7NPin5xwd', '', '', NULL, '', 'ccbill.png', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL);

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

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

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_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`, `created_at`, `updated_at`) VALUES
(1, 'App\\Models\\User', 2, 'mobile-app', '60f0a4587db1eb9f35f64e07b653ea5daf6abafbed0183f70e03c33d4bf9b1de', '[\"*\"]', NULL, '2026-02-27 05:10:58', '2026-02-27 05:10:58'),
(5, 'App\\Models\\User', 2, 'mobile-app', 'e1fd70343ea58c593fb68c692c37dce9bdfdbe31dcf21e3adba5827d652b1c80', '[\"*\"]', '2026-02-27 12:15:42', '2026-02-27 06:21:38', '2026-02-27 12:15:42'),
(6, 'App\\Models\\User', 2, 'mobile-app', 'c5b3766a3d9cc57e8d3c953f0fbf4fee0f835ae4c62b75448946a1fa7353ea15', '[\"*\"]', '2026-02-27 07:58:12', '2026-02-27 07:02:15', '2026-02-27 07:58:12'),
(7, 'App\\Models\\User', 2, 'mobile-app', '3450927edc1d5f9bd828f0a8cf0955a0583a385200cc82b61be8a8e923e702b2', '[\"*\"]', '2026-02-27 09:14:17', '2026-02-27 09:13:53', '2026-02-27 09:14:17'),
(8, 'App\\Models\\User', 12, 'mobile-app', 'c17e61d319a8c8b2395000474f4705e084a87718182c23e83b60e130c86e01b6', '[\"*\"]', '2026-02-27 09:40:27', '2026-02-27 09:35:39', '2026-02-27 09:40:27'),
(11, 'App\\Models\\User', 12, 'mobile-app', '5703a8b700b6bad08007a1c43e42cb08e37e716a49315be292feb451cfd270d4', '[\"*\"]', '2026-03-03 04:35:27', '2026-03-02 11:04:39', '2026-03-03 04:35:27'),
(17, 'App\\Models\\User', 12, 'mobile-app', '982321d4a8737ae2bed66a65daa1e67fc8d1e5be8d2f4ba84e50c262402ea108', '[\"*\"]', '2026-03-03 06:00:52', '2026-03-03 05:40:38', '2026-03-03 06:00:52'),
(18, 'App\\Models\\User', 12, 'mobile-app', '3444f35dc969670104c6ad54c4f244eda1c1332fff3ef3129cc45cff974e1a74', '[\"*\"]', '2026-03-03 06:27:03', '2026-03-03 06:18:26', '2026-03-03 06:27:03'),
(20, 'App\\Models\\User', 12, 'mobile-app', 'de739a1f7f732c54c7faabaebc8c07187eae999d4bbd0692b00bbfde67497df6', '[\"*\"]', '2026-03-03 09:00:11', '2026-03-03 07:28:31', '2026-03-03 09:00:11'),
(24, 'App\\Models\\User', 2, 'mobile-app', '16e471bcd4ae1ca3375cad599d3cb008e0585072a9128063bab233bbc906d92c', '[\"*\"]', '2026-03-03 12:23:31', '2026-03-03 12:21:13', '2026-03-03 12:23:31'),
(33, 'App\\Models\\User', 2, 'mobile-app', '25a4f61a3b8acab2ee856418fe6b302b7868855d2c0f1a4fd5facc5999c19db5', '[\"*\"]', '2026-03-05 09:50:13', '2026-03-05 09:28:57', '2026-03-05 09:50:13'),
(35, 'App\\Models\\User', 2, 'mobile-app', 'f614045c97a3a24abb33d59849cd19ce91fc5678af48a98c2341bad261ab2687', '[\"*\"]', '2026-03-05 12:49:40', '2026-03-05 11:56:49', '2026-03-05 12:49:40'),
(49, 'App\\Models\\User', 642, 'mobile-app', '130c206caa3e7a771de5d5743dd35819ce0b5d565c6528793b3323b9dd3cf128', '[\"*\"]', '2026-03-09 04:03:11', '2026-03-09 04:03:02', '2026-03-09 04:03:11'),
(53, 'App\\Models\\User', 643, 'mobile-app', '093f8e30ffb7f6837668305da4b057e329557e2eae3a1ea88741c05def01c2f4', '[\"*\"]', '2026-03-09 05:28:37', '2026-03-09 04:59:50', '2026-03-09 05:28:37'),
(55, 'App\\Models\\User', 644, 'mobile-app', 'b8e27c942cd24b63156fa8f2671ce5b438e14eb67222da339610703da608043a', '[\"*\"]', '2026-03-09 06:09:26', '2026-03-09 05:29:50', '2026-03-09 06:09:26'),
(70, 'App\\Models\\User', 12, 'mobile-app', '30e3fdf47fdf85ce42774d98acf63436e97411ae5130ee882c65aa5065dbd305', '[\"*\"]', NULL, '2026-03-09 12:04:31', '2026-03-09 12:04:31'),
(71, 'App\\Models\\User', 12, 'mobile-app', '177991e3ff7b26f570259bc2b191eb6296456f76aaabdbac3d803095f5cbab59', '[\"*\"]', NULL, '2026-03-09 12:07:53', '2026-03-09 12:07:53'),
(72, 'App\\Models\\User', 12, 'mobile-app', '10d0baa1d1012fb92ada5730c4d5f3021a9e2bbf869f42079474dcbd7d2bab34', '[\"*\"]', NULL, '2026-03-09 12:09:20', '2026-03-09 12:09:20'),
(73, 'App\\Models\\User', 12, 'mobile-app', '35608853e19e1eb85b3d39c527c7893410c11a1cf3aeefdb576891fa506fecf6', '[\"*\"]', NULL, '2026-03-09 12:10:34', '2026-03-09 12:10:34'),
(75, 'App\\Models\\User', 12, 'mobile-app', 'ac31df39e246449a84675b6dc84594b4f15c6219f313f565a96cb7158edbac23', '[\"*\"]', NULL, '2026-03-09 12:25:51', '2026-03-09 12:25:51'),
(76, 'App\\Models\\User', 12, 'mobile-app', '4e925fe1f7707e6fabc65309c312cb93b27cc2d41c043ff24d0a83a09d6b4572', '[\"*\"]', NULL, '2026-03-09 12:35:37', '2026-03-09 12:35:37'),
(77, 'App\\Models\\User', 12, 'mobile-app', '9575f3825d227b3eb3648667dbc7c82c07cb4ba4a93a608c018d8297933976fe', '[\"*\"]', NULL, '2026-03-09 12:36:12', '2026-03-09 12:36:12'),
(78, 'App\\Models\\User', 12, 'mobile-app', '7a6fe1413f5c59a313991e90494b991cf849a52776d864aebf1d54ca18cced0e', '[\"*\"]', NULL, '2026-03-10 03:48:57', '2026-03-10 03:48:57'),
(79, 'App\\Models\\User', 12, 'mobile-app', '8319b9c1cc18ef60d5cf62dfad738010bb8e851132794591fa019187f81e1da6', '[\"*\"]', NULL, '2026-03-10 03:50:22', '2026-03-10 03:50:22'),
(80, 'App\\Models\\User', 12, 'mobile-app', '8b41014dd59140cce4403be81f2a39fee0a35177b960f267135c1797358aaea0', '[\"*\"]', NULL, '2026-03-10 03:53:32', '2026-03-10 03:53:32'),
(93, 'App\\Models\\User', 12, 'mobile-app', 'c1c545896f74ff44f411656f4d54caf8838f0075f8800a814710be5a64507d51', '[\"*\"]', '2026-03-10 07:00:45', '2026-03-10 06:43:38', '2026-03-10 07:00:45'),
(95, 'App\\Models\\User', 12, 'mobile-app', 'fefeece2a06326c51fc23879e3c27c371efd795b06243c85fc277cb6c7b5ca38', '[\"*\"]', '2026-03-10 07:03:13', '2026-03-10 07:02:49', '2026-03-10 07:03:13'),
(96, 'App\\Models\\User', 12, 'mobile-app', 'e25f15454502c1a4b202ebde6a98ce77ca323969643eafac2a1558e0d2955729', '[\"*\"]', NULL, '2026-03-10 07:05:08', '2026-03-10 07:05:08'),
(101, 'App\\Models\\User', 12, 'mobile-app', 'a861eab3f7259ce5841add5304ab1a80050ae46751166aa8e9c94c782d365e33', '[\"*\"]', '2026-03-10 13:35:23', '2026-03-10 07:32:27', '2026-03-10 13:35:23'),
(103, 'App\\Models\\User', 12, 'mobile-app', '82a0e3b88cccb8fcd2109ac361d2fa80da76738bf408243bad7abb3f7c24b53e', '[\"*\"]', '2026-03-10 14:11:55', '2026-03-10 14:03:33', '2026-03-10 14:11:55'),
(106, 'App\\Models\\User', 2, 'mobile-app', 'c3b20a4d28380c4ad0da11f615b7c194f47fa40d385aa73933d1c623316c61d9', '[\"*\"]', NULL, '2026-03-10 14:20:19', '2026-03-10 14:20:19'),
(115, 'App\\Models\\User', 2, 'mobile-app', '56838114a658bee25099c5cc87ba29ebb75902145719c623f04d2f1bf3b50d9c', '[\"*\"]', '2026-03-10 18:18:54', '2026-03-10 18:09:00', '2026-03-10 18:18:54'),
(118, 'App\\Models\\User', 12, 'mobile-app', '963b13bcb3328bf3fa3003acca2c09d2cb683b2be3fa70f73f07d3c572f4a2ed', '[\"*\"]', '2026-03-11 10:42:49', '2026-03-11 09:28:11', '2026-03-11 10:42:49'),
(122, 'App\\Models\\User', 12, 'mobile-app', '5703f770d44327b67de589e4f0972ce67c45bc6a407e72be37eff97216f3a671', '[\"*\"]', '2026-03-11 11:35:56', '2026-03-11 11:30:56', '2026-03-11 11:35:56'),
(128, 'App\\Models\\User', 12, 'mobile-app', '0c59f3d4192856a5761c49b99ad1a85b3d86073ceeab9acc51c3b4c776279321', '[\"*\"]', '2026-03-12 11:30:23', '2026-03-11 13:35:12', '2026-03-12 11:30:23'),
(135, 'App\\Models\\User', 12, 'mobile-app', 'c9b17819422563cb38b4190aaddab1d562c531b8bb6de7cc34e8692fcfb1a3c4', '[\"*\"]', '2026-03-13 04:21:21', '2026-03-12 10:50:57', '2026-03-13 04:21:21'),
(137, 'App\\Models\\User', 2, 'mobile-app', '6e4e004de02d512d268071236236f24ec3a5d90932980d9d54106cc47d25145d', '[\"*\"]', '2026-03-16 04:10:19', '2026-03-16 04:02:19', '2026-03-16 04:10:19'),
(138, 'App\\Models\\User', 2, 'mobile-app', '8e42db76520d343f5e747170cb4c57104dab93f56f585bb2cec61ea991b2be48', '[\"*\"]', '2026-03-20 12:53:50', '2026-03-20 07:58:20', '2026-03-20 12:53:50'),
(156, 'App\\Models\\User', 2, 'mobile-app', 'd16143f05ac45781007c5e4b0197a00ca8dbb31d6e117a075a53344e023b7483', '[\"*\"]', '2026-04-01 11:44:22', '2026-04-01 11:43:33', '2026-04-01 11:44:22'),
(160, 'App\\Models\\User', 2, 'mobile-app', 'bb5a9715dde4a8b7b075d0a7e08cd8cf5e85fe07f06fdc483ed3ce4352c2fa59', '[\"*\"]', '2026-04-01 12:02:00', '2026-04-01 12:01:10', '2026-04-01 12:02:00'),
(161, 'App\\Models\\User', 2, 'mobile-app', '088804ed8ae46874fe419c0fd056d784d589cd95bedb03ecdfa5d1e30ee6263c', '[\"*\"]', '2026-04-02 03:32:46', '2026-04-02 03:32:38', '2026-04-02 03:32:46'),
(168, 'App\\Models\\User', 2, 'mobile-app', 'cee0fc8a18133e4613f3f3b79e9b4d22ad220393bf0cf15b7ffbef7576f4a6db', '[\"*\"]', '2026-04-02 05:14:24', '2026-04-02 04:44:43', '2026-04-02 05:14:24'),
(170, 'App\\Models\\User', 12, 'mobile-app', '9c17b3cdffb91ff9d6efd9e7f6958b755ff9f33957646f947705f965b8165565', '[\"*\"]', '2026-04-02 05:36:50', '2026-04-02 05:25:03', '2026-04-02 05:36:50'),
(172, 'App\\Models\\User', 12, 'mobile-app', '3f595dc5def841f02c868fdbd3c9fb71bd097aa4f87db22510e6295bf83bdea4', '[\"*\"]', '2026-04-02 06:11:20', '2026-04-02 05:29:57', '2026-04-02 06:11:20'),
(174, 'App\\Models\\User', 12, 'mobile-app', '08f6add37a8b1f0af3037844d879cdaac29850ef9b149a37981e9643acb36369', '[\"*\"]', '2026-04-02 07:00:02', '2026-04-02 06:20:48', '2026-04-02 07:00:02'),
(175, 'App\\Models\\User', 12, 'mobile-app', '46e9495f3a6ff27247a5c486dab24eb0b7a4587e62de52c9c0a75728e67882f8', '[\"*\"]', '2026-04-02 07:58:52', '2026-04-02 06:23:05', '2026-04-02 07:58:52'),
(180, 'App\\Models\\User', 12, 'mobile-app', '5e858bfc6a2fd3efec0c950ee06ae433a616b8c013e66fc05458b6177bd716d6', '[\"*\"]', '2026-04-17 05:29:34', '2026-04-17 05:27:08', '2026-04-17 05:29:34'),
(181, 'App\\Models\\User', 2, 'mobile-app', '5fe375a3f9f5cd8942b7631923904180e805ae9950453c58853bdd95b307dc45', '[\"*\"]', '2026-04-28 11:44:44', '2026-04-28 11:44:42', '2026-04-28 11:44:44'),
(182, 'App\\Models\\User', 2, 'mobile-app', '589d9d7ae4fe679668e9e5b6e6027b6cd54cc4a52da650286b49ce3c7ecdb5b4', '[\"*\"]', '2026-04-28 12:41:52', '2026-04-28 11:46:15', '2026-04-28 12:41:52');

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

--
-- Table structure for table `profile_views`
--

CREATE TABLE `profile_views` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `celebrity_id` int(10) UNSIGNED NOT NULL,
  `viewer_id` int(10) UNSIGNED DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `session_key` varchar(64) 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 `profile_views`
--

INSERT INTO `profile_views` (`id`, `celebrity_id`, `viewer_id`, `ip`, `session_key`, `created_at`, `updated_at`) VALUES
(1, 12, 2, '::1', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-26 00:09:23', '2026-02-26 00:09:23'),
(2, 12, 2, '::1', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-26 00:49:06', '2026-02-26 00:49:06'),
(3, 12, 12, '::1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-02-26 01:21:35', '2026-02-26 01:21:35'),
(4, 12, 12, '::1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-02-26 03:51:40', '2026-02-26 03:51:40'),
(5, 12, 12, '122.175.232.220', '6c55b5a204b517e2c5ba9159b9af329a', '2026-02-26 10:53:28', '2026-02-26 10:53:28'),
(6, 12, 2, '152.58.16.227', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-26 10:54:43', '2026-02-26 10:54:43'),
(7, 36, NULL, '74.7.243.199', 'ddf05b9baafcab3add8ec1f1b0c5257f', '2026-02-26 11:01:40', '2026-02-26 11:01:40'),
(8, 42, NULL, '74.7.243.199', 'eae3e2f1de48588a6c69b402c3b4a411', '2026-02-26 11:01:44', '2026-02-26 11:01:44'),
(9, 57, NULL, '74.7.243.199', '1c0f81c466ecbbc63927bbcbf2923632', '2026-02-26 11:01:46', '2026-02-26 11:01:46'),
(10, 18, NULL, '74.7.243.199', 'a41a33c94ad2909501803df11528d083', '2026-02-26 11:01:48', '2026-02-26 11:01:48'),
(11, 16, NULL, '74.7.243.199', '459c9d0916cb3789609b086c36a4154a', '2026-02-26 11:01:55', '2026-02-26 11:01:55'),
(12, 24, NULL, '74.7.243.199', '226f1ff36d5f0a1b8938125ff382a45c', '2026-02-26 11:02:00', '2026-02-26 11:02:00'),
(13, 32, NULL, '74.7.243.199', 'f79807bf5d31e8fbe8f2610ac928dfcc', '2026-02-26 11:02:01', '2026-02-26 11:02:01'),
(14, 48, NULL, '74.7.243.199', 'f705aba63f18ffc43b8f563b5ea34830', '2026-02-26 11:02:02', '2026-02-26 11:02:02'),
(15, 31, NULL, '74.7.243.199', 'af6a6e3008377ba1076bf8b8637cb4af', '2026-02-26 11:02:10', '2026-02-26 11:02:10'),
(16, 14, NULL, '74.7.243.199', '591fa9c50093d1228303f0e868cefac3', '2026-02-26 11:02:14', '2026-02-26 11:02:14'),
(17, 17, NULL, '74.7.243.199', '1a534a6747aec7ed1bfb217382268726', '2026-02-26 11:02:15', '2026-02-26 11:02:15'),
(18, 45, NULL, '74.7.243.199', '1bca8425fb7080493a1e32426f3376a7', '2026-02-26 11:02:17', '2026-02-26 11:02:17'),
(19, 43, NULL, '74.7.243.199', 'cd4e8d4a169c5f8cd8f8410471b0558d', '2026-02-26 11:02:33', '2026-02-26 11:02:33'),
(20, 22, NULL, '74.7.243.199', 'b414f7dc94254cfe8305f46f9e3f9480', '2026-02-26 11:02:34', '2026-02-26 11:02:34'),
(21, 29, NULL, '74.7.243.199', '0d9d0efe5a1261e0c583d95ba52ebb11', '2026-02-26 11:02:34', '2026-02-26 11:02:34'),
(22, 41, NULL, '74.7.243.199', '7512d970c3f5b651df06a45d4b1de84d', '2026-02-26 11:02:35', '2026-02-26 11:02:35'),
(23, 33, NULL, '74.7.243.199', '2dcf1deb524c4507f2d3709e498edab1', '2026-02-26 11:02:38', '2026-02-26 11:02:38'),
(24, 9, NULL, '74.7.243.199', '073fb7adbb4053ca8acf051966d2ef3c', '2026-02-26 11:03:05', '2026-02-26 11:03:05'),
(25, 49, NULL, '74.7.243.199', 'c1c17a02f15ae66defba3c0791607cba', '2026-02-26 11:03:12', '2026-02-26 11:03:12'),
(26, 55, NULL, '74.7.243.199', 'dd850cbd3a889d31370be6a12773c8e5', '2026-02-26 11:03:14', '2026-02-26 11:03:14'),
(27, 51, NULL, '74.7.243.199', '55aee20df0ebc3210eeb27b4ad709c03', '2026-02-26 11:03:15', '2026-02-26 11:03:15'),
(28, 47, NULL, '74.7.243.199', '288706a951d51abdfc2dcf566aa8ad64', '2026-02-26 11:03:17', '2026-02-26 11:03:17'),
(29, 56, NULL, '74.7.243.199', 'f177b106a1f5a15385e91cb1d065e331', '2026-02-26 11:03:39', '2026-02-26 11:03:39'),
(30, 13, NULL, '74.7.243.199', 'ae7798e6dd23df5260864dd331431e13', '2026-02-26 11:03:39', '2026-02-26 11:03:39'),
(31, 38, NULL, '74.7.243.199', 'ace7c12cf5cce24dad92c0c6218536cf', '2026-02-26 11:03:40', '2026-02-26 11:03:40'),
(32, 20, NULL, '74.7.243.199', '9a4a75e3b01cf8c72742ebafb1349823', '2026-02-26 11:03:40', '2026-02-26 11:03:40'),
(33, 30, NULL, '74.7.243.199', 'fd102ebd87c11b9e34211a35e534e3db', '2026-02-26 11:03:41', '2026-02-26 11:03:41'),
(34, 44, NULL, '74.7.243.199', '0c45266679aca29b51936219d5816fcd', '2026-02-26 11:03:42', '2026-02-26 11:03:42'),
(35, 25, NULL, '74.7.243.199', '99516ff5e5aeddeff59860453be9b0f7', '2026-02-26 11:03:42', '2026-02-26 11:03:42'),
(36, 12, NULL, '74.7.243.199', '3ea38c70dd9db3ed3ae7ab8d79bbeb64', '2026-02-26 11:03:43', '2026-02-26 11:03:43'),
(37, 21, NULL, '74.7.243.199', '8d271624d89f99903f3993b8449ae8da', '2026-02-26 11:03:44', '2026-02-26 11:03:44'),
(38, 34, NULL, '74.7.243.199', '0512e0cb028bc44e07d7aa91ada45799', '2026-02-26 11:04:00', '2026-02-26 11:04:00'),
(39, 19, NULL, '74.7.243.199', '44b12dc1c22317250ff76a27c72b103b', '2026-02-26 11:04:07', '2026-02-26 11:04:07'),
(40, 15, NULL, '74.7.243.199', 'a8f83d7306596e0e9e2b2d4b7114d43b', '2026-02-26 11:04:12', '2026-02-26 11:04:12'),
(41, 37, NULL, '74.7.243.199', 'e2ae1f22759291c377db333b25f95782', '2026-02-26 11:04:13', '2026-02-26 11:04:13'),
(42, 40, NULL, '74.7.243.199', '01b9d1a7e186288b909c00d3a31f029c', '2026-02-26 11:04:14', '2026-02-26 11:04:14'),
(43, 52, NULL, '74.7.243.199', '4a24df2e20c573c9327a64476ff09c2d', '2026-02-26 11:04:18', '2026-02-26 11:04:18'),
(44, 46, NULL, '74.7.243.199', '9ab99ccf3386a7852d4838ed9bfdcbab', '2026-02-26 11:04:44', '2026-02-26 11:04:44'),
(45, 35, NULL, '74.7.243.199', '72584f16fb80ad61f9dbb0749fc9836b', '2026-02-26 11:04:48', '2026-02-26 11:04:48'),
(46, 50, NULL, '74.7.243.199', '6bb4bb737549aee871bb8fb331cbf097', '2026-02-26 11:04:48', '2026-02-26 11:04:48'),
(47, 54, NULL, '74.7.243.199', '47c0fb7ed839f8bdab3ac6d5ac1e82c1', '2026-02-26 11:05:24', '2026-02-26 11:05:24'),
(48, 12, 2, '152.58.16.116', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-26 11:30:26', '2026-02-26 11:30:26'),
(49, 12, NULL, '122.175.232.220', '96e07f6d66346ca11ef90463588ef4fa', '2026-02-26 12:00:01', '2026-02-26 12:00:01'),
(50, 31, NULL, '66.249.79.6', 'da63c63da0521345ef81b6fbe92f56ac', '2026-02-26 13:31:25', '2026-02-26 13:31:25'),
(51, 14, NULL, '66.249.79.5', 'cb061af18dc1b31e13637a9d6b456313', '2026-02-26 15:33:15', '2026-02-26 15:33:15'),
(52, 22, NULL, '66.249.79.4', '289dd6e23c58cccc0421af8f2535c492', '2026-02-26 20:45:10', '2026-02-26 20:45:10'),
(53, 38, NULL, '82.3.96.210', 'bde6b951bfb468aea4ea01b43da37f0d', '2026-02-26 20:45:11', '2026-02-26 20:45:11'),
(54, 12, 1, '223.185.36.149', 'a1fac38516aa77313c091598b39bf819', '2026-02-27 03:41:43', '2026-02-27 03:41:43'),
(55, 43, 1, '223.185.36.149', '7cd856e11304b6172b38b84e4b63ccbd', '2026-02-27 03:42:17', '2026-02-27 03:42:17'),
(56, 21, 2, '152.58.34.46', '8e6710faa84f8b47d333e36dc948fec7', '2026-02-27 04:02:07', '2026-02-27 04:02:07'),
(57, 12, 2, '152.58.17.226', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 04:54:24', '2026-02-27 04:54:24'),
(58, 44, 2, '152.58.17.226', 'd47f8848757c9eac7deb1dc6061aa00b', '2026-02-27 04:55:06', '2026-02-27 04:55:06'),
(59, 43, 2, '152.58.17.226', '1be8f786243ed6428d68be084279cad1', '2026-02-27 04:55:13', '2026-02-27 04:55:13'),
(60, 12, 12, '122.175.232.220', '6c55b5a204b517e2c5ba9159b9af329a', '2026-02-27 05:18:34', '2026-02-27 05:18:34'),
(61, 12, 1, '223.185.36.149', 'a1fac38516aa77313c091598b39bf819', '2026-02-27 05:23:52', '2026-02-27 05:23:52'),
(62, 12, 2, '152.58.17.226', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 05:26:24', '2026-02-27 05:26:24'),
(63, 38, 2, '152.58.17.226', 'b75f7882764c5e94450ef31538d6ff58', '2026-02-27 05:32:30', '2026-02-27 05:32:30'),
(64, 24, 2, '152.58.17.226', 'fd8a9d30ce46960c0b28937c2dc81421', '2026-02-27 05:34:37', '2026-02-27 05:34:37'),
(65, 41, 2, '152.58.17.226', '2fe1d165540ecc69b17b082f666bed02', '2026-02-27 05:34:44', '2026-02-27 05:34:44'),
(66, 9, 2, '152.58.17.226', '22151a90d76d9baf72f813d88f8586ca', '2026-02-27 05:34:56', '2026-02-27 05:34:56'),
(67, 2, 2, '152.58.17.226', '0d54d09954752e507775550841644584', '2026-02-27 05:40:35', '2026-02-27 05:40:35'),
(68, 30, 2, '152.58.17.226', '44faad0c901ae8091cf4521bb598ff92', '2026-02-27 05:42:28', '2026-02-27 05:42:28'),
(69, 42, 2, '152.58.17.226', '14ca8d051fb13869aa0dd52b224e3cac', '2026-02-27 05:43:46', '2026-02-27 05:43:46'),
(70, 12, 12, '122.175.232.220', '6c55b5a204b517e2c5ba9159b9af329a', '2026-02-27 05:54:24', '2026-02-27 05:54:24'),
(71, 12, 2, '152.58.17.226', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 05:59:01', '2026-02-27 05:59:01'),
(72, 36, 12, '122.175.232.220', '30e177851ca4607f16d51063a7301f1e', '2026-02-27 06:02:33', '2026-02-27 06:02:33'),
(73, 12, 2, '103.250.156.156', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 06:51:42', '2026-02-27 06:51:42'),
(74, 38, 2, '152.58.34.46', 'b75f7882764c5e94450ef31538d6ff58', '2026-02-27 06:53:54', '2026-02-27 06:53:54'),
(75, 36, NULL, '122.175.232.220', '580b8197e45176d6ef60c8dfcf641b31', '2026-02-27 07:09:44', '2026-02-27 07:09:44'),
(76, 12, NULL, '122.175.232.220', '96e07f6d66346ca11ef90463588ef4fa', '2026-02-27 07:23:23', '2026-02-27 07:23:23'),
(77, 12, 2, '103.250.156.156', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 08:02:19', '2026-02-27 08:02:19'),
(78, 17, NULL, '66.249.79.5', '9c2b89e2d6d32096a24952dd18c4fb66', '2026-02-27 08:29:50', '2026-02-27 08:29:50'),
(79, 12, 2, '152.58.17.16', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-02-27 09:42:58', '2026-02-27 09:42:58'),
(80, 12, NULL, '103.167.49.10', '6ef995d10c2fd1e3a7f64aaa307a6bb2', '2026-02-28 06:00:50', '2026-02-28 06:00:50'),
(81, 12, NULL, '66.249.64.75', '9ea1cf8f41dde0e286fa9ac25618ec45', '2026-02-28 06:00:52', '2026-02-28 06:00:52'),
(82, 57, NULL, '66.249.64.64', 'ec94f5737861b9907ae2a6fd1e773f93', '2026-03-01 04:48:44', '2026-03-01 04:48:44'),
(83, 51, NULL, '217.113.194.69', '8f38c799c475049ba82be9f6c7ccbe4c', '2026-03-01 10:05:05', '2026-03-01 10:05:05'),
(84, 20, NULL, '217.113.194.245', '43b7912a2ab18765cf8a9822848f9e5f', '2026-03-01 10:05:18', '2026-03-01 10:05:18'),
(85, 50, NULL, '217.113.194.215', 'd306f4cc8391758c257978e9c81d2a01', '2026-03-01 10:05:32', '2026-03-01 10:05:32'),
(86, 16, NULL, '217.113.194.216', 'ff84d76fa68710150c9a19e63be3af3b', '2026-03-01 10:05:45', '2026-03-01 10:05:45'),
(87, 15, NULL, '217.113.194.69', 'c61c20e8d5d2feaff3e8ec00524925d9', '2026-03-01 10:05:58', '2026-03-01 10:05:58'),
(88, 44, NULL, '217.113.194.69', 'de236db7b8eada9d943c2f208e0b939c', '2026-03-01 10:06:11', '2026-03-01 10:06:11'),
(89, 9, NULL, '217.113.194.64', 'dbcb4bbb1db018eb2cc3c578374080ee', '2026-03-01 10:06:23', '2026-03-01 10:06:23'),
(90, 36, NULL, '217.113.194.70', '11aa13b2e40896c9909795459b19d999', '2026-03-01 10:06:36', '2026-03-01 10:06:36'),
(91, 33, NULL, '217.113.194.215', '004f706d7dfe13dfa59aaa55740765df', '2026-03-01 10:07:02', '2026-03-01 10:07:02'),
(92, 57, NULL, '217.113.194.216', 'b711da4d420d1558165f6011d46067b4', '2026-03-01 10:09:05', '2026-03-01 10:09:05'),
(93, 29, NULL, '217.113.194.63', '2ebe9a5204698fcf18d96a30eb909eea', '2026-03-01 10:09:18', '2026-03-01 10:09:18'),
(94, 52, NULL, '154.54.249.199', 'ca177577f823889daa7919d8edaafafa', '2026-03-01 10:09:31', '2026-03-01 10:09:31'),
(95, 55, NULL, '217.113.194.68', '562cbf7d45eca68c2df459ed287e3fde', '2026-03-01 10:09:44', '2026-03-01 10:09:44'),
(96, 38, NULL, '217.113.194.70', 'bbf786489f0908964952bdf45e2d3be8', '2026-03-01 10:09:56', '2026-03-01 10:09:56'),
(97, 14, NULL, '217.113.194.245', '6a668c04330e86055380700a1f09dca3', '2026-03-01 10:10:22', '2026-03-01 10:10:22'),
(98, 47, NULL, '217.113.194.66', '59cd56cf7cbafad74683e77714391314', '2026-03-01 10:10:35', '2026-03-01 10:10:35'),
(99, 22, NULL, '217.113.194.62', '1d6d6e9be4edc3743d9310f43d059f7a', '2026-03-01 10:11:26', '2026-03-01 10:11:26'),
(100, 35, NULL, '217.113.194.215', '0c8634136fc50a2f23f2bcf20d34f285', '2026-03-01 10:11:52', '2026-03-01 10:11:52'),
(101, 13, NULL, '217.113.194.63', 'ed9709020b4d5f585ab761380f8f4ee1', '2026-03-01 10:14:30', '2026-03-01 10:14:30'),
(102, 56, NULL, '217.113.194.63', '3d1bc5a7ec100b20314030cf0804f3ee', '2026-03-01 10:14:43', '2026-03-01 10:14:43'),
(103, 12, NULL, '217.113.194.64', '1581a6c9d067a43646f74bbedec3fbeb', '2026-03-01 10:16:40', '2026-03-01 10:16:40'),
(104, 25, NULL, '217.113.194.67', 'e203c847c7350938126c405746522bf9', '2026-03-01 10:17:19', '2026-03-01 10:17:19'),
(105, 40, NULL, '217.113.194.70', 'f726d4d66d7b6abc99521726e051bf55', '2026-03-01 10:19:43', '2026-03-01 10:19:43'),
(106, 43, NULL, '217.113.194.66', '0a199bab756fcba7faac225c07ca0d35', '2026-03-01 10:22:08', '2026-03-01 10:22:08'),
(107, 19, NULL, '217.113.194.64', '473be4c2ac500170f2561b34973cf16a', '2026-03-01 10:27:23', '2026-03-01 10:27:23'),
(108, 34, NULL, '217.113.194.63', '4d5e72932495d3662e53916d6fce88f5', '2026-03-01 10:29:06', '2026-03-01 10:29:06'),
(109, 16, NULL, '66.249.64.64', '0187f8de96ee879c2efad7fc20686e0e', '2026-03-01 13:35:34', '2026-03-01 13:35:34'),
(110, 46, NULL, '66.249.78.10', 'f641cd714d854900d3696b719f553730', '2026-03-01 15:21:17', '2026-03-01 15:21:17'),
(111, 20, NULL, '185.137.218.69', 'b77e2c609eaa136fe03661e9b210cfd0', '2026-03-01 20:59:22', '2026-03-01 20:59:22'),
(112, 38, NULL, '122.170.197.232', '54ae88c6fc6837e67f76457b8628780c', '2026-03-02 03:37:57', '2026-03-02 03:37:57'),
(113, 12, 2, '103.250.156.190', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-02 04:33:16', '2026-03-02 04:33:16'),
(114, 12, NULL, '106.215.176.184', '1f0a65c0329050bd14fd5885be65d4fe', '2026-03-02 04:57:54', '2026-03-02 04:57:54'),
(115, 38, NULL, '106.215.176.184', '65136ed9af1195622ecbc0ed9b0f5853', '2026-03-02 04:58:35', '2026-03-02 04:58:35'),
(116, 42, NULL, '106.215.176.184', '950bafab8428fa0c10c36f97a00bc0f2', '2026-03-02 04:59:20', '2026-03-02 04:59:20'),
(117, 57, NULL, '106.215.176.184', 'b27c84e9f1079bf36e2067998163d937', '2026-03-02 04:59:27', '2026-03-02 04:59:27'),
(118, 56, NULL, '106.215.176.184', '72550ce2fb516c8825c06ea73eb65862', '2026-03-02 04:59:32', '2026-03-02 04:59:32'),
(119, 45, NULL, '106.215.176.184', '9312ba497f1d4320445c53095d296338', '2026-03-02 04:59:37', '2026-03-02 04:59:37'),
(120, 19, NULL, '106.215.176.184', '1d9ef7a4e892f6ee8137fa5cee112e9c', '2026-03-02 05:02:36', '2026-03-02 05:02:36'),
(121, 12, 2, '103.250.156.190', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-02 05:06:37', '2026-03-02 05:06:37'),
(122, 18, NULL, '106.215.176.184', '7473f08efc76e2a39a128a508af11bdc', '2026-03-02 05:16:52', '2026-03-02 05:16:52'),
(123, 36, NULL, '106.215.176.184', '6766f93a787d54ee7e7686ba02ec1efd', '2026-03-02 05:17:06', '2026-03-02 05:17:06'),
(124, 29, NULL, '106.215.176.184', 'ec4df5e8c5081fad1baed2744663ce0f', '2026-03-02 05:20:40', '2026-03-02 05:20:40'),
(125, 37, NULL, '106.215.176.184', '3c268977050dbe56ef569cc1dec94416', '2026-03-02 05:20:59', '2026-03-02 05:20:59'),
(126, 42, 2, '103.250.156.190', '14ca8d051fb13869aa0dd52b224e3cac', '2026-03-02 05:25:05', '2026-03-02 05:25:05'),
(127, 52, 2, '103.250.156.190', '0e2760eb7ba8635c184c3dd719a0e107', '2026-03-02 05:45:36', '2026-03-02 05:45:36'),
(128, 12, NULL, '106.215.176.184', '1f0a65c0329050bd14fd5885be65d4fe', '2026-03-03 03:59:03', '2026-03-03 03:59:03'),
(129, 12, 12, '106.215.176.184', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-03 03:59:36', '2026-03-03 03:59:36'),
(130, 12, 12, '152.58.35.177', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-03 06:22:14', '2026-03-03 06:22:14'),
(131, 12, 2, '152.58.35.177', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-03 07:33:28', '2026-03-03 07:33:28'),
(132, 12, 12, '106.215.176.184', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-03 10:40:15', '2026-03-03 10:40:15'),
(133, 38, 12, '152.59.41.79', 'a1d2c36f019e0a5b116305629ca40c02', '2026-03-03 10:58:55', '2026-03-03 10:58:55'),
(134, 12, 12, '152.59.41.79', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-03 12:15:10', '2026-03-03 12:15:10'),
(135, 51, NULL, '66.249.64.76', '53e8795afe83f1d7867a804085862e53', '2026-03-03 13:59:19', '2026-03-03 13:59:19'),
(136, 36, 2, '152.59.38.203', '325b026f83a34aca61804c77d49b325f', '2026-03-05 06:06:00', '2026-03-05 06:06:00'),
(137, 12, 2, '152.59.38.203', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-05 06:06:11', '2026-03-05 06:06:11'),
(138, 12, 2, '152.58.62.140', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-05 12:24:42', '2026-03-05 12:24:42'),
(139, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 05:13:35', '2026-03-06 05:13:35'),
(140, 12, 1, '106.215.176.184', 'a1fac38516aa77313c091598b39bf819', '2026-03-06 05:33:17', '2026-03-06 05:33:17'),
(141, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 05:48:47', '2026-03-06 05:48:47'),
(142, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 06:42:05', '2026-03-06 06:42:05'),
(143, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 08:09:43', '2026-03-06 08:09:43'),
(144, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 08:46:55', '2026-03-06 08:46:55'),
(145, 12, 1, '106.215.176.184', 'a1fac38516aa77313c091598b39bf819', '2026-03-06 09:02:28', '2026-03-06 09:02:28'),
(146, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 10:28:57', '2026-03-06 10:28:57'),
(147, 12, 2, '152.58.62.194', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-06 11:49:05', '2026-03-06 11:49:05'),
(148, 12, 12, '152.58.62.194', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-06 11:59:59', '2026-03-06 11:59:59'),
(149, 17, NULL, '17.246.23.18', 'c64a1820dbec04fe57ab738a62341142', '2026-03-06 18:31:02', '2026-03-06 18:31:02'),
(150, 42, NULL, '66.249.64.76', '4503ce917d65faa121254b631068369b', '2026-03-07 03:55:39', '2026-03-07 03:55:39'),
(151, 49, NULL, '217.113.194.71', 'af4679847512bc2a6b1a958e511ee285', '2026-03-07 06:58:47', '2026-03-07 06:58:47'),
(152, 54, NULL, '217.113.194.71', '9ea496e50009c97f80875dec78df782d', '2026-03-07 06:59:37', '2026-03-07 06:59:37'),
(153, 32, NULL, '217.113.194.63', 'b177bae6961ecbed55c76992a54663c0', '2026-03-07 06:59:52', '2026-03-07 06:59:52'),
(154, 42, NULL, '217.113.194.71', '5895b3f38dd899f4795e63e23e711b6f', '2026-03-07 07:01:54', '2026-03-07 07:01:54'),
(155, 37, NULL, '217.113.194.68', 'd3667b0efdd669b10da99b8e6f4e13a4', '2026-03-07 07:02:33', '2026-03-07 07:02:33'),
(156, 41, NULL, '217.113.194.216', 'a5027c5e213ea145119139236962b9bb', '2026-03-07 07:03:12', '2026-03-07 07:03:12'),
(157, 46, NULL, '217.113.194.215', '50e03b393c92e16b4b22e6691c2d01b4', '2026-03-07 07:03:25', '2026-03-07 07:03:25'),
(158, 24, NULL, '217.113.194.67', 'cc2892a0b86ea7f043a49d03019efaa9', '2026-03-07 07:04:56', '2026-03-07 07:04:56'),
(159, 21, NULL, '154.54.249.199', 'a207286d5d3c383d026ecd0f6097f85a', '2026-03-07 07:05:49', '2026-03-07 07:05:49'),
(160, 17, NULL, '217.113.194.68', '3209dc64cf351ce10910d4750a2c3359', '2026-03-07 07:06:28', '2026-03-07 07:06:28'),
(161, 31, NULL, '217.113.194.70', '25ede453135e3cdd86db5baf48d53d01', '2026-03-07 07:07:21', '2026-03-07 07:07:21'),
(162, 18, NULL, '217.113.194.71', 'bcc9499f5e49c2d26751a16a7d48a04e', '2026-03-07 07:08:52', '2026-03-07 07:08:52'),
(163, 43, NULL, '107.20.25.33', '3267210207b7fc5d0511e80daad49c64', '2026-03-08 03:10:24', '2026-03-08 03:10:24'),
(164, 12, NULL, '54.85.126.86', '4457bd87653981a32ea3d461bbc8a648', '2026-03-08 04:07:56', '2026-03-08 04:07:56'),
(165, 16, NULL, '54.147.238.89', '434ec6025563ef75f825a06905090cd4', '2026-03-08 05:08:09', '2026-03-08 05:08:09'),
(166, 24, NULL, '34.205.163.103', 'b5c51a606903371bc1f8abcbca0b4820', '2026-03-08 05:11:24', '2026-03-08 05:11:24'),
(167, 31, NULL, '52.202.52.82', 'a77d46311231f763fead4b0e4fcc31c7', '2026-03-08 05:13:37', '2026-03-08 05:13:37'),
(168, 20, NULL, '3.219.80.71', 'd7a8b671f832c987d7d990e175f0f45f', '2026-03-08 05:40:04', '2026-03-08 05:40:04'),
(169, 32, NULL, '98.84.60.17', '3b4d6d8339b4d41ba27fb37dc9d00a8c', '2026-03-08 05:42:25', '2026-03-08 05:42:25'),
(170, 57, NULL, '3.225.9.97', '122b5241babb5160d56512f0a0e25694', '2026-03-08 05:54:04', '2026-03-08 05:54:04'),
(171, 40, NULL, '52.204.71.8', '91ac0a0c3b9bdee7c6490e38411ce83b', '2026-03-08 06:01:08', '2026-03-08 06:01:08'),
(172, 55, NULL, '44.194.139.149', 'f4a82ec94d36ccb4479e125fa9aa344a', '2026-03-08 06:06:20', '2026-03-08 06:06:20'),
(173, 29, NULL, '52.45.77.169', 'deced2528319addd5bb242978d4d22f5', '2026-03-08 06:12:40', '2026-03-08 06:12:40'),
(174, 9, NULL, '34.196.237.236', 'c7e817e0738a4ca89c0f76ec44872d9d', '2026-03-08 06:25:41', '2026-03-08 06:25:41'),
(175, 41, NULL, '23.21.179.120', '6ef111414dc5376930772ca54493862f', '2026-03-08 06:54:12', '2026-03-08 06:54:12'),
(176, 37, NULL, '18.211.148.239', '268083ae6f7f486e905cd50b8129702a', '2026-03-08 07:02:32', '2026-03-08 07:02:32'),
(177, 18, NULL, '98.82.40.168', '2ae5503c3025cc00f75574b9c65e587f', '2026-03-08 07:15:40', '2026-03-08 07:15:40'),
(178, 19, NULL, '3.227.180.70', 'a65260fa6cd7875b91733f5cf8d924fe', '2026-03-08 07:18:56', '2026-03-08 07:18:56'),
(179, 22, NULL, '52.54.157.23', '4e827cca58b7a445336e4add3fd73df7', '2026-03-08 07:27:17', '2026-03-08 07:27:17'),
(180, 15, NULL, '18.215.112.101', '0663dd95cd0e382f3ae943abdfa12a63', '2026-03-08 07:28:16', '2026-03-08 07:28:16'),
(181, 30, NULL, '35.169.240.53', '374aa6d73babcea5fac6d16c2b845f1a', '2026-03-08 07:31:26', '2026-03-08 07:31:26'),
(182, 25, NULL, '3.231.193.38', 'ae15a73a4e01d3c849c8b3a59d451c37', '2026-03-08 07:35:40', '2026-03-08 07:35:40'),
(183, 35, NULL, '52.22.87.224', '3bda6383629d815d3666679b78c15909', '2026-03-08 07:59:20', '2026-03-08 07:59:20'),
(184, 44, NULL, '54.83.56.1', 'f5eed253b5f14d15bdbd12060e651e29', '2026-03-08 08:18:09', '2026-03-08 08:18:09'),
(185, 38, NULL, '44.217.177.142', 'cee6b26d10cd88917fba82a300ffcce9', '2026-03-08 08:25:00', '2026-03-08 08:25:00'),
(186, 42, NULL, '3.216.13.10', '655087119477553fafdff5ca44947d05', '2026-03-08 08:36:24', '2026-03-08 08:36:24'),
(187, 33, NULL, '3.212.86.97', '7b65e9ee6f54a1cfe0e8bf2c89a4dd6c', '2026-03-08 08:45:48', '2026-03-08 08:45:48'),
(188, 50, NULL, '54.235.125.129', '9cb0bbe889ca415eb556d4c3e211ccb6', '2026-03-08 09:07:21', '2026-03-08 09:07:21'),
(189, 13, NULL, '34.236.41.241', 'af629a053137102fd7a90dc2ee973c38', '2026-03-08 09:10:08', '2026-03-08 09:10:08'),
(190, 56, NULL, '3.89.176.255', '54e37c2c4562e367f07c4052e613c75b', '2026-03-08 09:16:08', '2026-03-08 09:16:08'),
(191, 14, NULL, '23.21.119.232', 'ad7cd5fbc3257d486eafa6fd9a0a88ac', '2026-03-08 09:18:28', '2026-03-08 09:18:28'),
(192, 34, NULL, '44.206.65.8', '4ee782379279f4175a8cc5aad2d4b61e', '2026-03-08 09:26:28', '2026-03-08 09:26:28'),
(193, 36, NULL, '3.209.174.110', 'b7d5cd899e1c8c821d2b6fd04b74a36c', '2026-03-08 10:17:44', '2026-03-08 10:17:44'),
(194, 21, NULL, '107.23.62.75', '13d1e4ebd224e74644e5f4b87cb99710', '2026-03-08 10:20:32', '2026-03-08 10:20:32'),
(195, 17, NULL, '52.2.83.227', 'e5201e4ac35ba126a7e57a60c62b55a9', '2026-03-08 10:24:33', '2026-03-08 10:24:33'),
(196, 48, NULL, '3.230.69.161', '2bf05e100bbd8c089d494e6fc7d6db21', '2026-03-08 12:09:53', '2026-03-08 12:09:53'),
(197, 49, NULL, '34.227.156.153', '463223ca0effd9457653f3af5d7fe9dd', '2026-03-08 13:12:28', '2026-03-08 13:12:28'),
(198, 52, NULL, '3.213.46.222', '48b4bba1f39432543db9ead8d9600017', '2026-03-08 18:38:16', '2026-03-08 18:38:16'),
(199, 45, NULL, '34.205.163.103', '2ce3cc2737e4d9234db58ea398432bc8', '2026-03-08 20:04:24', '2026-03-08 20:04:24'),
(200, 54, NULL, '3.230.224.6', 'dfcc932264587ff8f0672933beda4daf', '2026-03-08 21:47:44', '2026-03-08 21:47:44'),
(201, 51, NULL, '52.207.47.227', '49bef15d2a0e47acb2604b47a7b8159c', '2026-03-08 23:28:04', '2026-03-08 23:28:04'),
(202, 47, NULL, '54.87.95.7', '335a95239a96fe114d5498392cafb88e', '2026-03-09 00:39:52', '2026-03-09 00:39:52'),
(203, 46, NULL, '44.212.232.231', '7b565b645e7a31263fe9970e47fbf449', '2026-03-09 05:10:28', '2026-03-09 05:10:28'),
(204, 36, NULL, '74.7.242.33', '08df3fe407a75d8c86e9c3ba2249280b', '2026-03-09 06:27:10', '2026-03-09 06:27:10'),
(205, 24, NULL, '74.7.242.33', 'fce9164eefda9b97febfb85834a02265', '2026-03-09 06:27:13', '2026-03-09 06:27:13'),
(206, 57, NULL, '74.7.242.33', '5460d2082c37cf5937b7f67f43500fb1', '2026-03-09 06:27:15', '2026-03-09 06:27:15'),
(207, 56, NULL, '74.7.242.33', '9acf477101522c9c34b908d8fe1caeef', '2026-03-09 06:27:17', '2026-03-09 06:27:17'),
(208, 40, NULL, '74.7.242.33', '9317b71b70632ccd1b156f6ba0661a74', '2026-03-09 06:27:26', '2026-03-09 06:27:26'),
(209, 19, NULL, '74.7.242.33', '7dbeed5ab115e8609e6de7d8a4242f4a', '2026-03-09 06:27:30', '2026-03-09 06:27:30'),
(210, 55, NULL, '74.7.242.33', 'd0a6c8b3f2764d0d6af7146090787909', '2026-03-09 06:27:33', '2026-03-09 06:27:33'),
(211, 31, NULL, '74.7.242.33', 'ddab6642ae08e163277a7cf638fd099d', '2026-03-09 06:27:39', '2026-03-09 06:27:39'),
(212, 9, NULL, '74.7.242.33', '711def99350fcb81d67d63262c33450e', '2026-03-09 06:27:42', '2026-03-09 06:27:42'),
(213, 30, NULL, '74.7.242.33', '2cfe06c836fc2fab8ef21192b4f8d789', '2026-03-09 06:27:42', '2026-03-09 06:27:42'),
(214, 44, NULL, '74.7.242.33', '2cd3966200fcac127c47a2cac88e3b72', '2026-03-09 06:27:43', '2026-03-09 06:27:43'),
(215, 17, NULL, '74.7.242.33', 'c568f2c12d86c58cc8b179ba5b21a71e', '2026-03-09 06:27:44', '2026-03-09 06:27:44'),
(216, 37, NULL, '74.7.242.33', '99dc81701c64ff32340d65c03f3c56f9', '2026-03-09 06:27:50', '2026-03-09 06:27:50'),
(217, 42, NULL, '74.7.242.33', '798ea5abc9f74b2fd31237c9828070f3', '2026-03-09 06:27:51', '2026-03-09 06:27:51'),
(218, 21, NULL, '74.7.242.33', '3e06fce88b335de16fc48348bad5bbae', '2026-03-09 06:27:55', '2026-03-09 06:27:55'),
(219, 12, NULL, '74.7.242.33', 'd62092b507c2385818e80dd2af5e859c', '2026-03-09 06:27:55', '2026-03-09 06:27:55'),
(220, 25, NULL, '74.7.242.33', 'e786aea82ce494ce597cb0f59b555b95', '2026-03-09 06:27:56', '2026-03-09 06:27:56'),
(221, 18, NULL, '74.7.242.33', '9eeae677071f7e44e91235678d62d457', '2026-03-09 06:27:58', '2026-03-09 06:27:58'),
(222, 16, NULL, '74.7.242.33', '4a39d8faf23c619946a63eed6343d87e', '2026-03-09 06:27:58', '2026-03-09 06:27:58'),
(223, 29, NULL, '74.7.242.33', '52760515d1725861d7f46cc6fa727bb0', '2026-03-09 06:27:59', '2026-03-09 06:27:59'),
(224, 41, NULL, '74.7.242.33', 'bad7b69ac68edaa610f4769620a17709', '2026-03-09 06:27:59', '2026-03-09 06:27:59'),
(225, 22, NULL, '74.7.242.33', '7ea71554faa53d67bfa6983820eb7281', '2026-03-09 06:28:00', '2026-03-09 06:28:00'),
(226, 38, NULL, '74.7.242.33', '73877cc024be11b924514a1748de347b', '2026-03-09 06:28:00', '2026-03-09 06:28:00'),
(227, 20, NULL, '74.7.242.33', 'ed10df2a1e0d9e58c72861abf7589330', '2026-03-09 06:28:01', '2026-03-09 06:28:01'),
(228, 43, NULL, '74.7.242.33', '27af228aa1c1a0c49c936807ea914d82', '2026-03-09 06:28:06', '2026-03-09 06:28:06'),
(229, 12, 12, '157.33.192.215', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-09 10:51:24', '2026-03-09 10:51:24'),
(230, 21, NULL, '17.22.253.4', '5000d2484d10b54e860a618f163531ea', '2026-03-09 21:39:21', '2026-03-09 21:39:21'),
(231, 12, 2, '152.59.38.233', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-10 06:39:51', '2026-03-10 06:39:51'),
(232, 12, 12, '152.59.38.233', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-10 06:49:40', '2026-03-10 06:49:40'),
(233, 12, 2, '152.59.38.233', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-10 07:12:38', '2026-03-10 07:12:38'),
(234, 12, 2, '152.59.38.233', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-10 13:32:11', '2026-03-10 13:32:11'),
(235, 12, 2, '152.59.38.233', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-10 14:18:04', '2026-03-10 14:18:04'),
(236, 12, 12, '152.59.38.233', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-10 16:43:51', '2026-03-10 16:43:51'),
(237, 12, 2, '152.59.38.233', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-10 17:41:33', '2026-03-10 17:41:33'),
(238, 12, 1, '122.170.197.191', 'a1fac38516aa77313c091598b39bf819', '2026-03-10 17:42:42', '2026-03-10 17:42:42'),
(239, 12, 2, '152.59.40.215', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-11 09:10:58', '2026-03-11 09:10:58'),
(240, 12, 12, '152.59.40.215', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-11 09:21:27', '2026-03-11 09:21:27'),
(241, 12, 2, '152.59.40.215', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-11 09:54:50', '2026-03-11 09:54:50'),
(242, 12, 2, '152.59.40.215', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-11 10:25:48', '2026-03-11 10:25:48'),
(243, 12, 2, '152.59.40.215', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-11 11:16:52', '2026-03-11 11:16:52'),
(244, 12, NULL, '152.58.61.34', 'c22775393afc3dc7301028a06beb5589', '2026-03-11 16:05:43', '2026-03-11 16:05:43'),
(245, 12, 2, '152.58.61.34', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-11 16:05:50', '2026-03-11 16:05:50'),
(246, 42, 12, '152.58.61.34', '97c0efa9884142ef445de7ba20da6467', '2026-03-11 16:44:14', '2026-03-11 16:44:14'),
(247, 14, 2, '122.175.232.220', '0e912d6b70a634f676c8f879d23afe29', '2026-03-12 10:30:46', '2026-03-12 10:30:46'),
(248, 49, NULL, '176.31.139.19', '6f84987fe7f095e32a2fb8207b051404', '2026-03-12 07:18:12', '2026-03-12 07:18:12'),
(249, 42, NULL, '40.77.167.20', '75bd7c550b9ddc8ba760831ef1a8bd16', '2026-03-12 08:24:46', '2026-03-12 08:24:46'),
(250, 21, NULL, '40.77.167.30', '810d31f85ad42ead49971ab838be90f8', '2026-03-12 09:12:25', '2026-03-12 09:12:25'),
(251, 36, 12, '152.58.61.49', '30e177851ca4607f16d51063a7301f1e', '2026-03-12 10:02:33', '2026-03-12 10:02:33'),
(252, 12, 2, '152.58.61.49', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-12 10:05:06', '2026-03-12 10:05:06'),
(253, 12, 12, '223.185.43.31', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-12 10:13:38', '2026-03-12 10:13:38'),
(254, 42, 2, '223.185.43.31', '14ca8d051fb13869aa0dd52b224e3cac', '2026-03-12 10:15:01', '2026-03-12 10:15:01'),
(255, 36, 2, '223.185.43.31', '325b026f83a34aca61804c77d49b325f', '2026-03-12 10:15:11', '2026-03-12 10:15:11'),
(256, 645, 645, '223.185.43.31', '7fc42269a6b9350b69d37d26a6e16603', '2026-03-12 10:19:23', '2026-03-12 10:19:23'),
(257, 12, NULL, '152.58.61.49', '9599e5c5d75265d3b47794a705ac0ac5', '2026-03-12 10:27:06', '2026-03-12 10:27:06'),
(258, 36, NULL, '47.128.31.88', 'f02dfb42fb4b5b2d0ec1be5392c428e9', '2026-03-12 10:58:18', '2026-03-12 10:58:18'),
(259, 12, 12, '152.58.61.49', '6c55b5a204b517e2c5ba9159b9af329a', '2026-03-12 10:58:59', '2026-03-12 10:58:59'),
(260, 9, NULL, '47.128.31.87', '7b9cd666139726471e5b6be210997c4f', '2026-03-12 12:00:39', '2026-03-12 12:00:39'),
(261, 36, 12, '152.58.61.49', '30e177851ca4607f16d51063a7301f1e', '2026-03-12 12:24:51', '2026-03-12 12:24:51'),
(262, 30, NULL, '40.77.167.7', 'c32e5fcec0f8125275523b6c634317a4', '2026-03-12 17:37:09', '2026-03-12 17:37:09'),
(263, 36, NULL, '113.170.86.52', 'edb49d34d1d5d030f946f9ec870dd4bd', '2026-03-12 18:07:36', '2026-03-12 18:07:36'),
(264, 44, NULL, '14.236.179.215', '7ff8a98844d87c9658c26f08f7f62fd0', '2026-03-12 18:11:06', '2026-03-12 18:11:06'),
(265, 41, NULL, '14.166.107.8', 'e9690382717fb964e236d3069ce0c299', '2026-03-12 18:13:47', '2026-03-12 18:13:47'),
(266, 45, NULL, '37.59.204.159', 'ee59597931a9c96870cd732c223607ec', '2026-03-12 19:12:32', '2026-03-12 19:12:32'),
(267, 55, NULL, '92.222.104.219', 'dd50b1b82cf62c13f2dc40faae8cb945', '2026-03-12 19:12:38', '2026-03-12 19:12:38'),
(268, 17, NULL, '74.7.242.26', '577e24db896380f56c44a7af44fa7b8f', '2026-03-12 21:16:19', '2026-03-12 21:16:19'),
(269, 19, NULL, '74.7.242.26', 'a903f04270fe4740bcf31491791ff1c3', '2026-03-12 21:16:26', '2026-03-12 21:16:26'),
(270, 41, NULL, '74.7.242.26', 'dc013501c0a9cfe34dd65ede4db52b9b', '2026-03-12 21:16:28', '2026-03-12 21:16:28'),
(271, 36, NULL, '74.7.242.26', 'a6914e1febb358cc10174fee2bb200a4', '2026-03-12 21:16:29', '2026-03-12 21:16:29'),
(272, 9, NULL, '74.7.242.26', 'c73de824dd28f8e3fcaafa407bbc0b86', '2026-03-12 21:16:37', '2026-03-12 21:16:37'),
(273, 35, NULL, '74.7.242.26', '4772838fe0307685d254a0f3275e0fc3', '2026-03-12 21:16:38', '2026-03-12 21:16:38'),
(274, 13, NULL, '74.7.242.26', '9115db5ef9bc8f622db5c04719f0e622', '2026-03-12 21:16:39', '2026-03-12 21:16:39'),
(275, 20, NULL, '74.7.242.26', '8e4cb1f2fe6d8c3d6d1a5538ab27856c', '2026-03-12 21:16:40', '2026-03-12 21:16:40'),
(276, 56, NULL, '74.7.242.26', '86831a63887b193618c3589df730153d', '2026-03-12 21:16:42', '2026-03-12 21:16:42'),
(277, 38, NULL, '74.7.242.26', '61eace8b6614c3da0414f8eac7cc816f', '2026-03-12 21:16:43', '2026-03-12 21:16:43'),
(278, 45, NULL, '74.7.242.26', '9c2b37384b08136f8de293c6efef3721', '2026-03-12 21:16:46', '2026-03-12 21:16:46'),
(279, 57, NULL, '74.7.242.26', '9606034b9af9da613fa46d612e6dd5e9', '2026-03-12 21:16:54', '2026-03-12 21:16:54'),
(280, 15, NULL, '74.7.242.26', '3fc0cfdee01ed0f54e024b75efd7e8ea', '2026-03-12 21:16:55', '2026-03-12 21:16:55'),
(281, 31, NULL, '74.7.242.26', 'a679bf734c371762482683c773d0aa46', '2026-03-12 21:16:59', '2026-03-12 21:16:59'),
(282, 22, NULL, '74.7.242.26', 'a53a1f1cb6994c0010e0f0dc226d5ef7', '2026-03-12 21:17:00', '2026-03-12 21:17:00'),
(283, 18, NULL, '74.7.242.26', '3d0477a0368a575c2059181f5f19cc8e', '2026-03-12 21:17:00', '2026-03-12 21:17:00'),
(284, 29, NULL, '74.7.242.26', '3baf15f822026961ac700831bc60bdb3', '2026-03-12 21:17:01', '2026-03-12 21:17:01'),
(285, 33, NULL, '74.7.242.26', 'aa28f2820034514e9fe646d10b07a4cc', '2026-03-12 21:17:02', '2026-03-12 21:17:02'),
(286, 16, NULL, '74.7.242.26', 'e039194c30368e53cc7b9034f54a4e9c', '2026-03-12 21:17:03', '2026-03-12 21:17:03'),
(287, 40, NULL, '74.7.242.26', 'a758e0c9e167147fbf4be7950d55b85d', '2026-03-12 21:17:06', '2026-03-12 21:17:06'),
(288, 37, NULL, '74.7.242.26', 'a2f6af51727785078ce638abd1519992', '2026-03-12 21:17:07', '2026-03-12 21:17:07'),
(289, 34, NULL, '74.7.242.26', 'bf0ad65a408b341e22898fb3987d2c0e', '2026-03-12 21:17:10', '2026-03-12 21:17:10'),
(290, 645, NULL, '74.7.242.26', 'faf106769eb9b891d543cac75621d86a', '2026-03-12 21:17:11', '2026-03-12 21:17:11'),
(291, 54, NULL, '74.7.242.26', 'beafb6918a3b0ba4a473cc1812640238', '2026-03-12 21:17:13', '2026-03-12 21:17:13'),
(292, 25, NULL, '74.7.242.26', '0927497a6db9477888645eb9fce2ff66', '2026-03-12 21:17:15', '2026-03-12 21:17:15'),
(293, 21, NULL, '74.7.242.26', '4d8c790971e501fb53f5dd7271a3a3c5', '2026-03-12 21:17:18', '2026-03-12 21:17:18'),
(294, 12, NULL, '74.7.242.26', '817b629f0b031441d3b70ec583d13a84', '2026-03-12 21:17:20', '2026-03-12 21:17:20'),
(295, 24, NULL, '74.7.242.26', 'f4845f4d3e7189326df21213caaaaac9', '2026-03-12 21:17:23', '2026-03-12 21:17:23'),
(296, 32, NULL, '74.7.242.26', '83482943ed1d6f3ae6477d32a97c2559', '2026-03-12 21:17:25', '2026-03-12 21:17:25'),
(297, 47, NULL, '74.7.242.26', '4eb870543e3307116d0b68a456405c79', '2026-03-12 21:17:26', '2026-03-12 21:17:26'),
(298, 50, NULL, '74.7.242.26', 'f37a7a625b5ffa979302cd8d291ee747', '2026-03-12 21:17:39', '2026-03-12 21:17:39'),
(299, 42, NULL, '74.7.242.26', '257ecdb82fb24cca3af0f40b479b33a0', '2026-03-12 21:17:42', '2026-03-12 21:17:42'),
(300, 51, NULL, '74.7.242.26', '3df8ee01bb4a3f21209be62e288b2f1c', '2026-03-12 21:17:44', '2026-03-12 21:17:44'),
(301, 46, NULL, '74.7.242.26', 'bfefb72db609f687e4103c1f7284d09e', '2026-03-12 21:17:46', '2026-03-12 21:17:46'),
(302, 52, NULL, '74.7.242.26', '2e7bbd4080524d451cd3fd743bcc3acc', '2026-03-12 21:17:51', '2026-03-12 21:17:51'),
(303, 43, NULL, '74.7.242.26', '9ccfe19c857e4cd36140df42237665da', '2026-03-12 21:17:53', '2026-03-12 21:17:53'),
(304, 44, NULL, '74.7.242.26', 'b9b9015e9063b116fdd73435e4b19617', '2026-03-12 21:18:09', '2026-03-12 21:18:09'),
(305, 30, NULL, '74.7.242.26', 'a748e80e3c4cd2bfe114c6160641cc14', '2026-03-12 21:18:10', '2026-03-12 21:18:10'),
(306, 19, NULL, '47.128.31.72', '1ca2e3175593697ccc42dd895a2fdbb9', '2026-03-12 22:26:06', '2026-03-12 22:26:06'),
(307, 20, NULL, '47.128.31.253', 'c123d7c14b392fbe6bcb87d54cdab506', '2026-03-12 23:47:49', '2026-03-12 23:47:49'),
(308, 50, NULL, '92.222.104.201', '53eab8db1fd2013f35f8379c3c904db0', '2026-03-13 00:05:03', '2026-03-13 00:05:03'),
(309, 43, NULL, '47.128.31.66', 'a9f7ee5e386d928939b263816e362224', '2026-03-13 05:05:19', '2026-03-13 05:05:19'),
(310, 44, NULL, '195.226.194.95', '3e5f5a0718da664ed957e3ec11070e09', '2026-03-13 05:08:20', '2026-03-13 05:08:20'),
(311, 57, NULL, '195.226.194.95', 'ffe88cc18e5ab470cc02469865c802c6', '2026-03-13 05:08:20', '2026-03-13 05:08:20'),
(312, 645, NULL, '195.226.194.95', 'e321e786aea60c8a5a1b8da07d0f4f85', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(313, 21, NULL, '195.226.194.95', '01e5576b87812a8e31c60e362a983540', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(314, 43, NULL, '195.226.194.95', '9a9bbbc7e9650c71338386e6a37c4af9', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(315, 20, NULL, '195.226.194.95', '014932b8f8e4e99797da98c5c69a3d25', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(316, 25, NULL, '195.226.194.95', '9d8023dcc8f33c0bf76732302291d685', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(317, 36, NULL, '195.226.194.95', '982d7cc4b018d753fed9733436b30bdf', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(318, 29, NULL, '195.226.194.95', '9f11ea66b6a0075e2a0478ed60f91205', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(319, 35, NULL, '195.226.194.95', '70afbf17ac924477d5f3b07ded062b95', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(320, 40, NULL, '195.226.194.95', '8f34f5d5a80b163e54eb8647d09517e2', '2026-03-13 05:08:21', '2026-03-13 05:08:21'),
(321, 37, NULL, '195.226.194.95', 'da474a2d00ff2bfe0fa7a572a00277ba', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(322, 24, NULL, '195.226.194.95', 'd97ee63573a43e386874c0b31f6db967', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(323, 18, NULL, '195.226.194.95', '20b0983d2e98850e4378635a2d9ec07f', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(324, 31, NULL, '195.226.194.95', '6ca0b21513de54f25b58a89738b85ea4', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(325, 38, NULL, '195.226.194.95', '50b24d81a90c652bda3f0024a54eb333', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(326, 16, NULL, '195.226.194.95', '3ceda337db8696aea4761e38268e5ce2', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(327, 56, NULL, '195.226.194.95', '4e521ebb5de20adcf6db137b4db096a6', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(328, 22, NULL, '195.226.194.95', '921306e22a649fa39d3db8ce09a2fc61', '2026-03-13 05:08:22', '2026-03-13 05:08:22'),
(329, 12, NULL, '195.226.194.95', '4c35b3cfd4fb6c615ea4856b2d4c58b4', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(330, 19, NULL, '195.226.194.95', '3669a6d7ef668aeb343845aeb9a52a8d', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(331, 30, NULL, '195.226.194.95', '7c4411e2856c73bc0b0f0a35cfcb4a89', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(332, 42, NULL, '195.226.194.95', '52fd87e85eff012d9dcdda9786bca466', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(333, 17, NULL, '195.226.194.95', '7b5240c21f8c69b91f61022239618c87', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(334, 34, NULL, '195.226.194.95', '9f5f6e8c4c867863258ca581df294dd6', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(335, 41, NULL, '195.226.194.95', '5eb84263d5d63a6f60ea39cb4668c064', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(336, 9, NULL, '195.226.194.95', 'cb333c41dd8d016076522688b13f850d', '2026-03-13 05:08:23', '2026-03-13 05:08:23'),
(337, 32, NULL, '195.226.194.95', '82598799a59b05cab31abf4b0e6373e1', '2026-03-13 05:08:24', '2026-03-13 05:08:24'),
(338, 33, NULL, '195.226.194.95', '773c9380ae4178c874cbbb3e5b6186b7', '2026-03-13 05:08:24', '2026-03-13 05:08:24'),
(339, 17, NULL, '83.99.206.47', '8429786a93af320b2cb1644290c1255c', '2026-03-13 09:09:22', '2026-03-13 09:09:22'),
(340, 12, NULL, '83.99.206.47', '386fba5a7adcb55dc0b62e66725d5813', '2026-03-13 09:10:03', '2026-03-13 09:10:03'),
(341, 22, NULL, '83.99.206.84', 'd92b7cd893379b5c638236a176b5ff13', '2026-03-13 09:11:51', '2026-03-13 09:11:51'),
(342, 34, NULL, '83.99.206.84', '968ddf7fcb1ef4bf18e033c324d2b516', '2026-03-13 09:13:30', '2026-03-13 09:13:30'),
(343, 645, NULL, '83.99.206.1', '01f02cb8f9c7aed03be5266d98af75e1', '2026-03-13 09:15:21', '2026-03-13 09:15:21'),
(344, 57, NULL, '83.99.206.57', '8ce9c6cff1a62cffa926e214643dd8ef', '2026-03-13 09:15:41', '2026-03-13 09:15:41'),
(345, 19, NULL, '83.99.206.1', '3ba1048a711dff99f932d67eec51a3e4', '2026-03-13 09:16:02', '2026-03-13 09:16:02'),
(346, 35, NULL, '83.99.206.202', '85a297e825173399d224af10e2d10b9c', '2026-03-13 09:16:23', '2026-03-13 09:16:23'),
(347, 35, NULL, '83.99.206.254', '779870fcd9c80c885493779b39e41c0a', '2026-03-13 09:17:28', '2026-03-13 09:17:28'),
(348, 40, NULL, '83.99.206.39', 'fe5d2acaab1726a6efc3b412156c6c8a', '2026-03-13 09:17:39', '2026-03-13 09:17:39'),
(349, 32, NULL, '83.99.206.51', 'd95d72ae25b08404973e900bca51fdbf', '2026-03-13 09:18:21', '2026-03-13 09:18:21'),
(350, 9, NULL, '83.99.206.51', '8e05416a2d28124225110af985e85372', '2026-03-13 09:19:20', '2026-03-13 09:19:20'),
(351, 51, NULL, '83.99.206.51', 'ccb2b3f407d6306c7d57a866374ee06d', '2026-03-13 09:19:40', '2026-03-13 09:19:40'),
(352, 43, NULL, '83.99.206.1', 'ecb18d1c78a1e5490599bcd3b028a15d', '2026-03-13 09:20:46', '2026-03-13 09:20:46'),
(353, 25, NULL, '83.99.206.80', '32921d5ca1ee0ab8383930c84209804d', '2026-03-13 09:21:05', '2026-03-13 09:21:05'),
(354, 31, NULL, '83.99.206.1', 'd3df96c26beee20cfe77982959b791ed', '2026-03-13 09:22:06', '2026-03-13 09:22:06'),
(355, 20, NULL, '83.99.206.190', 'fd9448b375f1bd065c270f9e430dfeb3', '2026-03-13 09:24:01', '2026-03-13 09:24:01'),
(356, 57, NULL, '54.39.136.35', '585dc043c962f2eca5142e437e859cdd', '2026-03-13 16:50:53', '2026-03-13 16:50:53'),
(357, 36, NULL, '14.177.92.217', 'b04cdbeb8044ffd34fcc77288a109047', '2026-03-13 18:01:45', '2026-03-13 18:01:45'),
(358, 44, NULL, '189.39.108.217', '391c89f3fea2ae9490141c1aaca5d991', '2026-03-13 18:03:48', '2026-03-13 18:03:48'),
(359, 41, NULL, '14.236.214.219', 'de2c9a4b6d18d82ce51d785d237988e1', '2026-03-13 18:09:29', '2026-03-13 18:09:29'),
(360, 56, NULL, '47.128.31.78', '0c7f3b5bcda67bd1987c72c1566bfeeb', '2026-03-13 21:34:04', '2026-03-13 21:34:04'),
(361, 56, NULL, '47.128.121.124', 'e30d48bcc3e99420aca458f9de192803', '2026-03-13 21:35:02', '2026-03-13 21:35:02'),
(362, 645, NULL, '47.128.31.57', '9a01123656c2f6951894ea43f62709d1', '2026-03-13 21:35:44', '2026-03-13 21:35:44'),
(363, 57, NULL, '47.128.31.34', 'ae9bd739f3e04864f390a77d97cbac4a', '2026-03-13 21:36:14', '2026-03-13 21:36:14'),
(364, 645, NULL, '47.128.121.182', '22ae4de09b41134b362d5e6105baa49d', '2026-03-13 21:36:46', '2026-03-13 21:36:46'),
(365, 57, NULL, '47.128.121.109', '259eff0ba2dfad841fe0b47a0c593bd7', '2026-03-13 21:39:07', '2026-03-13 21:39:07'),
(366, 17, NULL, '47.128.31.253', '50265a232cefa26e1189e5918f5366dc', '2026-03-13 22:59:30', '2026-03-13 22:59:30'),
(367, 37, NULL, '158.174.135.188', 'e3174eec3950f68eb0794cb71f803cd2', '2026-03-14 05:00:34', '2026-03-14 05:00:34'),
(368, 17, NULL, '158.174.135.188', 'a19a2de8663b8ca4f1dc0cb559f8f397', '2026-03-14 05:00:34', '2026-03-14 05:00:34'),
(369, 55, NULL, '158.174.135.188', 'dbd613b516683d9a88234516b440c342', '2026-03-14 05:00:35', '2026-03-14 05:00:35'),
(370, 51, NULL, '158.174.135.188', 'c88efd4c4f58d0497ed455efc5690248', '2026-03-14 05:00:47', '2026-03-14 05:00:47'),
(371, 29, NULL, '158.174.135.188', 'e6ae92c3b189cde77ee3094cc6dc3eaf', '2026-03-14 05:01:12', '2026-03-14 05:01:12'),
(372, 25, NULL, '158.174.135.188', 'dd00c8e6fa431fae4d57ac45bd9f70e0', '2026-03-14 05:01:13', '2026-03-14 05:01:13'),
(373, 54, NULL, '158.174.135.188', '83bfad38bb47d36b6715b20a22e2c8dc', '2026-03-14 05:01:13', '2026-03-14 05:01:13'),
(374, 44, NULL, '158.174.135.188', '0fcd374107dbdf9e2192c524b8eb002e', '2026-03-14 05:01:13', '2026-03-14 05:01:13'),
(375, 57, NULL, '158.174.135.188', '1fd575145c6cd63572186f677ff0482d', '2026-03-14 05:01:13', '2026-03-14 05:01:13'),
(376, 21, NULL, '158.174.135.188', 'cd006d60781efcbab9280820a796bba3', '2026-03-14 05:01:55', '2026-03-14 05:01:55'),
(377, 645, NULL, '158.174.135.188', '7ccf93b8523766897cf2cbb0921ae538', '2026-03-14 05:01:55', '2026-03-14 05:01:55'),
(378, 14, NULL, '158.174.135.188', '4062b33c78d1c4ae8a1927d82b9b9a1c', '2026-03-14 05:01:58', '2026-03-14 05:01:58'),
(379, 34, NULL, '158.174.135.188', 'beabf9716baacb934b474542c801506b', '2026-03-14 05:01:59', '2026-03-14 05:01:59'),
(380, 49, NULL, '158.174.135.188', '51508c64e545de8bf5bf5447c355b3d8', '2026-03-14 05:02:00', '2026-03-14 05:02:00'),
(381, 18, NULL, '158.174.135.188', '581ac5401832ea1188ce68279b5584b1', '2026-03-14 05:04:43', '2026-03-14 05:04:43'),
(382, 30, NULL, '158.174.135.188', '058744a62f0724a660d2af59e755750e', '2026-03-14 05:04:52', '2026-03-14 05:04:52'),
(383, 41, NULL, '158.174.135.188', 'c67f6816f932755399c89184d9b926d7', '2026-03-14 05:05:21', '2026-03-14 05:05:21'),
(384, 9, NULL, '158.174.135.188', 'a58d28be0569fb324f609eee054b01f9', '2026-03-14 05:05:22', '2026-03-14 05:05:22'),
(385, 43, NULL, '158.174.135.188', 'c8be9df0533703b67b4f5c34485190fd', '2026-03-14 05:05:43', '2026-03-14 05:05:43'),
(386, 56, NULL, '158.174.135.188', '8b2224ddf61712e686138adeef6bb981', '2026-03-14 05:06:24', '2026-03-14 05:06:24'),
(387, 12, NULL, '158.174.135.188', '00ca4beccb6a5731ffef72a7310055ad', '2026-03-14 05:06:52', '2026-03-14 05:06:52'),
(388, 32, NULL, '158.174.135.188', 'e5ab8ad21f949e0e172a009c2cd2507f', '2026-03-14 05:07:07', '2026-03-14 05:07:07'),
(389, 31, NULL, '158.174.135.188', 'd58637eac3367085972533c2926e2353', '2026-03-14 05:08:43', '2026-03-14 05:08:43'),
(390, 38, NULL, '158.174.135.188', '9c2daf6e90804797be5ae6876337f0e3', '2026-03-14 05:08:46', '2026-03-14 05:08:46'),
(391, 48, NULL, '158.174.135.188', '0d53e02e8595cf78f6c05d577f396eb7', '2026-03-14 05:09:26', '2026-03-14 05:09:26'),
(392, 24, NULL, '158.174.135.188', 'bcf09fabe0f05693fe5d7a93e8f86b57', '2026-03-14 05:09:39', '2026-03-14 05:09:39'),
(393, 36, NULL, '158.174.135.188', '16c4cdfd02d1f3f874447341f12eabb1', '2026-03-14 05:09:56', '2026-03-14 05:09:56'),
(394, 40, NULL, '158.174.135.188', '68eded5aa540a3b10d2c35bf39d2e711', '2026-03-14 05:09:57', '2026-03-14 05:09:57'),
(395, 47, NULL, '158.174.135.188', 'f3c571eb5ba9eba134621d66b313c65c', '2026-03-14 05:10:25', '2026-03-14 05:10:25'),
(396, 50, NULL, '158.174.135.188', '787e43265f80a51433c1e0fb2f71dfc0', '2026-03-14 05:10:25', '2026-03-14 05:10:25'),
(397, 22, NULL, '158.174.135.188', '1acc00aa0eea8ac0061c0dbfacb22809', '2026-03-14 05:10:36', '2026-03-14 05:10:36'),
(398, 19, NULL, '158.174.135.188', 'ddd03089f842529188159660ce9afe06', '2026-03-14 05:10:36', '2026-03-14 05:10:36'),
(399, 15, NULL, '158.174.135.188', '66e5d503ab51e1cec2dd50f85c3aed7f', '2026-03-14 05:11:57', '2026-03-14 05:11:57'),
(400, 16, NULL, '158.174.135.188', 'a5259bcc146ee86316cb32ff0ca94a2e', '2026-03-14 05:12:38', '2026-03-14 05:12:38'),
(401, 35, NULL, '158.174.135.188', 'ecb31c8fd0f9b925cb17426002997b1a', '2026-03-14 05:12:39', '2026-03-14 05:12:39'),
(402, 46, NULL, '158.174.135.188', 'c1969d647d59d181b53a870e9645e395', '2026-03-14 05:13:46', '2026-03-14 05:13:46'),
(403, 42, NULL, '158.174.135.188', '14d4628c29f13dc8d1873535448cabf7', '2026-03-14 05:16:32', '2026-03-14 05:16:32'),
(404, 52, NULL, '158.174.135.188', '4361b821e0493aa2d9e640387f3f22a6', '2026-03-14 05:17:28', '2026-03-14 05:17:28'),
(405, 45, NULL, '158.174.135.188', '677b3d745e5cb4ba714dd503d2e8bd74', '2026-03-14 05:17:32', '2026-03-14 05:17:32'),
(406, 13, NULL, '158.174.135.188', '9733878622115aa0a39acc363fe9f23a', '2026-03-14 05:20:39', '2026-03-14 05:20:39'),
(407, 33, NULL, '158.174.135.188', 'fceeb95e0eea14cb135e2a401506ab27', '2026-03-14 05:20:41', '2026-03-14 05:20:41'),
(408, 20, NULL, '158.174.135.188', 'e9f64448a877f88714b7ba24d2a17f1a', '2026-03-14 05:21:40', '2026-03-14 05:21:40'),
(409, 37, NULL, '66.249.66.195', 'bebdb913c052b83419effafb7ecdfd97', '2026-03-14 10:36:16', '2026-03-14 10:36:16'),
(410, 645, NULL, '52.44.229.124', '4da3a6e11394363488f8c567dc2901d3', '2026-03-14 10:58:44', '2026-03-14 10:58:44'),
(411, 34, NULL, '185.191.171.1', 'af7ad6a11750afafdb0efb40e349da59', '2026-03-14 11:57:47', '2026-03-14 11:57:47'),
(412, 29, NULL, '185.191.171.14', 'd78740929600bbb1ef7d23e0ccd07760', '2026-03-14 12:06:35', '2026-03-14 12:06:35'),
(413, 12, NULL, '85.208.96.200', '7aa3dd6a6d5f11dcb3dcca4ff88e990e', '2026-03-14 12:06:53', '2026-03-14 12:06:53'),
(414, 42, NULL, '185.191.171.13', '5f7ff15f97066515c7d703c1597fd1c3', '2026-03-14 12:13:49', '2026-03-14 12:13:49'),
(415, 56, NULL, '85.208.96.194', 'c3bad3f19e2f10f6920c8cbea12cb8e6', '2026-03-14 12:57:43', '2026-03-14 12:57:43'),
(416, 25, NULL, '85.208.96.199', '57a1bc2dbd973441a0cbeeab198cfa02', '2026-03-14 13:10:54', '2026-03-14 13:10:54'),
(417, 18, NULL, '185.191.171.16', '506dbdf27e98fc7312be3f4701212a66', '2026-03-14 13:22:02', '2026-03-14 13:22:02'),
(418, 16, NULL, '185.191.171.16', '0fdc8563a92a62003feddfcc9baebf9d', '2026-03-14 13:45:17', '2026-03-14 13:45:17'),
(419, 36, NULL, '85.208.96.208', '309bc654e1b671e9f061e1be15a23053', '2026-03-14 13:55:47', '2026-03-14 13:55:47'),
(420, 17, NULL, '185.191.171.13', 'a27acfe82edf0efd90a0fd76b3ce8f15', '2026-03-14 14:21:54', '2026-03-14 14:21:54'),
(421, 15, NULL, '185.191.171.15', '1c7ee1ada625a8214cdeba5e0b161cf4', '2026-03-14 14:46:50', '2026-03-14 14:46:50'),
(422, 38, NULL, '85.208.96.196', '17ae35d9f9d3790e4d6f73b9e86137bd', '2026-03-14 15:21:57', '2026-03-14 15:21:57'),
(423, 50, NULL, '185.191.171.7', 'bda4369202ac3d4d65a933ca4c6e2fba', '2026-03-14 15:51:15', '2026-03-14 15:51:15'),
(424, 44, NULL, '185.191.171.8', 'd801a4fcdf7fa633129be364c395effe', '2026-03-14 16:10:29', '2026-03-14 16:10:29'),
(425, 41, NULL, '185.191.171.13', '257411cd1bbedcae5fef9c4afc626d92', '2026-03-14 16:58:38', '2026-03-14 16:58:38'),
(426, 13, NULL, '85.208.96.206', '45283a10904791da4e0e4ceec2bb8a3f', '2026-03-14 17:00:20', '2026-03-14 17:00:20'),
(427, 24, NULL, '185.191.171.2', '4ab8226932d8b767c7e06846d908f114', '2026-03-14 17:09:25', '2026-03-14 17:09:25'),
(428, 30, NULL, '85.208.96.194', 'f31c176ca1e5ea286b33ef335770002c', '2026-03-14 17:50:58', '2026-03-14 17:50:58'),
(429, 22, NULL, '85.208.96.197', '4505f7dac6e89c189e2b9291e86bd194', '2026-03-14 17:54:30', '2026-03-14 17:54:30'),
(430, 44, NULL, '14.191.51.67', '2c190472528d1457c0d54a27953c41b8', '2026-03-14 18:01:41', '2026-03-14 18:01:41'),
(431, 37, NULL, '14.168.195.216', '62ecdf59586619f4e51d63665120a495', '2026-03-14 18:06:31', '2026-03-14 18:06:31'),
(432, 9, NULL, '85.208.96.203', '6b5cfd247ae238bcbcc279654d39718f', '2026-03-14 18:25:29', '2026-03-14 18:25:29'),
(433, 33, NULL, '85.208.96.199', '3463582041eedda43bbbca894b16b0de', '2026-03-14 18:54:21', '2026-03-14 18:54:21'),
(434, 57, NULL, '85.208.96.203', 'de2cf1baec0f1cecd4cb7bd7d4d5d1ac', '2026-03-14 19:03:43', '2026-03-14 19:03:43'),
(435, 37, NULL, '185.191.171.7', 'c358bb5a4a7aeca95ac9b649fa6948aa', '2026-03-14 19:08:41', '2026-03-14 19:08:41'),
(436, 32, NULL, '185.191.171.11', '4266ccdae98f655a0568383913fc292a', '2026-03-14 19:18:33', '2026-03-14 19:18:33'),
(437, 43, NULL, '85.208.96.196', 'efd1635621818d2bed38db15b465cae2', '2026-03-14 20:08:16', '2026-03-14 20:08:16'),
(438, 19, NULL, '185.191.171.16', 'acc95aba539b9c49f743773199ff365e', '2026-03-14 21:06:26', '2026-03-14 21:06:26'),
(439, 40, NULL, '85.208.96.204', '8978c7a97fd60a434ccc84da91dfb80d', '2026-03-14 21:17:41', '2026-03-14 21:17:41'),
(440, 48, NULL, '185.191.171.4', '5c5f71d52877a2f0b26502b26c89b4aa', '2026-03-14 21:23:24', '2026-03-14 21:23:24');
INSERT INTO `profile_views` (`id`, `celebrity_id`, `viewer_id`, `ip`, `session_key`, `created_at`, `updated_at`) VALUES
(441, 21, NULL, '185.191.171.17', 'fb79d699180783980b45821bd2b802de', '2026-03-14 21:38:36', '2026-03-14 21:38:36'),
(442, 31, NULL, '185.191.171.6', 'e3e661f0b8f245eac3c07a11b509b951', '2026-03-14 22:47:31', '2026-03-14 22:47:31'),
(443, 49, NULL, '85.208.96.194', '2f944e86a2e5112f1d76b63ac2056407', '2026-03-14 22:52:29', '2026-03-14 22:52:29'),
(444, 52, NULL, '85.208.96.201', 'da8d055c0ec7211795ba4e370d735954', '2026-03-14 23:37:02', '2026-03-14 23:37:02'),
(445, 51, NULL, '85.208.96.212', '00d2ff202297272700bf3462be9e88a7', '2026-03-14 23:38:24', '2026-03-14 23:38:24'),
(446, 35, NULL, '185.191.171.15', 'e345563f8a724a0acf8a6aa59a8d9e01', '2026-03-15 00:23:22', '2026-03-15 00:23:22'),
(447, 17, NULL, '47.128.31.24', '5658beae9a569c0bc1329fb9489db04b', '2026-03-15 00:51:28', '2026-03-15 00:51:28'),
(448, 33, NULL, '74.7.227.15', 'cdb4d0c6ec266916ea219af6c806ac69', '2026-03-15 08:20:25', '2026-03-15 08:20:25'),
(449, 34, NULL, '74.7.227.15', 'adae81f0b116b171fb3c0fbc1578a18a', '2026-03-15 08:20:28', '2026-03-15 08:20:28'),
(450, 35, NULL, '74.7.227.15', '1e16dc45cfa416a24fc7f200236e8acc', '2026-03-15 08:20:37', '2026-03-15 08:20:37'),
(451, 32, NULL, '74.7.227.15', 'd6a364e9888d428af840684fcf76eb75', '2026-03-15 08:21:01', '2026-03-15 08:21:01'),
(452, 20, NULL, '85.208.96.210', '308bd386e28b828661568255aae0ccdd', '2026-03-15 16:00:38', '2026-03-15 16:00:38'),
(453, 43, NULL, '52.167.144.213', '22a8a5a4fd02ead197a6a6dcc087159b', '2026-03-15 16:28:55', '2026-03-15 16:28:55'),
(454, 40, NULL, '180.149.234.115', 'd3f63b57b8830d5b1304965c87ccc311', '2026-03-15 18:10:59', '2026-03-15 18:10:59'),
(455, 36, NULL, '102.100.250.124', 'a9cadc52b7247962a949f57f89a0b6c2', '2026-03-15 18:16:19', '2026-03-15 18:16:19'),
(456, 55, NULL, '123.19.1.214', 'fb3e52ecbf65b2c1755c234b5a090eec', '2026-03-15 18:17:47', '2026-03-15 18:17:47'),
(457, 44, NULL, '14.170.6.150', '6cebdfe4ab628e10154cbc95aab9f9ff', '2026-03-15 18:17:51', '2026-03-15 18:17:51'),
(458, 12, NULL, '45.78.206.246', '71e14130e7ca77c210f07f91905191b2', '2026-03-15 19:29:33', '2026-03-15 19:29:33'),
(459, 54, NULL, '216.244.66.235', '479df0a4f3af36b20deeefe6cca0c524', '2026-03-16 01:48:22', '2026-03-16 01:48:22'),
(460, 22, NULL, '144.76.32.239', 'd8c8716691bab27d5258b15686d6fbed', '2026-03-16 03:43:14', '2026-03-16 03:43:14'),
(461, 12, NULL, '144.76.32.239', '60d96b6e5829519c805306308504af4a', '2026-03-16 03:43:17', '2026-03-16 03:43:17'),
(462, 51, NULL, '92.222.108.127', '9715befeed4ae6e1de07ebd6cf59908d', '2026-03-16 05:18:55', '2026-03-16 05:18:55'),
(463, 48, NULL, '54.37.118.65', '27e61673ca07e5dcff05234c9d891991', '2026-03-16 05:18:59', '2026-03-16 05:18:59'),
(464, 57, NULL, '216.244.66.235', '546bcc267a1badb63ae37b8ffa594ab6', '2026-03-16 05:34:24', '2026-03-16 05:34:24'),
(465, 46, NULL, '216.244.66.235', 'ad21289e1b515a172ee4b4ffc46d5ad1', '2026-03-16 07:01:27', '2026-03-16 07:01:27'),
(466, 52, NULL, '37.59.204.131', 'dccd476259b6cfe1486070809d99cf36', '2026-03-16 08:12:18', '2026-03-16 08:12:18'),
(467, 15, NULL, '217.113.194.129', 'd7f9cd5f854024f9425dc5eecae25905', '2026-03-16 13:39:23', '2026-03-16 13:39:23'),
(468, 42, NULL, '217.113.194.131', 'a0c3bb42dd9999d561fb3d4dc137d27b', '2026-03-16 13:40:12', '2026-03-16 13:40:12'),
(469, 29, NULL, '217.113.194.248', '77fa6537120c279aaf1b377523c8e49d', '2026-03-16 13:41:02', '2026-03-16 13:41:02'),
(470, 24, NULL, '217.113.194.248', 'cb6be552e76877578e62bd50407f0f2c', '2026-03-16 13:43:45', '2026-03-16 13:43:45'),
(471, 12, NULL, '217.113.194.129', '3bd4025d412e8472d4756e3e2e8a7f57', '2026-03-16 13:45:07', '2026-03-16 13:45:07'),
(472, 19, NULL, '217.113.194.248', 'e8f8ef2dead540a4c203deb1b7a5af2a', '2026-03-16 13:49:24', '2026-03-16 13:49:24'),
(473, 49, NULL, '14.160.185.147', '6ffaf1237b45732971f390c34186e4e1', '2026-03-16 18:05:26', '2026-03-16 18:05:26'),
(474, 21, NULL, '185.206.82.92', 'fa8fd11bba538033267bbed44ccece35', '2026-03-16 18:06:14', '2026-03-16 18:06:14'),
(475, 54, NULL, '14.232.251.56', 'fa7f13428682d7e2b7a2f047aca14495', '2026-03-16 18:08:31', '2026-03-16 18:08:31'),
(476, 36, NULL, '14.234.116.253', '0affaae6426153b11ccfaec0f0d69dd3', '2026-03-16 18:09:35', '2026-03-16 18:09:35'),
(477, 44, NULL, '175.107.217.73', 'aa17ae4fd52be893c7ea1a2fefc27da7', '2026-03-16 18:10:45', '2026-03-16 18:10:45'),
(478, 15, NULL, '14.242.234.181', '20fafb8fd3518d7384ac53389ab4ef84', '2026-03-16 18:14:44', '2026-03-16 18:14:44'),
(479, 19, NULL, '141.94.101.142', 'b73f21117512772d758f6573ba3f8106', '2026-03-16 20:52:04', '2026-03-16 20:52:04'),
(480, 31, NULL, '141.94.101.142', '4b2f332d6f320488d2ce790b0b0bb6e9', '2026-03-16 20:52:06', '2026-03-16 20:52:06'),
(481, 33, NULL, '141.94.101.142', '50681dc8adfdbe58c30682469f73b723', '2026-03-16 20:52:07', '2026-03-16 20:52:07'),
(482, 41, NULL, '141.94.101.142', 'b4bebf278d9a6aa532c6591474414a61', '2026-03-16 20:52:09', '2026-03-16 20:52:09'),
(483, 43, NULL, '141.94.101.142', '109be2c3aa74dcb8c050a04418f629f2', '2026-03-16 20:52:10', '2026-03-16 20:52:10'),
(484, 37, NULL, '141.94.101.142', 'bc711c970443463400c874473b20d750', '2026-03-16 20:52:12', '2026-03-16 20:52:12'),
(485, 9, NULL, '141.94.101.142', '7a7e8b4bf1b7e9d5ae2116902ffbd23c', '2026-03-16 20:52:13', '2026-03-16 20:52:13'),
(486, 12, NULL, '141.94.101.142', 'e1d6148bbb1b3f170fdc189b51fb7a63', '2026-03-16 20:52:15', '2026-03-16 20:52:15'),
(487, 29, NULL, '141.94.101.142', 'c7f06e7cc8defdfb7623b75c2a58a33d', '2026-03-16 20:52:30', '2026-03-16 20:52:30'),
(488, 22, NULL, '141.94.101.142', '3950b2c213a5eee4ccead6c30332a0a6', '2026-03-16 20:52:31', '2026-03-16 20:52:31'),
(489, 44, NULL, '141.94.101.142', '0b4e0cdc6d323f339ed5be2d0ca86b57', '2026-03-16 20:52:33', '2026-03-16 20:52:33'),
(490, 25, NULL, '141.94.101.142', 'fe975413bb1d6aa73ebb4379feddf132', '2026-03-16 20:52:34', '2026-03-16 20:52:34'),
(491, 16, NULL, '141.94.101.142', 'd3fca39105f5d17f1d4949ac8c1f2d8b', '2026-03-16 20:52:35', '2026-03-16 20:52:35'),
(492, 35, NULL, '141.94.101.142', 'e969acdd7edd1949c61515f02f228d58', '2026-03-16 20:52:37', '2026-03-16 20:52:37'),
(493, 30, NULL, '141.94.101.142', 'aceb792427dfe41d48c803a327ec4707', '2026-03-16 20:52:39', '2026-03-16 20:52:39'),
(494, 34, NULL, '141.94.101.142', 'fdd62513f8d0b8d75998ea8b9f54a2fd', '2026-03-16 20:52:41', '2026-03-16 20:52:41'),
(495, 32, NULL, '141.94.101.142', '2be8d18c29d3cbd6ed6ed7ba7603339f', '2026-03-16 20:52:50', '2026-03-16 20:52:50'),
(496, 17, NULL, '141.94.101.142', '0fc8911ff3e52dbfa1811e60183c2701', '2026-03-16 20:52:52', '2026-03-16 20:52:52'),
(497, 21, NULL, '141.94.101.142', '70f95852492b7aa16c2fa28c0553da94', '2026-03-16 20:52:53', '2026-03-16 20:52:53'),
(498, 42, NULL, '141.94.101.142', '32fbdd31cb56153137695c85e2999249', '2026-03-16 20:52:55', '2026-03-16 20:52:55'),
(499, 18, NULL, '141.94.101.142', 'a5d0576b722d402a3b9eb3d00281de6f', '2026-03-16 20:52:56', '2026-03-16 20:52:56'),
(500, 38, NULL, '141.94.101.142', '687c847efe352c2cc71b81c501463be3', '2026-03-16 20:52:58', '2026-03-16 20:52:58'),
(501, 40, NULL, '141.94.101.142', '4c4c72452ff406fc1e236b9e1eeef2d9', '2026-03-16 20:53:05', '2026-03-16 20:53:05'),
(502, 24, NULL, '141.94.101.142', '962a98bc264c1bf75ef3f59fe7fbf463', '2026-03-16 20:53:07', '2026-03-16 20:53:07'),
(503, 36, NULL, '141.94.101.142', 'dcb5871034151536aebf34da14b498ea', '2026-03-16 20:53:08', '2026-03-16 20:53:08'),
(504, 56, NULL, '198.244.226.40', 'e8073cab1430dbbe421c162f576e2532', '2026-03-16 20:55:24', '2026-03-16 20:55:24'),
(505, 12, NULL, '47.128.31.87', '86b4e58c7ac18e64be9b05f2aff37a75', '2026-03-16 23:11:48', '2026-03-16 23:11:48'),
(506, 31, NULL, '47.128.31.24', '9d671d5b6425cfeae042748cb4fa1c51', '2026-03-17 01:51:12', '2026-03-17 01:51:12'),
(507, 55, NULL, '216.244.66.235', '9c81f1485b436e31ddc5df1552eb3670', '2026-03-17 04:42:38', '2026-03-17 04:42:38'),
(508, 20, NULL, '66.249.66.38', 'c0f030d22680fc58c4f8ebbf7f578eeb', '2026-03-17 10:02:52', '2026-03-17 10:02:52'),
(509, 33, NULL, '74.7.227.15', 'cdb4d0c6ec266916ea219af6c806ac69', '2026-03-17 12:29:44', '2026-03-17 12:29:44'),
(510, 32, NULL, '74.7.227.15', 'd6a364e9888d428af840684fcf76eb75', '2026-03-17 12:29:47', '2026-03-17 12:29:47'),
(511, 34, NULL, '74.7.227.15', 'adae81f0b116b171fb3c0fbc1578a18a', '2026-03-17 12:29:55', '2026-03-17 12:29:55'),
(512, 35, NULL, '74.7.227.15', '1e16dc45cfa416a24fc7f200236e8acc', '2026-03-17 12:30:20', '2026-03-17 12:30:20'),
(513, 45, NULL, '216.244.66.235', 'e0922958ee04a4b2b760b91160f54209', '2026-03-17 13:10:33', '2026-03-17 13:10:33'),
(514, 645, NULL, '85.208.96.193', 'bc56ef6a442f3430adcc532ee20c5d85', '2026-03-17 13:24:07', '2026-03-17 13:24:07'),
(515, 44, NULL, '14.179.13.150', '96f132deffb54bf2b71e277dcd557fd6', '2026-03-17 18:08:08', '2026-03-17 18:08:08'),
(516, 16, NULL, '113.162.249.195', 'debd7476cd847bd27688cafefbf8b87f', '2026-03-17 18:09:10', '2026-03-17 18:09:10'),
(517, 14, NULL, '51.68.34.57', 'a660d3008f398e5c1e7e0089513dea44', '2026-03-17 21:16:38', '2026-03-17 21:16:38'),
(518, 46, NULL, '51.68.34.57', 'a131195c33fafc4d78a1a1aa38eed61b', '2026-03-17 21:16:40', '2026-03-17 21:16:40'),
(519, 38, NULL, '66.249.66.38', '883b26cd3c74dace287faddce7b5c533', '2026-03-17 21:31:06', '2026-03-17 21:31:06'),
(520, 12, NULL, '47.128.31.246', 'b49b6386ab45fe34bb242e78ef3196c6', '2026-03-17 23:18:05', '2026-03-17 23:18:05'),
(521, 51, NULL, '216.244.66.235', '84bd9af6923ffae4588495eb33536734', '2026-03-17 23:20:10', '2026-03-17 23:20:10'),
(522, 24, NULL, '47.128.31.253', '18a28a4a0cb690fc0dd213b0cca4f90e', '2026-03-18 00:47:11', '2026-03-18 00:47:11'),
(523, 31, NULL, '47.128.31.85', '2736d4b640c04fb81979d986ed1fb1a1', '2026-03-18 00:53:37', '2026-03-18 00:53:37'),
(524, 13, NULL, '101.47.131.151', 'cf696410b5a7107d0a3644981ab199d1', '2026-03-18 01:34:58', '2026-03-18 01:34:58'),
(525, 645, NULL, '147.135.252.182', 'a4132c3543689950f5469f02deb3d385', '2026-03-18 04:16:19', '2026-03-18 04:16:19'),
(526, 50, NULL, '51.83.6.238', '843601de35479313c4d904d2b1d39c1c', '2026-03-18 05:07:42', '2026-03-18 05:07:42'),
(527, 49, NULL, '51.83.6.238', 'd2b04843ba8515aa8660ea824d6b86a0', '2026-03-18 05:07:46', '2026-03-18 05:07:46'),
(528, 57, NULL, '51.83.6.238', '66c7c2c4c3e9ab2e5e8f8e8e021511f6', '2026-03-18 05:07:48', '2026-03-18 05:07:48'),
(529, 47, NULL, '51.83.6.238', '96767de2dff12de6caf7db6040dafb14', '2026-03-18 05:07:49', '2026-03-18 05:07:49'),
(530, 13, NULL, '51.83.6.238', 'e1a2180ea3cc1335f2d8ec9c47c17724', '2026-03-18 05:07:51', '2026-03-18 05:07:51'),
(531, 15, NULL, '51.83.6.238', '8a89527e1aa619617b0a7ff7c19bcc9c', '2026-03-18 05:07:52', '2026-03-18 05:07:52'),
(532, 52, NULL, '145.239.66.9', 'f4181950824ae082446af03de2bb67cf', '2026-03-18 05:46:28', '2026-03-18 05:46:28'),
(533, 52, NULL, '216.244.66.235', 'b04b5f7e45c7d383b39ab0c3dc2d332a', '2026-03-18 11:01:34', '2026-03-18 11:01:34'),
(534, 54, NULL, '62.84.185.52', 'f885e699788b303eb5f5f7e20a88580f', '2026-03-18 11:38:00', '2026-03-18 11:38:00'),
(535, 51, NULL, '62.84.185.52', '9dcd75e3fc7a2bd831519a85c2f27ff6', '2026-03-18 11:38:01', '2026-03-18 11:38:01'),
(536, 55, NULL, '62.84.185.52', 'a4bb8b115a71b09289266efaf5a5efad', '2026-03-18 11:38:03', '2026-03-18 11:38:03'),
(537, 56, NULL, '62.84.185.52', '996dbef8195818e4dae31c74b1d63474', '2026-03-18 11:38:05', '2026-03-18 11:38:05'),
(538, 48, NULL, '62.84.185.52', 'edaa1c01565772f7cdcaa23572df8a5c', '2026-03-18 11:38:06', '2026-03-18 11:38:06'),
(539, 45, NULL, '62.84.185.52', 'b3ef0594db4cac30308323bdcae66474', '2026-03-18 11:38:08', '2026-03-18 11:38:08'),
(540, 49, NULL, '216.244.66.235', '0cd52d29f0321665e8bcdd282f4559c3', '2026-03-18 12:43:37', '2026-03-18 12:43:37'),
(541, 36, NULL, '196.189.184.187', '983840634ee7392feb98b1fe97fa70fd', '2026-03-18 18:07:13', '2026-03-18 18:07:13'),
(542, 22, NULL, '17.22.245.169', '8a72ed920f3afc87cca2e99e3bc7ba12', '2026-03-18 21:57:18', '2026-03-18 21:57:18'),
(543, 20, NULL, '74.7.243.4', '7bc95fb28e7f5f57bfcba516c7ae714c', '2026-03-18 23:10:41', '2026-03-18 23:10:41'),
(544, 34, NULL, '74.7.241.9', '80abe0717a5b0b36dcc8ca5c939e4471', '2026-03-18 23:11:07', '2026-03-18 23:11:07'),
(545, 45, NULL, '74.7.242.136', 'ff609d6542860c3d10dc9b81566d9539', '2026-03-18 23:11:10', '2026-03-18 23:11:10'),
(546, 57, NULL, '74.7.243.35', '8729a4a5c04b7a5750f5bd0ef96c65a2', '2026-03-18 23:11:15', '2026-03-18 23:11:15'),
(547, 15, NULL, '74.7.228.171', '451d0592a47f975f0bf49c6209551106', '2026-03-18 23:11:16', '2026-03-18 23:11:16'),
(548, 31, NULL, '74.7.243.4', '9fc8ec4d06b11b0622c9ae7f745b8ce2', '2026-03-18 23:11:17', '2026-03-18 23:11:17'),
(549, 29, NULL, '74.7.228.171', '18b56875d34fd8aed1a5c04b8f99c3f6', '2026-03-18 23:11:18', '2026-03-18 23:11:18'),
(550, 24, NULL, '74.7.242.141', '9302ec41e88a7f9b77407ddd632ba7d6', '2026-03-18 23:11:20', '2026-03-18 23:11:20'),
(551, 44, NULL, '74.7.242.136', '8e3405685df5c3eb5e023465230661a9', '2026-03-18 23:11:21', '2026-03-18 23:11:21'),
(552, 20, NULL, '74.7.228.171', '27f63feb3977ecc6502a3170a7844c64', '2026-03-18 23:11:25', '2026-03-18 23:11:25'),
(553, 54, NULL, '216.244.66.235', '479df0a4f3af36b20deeefe6cca0c524', '2026-03-19 03:28:58', '2026-03-19 03:28:58'),
(554, 54, NULL, '198.244.183.176', '9550ea1758e928f4440371b622084d2c', '2026-03-19 05:00:24', '2026-03-19 05:00:24'),
(555, 57, NULL, '216.244.66.235', '546bcc267a1badb63ae37b8ffa594ab6', '2026-03-19 07:27:29', '2026-03-19 07:27:29'),
(556, 46, NULL, '216.244.66.235', 'ad21289e1b515a172ee4b4ffc46d5ad1', '2026-03-19 08:54:45', '2026-03-19 08:54:45'),
(557, 46, NULL, '198.244.183.74', '8ac5c7235120869a712535d60c3d2bb0', '2026-03-19 17:22:23', '2026-03-19 17:22:23'),
(558, 36, NULL, '14.191.33.60', 'd989d3bbef1b41bfe2d40c3966e6ab53', '2026-03-19 18:07:57', '2026-03-19 18:07:57'),
(559, 34, NULL, '113.178.70.15', '53198a674444e496f6cb9bdfebd80368', '2026-03-19 18:11:41', '2026-03-19 18:11:41'),
(560, 40, NULL, '100.29.128.75', 'ad41becbd567c060b5252a7dea00068b', '2026-03-19 20:01:18', '2026-03-19 20:01:18'),
(561, 645, NULL, '216.244.66.235', '4662ca99045d5aaf68d26e0d1d667580', '2026-03-20 04:37:44', '2026-03-20 04:37:44'),
(562, 16, NULL, '66.249.66.160', '55b9b0adbdd647bf8965720dc4208d1a', '2026-03-20 06:10:55', '2026-03-20 06:10:55'),
(563, 20, NULL, '111.225.148.88', '5149259c47c988367970f422d09ffb6f', '2026-03-23 05:58:26', '2026-03-23 05:58:26'),
(564, 52, NULL, '66.249.66.195', 'dd2ff9c11b0e1e580f1789416ae49578', '2026-03-23 11:33:50', '2026-03-23 11:33:50'),
(565, 56, NULL, '34.227.234.246', '310d78b68632c5736367ca1ef431c0a0', '2026-03-23 12:43:15', '2026-03-23 12:43:15'),
(566, 47, NULL, '54.92.171.106', 'f5cd8ec55d229cf75c35a63211e09d6d', '2026-03-23 16:31:05', '2026-03-23 16:31:05'),
(567, 32, NULL, '23.23.137.202', '7b7c65e22fdc7ba38f0f5d7c8640145c', '2026-03-23 18:04:17', '2026-03-23 18:04:17'),
(568, 36, NULL, '14.191.96.9', 'b26f04fb3dcf94fffde16d6646d3ece9', '2026-03-23 18:09:47', '2026-03-23 18:09:47'),
(569, 30, NULL, '181.139.57.251', '7a1122c1880fdfbeaa88bdf9274ba0d9', '2026-03-23 18:10:54', '2026-03-23 18:10:54'),
(570, 44, NULL, '185.213.230.193', '10d7b35a50a02130403d55dd22dd5071', '2026-03-23 18:14:09', '2026-03-23 18:14:09'),
(571, 19, NULL, '194.31.93.217', 'f8e3ed3efa150ce4922e02778ff9dd42', '2026-03-23 18:14:14', '2026-03-23 18:14:14'),
(572, 20, NULL, '185.191.171.11', '1c7ff0734bbcc33cc59473ad4082c95a', '2026-03-23 21:56:16', '2026-03-23 21:56:16'),
(573, 44, NULL, '195.178.110.34', 'd22445ada1879e3ab13e1c518a276312', '2026-03-23 23:02:19', '2026-03-23 23:02:19'),
(574, 42, NULL, '195.178.110.34', 'c376ce41845241472268295685344e0d', '2026-03-23 23:02:19', '2026-03-23 23:02:19'),
(575, 43, NULL, '195.178.110.34', 'eb154404c98f63a67f462dce7027a0b0', '2026-03-23 23:02:22', '2026-03-23 23:02:22'),
(576, 12, NULL, '195.178.110.34', 'd4fcc37a9fe7c22cf90d80ec351cd295', '2026-03-23 23:02:28', '2026-03-23 23:02:28'),
(577, 50, NULL, '195.178.110.34', '04f048136f04da24f2b1b9e4d63a5a8e', '2026-03-23 23:02:38', '2026-03-23 23:02:38'),
(578, 48, NULL, '195.178.110.34', 'bd6f448fab78a16e68d8340836c257ce', '2026-03-23 23:02:38', '2026-03-23 23:02:38'),
(579, 49, NULL, '195.178.110.34', '89c574492ac7366510fce036dbd88e9d', '2026-03-23 23:02:38', '2026-03-23 23:02:38'),
(580, 51, NULL, '195.178.110.34', 'a214386acd62c2cddb0cbb1dbff584a2', '2026-03-23 23:02:39', '2026-03-23 23:02:39'),
(581, 52, NULL, '195.178.110.34', '93451b34e61f602c087e91d70b8617ba', '2026-03-23 23:02:39', '2026-03-23 23:02:39'),
(582, 40, NULL, '195.178.110.34', 'dd0a5fb3ad3d73d5ca029126d21a6832', '2026-03-23 23:02:40', '2026-03-23 23:02:40'),
(583, 22, NULL, '195.178.110.34', '435041711f8bd076017e889a29c0cc22', '2026-03-23 23:02:40', '2026-03-23 23:02:40'),
(584, 21, NULL, '195.178.110.34', '7c8c9b44d36c996f2cc5e59b8e0c80b0', '2026-03-23 23:02:40', '2026-03-23 23:02:40'),
(585, 24, NULL, '195.178.110.34', 'af8c9bd9c3dc9f5dc6fcb30a1a7cc203', '2026-03-23 23:02:41', '2026-03-23 23:02:41'),
(586, 645, NULL, '195.178.110.34', 'a32725bc7451008b16a0ab5d404a3b03', '2026-03-23 23:02:42', '2026-03-23 23:02:42'),
(587, 36, NULL, '195.178.110.34', '76234c88d27d1c70d9d97739e2fdebe1', '2026-03-23 23:02:43', '2026-03-23 23:02:43'),
(588, 20, NULL, '195.178.110.34', '5c812f62a8bf0eb95536515bba4a6781', '2026-03-23 23:02:44', '2026-03-23 23:02:44'),
(589, 9, NULL, '195.178.110.34', '4d241475a280f9c45bc18bf5cc692eaf', '2026-03-23 23:02:45', '2026-03-23 23:02:45'),
(590, 13, NULL, '195.178.110.34', '6b796e55153a3876ff51cadec9235d1d', '2026-03-23 23:02:45', '2026-03-23 23:02:45'),
(591, 37, NULL, '195.178.110.34', '5fd0ac04864a0a382cdc99f1f6810560', '2026-03-23 23:02:45', '2026-03-23 23:02:45'),
(592, 57, NULL, '195.178.110.34', '6a2dae1ec8ce53237c56004760fc40a6', '2026-03-23 23:02:45', '2026-03-23 23:02:45'),
(593, 33, NULL, '195.178.110.34', 'd6939c17db9192cf50e3282617b4e4c1', '2026-03-23 23:02:45', '2026-03-23 23:02:45'),
(594, 14, NULL, '195.178.110.34', '1bcf2f3a68e340d10548ad535c44f1a1', '2026-03-23 23:02:46', '2026-03-23 23:02:46'),
(595, 55, NULL, '195.178.110.34', 'd1edbaa4eb2ad2be37d2dd00cd065f6d', '2026-03-23 23:02:46', '2026-03-23 23:02:46'),
(596, 41, NULL, '195.178.110.34', '0526d14bb8d195ff3588e237cf8b3da5', '2026-03-23 23:02:46', '2026-03-23 23:02:46'),
(597, 16, NULL, '195.178.110.34', '0e1b7054fb0824dfe3de6f84b81c5292', '2026-03-23 23:02:47', '2026-03-23 23:02:47'),
(598, 19, NULL, '195.178.110.34', 'b3bc665cf2bd493a116e670a1204dca6', '2026-03-23 23:02:47', '2026-03-23 23:02:47'),
(599, 56, NULL, '195.178.110.34', '3013fe9e14801edb28b3a5bcd68dd491', '2026-03-23 23:02:47', '2026-03-23 23:02:47'),
(600, 34, NULL, '195.178.110.34', '14e7b693c782409d6305cc7ece8c662a', '2026-03-23 23:02:48', '2026-03-23 23:02:48'),
(601, 38, NULL, '195.178.110.34', 'fee999f9eaf6b99faa7bf0d3b7ee6b2c', '2026-03-23 23:03:00', '2026-03-23 23:03:00'),
(602, 31, NULL, '195.178.110.34', '782f6e8fe925571a381de64931c40a75', '2026-03-23 23:03:00', '2026-03-23 23:03:00'),
(603, 18, NULL, '195.178.110.34', 'c40ff973ad39f17164183ebb0953c572', '2026-03-23 23:03:01', '2026-03-23 23:03:01'),
(604, 17, NULL, '195.178.110.34', '8b6ad8bc727126f09fe81116ff1ca6d9', '2026-03-23 23:03:01', '2026-03-23 23:03:01'),
(605, 54, NULL, '195.178.110.34', '4297bd168f91cac559b5039be31775bc', '2026-03-23 23:03:02', '2026-03-23 23:03:02'),
(606, 25, NULL, '195.178.110.34', 'b1a8c5c79b1210af6e671e3a6dde9b0c', '2026-03-23 23:03:04', '2026-03-23 23:03:04'),
(607, 35, NULL, '195.178.110.34', '0dab7fed99253786aba402df50c0033c', '2026-03-23 23:03:05', '2026-03-23 23:03:05'),
(608, 30, NULL, '195.178.110.34', '3320f9e8c6bb48441ff804a90efdf6ac', '2026-03-23 23:03:08', '2026-03-23 23:03:08'),
(609, 32, NULL, '195.178.110.34', '49975c77d3fd0f1d800ca232a1a14ed2', '2026-03-23 23:03:10', '2026-03-23 23:03:10'),
(610, 29, NULL, '195.178.110.34', '3810e19776c2b33637c23dd50ed07b8e', '2026-03-23 23:03:11', '2026-03-23 23:03:11'),
(611, 45, NULL, '195.178.110.34', '3aec27c73b2eb328594af09c0203780b', '2026-03-23 23:03:11', '2026-03-23 23:03:11'),
(612, 47, NULL, '195.178.110.34', 'aba34976609c068b3b531872361ad80b', '2026-03-23 23:03:11', '2026-03-23 23:03:11'),
(613, 15, NULL, '195.178.110.34', 'aa67ed0c45dc52ec44f2390b5f990601', '2026-03-23 23:03:19', '2026-03-23 23:03:19'),
(614, 46, NULL, '195.178.110.34', '0b17924d308f8f4fb0f031d3f85bc186', '2026-03-23 23:03:35', '2026-03-23 23:03:35'),
(615, 20, NULL, '17.241.75.157', '93dac547901821764642ba60e1a32038', '2026-03-24 02:52:28', '2026-03-24 02:52:28'),
(616, 56, NULL, '216.244.66.235', '02e31820dfa20feec4e7e37bf2e9f760', '2026-03-24 08:24:27', '2026-03-24 08:24:27'),
(617, 50, NULL, '216.244.66.235', '51d7e24e57f00ed4330c2cc4a2633c9d', '2026-03-24 11:19:35', '2026-03-24 11:19:35'),
(618, 47, NULL, '216.244.66.235', '6823d0bf4808bb8d2ec8d13d31d54753', '2026-03-24 13:35:57', '2026-03-24 13:35:57'),
(619, 44, NULL, '82.129.23.79', '357dd4b52a8d710e0521f5c80a0cef1d', '2026-03-24 18:01:45', '2026-03-24 18:01:45'),
(620, 25, NULL, '2.50.248.145', '3dcdd67a6dcbd4b6b29e6e34bf078f3e', '2026-03-24 18:14:30', '2026-03-24 18:14:30'),
(621, 31, NULL, '177.2.6.122', 'e26b20e66cd614429057e4754e640ee7', '2026-03-24 18:15:30', '2026-03-24 18:15:30'),
(622, 36, NULL, '168.121.190.221', '163119c6a331f03844d4c8fafba79e81', '2026-03-24 18:15:37', '2026-03-24 18:15:37'),
(623, 9, NULL, '144.76.32.239', 'c7cf75a3d7e68d672ebdc1ee77de3d08', '2026-03-25 06:10:00', '2026-03-25 06:10:00'),
(624, 45, NULL, '144.76.32.239', '47340de47498bf877c381d4be297cfc1', '2026-03-25 06:10:06', '2026-03-25 06:10:06'),
(625, 49, NULL, '144.76.32.239', '179ff57a44438830f04b504729f47cab', '2026-03-25 06:10:10', '2026-03-25 06:10:10'),
(626, 55, NULL, '144.76.32.239', '4d1991172f60e2ca9101e117495ce30d', '2026-03-25 06:10:13', '2026-03-25 06:10:13'),
(627, 52, NULL, '144.76.32.239', '82b275a1543a91d889e224d4ee662a04', '2026-03-25 06:10:16', '2026-03-25 06:10:16'),
(628, 51, NULL, '144.76.32.239', '75834bc1ba7aea99cfa80b61bcc57c00', '2026-03-25 06:10:19', '2026-03-25 06:10:19'),
(629, 44, NULL, '144.76.32.239', 'e54e91f9bb34f58159660ef6c0912848', '2026-03-25 06:10:22', '2026-03-25 06:10:22'),
(630, 47, NULL, '144.76.32.239', 'bcf2916eed9998806f0e4246470cc2d9', '2026-03-25 06:10:25', '2026-03-25 06:10:25'),
(631, 48, NULL, '144.76.32.239', '7a2a3adbe7ef5b0de4acc321396e166f', '2026-03-25 06:10:38', '2026-03-25 06:10:38'),
(632, 24, NULL, '144.76.32.239', 'ef21292d8a3210077e45625785937a59', '2026-03-25 06:10:41', '2026-03-25 06:10:41'),
(633, 29, NULL, '144.76.32.239', '651a5bd2738c01bf6bdb7b235f6cd8d8', '2026-03-25 06:10:44', '2026-03-25 06:10:44'),
(634, 18, NULL, '144.76.32.239', 'ce3570987d0b6c78f03ffc9583e10bb4', '2026-03-25 06:10:48', '2026-03-25 06:10:48'),
(635, 50, NULL, '144.76.32.239', 'cb9c9d7a97f9fe8d9111d7507ca51cfc', '2026-03-25 06:10:54', '2026-03-25 06:10:54'),
(636, 20, NULL, '144.76.32.239', '562b1601d20e53373c8f11bd1f07a941', '2026-03-25 06:10:57', '2026-03-25 06:10:57'),
(637, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-03-25 06:11:00', '2026-03-25 06:11:00'),
(638, 38, NULL, '144.76.32.239', '9c90604bafe24729a8f7c1995061591e', '2026-03-25 07:34:03', '2026-03-25 07:34:03'),
(639, 40, NULL, '144.76.32.239', '03b74b2c4a52ae5b4d1e731c0e465f0a', '2026-03-25 07:34:13', '2026-03-25 07:34:13'),
(640, 34, NULL, '144.76.32.239', '343063ad0a4c6dacbec2008ea8bc15dc', '2026-03-25 07:34:19', '2026-03-25 07:34:19'),
(641, 36, NULL, '144.76.32.239', 'cce06621af74315b00974d8c8a62e75b', '2026-03-25 10:43:21', '2026-03-25 10:43:21'),
(642, 43, NULL, '144.76.32.239', '3943f75ef814bb375cf6eae3fbee3035', '2026-03-25 10:43:25', '2026-03-25 10:43:25'),
(643, 34, NULL, '144.76.32.239', '343063ad0a4c6dacbec2008ea8bc15dc', '2026-03-25 10:44:35', '2026-03-25 10:44:35'),
(644, 47, NULL, '185.191.171.14', 'ad87b7a8744a104300a1b4fd97b44f0f', '2026-03-25 12:28:44', '2026-03-25 12:28:44'),
(645, 54, NULL, '185.191.171.6', '8cfb885a60c0983c2e1146bfb80febd5', '2026-03-25 15:32:00', '2026-03-25 15:32:00'),
(646, 36, NULL, '187.0.234.144', '7a6164611350ca9d368815de7d66fe24', '2026-03-25 18:01:49', '2026-03-25 18:01:49'),
(647, 44, NULL, '14.169.222.73', '09f885a0b777509f67fcf67174fdb4d4', '2026-03-25 18:11:57', '2026-03-25 18:11:57'),
(648, 46, NULL, '185.191.171.15', '22fc321e2efa5154f84c7677f57739e8', '2026-03-25 20:36:03', '2026-03-25 20:36:03'),
(649, 45, NULL, '185.191.171.5', '8c19c1a729308bfd7931a34283f4480d', '2026-03-25 20:54:48', '2026-03-25 20:54:48'),
(650, 55, NULL, '85.208.96.204', 'b21ee2254c60fd35d6c2f5b2216cc554', '2026-03-25 21:07:02', '2026-03-25 21:07:02'),
(651, 51, NULL, '17.246.23.188', '1bd6ce1d3d53964849a0a3b5338736fb', '2026-03-25 21:19:58', '2026-03-25 21:19:58'),
(652, 14, NULL, '85.208.96.200', '73cf3465cddb9e71771fb6f4537cc54f', '2026-03-25 21:24:15', '2026-03-25 21:24:15'),
(653, 645, NULL, '216.73.216.103', '275738c75aee9167eead91f6e8890de8', '2026-03-25 22:51:10', '2026-03-25 22:51:10'),
(654, 16, NULL, '74.7.241.19', 'f0fff614e7b67651aeec7ebcf29d68e3', '2026-03-26 02:25:48', '2026-03-26 02:25:48'),
(655, 41, NULL, '74.7.241.19', 'b8650fc642e610337c4018e07e62caa6', '2026-03-26 02:25:51', '2026-03-26 02:25:51'),
(656, 22, NULL, '74.7.241.19', 'a2b707a0b37b5f6eda119f4252361fc7', '2026-03-26 02:25:56', '2026-03-26 02:25:56'),
(657, 17, NULL, '74.7.241.19', 'e61f728f0427541ae0cfd67cb6ae24f7', '2026-03-26 02:25:58', '2026-03-26 02:25:58'),
(658, 18, NULL, '74.7.241.19', '7f75e1789ed4be1459a059da9f2de895', '2026-03-26 02:26:00', '2026-03-26 02:26:00'),
(659, 30, NULL, '74.7.241.19', '0fb2af470d488c72e6349efe7e527d87', '2026-03-26 02:26:01', '2026-03-26 02:26:01'),
(660, 19, NULL, '74.7.241.19', '7609b84f472d5aa9beec7142cc0aaa86', '2026-03-26 02:26:03', '2026-03-26 02:26:03'),
(661, 40, NULL, '74.7.241.19', '222157d55440ae3429e229518e62520a', '2026-03-26 02:26:05', '2026-03-26 02:26:05'),
(662, 37, NULL, '74.7.241.19', '79174ed4dfa997cf72d2e4ba89eb60ef', '2026-03-26 02:26:06', '2026-03-26 02:26:06'),
(663, 9, NULL, '74.7.241.19', 'fc3a7d8da3027019fdf8e2df5ccf7b18', '2026-03-26 02:26:07', '2026-03-26 02:26:07'),
(664, 38, NULL, '74.7.241.19', 'dbe7d9df3fa341c165576052890448ac', '2026-03-26 02:26:08', '2026-03-26 02:26:08'),
(665, 56, NULL, '74.7.241.19', '8a031e9e4319f009595069bb2921491a', '2026-03-26 02:26:09', '2026-03-26 02:26:09'),
(666, 645, NULL, '74.7.241.19', '1f6d5d19ed110a34da650b5921e1acbf', '2026-03-26 02:26:11', '2026-03-26 02:26:11'),
(667, 25, NULL, '74.7.241.19', 'b08b525b062016666b8a108f7da62b54', '2026-03-26 02:26:12', '2026-03-26 02:26:12'),
(668, 12, NULL, '74.7.241.19', '5c314c1b4b6cd4c0ed609f90ac3b1734', '2026-03-26 02:26:13', '2026-03-26 02:26:13'),
(669, 21, NULL, '74.7.241.19', '66c4e422c3f636ea377dd20f68150833', '2026-03-26 02:26:16', '2026-03-26 02:26:16'),
(670, 36, NULL, '74.7.241.19', '19f4674883e201bb339621afac7f0a7d', '2026-03-26 02:26:17', '2026-03-26 02:26:17'),
(671, 42, NULL, '74.7.241.19', 'ca669acb833cf39ffdaa4eeaedfcb15e', '2026-03-26 02:26:20', '2026-03-26 02:26:20'),
(672, 43, NULL, '74.7.241.19', 'f04bf1aed6e1a6ab3fc29b7311efa596', '2026-03-26 02:26:25', '2026-03-26 02:26:25'),
(673, 49, NULL, '217.113.194.126', 'df111f44994d2a14998c2a2c9aed74eb', '2026-03-26 06:27:47', '2026-03-26 06:27:47'),
(674, 45, NULL, '217.113.194.227', '64659801e4c4788ccd65517286054af2', '2026-03-26 06:28:29', '2026-03-26 06:28:29'),
(675, 51, NULL, '217.113.194.228', 'c2ef51af2f6288c25383dfb58c8ded84', '2026-03-26 06:29:11', '2026-03-26 06:29:11'),
(676, 50, NULL, '217.113.194.123', '806bfb7dccc88190648f27547eccf1a3', '2026-03-26 06:29:50', '2026-03-26 06:29:50'),
(677, 47, NULL, '217.113.194.128', '270907e23dc5979f9b1dad3daec8a130', '2026-03-26 06:31:17', '2026-03-26 06:31:17'),
(678, 22, NULL, '217.113.194.123', '4d8d6b165e79501b38ebff786ce778b3', '2026-03-26 06:32:31', '2026-03-26 06:32:31'),
(679, 46, NULL, '217.113.194.127', '01855d1ba89d4e58427780dd910cdf7c', '2026-03-26 06:33:05', '2026-03-26 06:33:05'),
(680, 35, NULL, '217.113.194.125', 'a0ddeb77a87a622c5470ac21ec2d1bca', '2026-03-26 06:33:40', '2026-03-26 06:33:40'),
(681, 645, NULL, '217.113.194.127', '2471589a54b7f165fd78302c42421ac7', '2026-03-26 06:38:37', '2026-03-26 06:38:37'),
(682, 17, NULL, '217.113.194.128', 'ccd3b69598887a565b082570b98f64e1', '2026-03-26 06:39:40', '2026-03-26 06:39:40'),
(683, 31, NULL, '217.113.194.127', 'afcc940d6627593c276a7dfc15f75f72', '2026-03-26 06:40:11', '2026-03-26 06:40:11'),
(684, 40, NULL, '217.113.194.129', 'e8bbfd26c05fa12894528045ceafdde1', '2026-03-26 06:41:16', '2026-03-26 06:41:16'),
(685, 18, NULL, '217.113.194.122', '24f93c811e655530f7bd0dfd6f8d72df', '2026-03-26 06:41:47', '2026-03-26 06:41:47'),
(686, 14, NULL, '101.47.135.38', 'ac77d5c94b9e7eb34655cec11f8503b2', '2026-03-26 13:47:01', '2026-03-26 13:47:01'),
(687, 17, NULL, '66.249.66.74', 'ef13de748a43e2634d690a68c8cbb690', '2026-03-26 15:54:07', '2026-03-26 15:54:07'),
(688, 36, NULL, '14.162.36.229', 'd9ded2267149dd664b93edf2bb5e9455', '2026-03-26 18:06:15', '2026-03-26 18:06:15'),
(689, 44, NULL, '14.188.218.57', 'c3719bd3015680691d0f489239569ea0', '2026-03-26 18:09:39', '2026-03-26 18:09:39'),
(690, 42, NULL, '198.186.131.58', '29685d0e314a316a142bbbbc55055454', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(691, 16, NULL, '198.186.131.58', 'a4132ec0269ca438516ba1789781e83b', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(692, 35, NULL, '198.186.131.58', '3377a353141668f8ce269dc684a43a10', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(693, 30, NULL, '198.186.131.58', '93b508d82c472e73391d0d7f0d890a2d', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(694, 37, NULL, '198.186.131.58', 'b95e3f2ba4bf69c8cb8d54af69687afe', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(695, 38, NULL, '198.186.131.58', '65d84b6d757c60717e2ec801caad5bc5', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(696, 34, NULL, '198.186.131.58', '202ee4d6f23039c36da4669345ceacf6', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(697, 43, NULL, '198.186.131.58', '90b53a7ec60106549b940bad77c1ec90', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(698, 56, NULL, '198.186.131.58', 'a5d353f82fa00b8b62298104d2aa590f', '2026-03-27 07:37:35', '2026-03-27 07:37:35'),
(699, 25, NULL, '198.186.131.58', '5983fb1e5b070be355609e517c012d15', '2026-03-27 07:37:36', '2026-03-27 07:37:36'),
(700, 57, NULL, '198.186.131.58', '74d12aaa108d77482fda1660a396885f', '2026-03-27 07:37:36', '2026-03-27 07:37:36'),
(701, 44, NULL, '198.186.131.58', 'cc8a3e5ffa1e83a5892b4c4fc1f233cf', '2026-03-27 07:37:36', '2026-03-27 07:37:36'),
(702, 24, NULL, '198.186.131.58', '3c5929eb280fe81c7b6568ee9da6920d', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(703, 645, NULL, '198.186.131.58', 'fe6846820969505a1281893bc6e244e9', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(704, 41, NULL, '198.186.131.58', 'be86150cecb45c4ff88dd37bbc4ae230', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(705, 9, NULL, '198.186.131.58', 'dc2903cb9df02a055e878eb27f8aeb9f', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(706, 12, NULL, '198.186.131.58', '4b34025e6fd3fc03c2618ced36cd811c', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(707, 36, NULL, '198.186.131.58', '2660becb685030a7c5fa88c91ed0aa33', '2026-03-27 07:37:37', '2026-03-27 07:37:37'),
(708, 29, NULL, '198.186.131.58', 'd14018b5c7762fe8347e87ac92da49fb', '2026-03-27 07:37:38', '2026-03-27 07:37:38'),
(709, 31, NULL, '198.186.131.58', '5e41f3f57f4209d12cc3061faadd89e0', '2026-03-27 07:37:38', '2026-03-27 07:37:38'),
(710, 33, NULL, '198.186.131.58', '439bcbdc3d47f1dfe910ab49d3b4c89c', '2026-03-27 07:37:38', '2026-03-27 07:37:38'),
(711, 40, NULL, '198.186.131.58', '8be7644f501cde77215f578559478a1c', '2026-03-27 07:37:38', '2026-03-27 07:37:38'),
(712, 19, NULL, '198.186.131.58', '6d1c7a7e3482f00b9a20721ac582bb21', '2026-03-27 07:37:39', '2026-03-27 07:37:39'),
(713, 18, NULL, '198.186.131.58', 'bf7582c642baf63893df103ca67f668e', '2026-03-27 07:37:39', '2026-03-27 07:37:39'),
(714, 17, NULL, '198.186.131.58', '6cc7f60a40014a4e7dd5390588192671', '2026-03-27 07:37:41', '2026-03-27 07:37:41'),
(715, 20, NULL, '198.186.131.58', '84b64eba4313b970d9ea974f84fa6bec', '2026-03-27 07:37:41', '2026-03-27 07:37:41'),
(716, 21, NULL, '198.186.131.58', '99b8a8af79c517403c96e758171b193c', '2026-03-27 07:37:41', '2026-03-27 07:37:41'),
(717, 22, NULL, '198.186.131.58', '6f7f161aa9ae8767719e0003c83e7615', '2026-03-27 07:37:42', '2026-03-27 07:37:42'),
(718, 32, NULL, '198.186.131.58', 'ea65c73315da24f547804e7913ec5e52', '2026-03-27 07:37:42', '2026-03-27 07:37:42'),
(719, 57, NULL, '74.7.229.255', '4e13a8abd050f2c6a6dbd34b424b8996', '2026-03-27 10:03:58', '2026-03-27 10:03:58'),
(720, 41, NULL, '74.7.229.222', '63225ceec172c0f8213360643f60300c', '2026-03-27 10:04:04', '2026-03-27 10:04:04'),
(721, 42, NULL, '74.7.228.129', '7985ec02944644544913cb6ff23f49cb', '2026-03-27 10:04:06', '2026-03-27 10:04:06'),
(722, 31, NULL, '74.7.228.150', '1469b7f2c79eb6190fbf49a2fb7aa553', '2026-03-27 10:04:06', '2026-03-27 10:04:06'),
(723, 44, NULL, '74.7.229.212', '4d616f70986d956880e8e34312a6d550', '2026-03-27 10:04:07', '2026-03-27 10:04:07'),
(724, 56, NULL, '74.7.228.129', '6283560f151a38b57e3df8fa0c4c1ee0', '2026-03-27 10:04:08', '2026-03-27 10:04:08'),
(725, 9, NULL, '74.7.229.11', 'f3a548615c5ca9adf72185155d8c2c67', '2026-03-27 10:04:16', '2026-03-27 10:04:16'),
(726, 38, NULL, '74.7.229.222', '67f4d310105cef713ac9fd307dee5d58', '2026-03-27 10:04:17', '2026-03-27 10:04:17'),
(727, 19, NULL, '74.7.228.129', '87629a5807796b59df5f375c8bb2961f', '2026-03-27 10:04:18', '2026-03-27 10:04:18'),
(728, 29, NULL, '74.7.229.11', 'e015fc3a1dec372e976adf2682d3a34f', '2026-03-27 10:04:19', '2026-03-27 10:04:19'),
(729, 16, NULL, '74.7.229.222', '406cfac878adaad576e66e531835b609', '2026-03-27 10:04:20', '2026-03-27 10:04:20'),
(730, 18, NULL, '74.7.229.211', 'b4502b0a41e908da5ed44956f5601ca3', '2026-03-27 10:04:20', '2026-03-27 10:04:20'),
(731, 22, NULL, '74.7.229.255', 'ca48f92a8393b0e8f80db423bf6a4787', '2026-03-27 10:04:21', '2026-03-27 10:04:21'),
(732, 37, NULL, '74.7.229.211', '6a23579870600d52e53dd85c73d262ac', '2026-03-27 10:04:21', '2026-03-27 10:04:21'),
(733, 40, NULL, '74.7.243.57', '659631ef7f86c3c67b7df2ba1ade35ec', '2026-03-27 10:04:23', '2026-03-27 10:04:23'),
(734, 645, NULL, '74.7.229.211', '685558001ff880c199a741319347c3fc', '2026-03-27 10:04:23', '2026-03-27 10:04:23'),
(735, 21, NULL, '74.7.229.222', '4b57c4efe7835bc33487b5d5a7d35609', '2026-03-27 10:04:24', '2026-03-27 10:04:24'),
(736, 12, NULL, '74.7.229.212', '3fe473a7c280e2c6c6337fdb0d5cbdbb', '2026-03-27 10:04:24', '2026-03-27 10:04:24'),
(737, 25, NULL, '74.7.229.211', 'a12443556753b9dd941a933677f7c14a', '2026-03-27 10:04:25', '2026-03-27 10:04:25'),
(738, 24, NULL, '74.7.229.211', 'f55ef9c248611352c6f942d6b72c20e2', '2026-03-27 10:04:27', '2026-03-27 10:04:27'),
(739, 36, NULL, '74.7.229.11', '0425bb7216f8c4ed5ba2aa5e8c018821', '2026-03-27 10:04:28', '2026-03-27 10:04:28'),
(740, 43, NULL, '74.7.229.255', '1adcc9d274c5246e33803d49a0c64e4f', '2026-03-27 10:04:29', '2026-03-27 10:04:29'),
(741, 17, NULL, '74.7.228.129', '587a4cbad20e47b5fbca73d80840a61c', '2026-03-27 10:04:30', '2026-03-27 10:04:30'),
(742, 30, NULL, '74.7.229.11', '848feb27eedc35396fc0bed6b18eff17', '2026-03-27 10:04:31', '2026-03-27 10:04:31'),
(743, 9, NULL, '144.76.32.239', 'c7cf75a3d7e68d672ebdc1ee77de3d08', '2026-03-27 13:25:11', '2026-03-27 13:25:11'),
(744, 45, NULL, '144.76.32.239', '47340de47498bf877c381d4be297cfc1', '2026-03-27 13:25:17', '2026-03-27 13:25:17'),
(745, 49, NULL, '144.76.32.239', '179ff57a44438830f04b504729f47cab', '2026-03-27 13:25:21', '2026-03-27 13:25:21'),
(746, 55, NULL, '144.76.32.239', '4d1991172f60e2ca9101e117495ce30d', '2026-03-27 13:25:24', '2026-03-27 13:25:24'),
(747, 52, NULL, '144.76.32.239', '82b275a1543a91d889e224d4ee662a04', '2026-03-27 13:25:27', '2026-03-27 13:25:27'),
(748, 51, NULL, '144.76.32.239', '75834bc1ba7aea99cfa80b61bcc57c00', '2026-03-27 13:25:31', '2026-03-27 13:25:31'),
(749, 44, NULL, '144.76.32.239', 'e54e91f9bb34f58159660ef6c0912848', '2026-03-27 13:25:34', '2026-03-27 13:25:34'),
(750, 47, NULL, '144.76.32.239', 'bcf2916eed9998806f0e4246470cc2d9', '2026-03-27 13:25:37', '2026-03-27 13:25:37'),
(751, 48, NULL, '144.76.32.239', '7a2a3adbe7ef5b0de4acc321396e166f', '2026-03-27 13:25:50', '2026-03-27 13:25:50'),
(752, 24, NULL, '144.76.32.239', 'ef21292d8a3210077e45625785937a59', '2026-03-27 13:25:53', '2026-03-27 13:25:53'),
(753, 29, NULL, '144.76.32.239', '651a5bd2738c01bf6bdb7b235f6cd8d8', '2026-03-27 13:25:56', '2026-03-27 13:25:56'),
(754, 18, NULL, '144.76.32.239', 'ce3570987d0b6c78f03ffc9583e10bb4', '2026-03-27 13:26:00', '2026-03-27 13:26:00'),
(755, 50, NULL, '144.76.32.239', 'cb9c9d7a97f9fe8d9111d7507ca51cfc', '2026-03-27 13:26:06', '2026-03-27 13:26:06'),
(756, 20, NULL, '144.76.32.239', '562b1601d20e53373c8f11bd1f07a941', '2026-03-27 13:26:09', '2026-03-27 13:26:09'),
(757, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-03-27 13:26:13', '2026-03-27 13:26:13'),
(758, 38, NULL, '144.76.32.239', '9c90604bafe24729a8f7c1995061591e', '2026-03-27 16:43:45', '2026-03-27 16:43:45'),
(759, 40, NULL, '144.76.32.239', '03b74b2c4a52ae5b4d1e731c0e465f0a', '2026-03-27 16:43:54', '2026-03-27 16:43:54'),
(760, 34, NULL, '144.76.32.239', '343063ad0a4c6dacbec2008ea8bc15dc', '2026-03-27 16:44:01', '2026-03-27 16:44:01'),
(761, 36, NULL, '14.186.3.87', 'b8ac9aca4cdb5685ed0f770992241d43', '2026-03-27 18:08:59', '2026-03-27 18:08:59'),
(762, 38, NULL, '14.178.109.196', 'e8775c372af2d078dfc83536d905267a', '2026-03-27 18:09:33', '2026-03-27 18:09:33'),
(763, 44, NULL, '103.104.242.36', '6eb97b3b6846a40f14b3047c879aa3be', '2026-03-27 18:13:49', '2026-03-27 18:13:49'),
(764, 36, NULL, '144.76.32.239', 'cce06621af74315b00974d8c8a62e75b', '2026-03-27 18:35:00', '2026-03-27 18:35:00'),
(765, 43, NULL, '144.76.32.239', '3943f75ef814bb375cf6eae3fbee3035', '2026-03-27 18:35:03', '2026-03-27 18:35:03'),
(766, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-03-27 18:36:15', '2026-03-27 18:36:15'),
(767, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-03-27 23:08:03', '2026-03-27 23:08:03'),
(768, 44, NULL, '14.176.77.72', '181477af277cd772279eb87f59075395', '2026-03-28 18:02:56', '2026-03-28 18:02:56'),
(769, 36, NULL, '14.188.32.195', '7401d471375d977355a3275bbe329248', '2026-03-28 18:06:45', '2026-03-28 18:06:45'),
(770, 19, NULL, '52.167.144.190', '53cc93d73b44f50fb086b25aea2fa7cb', '2026-03-29 07:34:08', '2026-03-29 07:34:08'),
(771, 36, NULL, '14.172.102.233', '7487b7a330fc1faba86d755a8547a0f0', '2026-03-29 18:07:39', '2026-03-29 18:07:39'),
(772, 44, NULL, '113.172.86.200', 'b88137b6885495826d330894c1f9ae6d', '2026-03-29 18:13:42', '2026-03-29 18:13:42'),
(773, 41, NULL, '198.186.131.59', '8fc97399ff1ddd2f3db28a6f54f393f6', '2026-03-30 05:15:46', '2026-03-30 05:15:46'),
(774, 44, NULL, '198.186.131.59', '197d3a9793be91cf265851e2be8e53fc', '2026-03-30 05:15:46', '2026-03-30 05:15:46'),
(775, 57, NULL, '198.186.131.59', '179afbb87f0bc30f39f9773132a0c773', '2026-03-30 05:15:47', '2026-03-30 05:15:47'),
(776, 24, NULL, '198.186.131.59', '07d13484b8f6756916d0fe4c27a6d2c6', '2026-03-30 05:15:47', '2026-03-30 05:15:47'),
(777, 38, NULL, '198.186.131.59', '50593fafef5077c49e87f14aeda270fc', '2026-03-30 05:15:47', '2026-03-30 05:15:47'),
(778, 34, NULL, '198.186.131.59', '12b7308a2e55511acd33407e62efd96e', '2026-03-30 05:15:47', '2026-03-30 05:15:47'),
(779, 30, NULL, '198.186.131.59', '22f3f9f4f3593447e76e92484692274a', '2026-03-30 05:15:48', '2026-03-30 05:15:48'),
(780, 31, NULL, '198.186.131.59', '6c9630756e04584092d2c1968573c436', '2026-03-30 05:15:48', '2026-03-30 05:15:48'),
(781, 32, NULL, '198.186.131.59', '19984faab3a4f974c436813528e2a776', '2026-03-30 05:15:48', '2026-03-30 05:15:48'),
(782, 42, NULL, '198.186.131.59', '175fb831f57059c506d98edd958cacb7', '2026-03-30 05:15:48', '2026-03-30 05:15:48'),
(783, 35, NULL, '198.186.131.59', 'cc1146df3a01213461f28bc9fb50e82d', '2026-03-30 05:15:49', '2026-03-30 05:15:49'),
(784, 25, NULL, '198.186.131.59', '13df45b52bed2dc586317c67d788662c', '2026-03-30 05:15:49', '2026-03-30 05:15:49'),
(785, 18, NULL, '198.186.131.59', '66f1657360a8cf5b9926f441916d013c', '2026-03-30 05:15:50', '2026-03-30 05:15:50'),
(786, 16, NULL, '198.186.131.59', 'a0e10087ee59bfb83805c5293c15e57d', '2026-03-30 05:15:50', '2026-03-30 05:15:50'),
(787, 21, NULL, '198.186.131.59', 'f16dad153eb6ea90c68ac758a6425630', '2026-03-30 05:15:50', '2026-03-30 05:15:50'),
(788, 33, NULL, '198.186.131.59', '56b09b4d7615d715c4aae8d64b88cfc7', '2026-03-30 05:15:51', '2026-03-30 05:15:51'),
(789, 645, NULL, '198.186.131.59', 'd00035bc2941bf898400e8722f534e31', '2026-03-30 05:15:51', '2026-03-30 05:15:51'),
(790, 37, NULL, '198.186.131.59', '4db3f1ecc7096829baa2cd61c3225e71', '2026-03-30 05:15:51', '2026-03-30 05:15:51'),
(791, 43, NULL, '198.186.131.59', '588d313d0040d1eaf74291a4ba1da56a', '2026-03-30 05:15:52', '2026-03-30 05:15:52'),
(792, 9, NULL, '198.186.131.59', '7dd329bcd033585d9deb565be205edde', '2026-03-30 05:15:52', '2026-03-30 05:15:52'),
(793, 40, NULL, '198.186.131.59', '494c7e0c0cad49c7f12696b1e777505f', '2026-03-30 05:15:52', '2026-03-30 05:15:52'),
(794, 22, NULL, '198.186.131.59', '5e7eaa307ad84a3ee9e30547bbf5a157', '2026-03-30 05:15:53', '2026-03-30 05:15:53'),
(795, 36, NULL, '198.186.131.59', '2289377046ef2774379854fcea4e9a06', '2026-03-30 05:15:53', '2026-03-30 05:15:53'),
(796, 12, NULL, '198.186.131.59', 'c547b8225eb2ddccb1d5de8d6291a110', '2026-03-30 05:15:53', '2026-03-30 05:15:53'),
(797, 17, NULL, '198.186.131.59', 'e7b51ced3daa7986240f3080be720687', '2026-03-30 05:15:54', '2026-03-30 05:15:54'),
(798, 29, NULL, '198.186.131.59', '34d82efd4d5de17e3e69a0565be0e143', '2026-03-30 05:15:54', '2026-03-30 05:15:54'),
(799, 19, NULL, '198.186.131.59', '8854208fe166251e966cf40df6bd9fbb', '2026-03-30 05:15:54', '2026-03-30 05:15:54'),
(800, 20, NULL, '198.186.131.59', '07ff942e518ddff34a0fdf912da0714a', '2026-03-30 05:15:55', '2026-03-30 05:15:55'),
(801, 56, NULL, '198.186.131.59', '57ac8a5f735c9b0bcb59766072fd84ec', '2026-03-30 05:15:56', '2026-03-30 05:15:56'),
(802, 12, 2, '152.59.39.214', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-03-30 08:47:28', '2026-03-30 08:47:28'),
(803, 19, NULL, '40.77.167.224', 'cadf7ecb6a08a349624b4ed1db5f33bd', '2026-03-30 11:35:02', '2026-03-30 11:35:02'),
(804, 36, NULL, '190.112.200.99', '8d061ebce125c37836cd8eca81af4ece', '2026-03-30 18:07:11', '2026-03-30 18:07:11'),
(805, 44, NULL, '113.179.137.85', '62da06fcda7fd3c3eb5af0c88622638f', '2026-03-30 18:08:57', '2026-03-30 18:08:57'),
(806, 15, NULL, '191.5.223.171', 'ff99ca095d7c8ff769536e5d93cf7f31', '2026-03-30 18:09:55', '2026-03-30 18:09:55'),
(807, 54, NULL, '14.231.26.181', '2249252e1fe37d015c53cda07f009fbc', '2026-03-30 18:09:56', '2026-03-30 18:09:56'),
(808, 33, NULL, '14.232.179.83', '63f68ed37c678e4870183ef579a4905d', '2026-03-30 18:10:52', '2026-03-30 18:10:52'),
(809, 16, NULL, '217.113.194.248', 'b95cca4fa3d08ad345e0a0f1d023c148', '2026-03-31 01:12:37', '2026-03-31 01:12:37'),
(810, 44, NULL, '217.113.194.248', '2fe05eb7390a00927d609904ffd412f5', '2026-03-31 01:13:06', '2026-03-31 01:13:06'),
(811, 57, NULL, '154.54.249.205', '925dd5618507ca0a26e0580951a8df76', '2026-03-31 01:13:59', '2026-03-31 01:13:59'),
(812, 55, NULL, '217.113.194.124', 'cebd40581a10f33c8df58d809d7fcd7c', '2026-03-31 01:14:47', '2026-03-31 01:14:47'),
(813, 24, NULL, '217.113.194.124', 'a5f0806ce926cdba45e7a45836ab0f3c', '2026-03-31 01:15:08', '2026-03-31 01:15:08'),
(814, 21, NULL, '217.113.194.127', '450bce43d7e686ad4b765916fd3e8fca', '2026-03-31 01:15:29', '2026-03-31 01:15:29'),
(815, 19, NULL, '154.54.249.205', '250ea07ad103320603f601c912522ade', '2026-03-31 01:22:06', '2026-03-31 01:22:06'),
(816, 44, NULL, '14.179.4.201', 'c05dde93a0ab1dc5cea01f9b33747b1d', '2026-03-31 18:06:04', '2026-03-31 18:06:04'),
(817, 36, NULL, '14.191.97.7', '7cb9d98c10ca6fa4163957c000bc1af0', '2026-03-31 18:12:59', '2026-03-31 18:12:59'),
(818, 12, 2, '152.59.38.9', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-04-01 04:28:11', '2026-04-01 04:28:11'),
(819, 36, 2, '152.59.38.9', '325b026f83a34aca61804c77d49b325f', '2026-04-01 04:43:41', '2026-04-01 04:43:41'),
(820, 36, 63, '152.59.38.9', '50317f8889a03c0102f340562784c72a', '2026-04-01 04:47:30', '2026-04-01 04:47:30'),
(821, 56, NULL, '66.249.66.195', '8da1900d055ce5d203a2bf1828a800ac', '2026-04-01 06:03:23', '2026-04-01 06:03:23'),
(822, 20, NULL, '85.208.96.206', 'd287e771f38ad3b87e2a122ab8918629', '2026-04-01 08:31:00', '2026-04-01 08:31:00'),
(823, 12, 2, '152.58.60.86', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-04-01 09:20:54', '2026-04-01 09:20:54'),
(824, 36, NULL, '118.179.4.161', '51abaa26220bca6d78db6b0103ab8657', '2026-04-01 18:04:24', '2026-04-01 18:04:24'),
(825, 44, NULL, '170.254.102.186', '27b3cc14ff7553b7649432cfda5fc339', '2026-04-01 18:05:55', '2026-04-01 18:05:55'),
(826, 33, NULL, '14.160.153.91', '4ff809151a0f3052aba3e95b85d1f972', '2026-04-01 18:07:38', '2026-04-01 18:07:38'),
(827, 38, NULL, '24.50.217.43', '17c5e75714195b779d789028b049fc26', '2026-04-01 18:11:31', '2026-04-01 18:11:31'),
(828, 645, NULL, '185.97.92.78', 'ee2300dcc4b77c138bacd721dec0abc1', '2026-04-01 18:13:09', '2026-04-01 18:13:09'),
(829, 12, 12, '152.59.41.91', '6c55b5a204b517e2c5ba9159b9af329a', '2026-04-02 05:04:21', '2026-04-02 05:04:21'),
(830, 40, NULL, '40.77.167.152', 'bb5776c31d81a1364a0b6c8b3f448121', '2026-04-02 08:00:40', '2026-04-02 08:00:40'),
(831, 50, NULL, '66.249.76.74', '677975f9a203f4e1d13023eca3236a9e', '2026-04-02 15:25:17', '2026-04-02 15:25:17'),
(832, 36, NULL, '190.120.254.190', 'ccc1cb06752a4a58e4f321b11271147d', '2026-04-02 17:59:33', '2026-04-02 17:59:33'),
(833, 44, NULL, '59.152.11.118', '6ef02a75955f8dc576b6529a95443b94', '2026-04-02 18:04:58', '2026-04-02 18:04:58'),
(834, 43, NULL, '17.241.75.115', '4c41d42769ae0174d03563f3fd7e70b3', '2026-04-03 00:46:43', '2026-04-03 00:46:43'),
(835, 12, NULL, '66.249.76.74', 'e4943533e58d099295baf4878d058e23', '2026-04-03 05:41:21', '2026-04-03 05:41:21'),
(836, 35, NULL, '83.99.206.176', '7e1fe37ab6e94544c1be532ba04f0b2b', '2026-04-03 09:23:37', '2026-04-03 09:23:37'),
(837, 21, NULL, '83.99.206.57', '0d6d599da3311b1296c770a08795883e', '2026-04-03 09:25:25', '2026-04-03 09:25:25'),
(838, 9, NULL, '83.99.206.176', 'e1f73416a9287a4d1f405ae47991dc59', '2026-04-03 09:25:25', '2026-04-03 09:25:25'),
(839, 57, NULL, '83.99.206.176', 'b5f71a16a69c580ac55dc456c1109b57', '2026-04-03 09:25:26', '2026-04-03 09:25:26'),
(840, 16, NULL, '83.99.206.1', 'c11ba718ccf84eb8474db90b4d8674a2', '2026-04-03 09:25:46', '2026-04-03 09:25:46'),
(841, 48, NULL, '83.99.206.176', '099f9497d6014ae0be1620a975eef1b2', '2026-04-03 09:26:06', '2026-04-03 09:26:06'),
(842, 38, NULL, '83.99.206.176', 'a0e84600a02eb022406cba533e6b7d20', '2026-04-03 09:26:26', '2026-04-03 09:26:26'),
(843, 50, NULL, '83.99.206.176', '6c75c0a072f7ed0112adfffe8dd92dde', '2026-04-03 09:26:46', '2026-04-03 09:26:46'),
(844, 31, NULL, '83.99.206.176', '88cf762e369f7be6ca2646fe85a47395', '2026-04-03 09:27:07', '2026-04-03 09:27:07'),
(845, 42, NULL, '83.99.206.176', 'a136a65cbf39d0b6921232ae3c574dad', '2026-04-03 09:28:06', '2026-04-03 09:28:06'),
(846, 45, NULL, '83.99.206.176', 'bfdcfb5597a8df8e5aad2cea37b2ec82', '2026-04-03 09:29:06', '2026-04-03 09:29:06'),
(847, 645, NULL, '83.99.206.176', 'c4d70b76e164dd7392293ea3962fe5d4', '2026-04-03 09:29:26', '2026-04-03 09:29:26'),
(848, 20, NULL, '83.99.206.0', '4bc8827f45872945ef73d5001f6ad9cf', '2026-04-03 09:30:06', '2026-04-03 09:30:06'),
(849, 55, NULL, '83.99.206.176', 'e5d56d0f0c68825868b921aba090155f', '2026-04-03 09:30:26', '2026-04-03 09:30:26'),
(850, 32, NULL, '83.99.206.176', '8c0002c71e82011cd9bc6f09bd2258b9', '2026-04-03 09:32:42', '2026-04-03 09:32:42'),
(851, 24, NULL, '83.99.206.134', 'dde3eac5c9a5485f21844e215a03fcc3', '2026-04-03 09:35:01', '2026-04-03 09:35:01'),
(852, 37, NULL, '83.99.206.240', '8cf5b88986535ef809ef6ecca1e9067e', '2026-04-03 09:36:01', '2026-04-03 09:36:01'),
(853, 15, NULL, '83.99.206.176', 'd5d87be883fee8caa64ea8c591bbfbdb', '2026-04-03 09:37:21', '2026-04-03 09:37:21'),
(854, 49, NULL, '83.99.206.176', 'e052f6b0501cf643927fedc05d877fde', '2026-04-03 09:38:21', '2026-04-03 09:38:21'),
(855, 46, NULL, '83.99.206.1', '1a21ee62521e5607a26eea11c1668415', '2026-04-03 09:38:42', '2026-04-03 09:38:42'),
(856, 18, NULL, '83.99.206.1', '0f753f4ffc29077527d652abae9d9b98', '2026-04-03 09:39:01', '2026-04-03 09:39:01'),
(857, 47, NULL, '83.99.206.1', '82a5603de3173fae6f48f7f72b4bcfed', '2026-04-03 09:40:01', '2026-04-03 09:40:01'),
(858, 22, NULL, '83.99.206.1', '3fef14d0f733b49eb978d66d8eb965a7', '2026-04-03 09:40:21', '2026-04-03 09:40:21'),
(859, 32, NULL, '17.22.237.49', '35b778d07986fa820efa3be1c2208608', '2026-04-03 11:19:55', '2026-04-03 11:19:55'),
(860, 32, NULL, '17.22.253.198', 'fcfcb4fe42d31bb59602bc1a6341a890', '2026-04-03 11:29:59', '2026-04-03 11:29:59'),
(861, 9, NULL, '44.198.161.245', 'df3f7c80908979ae7377b6f2d8db0e3d', '2026-04-03 13:09:27', '2026-04-03 13:09:27'),
(862, 44, NULL, '213.230.93.39', 'd58bf3cb9dc3dfd938f7a3be0bbb25b8', '2026-04-03 18:13:52', '2026-04-03 18:13:52'),
(863, 36, NULL, '14.182.194.116', '760b94df3ed69f917fba23e94a97abe5', '2026-04-03 18:15:43', '2026-04-03 18:15:43'),
(864, 13, NULL, '15.235.98.26', '35d4675fd96e6a2bf0fca4b6cc14abe0', '2026-04-03 18:39:36', '2026-04-03 18:39:36'),
(865, 19, NULL, '157.55.39.61', 'c4673b1ffff3d0166a7243f076ff772c', '2026-04-03 19:05:28', '2026-04-03 19:05:28'),
(866, 17, NULL, '195.226.194.95', '7b5240c21f8c69b91f61022239618c87', '2026-04-03 19:27:11', '2026-04-03 19:27:11'),
(867, 31, NULL, '195.226.194.95', '6ca0b21513de54f25b58a89738b85ea4', '2026-04-03 19:27:13', '2026-04-03 19:27:13'),
(868, 37, NULL, '195.226.194.95', 'da474a2d00ff2bfe0fa7a572a00277ba', '2026-04-03 19:27:18', '2026-04-03 19:27:18'),
(869, 22, NULL, '195.226.194.95', '921306e22a649fa39d3db8ce09a2fc61', '2026-04-03 19:27:22', '2026-04-03 19:27:22'),
(870, 29, NULL, '195.226.194.95', '9f11ea66b6a0075e2a0478ed60f91205', '2026-04-03 19:27:23', '2026-04-03 19:27:23'),
(871, 40, NULL, '195.226.194.95', '8f34f5d5a80b163e54eb8647d09517e2', '2026-04-03 19:27:23', '2026-04-03 19:27:23'),
(872, 20, NULL, '195.226.194.95', '014932b8f8e4e99797da98c5c69a3d25', '2026-04-03 19:27:23', '2026-04-03 19:27:23'),
(873, 16, NULL, '195.226.194.95', '3ceda337db8696aea4761e38268e5ce2', '2026-04-03 19:27:24', '2026-04-03 19:27:24'),
(874, 43, NULL, '195.226.194.95', '9a9bbbc7e9650c71338386e6a37c4af9', '2026-04-03 19:27:26', '2026-04-03 19:27:26'),
(875, 44, NULL, '195.226.194.95', '3e5f5a0718da664ed957e3ec11070e09', '2026-04-03 19:27:26', '2026-04-03 19:27:26'),
(876, 19, NULL, '195.226.194.95', '3669a6d7ef668aeb343845aeb9a52a8d', '2026-04-03 19:27:26', '2026-04-03 19:27:26'),
(877, 33, NULL, '195.226.194.95', '773c9380ae4178c874cbbb3e5b6186b7', '2026-04-03 19:27:27', '2026-04-03 19:27:27');
INSERT INTO `profile_views` (`id`, `celebrity_id`, `viewer_id`, `ip`, `session_key`, `created_at`, `updated_at`) VALUES
(878, 34, NULL, '195.226.194.95', '9f5f6e8c4c867863258ca581df294dd6', '2026-04-03 19:27:28', '2026-04-03 19:27:28'),
(879, 56, NULL, '195.226.194.95', '4e521ebb5de20adcf6db137b4db096a6', '2026-04-03 19:27:29', '2026-04-03 19:27:29'),
(880, 42, NULL, '195.226.194.95', '52fd87e85eff012d9dcdda9786bca466', '2026-04-03 19:27:31', '2026-04-03 19:27:31'),
(881, 32, NULL, '195.226.194.95', '82598799a59b05cab31abf4b0e6373e1', '2026-04-03 19:27:31', '2026-04-03 19:27:31'),
(882, 57, NULL, '195.226.194.95', 'ffe88cc18e5ab470cc02469865c802c6', '2026-04-03 19:27:31', '2026-04-03 19:27:31'),
(883, 25, NULL, '195.226.194.95', '9d8023dcc8f33c0bf76732302291d685', '2026-04-03 19:27:32', '2026-04-03 19:27:32'),
(884, 41, NULL, '195.226.194.95', '5eb84263d5d63a6f60ea39cb4668c064', '2026-04-03 19:27:33', '2026-04-03 19:27:33'),
(885, 9, NULL, '195.226.194.95', 'cb333c41dd8d016076522688b13f850d', '2026-04-03 19:27:33', '2026-04-03 19:27:33'),
(886, 24, NULL, '195.226.194.95', 'd97ee63573a43e386874c0b31f6db967', '2026-04-03 19:27:34', '2026-04-03 19:27:34'),
(887, 645, NULL, '195.226.194.95', 'e321e786aea60c8a5a1b8da07d0f4f85', '2026-04-03 19:27:35', '2026-04-03 19:27:35'),
(888, 35, NULL, '195.226.194.95', '70afbf17ac924477d5f3b07ded062b95', '2026-04-03 19:27:36', '2026-04-03 19:27:36'),
(889, 12, NULL, '195.226.194.95', '4c35b3cfd4fb6c615ea4856b2d4c58b4', '2026-04-03 19:27:37', '2026-04-03 19:27:37'),
(890, 21, NULL, '195.226.194.95', '01e5576b87812a8e31c60e362a983540', '2026-04-03 19:27:37', '2026-04-03 19:27:37'),
(891, 36, NULL, '195.226.194.95', '982d7cc4b018d753fed9733436b30bdf', '2026-04-03 19:27:39', '2026-04-03 19:27:39'),
(892, 18, NULL, '195.226.194.95', '20b0983d2e98850e4378635a2d9ec07f', '2026-04-03 19:27:39', '2026-04-03 19:27:39'),
(893, 38, NULL, '195.226.194.95', '50b24d81a90c652bda3f0024a54eb333', '2026-04-03 19:27:40', '2026-04-03 19:27:40'),
(894, 30, NULL, '195.226.194.95', '7c4411e2856c73bc0b0f0a35cfcb4a89', '2026-04-03 19:27:43', '2026-04-03 19:27:43'),
(895, 36, NULL, '17.246.15.8', 'beedcead3b67374419640456bfec1f52', '2026-04-03 20:00:19', '2026-04-03 20:00:19'),
(896, 15, NULL, '5.39.1.253', '038f8d8902e9c2ace49606b1723e200e', '2026-04-04 04:52:44', '2026-04-04 04:52:44'),
(897, 42, NULL, '44.210.204.255', '416a136fd391e0a46679598701395820', '2026-04-04 04:54:18', '2026-04-04 04:54:18'),
(898, 14, NULL, '37.59.204.128', 'ac1d7936b7483091f59cdb163f750a3f', '2026-04-04 05:54:48', '2026-04-04 05:54:48'),
(899, 20, NULL, '17.22.253.211', '88cd5c85751aa6b944744417e4469449', '2026-04-04 09:30:05', '2026-04-04 09:30:05'),
(900, 43, NULL, '74.7.227.59', 'cc7b41c4926c0026bd570d94f21d5b8f', '2026-04-04 12:16:02', '2026-04-04 12:16:02'),
(901, 41, NULL, '74.7.227.59', '3a018ff4c7839e1bf124ea7064e4d5fb', '2026-04-04 12:16:04', '2026-04-04 12:16:04'),
(902, 42, NULL, '74.7.227.59', '3b24e2bc024889c5d5671b3d90ae525a', '2026-04-04 12:16:06', '2026-04-04 12:16:06'),
(903, 19, NULL, '74.7.227.59', '3724913b1286dd8de7dfd8ff595c2004', '2026-04-04 12:16:07', '2026-04-04 12:16:07'),
(904, 18, NULL, '74.7.227.59', 'a5dce0f27687ed7de50c3aeab8589157', '2026-04-04 12:16:10', '2026-04-04 12:16:10'),
(905, 57, NULL, '74.7.227.59', '153645bf861817f9d9508000ac15d897', '2026-04-04 12:16:12', '2026-04-04 12:16:12'),
(906, 9, NULL, '74.7.227.59', '71a1796de6b83c087c0d1997df8222fb', '2026-04-04 12:16:13', '2026-04-04 12:16:13'),
(907, 38, NULL, '74.7.227.59', '5fff596b1adc77a73f50b391e0f2380d', '2026-04-04 12:16:14', '2026-04-04 12:16:14'),
(908, 56, NULL, '74.7.227.59', 'c7c696e8ca08ed29e4ca44bee0727fce', '2026-04-04 12:16:15', '2026-04-04 12:16:15'),
(909, 31, NULL, '74.7.227.59', 'c6afd1b363cf4b7675b2267c514ee118', '2026-04-04 12:16:15', '2026-04-04 12:16:15'),
(910, 29, NULL, '74.7.227.59', '87bfcb35b780bcb80c3230dd1ad04ef6', '2026-04-04 12:16:16', '2026-04-04 12:16:16'),
(911, 40, NULL, '74.7.227.59', 'aefc946fc52edcf1ed9d6d764c375b71', '2026-04-04 12:16:17', '2026-04-04 12:16:17'),
(912, 37, NULL, '74.7.227.59', 'fce076c5c0e5b6463058392fcde39d8b', '2026-04-04 12:16:18', '2026-04-04 12:16:18'),
(913, 645, NULL, '74.7.227.59', '1d9ee195b81b459a4f158bbf56a7b094', '2026-04-04 12:16:18', '2026-04-04 12:16:18'),
(914, 12, NULL, '74.7.227.59', 'f3bdf3707f711b1defbb8a8cdd47a028', '2026-04-04 12:16:19', '2026-04-04 12:16:19'),
(915, 25, NULL, '74.7.227.59', 'f619db83defa451a342ab5f668b68d4c', '2026-04-04 12:16:19', '2026-04-04 12:16:19'),
(916, 17, NULL, '74.7.227.59', 'ce3fb49e5151225791266ac703969f70', '2026-04-04 12:16:20', '2026-04-04 12:16:20'),
(917, 30, NULL, '74.7.227.59', '5125a6856798e02d99e8f29f533b9af8', '2026-04-04 12:16:21', '2026-04-04 12:16:21'),
(918, 44, NULL, '74.7.227.59', '2dc196da56e519fe944d8058f2ddd204', '2026-04-04 12:16:22', '2026-04-04 12:16:22'),
(919, 43, NULL, '98.82.59.253', '6bd16a2c4e1ff29fad94499ef27645d3', '2026-04-04 13:01:41', '2026-04-04 13:01:41'),
(920, 30, NULL, '66.249.66.195', '0feff9355a4b10e3e6de12005f408c44', '2026-04-04 15:26:09', '2026-04-04 15:26:09'),
(921, 24, NULL, '66.249.66.194', 'a871e83f88c39c12309ecae34197138c', '2026-04-04 16:20:08', '2026-04-04 16:20:08'),
(922, 30, NULL, '34.205.170.13', '56849a6c6fec3ce40e9826875e821568', '2026-04-04 17:57:46', '2026-04-04 17:57:46'),
(923, 36, NULL, '154.159.237.193', '274d45528fc3a0f7480c8f7e5235113f', '2026-04-04 18:09:07', '2026-04-04 18:09:07'),
(924, 9, NULL, '2.49.203.188', 'c24ee7e46f7e7bab529d267a3fd04bd5', '2026-04-04 18:10:48', '2026-04-04 18:10:48'),
(925, 44, NULL, '14.233.214.20', '8a62b51f315552bc30fb8b79a17fa0e0', '2026-04-04 18:12:36', '2026-04-04 18:12:36'),
(926, 48, NULL, '217.113.194.127', '35516b2f9f3ca9f4099c2c04b438c7a5', '2026-04-04 19:09:01', '2026-04-04 19:09:01'),
(927, 9, NULL, '154.54.249.205', 'deb5dde12cbd742745f221be6d726dfd', '2026-04-04 19:09:27', '2026-04-04 19:09:27'),
(928, 38, NULL, '154.54.249.205', 'e256da7fb62339643f881243b01d344d', '2026-04-04 19:10:14', '2026-04-04 19:10:14'),
(929, 14, NULL, '217.113.194.248', '12486872d5855d507f266bcf42563560', '2026-04-04 19:10:38', '2026-04-04 19:10:38'),
(930, 56, NULL, '217.113.194.248', '295f8c0e50ba7a3e408ba33045e6575c', '2026-04-04 19:11:01', '2026-04-04 19:11:01'),
(931, 12, NULL, '217.113.194.228', 'bb8d648cec3d1210e580f15b24ea2efd', '2026-04-04 19:12:11', '2026-04-04 19:12:11'),
(932, 25, NULL, '217.113.194.248', 'e2baf5b31f2d0b81198db472665970d4', '2026-04-04 19:12:40', '2026-04-04 19:12:40'),
(933, 34, NULL, '217.113.194.129', '0419c81ce64d085e3c514e2d0b1b4dd4', '2026-04-04 19:18:00', '2026-04-04 19:18:00'),
(934, 36, NULL, '54.243.63.52', 'f23f43eaacc8e9dc582691f0f654ab15', '2026-04-04 20:51:38', '2026-04-04 20:51:38'),
(935, 31, NULL, '34.204.150.196', 'b8faa417a3d876e485835d31686e3a28', '2026-04-04 23:05:29', '2026-04-04 23:05:29'),
(936, 36, NULL, '100.27.227.64', '10def1b5994f6cd9620529634b262600', '2026-04-05 00:05:38', '2026-04-05 00:05:38'),
(937, 22, NULL, '52.200.251.20', '3675095b155735f289d09394b430a9df', '2026-04-05 01:17:34', '2026-04-05 01:17:34'),
(938, 18, NULL, '34.227.234.246', 'bda40654142e74c8cc10c4e2f084da94', '2026-04-05 01:28:17', '2026-04-05 01:28:17'),
(939, 20, NULL, '18.204.152.114', 'b71a530895572b17316448b0703c2c0a', '2026-04-05 01:32:53', '2026-04-05 01:32:53'),
(940, 31, NULL, '66.249.66.73', '07b6d4afb462b0d5bfd5298f92fcc16a', '2026-04-05 03:14:51', '2026-04-05 03:14:51'),
(941, 41, NULL, '3.89.170.186', '96712e0a1c1b50e0ffa230193a96930b', '2026-04-05 03:36:17', '2026-04-05 03:36:17'),
(942, 19, NULL, '207.46.13.168', 'c74d124cc3eece665c143f082b06f2f4', '2026-04-05 05:51:19', '2026-04-05 05:51:19'),
(943, 25, NULL, '3.94.156.104', '0d2bdb9836d5ef6918e01932485dab86', '2026-04-05 06:53:33', '2026-04-05 06:53:33'),
(944, 17, NULL, '34.204.150.196', '2405633cad456efe615bebc7f419ace8', '2026-04-05 07:04:54', '2026-04-05 07:04:54'),
(945, 25, NULL, '66.249.66.194', '0097df42178a36c3bb74ba47bed9f41d', '2026-04-05 10:45:06', '2026-04-05 10:45:06'),
(946, 31, NULL, '66.249.66.195', 'b93e6b735ce775fd980a019a73d79e07', '2026-04-05 11:49:49', '2026-04-05 11:49:49'),
(947, 12, NULL, '44.215.61.66', '6277a0ca9da27ea8dc0f3de7dffa31f3', '2026-04-05 14:00:06', '2026-04-05 14:00:06'),
(948, 38, NULL, '3.212.219.113', '503f71881b7798e96dc26a34c0add5ed', '2026-04-05 14:00:26', '2026-04-05 14:00:26'),
(949, 44, NULL, '123.25.94.136', '7cc9f34e96116850facd9ac970856254', '2026-04-05 17:59:39', '2026-04-05 17:59:39'),
(950, 36, NULL, '14.242.212.32', '34b6ab0651953ce76774e955cdb19176', '2026-04-05 18:08:11', '2026-04-05 18:08:11'),
(951, 31, NULL, '169.224.122.201', '9a7f4da5c8150a61ab5a90e4b87692b9', '2026-04-05 18:08:58', '2026-04-05 18:08:58'),
(952, 19, NULL, '52.167.144.166', 'e1603cf38fd6f115a32528d9587656b3', '2026-04-05 21:14:40', '2026-04-05 21:14:40'),
(953, 9, NULL, '144.76.32.239', 'c7cf75a3d7e68d672ebdc1ee77de3d08', '2026-04-05 23:48:08', '2026-04-05 23:48:08'),
(954, 45, NULL, '144.76.32.239', '47340de47498bf877c381d4be297cfc1', '2026-04-05 23:48:18', '2026-04-05 23:48:18'),
(955, 49, NULL, '144.76.32.239', '179ff57a44438830f04b504729f47cab', '2026-04-05 23:48:21', '2026-04-05 23:48:21'),
(956, 55, NULL, '144.76.32.239', '4d1991172f60e2ca9101e117495ce30d', '2026-04-05 23:48:34', '2026-04-05 23:48:34'),
(957, 52, NULL, '144.76.32.239', '82b275a1543a91d889e224d4ee662a04', '2026-04-05 23:48:39', '2026-04-05 23:48:39'),
(958, 51, NULL, '144.76.32.239', '75834bc1ba7aea99cfa80b61bcc57c00', '2026-04-05 23:48:44', '2026-04-05 23:48:44'),
(959, 44, NULL, '144.76.32.239', 'e54e91f9bb34f58159660ef6c0912848', '2026-04-05 23:48:48', '2026-04-05 23:48:48'),
(960, 47, NULL, '144.76.32.239', 'bcf2916eed9998806f0e4246470cc2d9', '2026-04-05 23:48:52', '2026-04-05 23:48:52'),
(961, 48, NULL, '144.76.32.239', '7a2a3adbe7ef5b0de4acc321396e166f', '2026-04-05 23:49:13', '2026-04-05 23:49:13'),
(962, 24, NULL, '144.76.32.239', 'ef21292d8a3210077e45625785937a59', '2026-04-05 23:49:18', '2026-04-05 23:49:18'),
(963, 29, NULL, '144.76.32.239', '651a5bd2738c01bf6bdb7b235f6cd8d8', '2026-04-05 23:49:23', '2026-04-05 23:49:23'),
(964, 18, NULL, '144.76.32.239', 'ce3570987d0b6c78f03ffc9583e10bb4', '2026-04-05 23:49:27', '2026-04-05 23:49:27'),
(965, 50, NULL, '144.76.32.239', 'cb9c9d7a97f9fe8d9111d7507ca51cfc', '2026-04-05 23:49:37', '2026-04-05 23:49:37'),
(966, 20, NULL, '144.76.32.239', '562b1601d20e53373c8f11bd1f07a941', '2026-04-05 23:49:41', '2026-04-05 23:49:41'),
(967, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-04-05 23:49:45', '2026-04-05 23:49:45'),
(968, 37, NULL, '52.71.46.142', 'c6512313e1f0c4fd06f551f606f778c4', '2026-04-06 00:26:25', '2026-04-06 00:26:25'),
(969, 38, NULL, '144.76.32.239', '9c90604bafe24729a8f7c1995061591e', '2026-04-06 01:12:06', '2026-04-06 01:12:06'),
(970, 40, NULL, '144.76.32.239', '03b74b2c4a52ae5b4d1e731c0e465f0a', '2026-04-06 01:12:22', '2026-04-06 01:12:22'),
(971, 34, NULL, '144.76.32.239', '343063ad0a4c6dacbec2008ea8bc15dc', '2026-04-06 01:12:32', '2026-04-06 01:12:32'),
(972, 36, NULL, '144.76.32.239', 'cce06621af74315b00974d8c8a62e75b', '2026-04-06 03:03:28', '2026-04-06 03:03:28'),
(973, 43, NULL, '144.76.32.239', '3943f75ef814bb375cf6eae3fbee3035', '2026-04-06 03:03:32', '2026-04-06 03:03:32'),
(974, 36, NULL, '66.249.66.196', 'a915e3bd7eebff2177e73d23da24e504', '2026-04-06 03:14:30', '2026-04-06 03:14:30'),
(975, 9, NULL, '144.76.32.239', 'c7cf75a3d7e68d672ebdc1ee77de3d08', '2026-04-06 07:26:47', '2026-04-06 07:26:47'),
(976, 45, NULL, '144.76.32.239', '47340de47498bf877c381d4be297cfc1', '2026-04-06 07:26:58', '2026-04-06 07:26:58'),
(977, 49, NULL, '144.76.32.239', '179ff57a44438830f04b504729f47cab', '2026-04-06 07:27:05', '2026-04-06 07:27:05'),
(978, 55, NULL, '144.76.32.239', '4d1991172f60e2ca9101e117495ce30d', '2026-04-06 07:27:12', '2026-04-06 07:27:12'),
(979, 52, NULL, '144.76.32.239', '82b275a1543a91d889e224d4ee662a04', '2026-04-06 07:27:17', '2026-04-06 07:27:17'),
(980, 51, NULL, '144.76.32.239', '75834bc1ba7aea99cfa80b61bcc57c00', '2026-04-06 07:27:24', '2026-04-06 07:27:24'),
(981, 44, NULL, '144.76.32.239', 'e54e91f9bb34f58159660ef6c0912848', '2026-04-06 07:27:31', '2026-04-06 07:27:31'),
(982, 47, NULL, '144.76.32.239', 'bcf2916eed9998806f0e4246470cc2d9', '2026-04-06 07:27:39', '2026-04-06 07:27:39'),
(983, 48, NULL, '144.76.32.239', '7a2a3adbe7ef5b0de4acc321396e166f', '2026-04-06 07:28:13', '2026-04-06 07:28:13'),
(984, 24, NULL, '144.76.32.239', 'ef21292d8a3210077e45625785937a59', '2026-04-06 07:28:18', '2026-04-06 07:28:18'),
(985, 29, NULL, '144.76.32.239', '651a5bd2738c01bf6bdb7b235f6cd8d8', '2026-04-06 07:28:21', '2026-04-06 07:28:21'),
(986, 18, NULL, '144.76.32.239', 'ce3570987d0b6c78f03ffc9583e10bb4', '2026-04-06 07:28:27', '2026-04-06 07:28:27'),
(987, 50, NULL, '144.76.32.239', 'cb9c9d7a97f9fe8d9111d7507ca51cfc', '2026-04-06 07:28:37', '2026-04-06 07:28:37'),
(988, 20, NULL, '144.76.32.239', '562b1601d20e53373c8f11bd1f07a941', '2026-04-06 07:28:41', '2026-04-06 07:28:41'),
(989, 35, NULL, '144.76.32.239', '3f4fb2859806597291cc10376e824588', '2026-04-06 07:28:45', '2026-04-06 07:28:45'),
(990, 14, NULL, '18.211.148.239', '9f65491f09be0a517f16b5845d76fe65', '2026-04-06 08:02:57', '2026-04-06 08:02:57'),
(991, 21, NULL, '50.16.248.61', 'a04428debb6b3af43d14390ea11e14ca', '2026-04-06 08:40:18', '2026-04-06 08:40:18'),
(992, 35, NULL, '184.73.35.182', '6d9e1af4bdfe6e435f8c323ae1101eba', '2026-04-06 08:45:54', '2026-04-06 08:45:54'),
(993, 52, NULL, '52.1.157.90', '880b946595a0b844082c03ef09b60fa7', '2026-04-06 09:01:58', '2026-04-06 09:01:58'),
(994, 38, NULL, '144.76.32.239', '9c90604bafe24729a8f7c1995061591e', '2026-04-06 09:20:06', '2026-04-06 09:20:06'),
(995, 40, NULL, '144.76.32.239', '03b74b2c4a52ae5b4d1e731c0e465f0a', '2026-04-06 09:20:23', '2026-04-06 09:20:23'),
(996, 34, NULL, '144.76.32.239', '343063ad0a4c6dacbec2008ea8bc15dc', '2026-04-06 09:20:34', '2026-04-06 09:20:34'),
(997, 36, NULL, '144.76.32.239', 'cce06621af74315b00974d8c8a62e75b', '2026-04-06 10:23:58', '2026-04-06 10:23:58'),
(998, 43, NULL, '144.76.32.239', '3943f75ef814bb375cf6eae3fbee3035', '2026-04-06 10:24:12', '2026-04-06 10:24:12'),
(999, 44, NULL, '184.73.195.18', '945a01f6d772536856a7c499316e0135', '2026-04-06 15:19:29', '2026-04-06 15:19:29'),
(1000, 54, NULL, '54.163.169.168', '4c8fbdcd73c889ed189102ad51c66bc2', '2026-04-06 16:31:49', '2026-04-06 16:31:49'),
(1001, 19, NULL, '3.229.95.193', '99bdd2be46168b51dd15f9fd0f9c85d4', '2026-04-06 17:21:50', '2026-04-06 17:21:50'),
(1002, 49, NULL, '113.186.138.23', 'ca3e14ddc2553bd185942b7856f86336', '2026-04-06 18:07:06', '2026-04-06 18:07:06'),
(1003, 36, NULL, '190.120.255.175', '76678c7766bec3c9528ef6f2cb60e0f1', '2026-04-06 18:07:44', '2026-04-06 18:07:44'),
(1004, 44, NULL, '45.230.169.110', '51e2237fd5a1be5c156e3fb14cfc0dc2', '2026-04-06 18:11:37', '2026-04-06 18:11:37'),
(1005, 22, NULL, '74.7.227.8', 'eae1060456504905d805e28d4ba606d6', '2026-04-06 19:58:25', '2026-04-06 19:58:25'),
(1006, 24, NULL, '74.7.227.8', '4dd0fc9981e662ed9c2aaffcde932f9e', '2026-04-06 19:58:30', '2026-04-06 19:58:30'),
(1007, 16, NULL, '74.7.227.8', 'd91ff05d3b57916ba2285ad3b9255587', '2026-04-06 19:58:36', '2026-04-06 19:58:36'),
(1008, 21, NULL, '74.7.227.8', '6dd11d6b256046eabea2b618c84e6908', '2026-04-06 19:58:42', '2026-04-06 19:58:42'),
(1009, 36, NULL, '74.7.227.8', 'e1a37940f247b5832dea2ac2a3bf325b', '2026-04-06 19:58:44', '2026-04-06 19:58:44'),
(1010, 19, NULL, '157.55.39.11', '995c354999cc709ce896e25bbb132bae', '2026-04-07 01:26:27', '2026-04-07 01:26:27'),
(1011, 44, NULL, '198.186.131.170', '2b9ae9ce7a70659a9935095f91e4c65c', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1012, 20, NULL, '198.186.131.170', '014c381882b822ad0f1718d8fd778309', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1013, 29, NULL, '198.186.131.170', '14193b95d343373e62ad8b44fa597630', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1014, 24, NULL, '198.186.131.170', 'ad62b3fadee53e015f639777c77a83c6', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1015, 9, NULL, '198.186.131.170', '36059b2d161df4333cefcc95ffdd9ca2', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1016, 31, NULL, '198.186.131.170', 'ead8d8694d966ec43c8c659826de79d1', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1017, 12, NULL, '198.186.131.170', '655a91b6fb3f184f78b1678552288a77', '2026-04-07 05:54:04', '2026-04-07 05:54:04'),
(1018, 34, NULL, '198.186.131.170', 'd81b66c4fdee54222f840acd1003b18c', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1019, 645, NULL, '198.186.131.170', 'f67e974e6131d5ca07f60f52abe4bd3b', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1020, 57, NULL, '198.186.131.170', 'bc200a51f0a0a863447f861561c7d667', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1021, 30, NULL, '198.186.131.170', '1e5840be1f5cf618fa81e292d8c649ed', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1022, 21, NULL, '198.186.131.170', '023a21a1fca6d29b636cc37ccb9ff421', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1023, 36, NULL, '198.186.131.170', '13d3d7738e7238c33721a624295a1ce1', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1024, 43, NULL, '198.186.131.170', '857099725116235e535f30627a9b4b93', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1025, 37, NULL, '198.186.131.170', 'c1aa64ca8314eaacbb9cb67b8c8cbb71', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1026, 38, NULL, '198.186.131.170', 'a8c08039cc7c4cb0c215e9f7fb6dab6e', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1027, 41, NULL, '198.186.131.170', '8044b13b582a562c2569344e6d15eea9', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1028, 35, NULL, '198.186.131.170', 'f3911fa80a9411f31101ab8a4f27adc3', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1029, 56, NULL, '198.186.131.170', 'f2c81d4c6e17bd14f328847d93a953cd', '2026-04-07 05:54:05', '2026-04-07 05:54:05'),
(1030, 18, NULL, '198.186.131.170', '0267d58a11198f0edf3dcdceee0c30dd', '2026-04-07 05:54:06', '2026-04-07 05:54:06'),
(1031, 22, NULL, '198.186.131.170', '82d00aea02787f921267d70ac374bb82', '2026-04-07 05:54:06', '2026-04-07 05:54:06'),
(1032, 25, NULL, '198.186.131.170', '1c34dcdff693b6bb332e2f5758155ae0', '2026-04-07 05:54:06', '2026-04-07 05:54:06'),
(1033, 19, NULL, '198.186.131.170', '89aaf8084dff3f906963f63536579b10', '2026-04-07 05:54:07', '2026-04-07 05:54:07'),
(1034, 42, NULL, '198.186.131.170', 'e2d69b83983f50691bf0443db445df3a', '2026-04-07 05:54:09', '2026-04-07 05:54:09'),
(1035, 32, NULL, '198.186.131.170', '7ff95b394fefbde6959bf677142956ee', '2026-04-07 05:54:09', '2026-04-07 05:54:09'),
(1036, 17, NULL, '198.186.131.170', '62d87e5ad710a546952328278ac61afb', '2026-04-07 05:54:09', '2026-04-07 05:54:09'),
(1037, 16, NULL, '198.186.131.170', '41d367c2b797f49d55dbb0f290bf7c99', '2026-04-07 05:54:10', '2026-04-07 05:54:10'),
(1038, 33, NULL, '198.186.131.170', 'c78ad63164fe8428a19f709e0323dbd7', '2026-04-07 05:54:10', '2026-04-07 05:54:10'),
(1039, 40, NULL, '198.186.131.170', 'ca0baf2e4c679e20a5d859a8c40fe0e1', '2026-04-07 05:54:12', '2026-04-07 05:54:12'),
(1040, 57, NULL, '44.221.105.234', '27888b3a544bd533df31231ac1571f9c', '2026-04-07 06:59:26', '2026-04-07 06:59:26'),
(1041, 55, NULL, '34.239.85.139', 'ad33de8c8b69e1988efe652e0a50a980', '2026-04-07 07:20:25', '2026-04-07 07:20:25'),
(1042, 35, NULL, '34.227.234.246', 'a3498c0ec1dcfcc07297019b11ddd9a0', '2026-04-07 17:26:24', '2026-04-07 17:26:24'),
(1043, 45, NULL, '44.209.187.99', '04f353ff7d2f86f0654d4a3d78fcf2a4', '2026-04-07 17:56:04', '2026-04-07 17:56:04'),
(1044, 16, NULL, '18.214.186.220', '51c8584ee8e06bf966778abf999f747f', '2026-04-07 18:00:56', '2026-04-07 18:00:56'),
(1045, 44, NULL, '14.163.253.4', '2cac16e6c0d2815da80be2fc54fab3b8', '2026-04-07 18:06:46', '2026-04-07 18:06:46'),
(1046, 24, NULL, '113.177.90.199', '066996a9f94477ed46da66d9c447b1ab', '2026-04-07 18:08:45', '2026-04-07 18:08:45'),
(1047, 36, NULL, '14.231.164.10', '8fbddd3b88912a86a3590b8929977eb2', '2026-04-07 18:09:21', '2026-04-07 18:09:21'),
(1048, 43, NULL, '216.73.216.26', 'a532c1a5de06c866ff01ffd03f90c1e0', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1049, 57, NULL, '216.73.216.26', 'c4a268ff65e6d0c2df8fe34ebf139d29', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1050, 31, NULL, '216.73.216.26', '31aaec8879033e9a5e7e01f18f5344f3', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1051, 56, NULL, '216.73.216.26', 'e7b5acf3d72d068065bd0c9fff3290ee', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1052, 20, NULL, '216.73.216.26', '74fac00e328c19fdfaebb7c89171d4f6', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1053, 21, NULL, '216.73.216.26', '68a3a5e0afe84e844f27aa3cfe1bcdcd', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1054, 25, NULL, '216.73.216.26', 'd20a144c1a619c3476a9d03c1956884a', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1055, 32, NULL, '216.73.216.26', '8685f2f4f0b9ab6b0f6b2c3b5fcd4cb6', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1056, 34, NULL, '216.73.216.26', '674df9d7025a53185b89fdd6f388032a', '2026-04-07 20:26:19', '2026-04-07 20:26:19'),
(1057, 19, NULL, '216.73.216.26', 'e649742723e3d39072701f88858561cc', '2026-04-07 20:26:20', '2026-04-07 20:26:20'),
(1058, 18, NULL, '216.73.216.26', '0020935765cc854319e7934de20f064a', '2026-04-07 20:26:20', '2026-04-07 20:26:20'),
(1059, 12, NULL, '216.73.216.26', '20bf668d535eab254b417b53f12d7dc8', '2026-04-07 20:26:20', '2026-04-07 20:26:20'),
(1060, 33, NULL, '216.73.216.26', 'fbf778686e342657faf1e639471ebc9d', '2026-04-07 20:26:20', '2026-04-07 20:26:20'),
(1061, 41, NULL, '216.73.216.26', 'c12729d18cf6a19ad2b858f107d87c68', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1062, 36, NULL, '216.73.216.26', '53d33e012c33aad9babd4027ded42f5e', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1063, 24, NULL, '216.73.216.26', '3b1201785b07fd7922600cd360602448', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1064, 29, NULL, '216.73.216.26', '70eaf5c318ec7d66bd2df9e24af51669', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1065, 38, NULL, '216.73.216.26', '46222d402566f870c077b98bbe44e74e', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1066, 35, NULL, '216.73.216.26', '21414c86619586858d35b69fdadf0f38', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1067, 37, NULL, '216.73.216.26', '9cf734901aa917d7d258af12414e0447', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1068, 44, NULL, '216.73.216.26', '570d07292b8429be44d5786b2f1a78f1', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1069, 42, NULL, '216.73.216.26', 'cf392d236c3d6f9ac366eec76521e2cf', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1070, 17, NULL, '216.73.216.26', '7296b74fc2cbaa6911a178caf66cd222', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1071, 22, NULL, '216.73.216.26', 'd7ff28563ded86b96dbd1b62b796a20e', '2026-04-07 20:26:21', '2026-04-07 20:26:21'),
(1072, 16, NULL, '216.73.216.26', 'db9b08baf2f93d6b045650b253eb6685', '2026-04-07 20:26:22', '2026-04-07 20:26:22'),
(1073, 30, NULL, '216.73.216.26', '2fed0ac578fbd1e8218baace698b344c', '2026-04-07 20:26:22', '2026-04-07 20:26:22'),
(1074, 40, NULL, '216.73.216.26', '47853f6945baeec40a7b04b394b31f1a', '2026-04-07 20:26:22', '2026-04-07 20:26:22'),
(1075, 9, NULL, '216.73.216.26', '8755d54bfe2336bb105bdeebd815568f', '2026-04-07 20:26:22', '2026-04-07 20:26:22'),
(1076, 57, NULL, '216.73.216.26', 'c4a268ff65e6d0c2df8fe34ebf139d29', '2026-04-07 21:54:22', '2026-04-07 21:54:22'),
(1077, 56, NULL, '216.73.216.26', 'e7b5acf3d72d068065bd0c9fff3290ee', '2026-04-07 21:54:22', '2026-04-07 21:54:22'),
(1078, 18, NULL, '216.73.216.26', '0020935765cc854319e7934de20f064a', '2026-04-07 21:54:22', '2026-04-07 21:54:22'),
(1079, 19, NULL, '216.73.216.26', 'e649742723e3d39072701f88858561cc', '2026-04-07 21:54:22', '2026-04-07 21:54:22'),
(1080, 36, NULL, '216.73.216.26', '53d33e012c33aad9babd4027ded42f5e', '2026-04-07 21:54:22', '2026-04-07 21:54:22'),
(1081, 24, NULL, '216.73.216.26', '3b1201785b07fd7922600cd360602448', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1082, 41, NULL, '216.73.216.26', 'c12729d18cf6a19ad2b858f107d87c68', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1083, 44, NULL, '216.73.216.26', '570d07292b8429be44d5786b2f1a78f1', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1084, 37, NULL, '216.73.216.26', '9cf734901aa917d7d258af12414e0447', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1085, 38, NULL, '216.73.216.26', '46222d402566f870c077b98bbe44e74e', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1086, 42, NULL, '216.73.216.26', 'cf392d236c3d6f9ac366eec76521e2cf', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1087, 16, NULL, '216.73.216.26', 'db9b08baf2f93d6b045650b253eb6685', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1088, 22, NULL, '216.73.216.26', 'd7ff28563ded86b96dbd1b62b796a20e', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1089, 17, NULL, '216.73.216.26', '7296b74fc2cbaa6911a178caf66cd222', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1090, 30, NULL, '216.73.216.26', '2fed0ac578fbd1e8218baace698b344c', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1091, 40, NULL, '216.73.216.26', '47853f6945baeec40a7b04b394b31f1a', '2026-04-07 21:54:23', '2026-04-07 21:54:23'),
(1092, 9, NULL, '216.73.216.26', '8755d54bfe2336bb105bdeebd815568f', '2026-04-07 21:54:24', '2026-04-07 21:54:24'),
(1093, 13, NULL, '216.73.216.26', '8d6bf970502c26c21bd85e0675e94c11', '2026-04-08 03:27:46', '2026-04-08 03:27:46'),
(1094, 19, NULL, '40.77.167.71', 'ad075fe8af6a70bde088aee29cf7b955', '2026-04-08 08:30:10', '2026-04-08 08:30:10'),
(1095, 47, NULL, '216.73.216.26', 'b9cd05cb1615cdd4b8227a8366f71584', '2026-04-08 10:41:29', '2026-04-08 10:41:29'),
(1096, 50, NULL, '216.73.216.26', '9ac49bade3dedfe194204c2b7049e85d', '2026-04-08 10:41:29', '2026-04-08 10:41:29'),
(1097, 54, NULL, '216.73.216.26', '22e99481a7271da325e8bb138753f91a', '2026-04-08 10:41:29', '2026-04-08 10:41:29'),
(1098, 46, NULL, '216.73.216.26', 'd56dc8b8fa2c819bd775e772ebcc7017', '2026-04-08 10:41:29', '2026-04-08 10:41:29'),
(1099, 15, NULL, '216.73.216.26', 'a5ac4c1cf84bc69fb48d6cc090dd79ae', '2026-04-08 10:41:29', '2026-04-08 10:41:29'),
(1100, 48, NULL, '216.73.216.26', '7e9e1f1c1b7e69357a1d0847b58c8b04', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1101, 14, NULL, '216.73.216.26', '0c1f4e035b5200af7ad83bf8594186ef', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1102, 55, NULL, '216.73.216.26', '76078088346567033a70db4865686e19', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1103, 52, NULL, '216.73.216.26', '5d55392d6d2cc935b1cd8be73645e3be', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1104, 51, NULL, '216.73.216.26', '94e2ae44d9f918c004b0c678797bfa62', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1105, 49, NULL, '216.73.216.26', 'b59cdcc0caf8b03cf41e44829fc3b724', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1106, 45, NULL, '216.73.216.26', '1056225c4522e1e29c3f76e6cf9bf0a2', '2026-04-08 10:41:30', '2026-04-08 10:41:30'),
(1107, 35, NULL, '52.73.142.41', '2a548bc82904f1cc84ca5c400c9450aa', '2026-04-08 17:18:58', '2026-04-08 17:18:58'),
(1108, 54, NULL, '216.73.216.26', '22e99481a7271da325e8bb138753f91a', '2026-04-08 17:31:49', '2026-04-08 17:31:49'),
(1109, 47, NULL, '216.73.216.26', 'b9cd05cb1615cdd4b8227a8366f71584', '2026-04-08 17:31:49', '2026-04-08 17:31:49'),
(1110, 15, NULL, '216.73.216.26', 'a5ac4c1cf84bc69fb48d6cc090dd79ae', '2026-04-08 17:31:49', '2026-04-08 17:31:49'),
(1111, 46, NULL, '216.73.216.26', 'd56dc8b8fa2c819bd775e772ebcc7017', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1112, 48, NULL, '216.73.216.26', '7e9e1f1c1b7e69357a1d0847b58c8b04', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1113, 14, NULL, '216.73.216.26', '0c1f4e035b5200af7ad83bf8594186ef', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1114, 55, NULL, '216.73.216.26', '76078088346567033a70db4865686e19', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1115, 52, NULL, '216.73.216.26', '5d55392d6d2cc935b1cd8be73645e3be', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1116, 49, NULL, '216.73.216.26', 'b59cdcc0caf8b03cf41e44829fc3b724', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1117, 51, NULL, '216.73.216.26', '94e2ae44d9f918c004b0c678797bfa62', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1118, 45, NULL, '216.73.216.26', '1056225c4522e1e29c3f76e6cf9bf0a2', '2026-04-08 17:31:50', '2026-04-08 17:31:50'),
(1119, 36, NULL, '103.73.198.227', '32a64fdd2d61dec848215f86f173d083', '2026-04-08 17:58:22', '2026-04-08 17:58:22'),
(1120, 55, NULL, '109.245.38.47', 'b286de3ef0ca8aef4f8eeaede9d7b467', '2026-04-08 18:00:27', '2026-04-08 18:00:27'),
(1121, 13, NULL, '196.75.16.133', 'b652e4e5e60dadb8a99786ade4e9282d', '2026-04-08 18:01:16', '2026-04-08 18:01:16'),
(1122, 44, NULL, '37.239.13.14', 'cb28438d8111c57d1ff0258ae2c63512', '2026-04-08 18:01:20', '2026-04-08 18:01:20'),
(1123, 46, NULL, '52.205.141.124', '9afb14cf3d28e49d5278d9cb60d4ff4b', '2026-04-09 06:09:02', '2026-04-09 06:09:02'),
(1124, 35, NULL, '216.73.216.188', 'c8800d641ad91abac87afd863fe2b903', '2026-04-09 09:06:01', '2026-04-09 09:06:01'),
(1125, 34, NULL, '216.73.216.188', '329b516564a2984d4ea429da909548c3', '2026-04-09 09:06:05', '2026-04-09 09:06:05'),
(1126, 33, NULL, '216.73.216.188', '5284f4dcf8b442eabad2c2e2514963ee', '2026-04-09 09:06:06', '2026-04-09 09:06:06'),
(1127, 32, NULL, '216.73.216.188', 'a952b90b928630e5773134250d47bd57', '2026-04-09 10:44:21', '2026-04-09 10:44:21'),
(1128, 20, NULL, '185.191.171.5', 'eb34986170312ba481bc46dc62a1c389', '2026-04-09 12:23:26', '2026-04-09 12:23:26'),
(1129, 49, NULL, '217.113.194.248', '12a253baf1fbcfed256f9d3850f4a8fd', '2026-04-09 13:00:48', '2026-04-09 13:00:48'),
(1130, 51, NULL, '217.113.194.124', 'a1f469e8122bc02a1ca9d0f53b67b707', '2026-04-09 13:01:28', '2026-04-09 13:01:28'),
(1131, 54, NULL, '154.54.249.205', '135c54123ef463638da687b17dee8090', '2026-04-09 13:02:08', '2026-04-09 13:02:08'),
(1132, 50, NULL, '217.113.194.128', 'b6356a14fced7e5a11e0c8f2884d20ad', '2026-04-09 13:03:23', '2026-04-09 13:03:23'),
(1133, 42, NULL, '217.113.194.129', '84f6e090d225d0ce88c2d770fc42b250', '2026-04-09 13:04:05', '2026-04-09 13:04:05'),
(1134, 40, NULL, '217.113.194.125', '7c2b01a3c59182717969a23735e6fd43', '2026-04-09 13:09:51', '2026-04-09 13:09:51'),
(1135, 43, NULL, '217.113.194.127', 'd45c3ea8279dac7fdb87c7edc20483bf', '2026-04-09 13:10:49', '2026-04-09 13:10:49'),
(1136, 44, NULL, '113.162.28.190', '3aa0c022be2e67d0535b648071f1b457', '2026-04-09 18:04:52', '2026-04-09 18:04:52'),
(1137, 48, NULL, '123.19.246.240', 'ad4726c1030eb475b4e8a31b46486dba', '2026-04-09 18:08:34', '2026-04-09 18:08:34'),
(1138, 36, NULL, '81.200.8.55', '7079715e79dcb914f729569c4d966287', '2026-04-09 20:29:33', '2026-04-09 20:29:33'),
(1139, 32, NULL, '81.200.8.55', 'd3d3bcd81f94d1ba8e1e32bf680a6c32', '2026-04-09 20:29:34', '2026-04-09 20:29:34'),
(1140, 9, NULL, '81.200.8.55', '5518b45df906681c83272677e2b970b0', '2026-04-09 20:29:36', '2026-04-09 20:29:36'),
(1141, 30, NULL, '81.200.8.55', 'e1201c3e04471205fe61f52a180ce57b', '2026-04-09 20:29:36', '2026-04-09 20:29:36'),
(1142, 16, NULL, '81.200.8.55', '9de41caa4072663aef8103d11a940866', '2026-04-09 20:29:36', '2026-04-09 20:29:36'),
(1143, 42, NULL, '81.200.8.55', '015feda6e24882b1c319c3dc8368b94e', '2026-04-09 20:29:36', '2026-04-09 20:29:36'),
(1144, 57, NULL, '81.200.8.55', '19f6c9a2261d57ea1ec1d034c5187462', '2026-04-09 20:29:36', '2026-04-09 20:29:36'),
(1145, 40, NULL, '81.200.8.55', '53fec9d47d10e3c03f13cca4d30e0c64', '2026-04-09 20:29:37', '2026-04-09 20:29:37'),
(1146, 29, NULL, '81.200.8.55', '5f9b719fbc39ccee83bdcdb2db567ea8', '2026-04-09 20:29:38', '2026-04-09 20:29:38'),
(1147, 18, NULL, '81.200.8.55', 'a75c84dd9a687ac3c516ca1dcc39d220', '2026-04-09 20:29:38', '2026-04-09 20:29:38'),
(1148, 35, NULL, '81.200.8.55', '4a6ae47d2df18dbbd77b5fc5609e1ce1', '2026-04-09 20:29:38', '2026-04-09 20:29:38'),
(1149, 44, NULL, '81.200.8.55', '0ee3349db4a1d958916b5bbca2a1227e', '2026-04-09 20:29:38', '2026-04-09 20:29:38'),
(1150, 20, NULL, '81.200.8.55', 'b37799f2ee888154bb261c542a3991c8', '2026-04-09 20:29:42', '2026-04-09 20:29:42'),
(1151, 38, NULL, '81.200.8.55', '7c5db887b2511b0b9869ad8c85eb2ee6', '2026-04-09 20:29:43', '2026-04-09 20:29:43'),
(1152, 21, NULL, '81.200.8.55', '24b264bc435c2377f88e3508e296ad54', '2026-04-09 20:29:46', '2026-04-09 20:29:46'),
(1153, 19, NULL, '81.200.8.55', '7ee4bef09543cc47f5eac40381fd7118', '2026-04-09 20:29:47', '2026-04-09 20:29:47'),
(1154, 33, NULL, '81.200.8.55', '814f052bc19f141767e78cdd79d52525', '2026-04-09 20:29:54', '2026-04-09 20:29:54'),
(1155, 43, NULL, '81.200.8.55', '137aa7a68796626d01a3801766d1fcfd', '2026-04-09 20:29:58', '2026-04-09 20:29:58'),
(1156, 41, NULL, '81.200.8.55', '5fbe7c2b21349ee8561378bec7443ff5', '2026-04-09 20:29:59', '2026-04-09 20:29:59'),
(1157, 25, NULL, '81.200.8.55', '5a99ffb215703ea853fe6742c08a31cf', '2026-04-09 20:30:00', '2026-04-09 20:30:00'),
(1158, 12, NULL, '81.200.8.55', '0d481acd6623ff5bba4f4fbd58d03284', '2026-04-09 20:30:00', '2026-04-09 20:30:00'),
(1159, 31, NULL, '81.200.8.55', '893fabd91bcfc396230fa0ea6fc973a5', '2026-04-09 20:30:00', '2026-04-09 20:30:00'),
(1160, 22, NULL, '81.200.8.55', '339f2f8b5ad2fd859128997bc8164068', '2026-04-09 20:30:56', '2026-04-09 20:30:56'),
(1161, 56, NULL, '81.200.8.55', '504ac9fee2845601c4a16b8e5e81840c', '2026-04-09 20:30:57', '2026-04-09 20:30:57'),
(1162, 17, NULL, '81.200.8.55', '5276fb7af0d6798ea4d7143d1228dd9b', '2026-04-09 20:31:05', '2026-04-09 20:31:05'),
(1163, 34, NULL, '81.200.8.55', 'f356200ccef7a0b49ccc02b690e0c89c', '2026-04-09 20:31:05', '2026-04-09 20:31:05'),
(1164, 645, NULL, '81.200.8.55', '172e5f5d07274a97a1dc5ef50688fd3b', '2026-04-09 20:31:13', '2026-04-09 20:31:13'),
(1165, 37, NULL, '81.200.8.55', '7e6cac34d72c16d27895e08adcd136eb', '2026-04-09 20:31:16', '2026-04-09 20:31:16'),
(1166, 24, NULL, '81.200.8.55', '6e55ebe070da5edfc54a913b3a235fb5', '2026-04-09 20:31:21', '2026-04-09 20:31:21'),
(1167, 48, NULL, '216.244.66.235', '4c1cb6deceef7e6ccb25acc4081ef574', '2026-04-10 06:52:31', '2026-04-10 06:52:31'),
(1168, 44, NULL, '217.199.148.248', '997a018e9742fbe58abd345a26da8872', '2026-04-10 18:07:44', '2026-04-10 18:07:44'),
(1169, 51, NULL, '86.108.23.44', 'd86f92efc1516a6e724ed4a815c9eeda', '2026-04-10 18:08:21', '2026-04-10 18:08:21'),
(1170, 36, NULL, '14.191.163.54', '586c2538dd4154bfc2b2e446c89a23ac', '2026-04-10 18:08:38', '2026-04-10 18:08:38'),
(1171, 38, NULL, '85.208.96.206', '6c7084ecf2d7edbfc0fba7eb0bbfddd0', '2026-04-10 18:13:56', '2026-04-10 18:13:56'),
(1172, 49, NULL, '185.191.171.2', 'e5ac47e22843c0c49ba3aae0d31417ec', '2026-04-10 18:16:57', '2026-04-10 18:16:57'),
(1173, 13, NULL, '185.191.171.11', '66beb88cf8fc1f52cd7e15937a048310', '2026-04-10 18:33:26', '2026-04-10 18:33:26'),
(1174, 16, NULL, '185.191.171.9', '9f83464464acbd709531a2c45e54d6dd', '2026-04-10 19:01:19', '2026-04-10 19:01:19'),
(1175, 51, NULL, '85.208.96.207', 'd4aa2a187c2c497c2f67b2acb5642bd6', '2026-04-10 19:41:00', '2026-04-10 19:41:00'),
(1176, 44, NULL, '185.191.171.11', '9922e8c6109fc48e70492023f49d591d', '2026-04-10 20:16:09', '2026-04-10 20:16:09'),
(1177, 18, NULL, '85.208.96.202', '420a5af5670f0ca40534e4d91a289329', '2026-04-10 20:21:27', '2026-04-10 20:21:27'),
(1178, 29, NULL, '185.191.171.7', '115ec517e739da3be83203038195d0a7', '2026-04-10 20:48:10', '2026-04-10 20:48:10'),
(1179, 15, NULL, '185.191.171.7', 'cad40930d1f71f8fa1e1fe778cfa4e6c', '2026-04-10 21:14:07', '2026-04-10 21:14:07'),
(1180, 9, NULL, '85.208.96.207', '734851ce2eddd2c27091b0878f176f52', '2026-04-10 21:43:45', '2026-04-10 21:43:45'),
(1181, 42, NULL, '85.208.96.208', 'e39b3586faa56b503e118c1ca192311a', '2026-04-10 21:45:43', '2026-04-10 21:45:43'),
(1182, 36, NULL, '185.191.171.13', '0dc001ab047349be4873e0f98e7aea82', '2026-04-10 21:59:37', '2026-04-10 21:59:37'),
(1183, 48, NULL, '185.191.171.3', '4b50873e8f1de3d85f77ee7154d049fb', '2026-04-10 22:45:24', '2026-04-10 22:45:24'),
(1184, 56, NULL, '185.191.171.16', '2063fbde76fbb2cc709c0552ecf5b275', '2026-04-10 22:46:44', '2026-04-10 22:46:44'),
(1185, 25, NULL, '85.208.96.205', '84eca674add68fb3950c40128bdda5fe', '2026-04-10 22:48:39', '2026-04-10 22:48:39'),
(1186, 645, NULL, '110.249.201.179', '5884b4b6a68a0437430da8ce476b858a', '2026-04-10 23:35:04', '2026-04-10 23:35:04'),
(1187, 17, NULL, '185.191.171.11', '735772e0b2dd7315078d52f33c3917d2', '2026-04-11 00:23:42', '2026-04-11 00:23:42'),
(1188, 41, NULL, '185.191.171.8', '37e32d5949281201e8801c1ab9799736', '2026-04-11 00:34:13', '2026-04-11 00:34:13'),
(1189, 30, NULL, '85.208.96.209', 'b692a42294b1fa5b0ea9ec913e5d929f', '2026-04-11 00:44:10', '2026-04-11 00:44:10'),
(1190, 37, NULL, '85.208.96.196', '0406cfb338bbd52fb2d1e59074e75595', '2026-04-11 01:08:17', '2026-04-11 01:08:17'),
(1191, 57, NULL, '185.191.171.8', '64b2efed5bd335914bf554230eb73eef', '2026-04-11 01:13:41', '2026-04-11 01:13:41'),
(1192, 52, NULL, '85.208.96.209', '55a176ab9f5041c9a26cac974ca48464', '2026-04-11 01:14:19', '2026-04-11 01:14:19'),
(1193, 50, NULL, '185.191.171.11', 'f29f291649cd8de63dd1007a0cae2964', '2026-04-11 01:58:10', '2026-04-11 01:58:10'),
(1194, 19, NULL, '185.191.171.14', '941a858ed6e7a63a15a9e9c5d7ffc077', '2026-04-11 02:50:38', '2026-04-11 02:50:38'),
(1195, 32, NULL, '85.208.96.198', 'fe5e14c0fafba7e4a1a8b4697225d541', '2026-04-11 03:13:57', '2026-04-11 03:13:57'),
(1196, 24, NULL, '85.208.96.211', 'ee76490392c1871be07f9528462e4eff', '2026-04-11 03:28:17', '2026-04-11 03:28:17'),
(1197, 22, NULL, '185.191.171.11', '6653f6e2d241cfd0d394420330dd80d5', '2026-04-11 04:59:14', '2026-04-11 04:59:14'),
(1198, 43, NULL, '85.208.96.201', '8a363d377fb34b65fe9adf8d7c9e3ad7', '2026-04-11 05:13:23', '2026-04-11 05:13:23'),
(1199, 31, NULL, '185.191.171.14', 'ab9eed6736d96bef83dd5ab2b859d7a6', '2026-04-11 05:27:45', '2026-04-11 05:27:45'),
(1200, 35, NULL, '185.191.171.18', 'a813cfccf7483ec03c597dbd2e27398a', '2026-04-11 05:35:17', '2026-04-11 05:35:17'),
(1201, 34, NULL, '85.208.96.209', 'bfa519d546149bd964bb5bc885632cf5', '2026-04-11 05:55:38', '2026-04-11 05:55:38'),
(1202, 12, NULL, '185.191.171.5', '0ab2d5e46230261cc8f136e1fd8ac146', '2026-04-11 06:05:57', '2026-04-11 06:05:57'),
(1203, 33, NULL, '185.191.171.15', '1298c0c1b4c41491be245ffa79819b86', '2026-04-11 06:18:24', '2026-04-11 06:18:24'),
(1204, 21, NULL, '185.191.171.5', 'e4de58b4ad70ed322709d924288d4dd8', '2026-04-11 06:52:17', '2026-04-11 06:52:17'),
(1205, 36, NULL, '47.128.121.181', '5844ab7e9c7610b402ac22909dd4924b', '2026-04-11 06:52:45', '2026-04-11 06:52:45'),
(1206, 40, NULL, '185.191.171.13', '9e684fea1fb4d4641faab91e9f49cc7b', '2026-04-11 07:17:39', '2026-04-11 07:17:39'),
(1207, 41, NULL, '47.128.121.137', '532f0da9c6e85339e6a9faee9e92b40f', '2026-04-11 12:47:51', '2026-04-11 12:47:51'),
(1208, 54, NULL, '144.76.32.239', '0459f392f8944cf9aff401d078f8061f', '2026-04-11 13:08:51', '2026-04-11 13:08:51'),
(1209, 30, NULL, '144.76.32.239', '315dc34a5191e2d414ae115a1192f05c', '2026-04-11 13:08:55', '2026-04-11 13:08:55'),
(1210, 42, NULL, '144.76.32.239', '195ecc3f0f23b7aa646312e4c2712416', '2026-04-11 13:09:02', '2026-04-11 13:09:02'),
(1211, 32, NULL, '144.76.32.239', '7f93f51e8588e941306339e6bf7d3a04', '2026-04-11 13:09:09', '2026-04-11 13:09:09'),
(1212, 35, NULL, '216.73.216.188', 'c8800d641ad91abac87afd863fe2b903', '2026-04-11 13:30:20', '2026-04-11 13:30:20'),
(1213, 32, NULL, '216.73.216.188', 'a952b90b928630e5773134250d47bd57', '2026-04-11 13:49:27', '2026-04-11 13:49:27'),
(1214, 34, NULL, '216.73.216.188', '329b516564a2984d4ea429da909548c3', '2026-04-11 13:49:27', '2026-04-11 13:49:27'),
(1215, 56, NULL, '34.231.45.47', '739c2e708e6e92c145ebdff05396ccc5', '2026-04-11 14:25:04', '2026-04-11 14:25:04'),
(1216, 33, NULL, '144.76.32.239', 'ddc80176f1f702feed3590421f30b619', '2026-04-11 14:49:22', '2026-04-11 14:49:22'),
(1217, 33, NULL, '216.73.216.188', '5284f4dcf8b442eabad2c2e2514963ee', '2026-04-11 15:05:53', '2026-04-11 15:05:53'),
(1218, 41, NULL, '144.76.32.239', '4728207fd7d632798bd0b5a1251ef42b', '2026-04-11 16:12:05', '2026-04-11 16:12:05'),
(1219, 57, NULL, '144.76.32.239', '747a387e443cc5bc3826e96b452d0b95', '2026-04-11 16:12:15', '2026-04-11 16:12:15'),
(1220, 16, NULL, '144.76.32.239', '3319d4f7aafe2720e12cd2221fb658e1', '2026-04-11 16:12:21', '2026-04-11 16:12:21'),
(1221, 46, NULL, '144.76.32.239', 'ff76d398d5b43e9bb1e28ac876c7f978', '2026-04-11 16:12:25', '2026-04-11 16:12:25'),
(1222, 15, NULL, '144.76.32.239', 'ffc735ca8d03fbc05e48c14fd789fc3e', '2026-04-11 16:12:31', '2026-04-11 16:12:31'),
(1223, 19, NULL, '144.76.32.239', 'ea859df1bedb2ebe74cb8c3b1ac6d1b7', '2026-04-11 16:12:35', '2026-04-11 16:12:35'),
(1224, 56, NULL, '144.76.32.239', '232c1d257e53be8fdbf68f4f5905514e', '2026-04-11 16:12:39', '2026-04-11 16:12:39'),
(1225, 13, NULL, '144.76.32.239', '2f044c367226e25316324b1f9a62d04b', '2026-04-11 16:12:43', '2026-04-11 16:12:43'),
(1226, 31, NULL, '144.76.32.239', '0a160c781e0c9cd680c3245e20edbe93', '2026-04-11 16:12:51', '2026-04-11 16:12:51'),
(1227, 37, NULL, '144.76.32.239', '55ab0bb257407df2f47783da17c3424a', '2026-04-11 16:12:58', '2026-04-11 16:12:58'),
(1228, 645, NULL, '144.76.32.239', '57c50706228497b4a86ba1749f27dfba', '2026-04-11 16:13:15', '2026-04-11 16:13:15'),
(1229, 25, NULL, '144.76.32.239', '787d6d76572a807a32ffc9b1ddd056eb', '2026-04-11 16:13:39', '2026-04-11 16:13:39'),
(1230, 21, NULL, '144.76.32.239', '3b346efaf0ee98bbf56fbe4e25955c22', '2026-04-11 16:13:49', '2026-04-11 16:13:49'),
(1231, 14, NULL, '144.76.32.239', 'c1cca19a6d52e031e3881d04e14f9f3c', '2026-04-11 16:14:13', '2026-04-11 16:14:13'),
(1232, 17, NULL, '144.76.32.239', 'd72fb887a503d5db035b1573dc7af384', '2026-04-11 16:14:31', '2026-04-11 16:14:31'),
(1233, 25, NULL, '14.242.203.173', '68475a9f5c7827d8aefe83b72ee1067c', '2026-04-11 18:06:48', '2026-04-11 18:06:48'),
(1234, 36, NULL, '190.84.116.34', 'aecee27b44ddd7fdf2885ff9cb47edfa', '2026-04-11 18:10:09', '2026-04-11 18:10:09'),
(1235, 44, NULL, '14.191.103.198', 'fb12bf525591f83e0a11fed68af7b3e2', '2026-04-11 18:12:20', '2026-04-11 18:12:20'),
(1236, 29, NULL, '145.223.131.140', '0c050a031ff773e8ce8da731c6593096', '2026-04-12 11:03:41', '2026-04-12 11:03:41'),
(1237, 36, NULL, '196.121.18.190', 'c03a6ef99a1093f0745873d3e4a1091c', '2026-04-12 18:09:10', '2026-04-12 18:09:10'),
(1238, 44, NULL, '14.164.225.198', '269f8d4b75b25fbf3625b9069292a4b3', '2026-04-12 18:11:25', '2026-04-12 18:11:25'),
(1239, 38, NULL, '190.153.67.108', '471e4718199a826fa721d577963cefc4', '2026-04-12 18:16:55', '2026-04-12 18:16:55'),
(1240, 25, NULL, '74.7.243.226', '0df67bb0434f3d47c2f9524261e04ab2', '2026-04-12 21:29:19', '2026-04-12 21:29:19'),
(1241, 40, NULL, '74.7.243.226', '573b823978c0e965a2b0d13e099f098e', '2026-04-12 21:29:56', '2026-04-12 21:29:56'),
(1242, 41, NULL, '74.7.243.226', '96d74380f612b769d7a5dbb4ddd62509', '2026-04-12 21:30:13', '2026-04-12 21:30:13'),
(1243, 19, NULL, '74.7.243.226', 'b2885b7baeb1cc58d821bf4516682672', '2026-04-12 21:30:45', '2026-04-12 21:30:45'),
(1244, 44, NULL, '74.7.243.226', 'd0bac6e7f66845e60ca5370dad77f637', '2026-04-12 21:31:14', '2026-04-12 21:31:14'),
(1245, 38, NULL, '74.7.243.226', '29ad6e5f31980f55dd76ff4d0642c0fc', '2026-04-12 21:31:34', '2026-04-12 21:31:34'),
(1246, 57, NULL, '74.7.243.226', '1dce91c5e09f352066814934cc772afc', '2026-04-12 21:31:54', '2026-04-12 21:31:54'),
(1247, 9, NULL, '74.7.243.226', '413cf9789f71ac4c17c2cc155deac3be', '2026-04-12 21:32:11', '2026-04-12 21:32:11'),
(1248, 56, NULL, '74.7.243.226', '1453c75c87a2465e6d49b2a1c4ade3ce', '2026-04-12 21:32:29', '2026-04-12 21:32:29'),
(1249, 31, NULL, '74.7.243.226', '3603e82078dac5bffb933b4c59de044e', '2026-04-12 21:32:42', '2026-04-12 21:32:42'),
(1250, 18, NULL, '74.7.243.226', '1c0ecf59c636126300c4865d220f9e03', '2026-04-12 21:32:58', '2026-04-12 21:32:58'),
(1251, 29, NULL, '74.7.243.226', 'd89c752b4d803de8a48e71d005f716d3', '2026-04-12 21:33:17', '2026-04-12 21:33:17'),
(1252, 37, NULL, '74.7.243.226', '9c047dd9f34c5a74ca917d75b8fbd7f3', '2026-04-12 21:33:49', '2026-04-12 21:33:49'),
(1253, 43, NULL, '74.7.243.226', 'cb861766f7ceb60cab1fd5114d3c8ddf', '2026-04-12 22:43:26', '2026-04-12 22:43:26'),
(1254, 17, NULL, '74.7.243.226', 'dabcf58dd7feac739fa1b9f11b86dfe9', '2026-04-12 22:43:41', '2026-04-12 22:43:41'),
(1255, 30, NULL, '74.7.243.226', '03b0a30340690ee0e9ec21e9edb9bc61', '2026-04-12 22:43:59', '2026-04-12 22:43:59'),
(1256, 645, NULL, '74.7.243.226', 'acd8d2353605dff3cea8eb214f7c5a92', '2026-04-12 22:44:30', '2026-04-12 22:44:30'),
(1257, 42, NULL, '74.7.243.226', '5e1290e0ac97021abf0c4711dc38c129', '2026-04-12 22:44:41', '2026-04-12 22:44:41'),
(1258, 20, NULL, '5.39.109.164', '33f36059645459c7b4b120151ea0aba8', '2026-04-12 23:10:09', '2026-04-12 23:10:09'),
(1259, 645, NULL, '3.223.134.5', '14139c6e444d96a87c93caf19414bc5c', '2026-04-13 00:01:01', '2026-04-13 00:01:01'),
(1260, 35, NULL, '216.73.216.223', '95ace0ae556a89a541c78aa4b9f9b761', '2026-04-13 08:44:43', '2026-04-13 08:44:43'),
(1261, 33, NULL, '216.73.216.223', '1193c0dd1ed3c6fd21119de48f7a5956', '2026-04-13 08:48:03', '2026-04-13 08:48:03'),
(1262, 32, NULL, '216.73.216.223', 'ceaf96b63f5e3612bc7530b713e7413c', '2026-04-13 08:48:06', '2026-04-13 08:48:06'),
(1263, 34, NULL, '216.73.216.223', 'c37d5e214dd4e959b59953c80519b2ac', '2026-04-13 08:48:06', '2026-04-13 08:48:06'),
(1264, 56, NULL, '194.110.207.62', '2139d521e250d94889c2809e4a13d170', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1265, 16, NULL, '194.110.207.62', '66f5aac6db1a6b6d7f82dfd225298410', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1266, 40, NULL, '194.110.207.62', '979f790ebfefaa674680ccc18cfd4d89', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1267, 9, NULL, '194.110.207.62', '54518096121074de9045bc9093c58895', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1268, 44, NULL, '194.110.207.62', 'de23930131369b0a73cc8c5d6dd34fe7', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1269, 31, NULL, '194.110.207.62', 'df255ceeaadbed28528f039481b53909', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1270, 57, NULL, '194.110.207.62', '1a3efa2196e6386a6be99a7f6b701e58', '2026-04-13 10:51:25', '2026-04-13 10:51:25'),
(1271, 19, NULL, '194.110.207.62', 'bc18a4252c8cf3d54fe3a10530e36fda', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1272, 38, NULL, '194.110.207.62', 'ae3c84fafa7c7bcd103cd7b8bd775c2b', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1273, 29, NULL, '194.110.207.62', '67131a0d34f340f38c8082fa34003058', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1274, 32, NULL, '194.110.207.62', 'da5d4c6a5901a4fcba60b6a5b77c050e', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1275, 20, NULL, '194.110.207.62', 'f194dab88ce26d8aa658202fa676c87f', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1276, 33, NULL, '194.110.207.62', 'fcf5807db1fa7b336762fcd18a6827c0', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1277, 30, NULL, '194.110.207.62', '7657fdcaef1b8afca5091ed48505aea2', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1278, 42, NULL, '194.110.207.62', '83aa7761fb1a9c7acc1decc0cc3d3bbc', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1279, 25, NULL, '194.110.207.62', '35ad88b2e6d13ba99ede3d3d70a61319', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1280, 17, NULL, '194.110.207.62', '1b75b14031025ca19da553b7f3cf24d7', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1281, 41, NULL, '194.110.207.62', '4b06d8c5fc65895a2d521a9ccfb43ea6', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1282, 645, NULL, '194.110.207.62', '6c47de8fee7fd2ddf125a451bc486d61', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1283, 22, NULL, '194.110.207.62', 'a0b2ab043e20d8bbff2bcc8d94b83841', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1284, 37, NULL, '194.110.207.62', '951e6a2cf5f93b514c5b66de7eba066a', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1285, 34, NULL, '194.110.207.62', '3beae3c2c554528b62a90dabdd2a2b11', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1286, 18, NULL, '194.110.207.62', '8855b37849737a9583991683950a7a01', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1287, 21, NULL, '194.110.207.62', 'f8e601917d82578d0eb9f664b41838d2', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1288, 12, NULL, '194.110.207.62', '7e87f14294a161c7d92336e10e6cb46c', '2026-04-13 10:51:26', '2026-04-13 10:51:26'),
(1289, 24, NULL, '194.110.207.62', '9dcdc84044c86949237c495b10fe23e5', '2026-04-13 10:51:27', '2026-04-13 10:51:27'),
(1290, 35, NULL, '194.110.207.62', 'da710db85107449c038f7f0e940c73c7', '2026-04-13 10:51:27', '2026-04-13 10:51:27'),
(1291, 36, NULL, '194.110.207.62', '228e399c49ea7d37c79b53ee76cd43f1', '2026-04-13 10:51:27', '2026-04-13 10:51:27'),
(1292, 43, NULL, '194.110.207.62', '8bbb277b03f93710f73bc8a4e5c4bde9', '2026-04-13 10:51:27', '2026-04-13 10:51:27'),
(1293, 44, NULL, '14.185.131.199', '4c9ca607285390b974190ac02170c2a9', '2026-04-13 18:03:18', '2026-04-13 18:03:18'),
(1294, 36, NULL, '14.170.231.182', '917c6d102fb7a98c5af051a8d8543277', '2026-04-13 18:07:55', '2026-04-13 18:07:55'),
(1295, 18, NULL, '17.22.237.111', '67c36560d2a6bac7ca780bfd84a98002', '2026-04-14 04:10:32', '2026-04-14 04:10:32'),
(1296, 20, NULL, '154.54.249.205', 'd2e74d9530100814dd20d88c729acd8a', '2026-04-14 06:37:34', '2026-04-14 06:37:34'),
(1297, 44, NULL, '217.113.194.131', 'b733f673d587263874271165adc63d2a', '2026-04-14 06:38:27', '2026-04-14 06:38:27'),
(1298, 13, NULL, '217.113.194.128', '472125eec2a2e7104b968979d0ba0c89', '2026-04-14 06:40:14', '2026-04-14 06:40:14'),
(1299, 24, NULL, '217.113.194.129', '0bbb2cad98c83eaea7c4f902e0a0dd7b', '2026-04-14 06:41:34', '2026-04-14 06:41:34'),
(1300, 21, NULL, '154.54.249.205', '84ff2841ba9885c26f45bc7dacc8d777', '2026-04-14 06:42:53', '2026-04-14 06:42:53'),
(1301, 19, NULL, '154.54.249.205', '250ea07ad103320603f601c912522ade', '2026-04-14 06:44:37', '2026-04-14 06:44:37'),
(1302, 44, NULL, '105.168.151.177', 'c632d9a65f3b64ab1fdf64eaafbcf156', '2026-04-14 18:02:27', '2026-04-14 18:02:27'),
(1303, 36, NULL, '102.208.44.18', '33e5fffb093d1752b3f00868aa47aa69', '2026-04-14 18:05:51', '2026-04-14 18:05:51'),
(1304, 34, NULL, '123.16.245.196', '3dd065130846eefb9ebe8d8499ce8eb4', '2026-04-14 18:10:06', '2026-04-14 18:10:06'),
(1305, 36, NULL, '145.223.130.195', '1e448357ff43bbe16b06e0de2d64f9d5', '2026-04-14 22:22:48', '2026-04-14 22:22:48'),
(1306, 20, NULL, '44.206.93.215', '91feb54ee09b99225ed71ef94da78b8c', '2026-04-15 11:03:54', '2026-04-15 11:03:54'),
(1307, 44, NULL, '14.234.67.39', '1a2f3917600942063c2db63298ecdaa0', '2026-04-15 18:08:34', '2026-04-15 18:08:34'),
(1308, 36, NULL, '156.223.222.255', 'f775e4d22b28232e7f794d3236152672', '2026-04-15 18:12:16', '2026-04-15 18:12:16'),
(1309, 32, NULL, '52.167.144.197', '9a22024751d27a703e13bccc58601c04', '2026-04-16 10:01:04', '2026-04-16 10:01:04'),
(1310, 48, NULL, '34.194.14.255', 'd07e4202af21d6c0f124a8370488318b', '2026-04-16 12:21:23', '2026-04-16 12:21:23'),
(1311, 36, NULL, '102.160.171.196', '623607bd972b4dece52486ec4924d66d', '2026-04-16 18:02:45', '2026-04-16 18:02:45');
INSERT INTO `profile_views` (`id`, `celebrity_id`, `viewer_id`, `ip`, `session_key`, `created_at`, `updated_at`) VALUES
(1312, 44, NULL, '14.165.118.14', 'a377c795e75b306ddcc9dd7d034409ec', '2026-04-16 18:05:37', '2026-04-16 18:05:37'),
(1313, 47, NULL, '113.191.116.67', '26dd6f155769294e6b04de0bbb0f2ce7', '2026-04-16 18:07:53', '2026-04-16 18:07:53'),
(1314, 56, NULL, '52.167.144.190', 'c883f66d473fc1e87cae09c5ccef29d2', '2026-04-16 21:24:02', '2026-04-16 21:24:02'),
(1315, 9, NULL, '198.186.131.59', '7dd329bcd033585d9deb565be205edde', '2026-04-17 02:02:09', '2026-04-17 02:02:09'),
(1316, 29, NULL, '198.186.131.59', '34d82efd4d5de17e3e69a0565be0e143', '2026-04-17 02:02:09', '2026-04-17 02:02:09'),
(1317, 35, NULL, '198.186.131.59', 'cc1146df3a01213461f28bc9fb50e82d', '2026-04-17 02:02:09', '2026-04-17 02:02:09'),
(1318, 42, NULL, '198.186.131.59', '175fb831f57059c506d98edd958cacb7', '2026-04-17 02:02:10', '2026-04-17 02:02:10'),
(1319, 18, NULL, '198.186.131.59', '66f1657360a8cf5b9926f441916d013c', '2026-04-17 02:02:10', '2026-04-17 02:02:10'),
(1320, 36, NULL, '198.186.131.59', '2289377046ef2774379854fcea4e9a06', '2026-04-17 02:02:10', '2026-04-17 02:02:10'),
(1321, 38, NULL, '198.186.131.59', '50593fafef5077c49e87f14aeda270fc', '2026-04-17 02:02:11', '2026-04-17 02:02:11'),
(1322, 12, NULL, '198.186.131.59', 'c547b8225eb2ddccb1d5de8d6291a110', '2026-04-17 02:02:11', '2026-04-17 02:02:11'),
(1323, 40, NULL, '198.186.131.59', '494c7e0c0cad49c7f12696b1e777505f', '2026-04-17 02:02:12', '2026-04-17 02:02:12'),
(1324, 21, NULL, '198.186.131.59', 'f16dad153eb6ea90c68ac758a6425630', '2026-04-17 02:02:12', '2026-04-17 02:02:12'),
(1325, 19, NULL, '198.186.131.59', '8854208fe166251e966cf40df6bd9fbb', '2026-04-17 02:02:12', '2026-04-17 02:02:12'),
(1326, 30, NULL, '198.186.131.59', '22f3f9f4f3593447e76e92484692274a', '2026-04-17 02:02:12', '2026-04-17 02:02:12'),
(1327, 41, NULL, '198.186.131.59', '8fc97399ff1ddd2f3db28a6f54f393f6', '2026-04-17 02:02:12', '2026-04-17 02:02:12'),
(1328, 24, NULL, '198.186.131.59', '07d13484b8f6756916d0fe4c27a6d2c6', '2026-04-17 02:02:13', '2026-04-17 02:02:13'),
(1329, 31, NULL, '198.186.131.59', '6c9630756e04584092d2c1968573c436', '2026-04-17 02:02:13', '2026-04-17 02:02:13'),
(1330, 17, NULL, '198.186.131.59', 'e7b51ced3daa7986240f3080be720687', '2026-04-17 02:02:13', '2026-04-17 02:02:13'),
(1331, 32, NULL, '198.186.131.59', '19984faab3a4f974c436813528e2a776', '2026-04-17 02:02:14', '2026-04-17 02:02:14'),
(1332, 16, NULL, '198.186.131.59', 'a0e10087ee59bfb83805c5293c15e57d', '2026-04-17 02:02:14', '2026-04-17 02:02:14'),
(1333, 645, NULL, '198.186.131.59', 'd00035bc2941bf898400e8722f534e31', '2026-04-17 02:02:14', '2026-04-17 02:02:14'),
(1334, 33, NULL, '198.186.131.59', '56b09b4d7615d715c4aae8d64b88cfc7', '2026-04-17 02:02:15', '2026-04-17 02:02:15'),
(1335, 44, NULL, '198.186.131.59', '197d3a9793be91cf265851e2be8e53fc', '2026-04-17 02:02:15', '2026-04-17 02:02:15'),
(1336, 22, NULL, '198.186.131.59', '5e7eaa307ad84a3ee9e30547bbf5a157', '2026-04-17 02:02:15', '2026-04-17 02:02:15'),
(1337, 25, NULL, '198.186.131.59', '13df45b52bed2dc586317c67d788662c', '2026-04-17 02:02:15', '2026-04-17 02:02:15'),
(1338, 57, NULL, '198.186.131.59', '179afbb87f0bc30f39f9773132a0c773', '2026-04-17 02:02:16', '2026-04-17 02:02:16'),
(1339, 37, NULL, '198.186.131.59', '4db3f1ecc7096829baa2cd61c3225e71', '2026-04-17 02:02:16', '2026-04-17 02:02:16'),
(1340, 34, NULL, '198.186.131.59', '12b7308a2e55511acd33407e62efd96e', '2026-04-17 02:02:16', '2026-04-17 02:02:16'),
(1341, 20, NULL, '198.186.131.59', '07ff942e518ddff34a0fdf912da0714a', '2026-04-17 02:02:16', '2026-04-17 02:02:16'),
(1342, 43, NULL, '198.186.131.59', '588d313d0040d1eaf74291a4ba1da56a', '2026-04-17 02:02:17', '2026-04-17 02:02:17'),
(1343, 56, NULL, '198.186.131.59', '57ac8a5f735c9b0bcb59766072fd84ec', '2026-04-17 02:02:17', '2026-04-17 02:02:17'),
(1344, 22, NULL, '45.82.64.231', '0e4aca16cc869c3c35c8dff0dcbb7e0f', '2026-04-17 12:15:37', '2026-04-17 12:15:37'),
(1345, 36, 1, '45.82.64.231', '615b45ff2c7573b4b5c569e5a186be96', '2026-04-17 12:18:51', '2026-04-17 12:18:51'),
(1346, 42, NULL, '106.215.179.197', '07a609798d2dcff23aad0ff3597a3dc4', '2026-04-17 12:22:30', '2026-04-17 12:22:30'),
(1347, 36, NULL, '14.184.101.70', '49f6d2539d19bfd0e505381f8f61fad7', '2026-04-17 18:01:43', '2026-04-17 18:01:43'),
(1348, 44, NULL, '14.176.59.80', '5b9ea79c43067e45f8b3c43d71111225', '2026-04-17 18:04:33', '2026-04-17 18:04:33'),
(1349, 40, NULL, '45.230.11.19', '4304e5e71d0cb5c061b76fe4f393eb02', '2026-04-17 18:05:46', '2026-04-17 18:05:46'),
(1350, 20, NULL, '185.191.171.19', '1e96ecff365af820a5ca36b3e85aeb8f', '2026-04-17 19:39:55', '2026-04-17 19:39:55'),
(1351, 17, NULL, '47.128.121.112', '73b28475388a966820cc9432fd171929', '2026-04-17 22:27:41', '2026-04-17 22:27:41'),
(1352, 36, NULL, '14.191.96.48', 'f003c2501ac5714fc2ebdd994519d71e', '2026-04-18 17:58:52', '2026-04-18 17:58:52'),
(1353, 44, NULL, '14.227.225.72', '9b83677c05425724fc4eebb7510f0348', '2026-04-18 18:02:17', '2026-04-18 18:02:17'),
(1354, 38, NULL, '54.147.238.89', '7746eb02aaad3d925751c95edba0b70e', '2026-04-18 18:41:56', '2026-04-18 18:41:56'),
(1355, 40, NULL, '34.194.233.48', '4657ee0e2631c9e8f77e8776f2a6c572', '2026-04-18 20:09:28', '2026-04-18 20:09:28'),
(1356, 42, NULL, '40.77.167.27', '09bae7438e2ba81766eb02ed889b827c', '2026-04-18 22:27:03', '2026-04-18 22:27:03'),
(1357, 21, NULL, '40.77.167.14', '42b96bd54bcaadd0abeebf9eb9095df3', '2026-04-18 22:51:33', '2026-04-18 22:51:33'),
(1358, 9, NULL, '217.113.194.126', '223f29b09cf08012b321f3b93f8431e3', '2026-04-19 00:14:46', '2026-04-19 00:14:46'),
(1359, 29, NULL, '217.113.194.127', 'd401f2d1cd1b4a8e09f36f40fefb4d0e', '2026-04-19 00:15:10', '2026-04-19 00:15:10'),
(1360, 56, NULL, '217.113.194.122', 'a645d969747de4bb999b431f007788fd', '2026-04-19 00:15:57', '2026-04-19 00:15:57'),
(1361, 12, NULL, '217.113.194.248', '049c3172028bd017b15e4c25baa54850', '2026-04-19 00:16:20', '2026-04-19 00:16:20'),
(1362, 18, NULL, '217.113.194.128', '6700aa2477b43f9f1ebde3040bcf472f', '2026-04-19 00:17:58', '2026-04-19 00:17:58'),
(1363, 29, NULL, '17.241.219.236', 'f4a62be472a91751a588bf80779eda68', '2026-04-19 00:33:13', '2026-04-19 00:33:13'),
(1364, 18, NULL, '47.128.121.17', '5a7e3a22baa58c4a6423bbe4ce952e24', '2026-04-19 08:13:30', '2026-04-19 08:13:30'),
(1365, 19, NULL, '65.21.113.195', 'ed53510d3f3943851b86a681ea189cd0', '2026-04-19 12:40:35', '2026-04-19 12:40:35'),
(1366, 31, NULL, '65.21.113.195', 'ab07f9fd5d115a8fd64a314f2d4b7696', '2026-04-19 12:40:36', '2026-04-19 12:40:36'),
(1367, 33, NULL, '65.21.113.195', '0774ee8d97c9b63e0f74a91acf7a52a0', '2026-04-19 12:40:39', '2026-04-19 12:40:39'),
(1368, 645, NULL, '65.21.113.195', '84b26eb57a608700e45eb4655a4126d5', '2026-04-19 12:40:42', '2026-04-19 12:40:42'),
(1369, 41, NULL, '65.21.113.195', '824ba58e811d6067e175872e2f485952', '2026-04-19 12:40:45', '2026-04-19 12:40:45'),
(1370, 43, NULL, '65.21.113.195', '4e040addbd04c272c0308ee404e9f3c8', '2026-04-19 12:40:47', '2026-04-19 12:40:47'),
(1371, 37, NULL, '65.21.113.195', '38c926c4a09f24b556fafcc6779e10da', '2026-04-19 12:40:48', '2026-04-19 12:40:48'),
(1372, 9, NULL, '65.21.113.195', 'a33451f2825c1e9f510c53c41302d91c', '2026-04-19 12:40:50', '2026-04-19 12:40:50'),
(1373, 12, NULL, '65.21.113.195', '7bced1e0d2a31be278f74a8eed20a710', '2026-04-19 12:40:52', '2026-04-19 12:40:52'),
(1374, 20, NULL, '65.21.113.195', '4d6491c481263d636841577db736ed64', '2026-04-19 12:44:33', '2026-04-19 12:44:33'),
(1375, 57, NULL, '65.21.113.195', '49e1e585901340858e2d14808120b540', '2026-04-19 12:44:36', '2026-04-19 12:44:36'),
(1376, 29, NULL, '65.21.113.195', '5ccf8f0653e2fee4891437296c176e06', '2026-04-19 12:44:40', '2026-04-19 12:44:40'),
(1377, 14, NULL, '65.21.113.195', 'dd91abbb546228ee57f62792218819e6', '2026-04-19 12:44:42', '2026-04-19 12:44:42'),
(1378, 22, NULL, '65.21.113.195', '61a015c720bdb525fcfade7435cdb6e0', '2026-04-19 12:44:46', '2026-04-19 12:44:46'),
(1379, 44, NULL, '65.21.113.195', 'cce42fa714fca59c2b22f2418b04b0ab', '2026-04-19 12:44:48', '2026-04-19 12:44:48'),
(1380, 25, NULL, '65.21.113.195', 'c345cfb6cc880032fa4aec2085498623', '2026-04-19 12:44:49', '2026-04-19 12:44:49'),
(1381, 56, NULL, '65.21.113.195', '17c4c2650c8c8a7fc838924f434e9236', '2026-04-19 12:44:51', '2026-04-19 12:44:51'),
(1382, 47, NULL, '65.21.113.195', '10668c45a8dc6e9a3daa883ac9d057ec', '2026-04-19 12:44:53', '2026-04-19 12:44:53'),
(1383, 13, NULL, '65.21.113.195', 'ea9b24ef9446af644482a05e53ae98de', '2026-04-19 12:44:56', '2026-04-19 12:44:56'),
(1384, 16, NULL, '65.21.113.195', '7bd340789e32d3e15ed625cd00d8f067', '2026-04-19 12:45:56', '2026-04-19 12:45:56'),
(1385, 45, NULL, '65.21.113.195', 'c5f86e4c299159c229001e8eb728037d', '2026-04-19 12:45:58', '2026-04-19 12:45:58'),
(1386, 35, NULL, '65.21.113.195', '9044d8fa48b64b98fa80f6826ca4a718', '2026-04-19 12:46:00', '2026-04-19 12:46:00'),
(1387, 30, NULL, '65.21.113.195', '5f83586e6d3a1a4310a6198ff21032f6', '2026-04-19 12:46:05', '2026-04-19 12:46:05'),
(1388, 34, NULL, '65.21.113.195', '8fb5f27af2298c127987369ba71815c4', '2026-04-19 12:46:06', '2026-04-19 12:46:06'),
(1389, 46, NULL, '65.21.113.195', 'e54c937fcb6aaf2685cdf04e90960b20', '2026-04-19 12:46:29', '2026-04-19 12:46:29'),
(1390, 32, NULL, '65.21.113.195', '5da4745dff92b1291dbf3e6df317c7f1', '2026-04-19 12:46:30', '2026-04-19 12:46:30'),
(1391, 17, NULL, '65.21.113.195', 'ecdb7571df0b72500574bfe53e8b4178', '2026-04-19 12:46:34', '2026-04-19 12:46:34'),
(1392, 21, NULL, '65.21.113.195', '5eed4393d2c865aa15a36e604a25f1a8', '2026-04-19 12:46:35', '2026-04-19 12:46:35'),
(1393, 42, NULL, '65.21.113.195', 'd4b10a7d206cb6d8e2892465e5a5461b', '2026-04-19 12:46:41', '2026-04-19 12:46:41'),
(1394, 18, NULL, '65.21.113.195', '0aa47ee5036da92fd4de99008cbd8c67', '2026-04-19 12:46:43', '2026-04-19 12:46:43'),
(1395, 38, NULL, '65.21.113.195', '16f6775036c94da771e0d62a941a356e', '2026-04-19 12:46:44', '2026-04-19 12:46:44'),
(1396, 40, NULL, '65.21.113.195', 'fc69ff871ba394bffbab005c80fd2abd', '2026-04-19 12:46:50', '2026-04-19 12:46:50'),
(1397, 24, NULL, '65.21.113.195', 'cf41fb128b90ea9180ccb1b3c50fe33c', '2026-04-19 12:46:55', '2026-04-19 12:46:55'),
(1398, 36, NULL, '65.21.113.195', 'dd3de87e85ca96480acc6f49fa185529', '2026-04-19 12:46:57', '2026-04-19 12:46:57'),
(1399, 15, NULL, '65.21.113.195', '09733cbb360f7a8930dec8600486bcb2', '2026-04-19 12:47:00', '2026-04-19 12:47:00'),
(1400, 33, NULL, '65.21.113.195', '0774ee8d97c9b63e0f74a91acf7a52a0', '2026-04-19 14:50:43', '2026-04-19 14:50:43'),
(1401, 50, NULL, '65.21.113.195', 'b4c8e6e412953774a0e0c92f829b1c72', '2026-04-19 14:51:12', '2026-04-19 14:51:12'),
(1402, 49, NULL, '65.21.113.195', 'e98f8f0cf6d865d770a744c2c7f13a3c', '2026-04-19 14:51:26', '2026-04-19 14:51:26'),
(1403, 52, NULL, '65.21.113.195', 'ca4fed36c7d05363c359052a2511dc90', '2026-04-19 14:51:54', '2026-04-19 14:51:54'),
(1404, 54, NULL, '65.21.113.195', 'f5323846647ab958ff59178d1eeebe0f', '2026-04-19 14:52:12', '2026-04-19 14:52:12'),
(1405, 51, NULL, '65.21.113.195', '3844c8c9c763defe829546a0c8f137bd', '2026-04-19 14:52:19', '2026-04-19 14:52:19'),
(1406, 55, NULL, '65.21.113.195', 'ce64e08524f776b453c51ef77f5871ba', '2026-04-19 14:52:28', '2026-04-19 14:52:28'),
(1407, 48, NULL, '65.21.113.195', 'ffd32294f83624150b3e8d0429e7b45e', '2026-04-19 14:52:51', '2026-04-19 14:52:51'),
(1408, 35, NULL, '65.21.113.195', '9044d8fa48b64b98fa80f6826ca4a718', '2026-04-19 14:53:01', '2026-04-19 14:53:01'),
(1409, 34, NULL, '65.21.113.195', '8fb5f27af2298c127987369ba71815c4', '2026-04-19 14:53:26', '2026-04-19 14:53:26'),
(1410, 32, NULL, '65.21.113.195', '5da4745dff92b1291dbf3e6df317c7f1', '2026-04-19 14:53:40', '2026-04-19 14:53:40'),
(1411, 33, NULL, '65.21.113.195', '0774ee8d97c9b63e0f74a91acf7a52a0', '2026-04-19 16:54:24', '2026-04-19 16:54:24'),
(1412, 35, NULL, '65.21.113.195', '9044d8fa48b64b98fa80f6826ca4a718', '2026-04-19 16:54:45', '2026-04-19 16:54:45'),
(1413, 34, NULL, '65.21.113.195', '8fb5f27af2298c127987369ba71815c4', '2026-04-19 16:54:48', '2026-04-19 16:54:48'),
(1414, 32, NULL, '65.21.113.195', '5da4745dff92b1291dbf3e6df317c7f1', '2026-04-19 16:54:49', '2026-04-19 16:54:49'),
(1415, 44, NULL, '186.1.185.221', '50e4d6289184625e726d6b7c0c760193', '2026-04-19 18:01:09', '2026-04-19 18:01:09'),
(1416, 36, NULL, '14.168.239.194', 'a1d1603c7c965150bbda2a0411ec3f5f', '2026-04-19 18:02:26', '2026-04-19 18:02:26'),
(1417, 33, NULL, '65.21.113.195', '0774ee8d97c9b63e0f74a91acf7a52a0', '2026-04-19 18:58:56', '2026-04-19 18:58:56'),
(1418, 32, NULL, '65.21.113.195', '5da4745dff92b1291dbf3e6df317c7f1', '2026-04-19 18:58:59', '2026-04-19 18:58:59'),
(1419, 15, NULL, '54.90.8.255', '034e7eebd846bda0c590e104dd4dee5d', '2026-04-20 13:06:19', '2026-04-20 13:06:19'),
(1420, 9, NULL, '158.174.135.188', 'a58d28be0569fb324f609eee054b01f9', '2026-04-20 13:41:10', '2026-04-20 13:41:10'),
(1421, 19, NULL, '158.174.135.188', 'ddd03089f842529188159660ce9afe06', '2026-04-20 13:41:11', '2026-04-20 13:41:11'),
(1422, 29, NULL, '158.174.135.188', 'e6ae92c3b189cde77ee3094cc6dc3eaf', '2026-04-20 13:41:11', '2026-04-20 13:41:11'),
(1423, 15, NULL, '158.174.135.188', '66e5d503ab51e1cec2dd50f85c3aed7f', '2026-04-20 13:41:11', '2026-04-20 13:41:11'),
(1424, 21, NULL, '158.174.135.188', 'cd006d60781efcbab9280820a796bba3', '2026-04-20 13:41:11', '2026-04-20 13:41:11'),
(1425, 31, NULL, '158.174.135.188', 'd58637eac3367085972533c2926e2353', '2026-04-20 13:41:11', '2026-04-20 13:41:11'),
(1426, 18, NULL, '158.174.135.188', '581ac5401832ea1188ce68279b5584b1', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1427, 34, NULL, '158.174.135.188', 'beabf9716baacb934b474542c801506b', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1428, 30, NULL, '158.174.135.188', '058744a62f0724a660d2af59e755750e', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1429, 42, NULL, '158.174.135.188', '14d4628c29f13dc8d1873535448cabf7', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1430, 17, NULL, '158.174.135.188', 'a19a2de8663b8ca4f1dc0cb559f8f397', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1431, 49, NULL, '158.174.135.188', '51508c64e545de8bf5bf5447c355b3d8', '2026-04-20 13:41:12', '2026-04-20 13:41:12'),
(1432, 40, NULL, '158.174.135.188', '68eded5aa540a3b10d2c35bf39d2e711', '2026-04-20 13:41:13', '2026-04-20 13:41:13'),
(1433, 645, NULL, '158.174.135.188', '7ccf93b8523766897cf2cbb0921ae538', '2026-04-20 13:41:13', '2026-04-20 13:41:13'),
(1434, 13, NULL, '158.174.135.188', '9733878622115aa0a39acc363fe9f23a', '2026-04-20 13:41:14', '2026-04-20 13:41:14'),
(1435, 54, NULL, '158.174.135.188', '83bfad38bb47d36b6715b20a22e2c8dc', '2026-04-20 13:41:16', '2026-04-20 13:41:16'),
(1436, 48, NULL, '158.174.135.188', '0d53e02e8595cf78f6c05d577f396eb7', '2026-04-20 13:41:16', '2026-04-20 13:41:16'),
(1437, 35, NULL, '158.174.135.188', 'ecb31c8fd0f9b925cb17426002997b1a', '2026-04-20 13:41:16', '2026-04-20 13:41:16'),
(1438, 12, NULL, '158.174.135.188', '00ca4beccb6a5731ffef72a7310055ad', '2026-04-20 13:41:16', '2026-04-20 13:41:16'),
(1439, 41, NULL, '158.174.135.188', 'c67f6816f932755399c89184d9b926d7', '2026-04-20 13:41:19', '2026-04-20 13:41:19'),
(1440, 56, NULL, '158.174.135.188', '8b2224ddf61712e686138adeef6bb981', '2026-04-20 13:41:20', '2026-04-20 13:41:20'),
(1441, 25, NULL, '158.174.135.188', 'dd00c8e6fa431fae4d57ac45bd9f70e0', '2026-04-20 13:41:23', '2026-04-20 13:41:23'),
(1442, 38, NULL, '158.174.135.188', '9c2daf6e90804797be5ae6876337f0e3', '2026-04-20 13:41:34', '2026-04-20 13:41:34'),
(1443, 52, NULL, '158.174.135.188', '4361b821e0493aa2d9e640387f3f22a6', '2026-04-20 13:41:47', '2026-04-20 13:41:47'),
(1444, 37, NULL, '158.174.135.188', 'e3174eec3950f68eb0794cb71f803cd2', '2026-04-20 13:41:57', '2026-04-20 13:41:57'),
(1445, 14, NULL, '158.174.135.188', '4062b33c78d1c4ae8a1927d82b9b9a1c', '2026-04-20 13:42:00', '2026-04-20 13:42:00'),
(1446, 45, NULL, '158.174.135.188', '677b3d745e5cb4ba714dd503d2e8bd74', '2026-04-20 13:42:26', '2026-04-20 13:42:26'),
(1447, 50, NULL, '158.174.135.188', '787e43265f80a51433c1e0fb2f71dfc0', '2026-04-20 13:42:26', '2026-04-20 13:42:26'),
(1448, 51, NULL, '158.174.135.188', 'c88efd4c4f58d0497ed455efc5690248', '2026-04-20 13:42:26', '2026-04-20 13:42:26'),
(1449, 32, NULL, '158.174.135.188', 'e5ab8ad21f949e0e172a009c2cd2507f', '2026-04-20 13:42:35', '2026-04-20 13:42:35'),
(1450, 24, NULL, '158.174.135.188', 'bcf09fabe0f05693fe5d7a93e8f86b57', '2026-04-20 13:42:52', '2026-04-20 13:42:52'),
(1451, 20, NULL, '158.174.135.188', 'e9f64448a877f88714b7ba24d2a17f1a', '2026-04-20 13:42:55', '2026-04-20 13:42:55'),
(1452, 22, NULL, '158.174.135.188', '1acc00aa0eea8ac0061c0dbfacb22809', '2026-04-20 13:43:18', '2026-04-20 13:43:18'),
(1453, 55, NULL, '158.174.135.188', 'dbd613b516683d9a88234516b440c342', '2026-04-20 13:43:18', '2026-04-20 13:43:18'),
(1454, 46, NULL, '158.174.135.188', 'c1969d647d59d181b53a870e9645e395', '2026-04-20 13:43:20', '2026-04-20 13:43:20'),
(1455, 43, NULL, '158.174.135.188', 'c8be9df0533703b67b4f5c34485190fd', '2026-04-20 13:43:27', '2026-04-20 13:43:27'),
(1456, 36, NULL, '158.174.135.188', '16c4cdfd02d1f3f874447341f12eabb1', '2026-04-20 13:43:30', '2026-04-20 13:43:30'),
(1457, 16, NULL, '158.174.135.188', 'a5259bcc146ee86316cb32ff0ca94a2e', '2026-04-20 13:43:37', '2026-04-20 13:43:37'),
(1458, 33, NULL, '158.174.135.188', 'fceeb95e0eea14cb135e2a401506ab27', '2026-04-20 13:44:40', '2026-04-20 13:44:40'),
(1459, 44, NULL, '158.174.135.188', '0fcd374107dbdf9e2192c524b8eb002e', '2026-04-20 13:45:15', '2026-04-20 13:45:15'),
(1460, 47, NULL, '158.174.135.188', 'f3c571eb5ba9eba134621d66b313c65c', '2026-04-20 13:45:28', '2026-04-20 13:45:28'),
(1461, 57, NULL, '158.174.135.188', '1fd575145c6cd63572186f677ff0482d', '2026-04-20 13:45:47', '2026-04-20 13:45:47'),
(1462, 24, NULL, '3.217.82.254', '8eb4a7e61c262f59c394f8089cc03cbc', '2026-04-20 16:02:00', '2026-04-20 16:02:00'),
(1463, 24, NULL, '198.186.131.58', '3c5929eb280fe81c7b6568ee9da6920d', '2026-04-20 16:02:32', '2026-04-20 16:02:32'),
(1464, 20, NULL, '198.186.131.58', '84b64eba4313b970d9ea974f84fa6bec', '2026-04-20 16:02:32', '2026-04-20 16:02:32'),
(1465, 645, NULL, '198.186.131.58', 'fe6846820969505a1281893bc6e244e9', '2026-04-20 16:02:32', '2026-04-20 16:02:32'),
(1466, 22, NULL, '198.186.131.58', '6f7f161aa9ae8767719e0003c83e7615', '2026-04-20 16:02:32', '2026-04-20 16:02:32'),
(1467, 35, NULL, '198.186.131.58', '3377a353141668f8ce269dc684a43a10', '2026-04-20 16:02:33', '2026-04-20 16:02:33'),
(1468, 32, NULL, '198.186.131.58', 'ea65c73315da24f547804e7913ec5e52', '2026-04-20 16:02:33', '2026-04-20 16:02:33'),
(1469, 56, NULL, '198.186.131.58', 'a5d353f82fa00b8b62298104d2aa590f', '2026-04-20 16:02:33', '2026-04-20 16:02:33'),
(1470, 16, NULL, '198.186.131.58', 'a4132ec0269ca438516ba1789781e83b', '2026-04-20 16:02:33', '2026-04-20 16:02:33'),
(1471, 33, NULL, '198.186.131.58', '439bcbdc3d47f1dfe910ab49d3b4c89c', '2026-04-20 16:02:33', '2026-04-20 16:02:33'),
(1472, 19, NULL, '198.186.131.58', '6d1c7a7e3482f00b9a20721ac582bb21', '2026-04-20 16:02:34', '2026-04-20 16:02:34'),
(1473, 18, NULL, '198.186.131.58', 'bf7582c642baf63893df103ca67f668e', '2026-04-20 16:02:34', '2026-04-20 16:02:34'),
(1474, 25, NULL, '198.186.131.58', '5983fb1e5b070be355609e517c012d15', '2026-04-20 16:02:34', '2026-04-20 16:02:34'),
(1475, 40, NULL, '198.186.131.58', '8be7644f501cde77215f578559478a1c', '2026-04-20 16:02:34', '2026-04-20 16:02:34'),
(1476, 17, NULL, '198.186.131.58', '6cc7f60a40014a4e7dd5390588192671', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1477, 43, NULL, '198.186.131.58', '90b53a7ec60106549b940bad77c1ec90', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1478, 42, NULL, '198.186.131.58', '29685d0e314a316a142bbbbc55055454', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1479, 34, NULL, '198.186.131.58', '202ee4d6f23039c36da4669345ceacf6', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1480, 30, NULL, '198.186.131.58', '93b508d82c472e73391d0d7f0d890a2d', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1481, 37, NULL, '198.186.131.58', 'b95e3f2ba4bf69c8cb8d54af69687afe', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1482, 9, NULL, '198.186.131.58', 'dc2903cb9df02a055e878eb27f8aeb9f', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1483, 36, NULL, '198.186.131.58', '2660becb685030a7c5fa88c91ed0aa33', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1484, 44, NULL, '198.186.131.58', 'cc8a3e5ffa1e83a5892b4c4fc1f233cf', '2026-04-20 16:02:35', '2026-04-20 16:02:35'),
(1485, 31, NULL, '198.186.131.58', '5e41f3f57f4209d12cc3061faadd89e0', '2026-04-20 16:02:36', '2026-04-20 16:02:36'),
(1486, 38, NULL, '198.186.131.58', '65d84b6d757c60717e2ec801caad5bc5', '2026-04-20 16:02:36', '2026-04-20 16:02:36'),
(1487, 29, NULL, '198.186.131.58', 'd14018b5c7762fe8347e87ac92da49fb', '2026-04-20 16:02:36', '2026-04-20 16:02:36'),
(1488, 21, NULL, '198.186.131.58', '99b8a8af79c517403c96e758171b193c', '2026-04-20 16:02:37', '2026-04-20 16:02:37'),
(1489, 12, NULL, '198.186.131.58', '4b34025e6fd3fc03c2618ced36cd811c', '2026-04-20 16:02:37', '2026-04-20 16:02:37'),
(1490, 41, NULL, '198.186.131.58', 'be86150cecb45c4ff88dd37bbc4ae230', '2026-04-20 16:02:37', '2026-04-20 16:02:37'),
(1491, 57, NULL, '198.186.131.58', '74d12aaa108d77482fda1660a396885f', '2026-04-20 16:02:37', '2026-04-20 16:02:37'),
(1492, 29, NULL, '52.201.155.215', 'b58dd62a8a2e1028d54233a4384c7cd3', '2026-04-20 16:04:45', '2026-04-20 16:04:45'),
(1493, 33, NULL, '3.94.157.25', 'a552edf99dd74c9556f0d4578a7b091a', '2026-04-20 16:05:05', '2026-04-20 16:05:05'),
(1494, 44, NULL, '14.237.205.99', 'e5435364ae62417948429025fb5249d4', '2026-04-20 17:59:00', '2026-04-20 17:59:00'),
(1495, 36, NULL, '103.189.69.155', '85f1931d5892bc12b3e0e05757bcb4fb', '2026-04-20 17:59:22', '2026-04-20 17:59:22'),
(1496, 52, NULL, '213.230.93.95', '2a4b047024e30931432fccd770ed4e36', '2026-04-20 17:59:41', '2026-04-20 17:59:41'),
(1497, 12, NULL, '47.128.121.115', '151542828f3f87f5919e691911e85874', '2026-04-21 09:12:44', '2026-04-21 09:12:44'),
(1498, 49, NULL, '44.194.139.149', '7146e0c56fcbe77b034d9f1a7cfdb55c', '2026-04-21 12:00:28', '2026-04-21 12:00:28'),
(1499, 645, NULL, '57.141.0.48', '4ddb9bffdbda5bfc06af3e9cc97c18a7', '2026-04-21 13:11:56', '2026-04-21 13:11:56'),
(1500, 51, NULL, '100.28.118.16', 'd567fde5d6c65b81a91c52469b950314', '2026-04-21 13:54:52', '2026-04-21 13:54:52'),
(1501, 44, NULL, '66.249.66.168', 'a9843d8ccc2cb19dac96251a3828da48', '2026-04-21 16:31:47', '2026-04-21 16:31:47'),
(1502, 33, NULL, '3.223.181.32', 'ba48cb6728bdc144f120ef5ff01d3906', '2026-04-21 16:54:48', '2026-04-21 16:54:48'),
(1503, 44, NULL, '14.236.73.175', 'cf895674caafa8c390da96654ffb12b7', '2026-04-21 17:59:39', '2026-04-21 17:59:39'),
(1504, 36, NULL, '14.190.82.145', '6c29a404c9228ff90b9bb7a42a0b76c5', '2026-04-21 18:03:55', '2026-04-21 18:03:55'),
(1505, 47, NULL, '85.208.96.199', 'b6334e841b7841b1dd49830348367af8', '2026-04-21 20:35:51', '2026-04-21 20:35:51'),
(1506, 14, NULL, '85.208.96.194', '26f7448d8ca6e54daa6d7fecc680f857', '2026-04-21 22:07:03', '2026-04-21 22:07:03'),
(1507, 50, NULL, '23.21.148.226', '600ffbf98ffa089e4747414ed3b979e6', '2026-04-21 22:58:48', '2026-04-21 22:58:48'),
(1508, 54, NULL, '85.208.96.195', '139d3dd67fb3776b6120555542caae79', '2026-04-21 23:08:47', '2026-04-21 23:08:47'),
(1509, 46, NULL, '185.191.171.9', '6c0afc8c35d266d7b8a3baed8175549c', '2026-04-22 04:32:27', '2026-04-22 04:32:27'),
(1510, 55, NULL, '185.191.171.16', '612a68d012611409b48f11deebe71895', '2026-04-22 05:07:07', '2026-04-22 05:07:07'),
(1511, 45, NULL, '85.208.96.204', '64fac0719d80505172168ec0dca7f349', '2026-04-22 08:10:29', '2026-04-22 08:10:29'),
(1512, 47, NULL, '54.84.161.62', 'a0178c54d80df6b17a3b6d4e232d1b64', '2026-04-22 09:56:24', '2026-04-22 09:56:24'),
(1513, 42, NULL, '145.223.130.172', '58b9457b0bb99e2ca80a0c7c87645680', '2026-04-22 11:11:48', '2026-04-22 11:11:48'),
(1514, 56, NULL, '54.89.90.224', '7bc6256453c401813532f532e86c19aa', '2026-04-22 14:36:53', '2026-04-22 14:36:53'),
(1515, 33, NULL, '44.223.116.180', '3d422db64e6b81ae2e99197d13f6d000', '2026-04-22 16:18:36', '2026-04-22 16:18:36'),
(1516, 44, NULL, '113.183.217.13', '81654925bde47220441494ac3f1345be', '2026-04-22 18:01:02', '2026-04-22 18:01:02'),
(1517, 55, NULL, '14.184.223.68', '20953d2c519fdf2b7af42ebe2bdb7659', '2026-04-22 18:01:11', '2026-04-22 18:01:11'),
(1518, 55, NULL, '18.208.11.93', '0ac75f2abf132024ef9890455ead9629', '2026-04-22 21:35:41', '2026-04-22 21:35:41'),
(1519, 19, NULL, '52.167.144.166', 'e1603cf38fd6f115a32528d9587656b3', '2026-04-22 21:42:59', '2026-04-22 21:42:59'),
(1520, 57, NULL, '34.234.206.30', 'f8dd5807ed15b0a456ac8e9305511222', '2026-04-22 23:05:41', '2026-04-22 23:05:41'),
(1521, 35, NULL, '47.128.121.16', 'cdf080a4b49b1a4fd6e3bcfd8b6d2030', '2026-04-23 02:15:21', '2026-04-23 02:15:21'),
(1522, 42, NULL, '54.80.185.200', 'e5a1f2e364c02ec666b42c138088dee1', '2026-04-23 02:46:01', '2026-04-23 02:46:01'),
(1523, 54, NULL, '52.3.104.214', '5ec35abe75218f7d261dbba9b8f5f231', '2026-04-23 03:43:03', '2026-04-23 03:43:03'),
(1524, 21, NULL, '3.209.174.110', '710ad32646c4a1dd3db60c5ed0c8c4e1', '2026-04-23 05:16:48', '2026-04-23 05:16:48'),
(1525, 45, NULL, '52.73.142.41', '2598eedeb071c52187c87770fe3f882d', '2026-04-23 05:16:56', '2026-04-23 05:16:56'),
(1526, 37, NULL, '18.205.127.11', '1e0cbe0c220325ec39c1e937b1b554af', '2026-04-23 08:33:00', '2026-04-23 08:33:00'),
(1527, 22, NULL, '3.93.211.16', '0df785b0b18ff2e3fddb93b01d67d57a', '2026-04-23 09:24:38', '2026-04-23 09:24:38'),
(1528, 20, NULL, '54.210.155.69', '4b939301e8c49196ce3e3bb9a2148456', '2026-04-23 11:12:00', '2026-04-23 11:12:00'),
(1529, 41, NULL, '98.83.178.66', 'ad649f2d21b12d133c1e0555f392c5d9', '2026-04-23 11:12:04', '2026-04-23 11:12:04'),
(1530, 12, NULL, '98.84.70.201', '8368e8f31c7d04335e767a1fd00e0224', '2026-04-23 13:42:17', '2026-04-23 13:42:17'),
(1531, 20, NULL, '47.128.121.106', '2792f8ce41bee639e974750fdbade0b6', '2026-04-23 15:10:17', '2026-04-23 15:10:17'),
(1532, 50, NULL, '217.113.194.126', '5a03b729f5282817404ccafb8b2a4f7d', '2026-04-23 17:33:38', '2026-04-23 17:33:38'),
(1533, 41, NULL, '217.113.194.125', '359cbf0bd81b05a732c4bcc6b3fe5837', '2026-04-23 17:37:56', '2026-04-23 17:37:56'),
(1534, 25, NULL, '217.113.194.128', '7bdf5a196c4b8ac797ec48e04ba3affb', '2026-04-23 17:40:43', '2026-04-23 17:40:43'),
(1535, 43, NULL, '217.113.194.248', '260e37055a2f78197cf4a757d495d852', '2026-04-23 17:42:19', '2026-04-23 17:42:19'),
(1536, 34, NULL, '217.113.194.130', 'b22eadccf6c5756c2f116e3429e12f6a', '2026-04-23 17:47:09', '2026-04-23 17:47:09'),
(1537, 36, NULL, '38.51.214.1', 'd4e7b25d294e6dfa43951fbbf63a4f1c', '2026-04-23 17:58:44', '2026-04-23 17:58:44'),
(1538, 44, NULL, '113.168.17.68', 'cbb5c431bd242d3a4e2b3ed1366ab2db', '2026-04-23 17:58:54', '2026-04-23 17:58:54'),
(1539, 17, NULL, '54.197.178.107', '15b40461cd4214e24ef652f5b81849f7', '2026-04-23 18:00:44', '2026-04-23 18:00:44'),
(1540, 9, NULL, '113.179.152.224', 'de72dd935f8a3fc3f6cae072bf7b145d', '2026-04-23 18:01:25', '2026-04-23 18:01:25'),
(1541, 46, NULL, '91.231.42.77', 'ac2a4f2b8804308d8e479fef5274d943', '2026-04-23 18:03:27', '2026-04-23 18:03:27'),
(1542, 43, NULL, '74.7.241.61', 'dc23972523d58c6b1a9aabf7f8832b9a', '2026-04-23 18:52:26', '2026-04-23 18:52:26'),
(1543, 36, NULL, '74.7.241.61', '8bab14dcebfa56af0097b00576aa50c5', '2026-04-23 18:52:29', '2026-04-23 18:52:29'),
(1544, 645, NULL, '74.7.241.61', 'e85a6afbb4ed0ee2155e1256a3e47615', '2026-04-23 18:52:42', '2026-04-23 18:52:42'),
(1545, 9, NULL, '74.7.241.61', 'a766d2dd49219dfb736f6582ef22b7f6', '2026-04-23 18:52:48', '2026-04-23 18:52:48'),
(1546, 35, NULL, '74.7.241.61', 'ed8f24d0adfc06e5a0ffb4895effcd7a', '2026-04-23 18:52:51', '2026-04-23 18:52:51'),
(1547, 20, NULL, '74.7.241.61', '2ad9c1a0e716b6d61fffa0700801af92', '2026-04-23 18:52:54', '2026-04-23 18:52:54'),
(1548, 38, NULL, '74.7.241.61', 'fa6116b7fdd1d021899e679baa98589d', '2026-04-23 18:53:00', '2026-04-23 18:53:00'),
(1549, 56, NULL, '74.7.241.61', '7591695f3e27be403be73254c9fd6e55', '2026-04-23 18:53:03', '2026-04-23 18:53:03'),
(1550, 13, NULL, '74.7.241.61', 'cf08f0863f2a8813fec9e55a3ca56b75', '2026-04-23 18:53:06', '2026-04-23 18:53:06'),
(1551, 45, NULL, '74.7.241.61', 'a6d07d5622efcdd44a39a350200696e9', '2026-04-23 18:53:22', '2026-04-23 18:53:22'),
(1552, 19, NULL, '74.7.241.61', 'ca2253e9bf9ffb289125be2c19dc10c6', '2026-04-23 18:53:25', '2026-04-23 18:53:25'),
(1553, 50, NULL, '74.7.241.61', 'e61907f019b391e2f58031b4dc75aa07', '2026-04-23 18:53:34', '2026-04-23 18:53:34'),
(1554, 15, NULL, '74.7.241.61', 'd619fea2af8566d7a5c28055dec07aca', '2026-04-23 18:53:37', '2026-04-23 18:53:37'),
(1555, 57, NULL, '74.7.241.61', '257670e2fab16ac25d4c88909a109c93', '2026-04-23 18:53:40', '2026-04-23 18:53:40'),
(1556, 31, NULL, '74.7.241.61', '52ead782c207824d6cfd31791d7563c2', '2026-04-23 18:53:43', '2026-04-23 18:53:43'),
(1557, 18, NULL, '74.7.241.61', '702f1e9453e44753acbdcef3173a1633', '2026-04-23 18:53:46', '2026-04-23 18:53:46'),
(1558, 16, NULL, '74.7.241.61', 'c0cb3d3af2afb0ea75e1e80475e16fb8', '2026-04-23 18:53:49', '2026-04-23 18:53:49'),
(1559, 33, NULL, '74.7.241.61', 'b909d593c6c3e09c4b3508996debd9f1', '2026-04-23 18:53:52', '2026-04-23 18:53:52'),
(1560, 22, NULL, '74.7.241.61', 'c22dc02104a6328d309e117f33b66711', '2026-04-23 18:53:58', '2026-04-23 18:53:58'),
(1561, 29, NULL, '74.7.241.61', '401fcd4a2bc5f5d2d061ab34c6880540', '2026-04-23 18:54:01', '2026-04-23 18:54:01'),
(1562, 41, NULL, '74.7.241.61', '82a7adbad3a0b16e98ccbde6b2626239', '2026-04-23 18:54:04', '2026-04-23 18:54:04'),
(1563, 40, NULL, '74.7.241.61', '86dcf7c03f88dd38330f229f8696fdac', '2026-04-23 18:54:09', '2026-04-23 18:54:09'),
(1564, 37, NULL, '74.7.241.61', '4f434b9585a0bf048441005d6f398cbe', '2026-04-23 18:54:12', '2026-04-23 18:54:12'),
(1565, 34, NULL, '74.7.241.61', '2601308c90e116fdc3c107132b04040f', '2026-04-23 18:54:15', '2026-04-23 18:54:15'),
(1566, 54, NULL, '74.7.241.61', '2b9fecdeb2735b0a5b30084cb5633f42', '2026-04-23 18:54:18', '2026-04-23 18:54:18'),
(1567, 25, NULL, '74.7.241.61', 'a9b34fb9c05dfc1496efcd188038d7bd', '2026-04-23 18:54:21', '2026-04-23 18:54:21'),
(1568, 12, NULL, '74.7.241.61', 'a3ce300de75f81c33749312caa7ff939', '2026-04-23 18:54:24', '2026-04-23 18:54:24'),
(1569, 21, NULL, '74.7.241.61', 'f52c44e67320779fa74008356280e637', '2026-04-23 18:54:27', '2026-04-23 18:54:27'),
(1570, 48, NULL, '74.7.241.61', '64572cceecdcf4791c1e9a2aa09e8701', '2026-04-23 18:54:33', '2026-04-23 18:54:33'),
(1571, 32, NULL, '74.7.241.61', '67975667e18051ce52ac857aeede1cfd', '2026-04-23 18:54:37', '2026-04-23 18:54:37'),
(1572, 24, NULL, '74.7.241.61', '650ac6ccc1842fc7fb3b961d4dc05e25', '2026-04-23 18:54:52', '2026-04-23 18:54:52'),
(1573, 47, NULL, '74.7.241.61', 'e779ba50d03f6f4963ee9dffd075cb22', '2026-04-23 18:55:04', '2026-04-23 18:55:04'),
(1574, 51, NULL, '74.7.241.61', '4b52c72169d6e1ee29c5d05a7fbc5bf7', '2026-04-23 18:55:13', '2026-04-23 18:55:13'),
(1575, 42, NULL, '74.7.241.61', '7908cddb6ff6aafa124eab6c2f3ce48a', '2026-04-23 18:55:22', '2026-04-23 18:55:22'),
(1576, 46, NULL, '74.7.241.61', '05bd5f975705d7013e18695a691c6150', '2026-04-23 18:55:30', '2026-04-23 18:55:30'),
(1577, 52, NULL, '74.7.241.61', '771f24967629dabb630c16517c95f27b', '2026-04-23 18:55:54', '2026-04-23 18:55:54'),
(1578, 17, NULL, '74.7.241.61', '93abb22e2bc0b407c93a4a6979c30241', '2026-04-23 18:56:03', '2026-04-23 18:56:03'),
(1579, 14, NULL, '74.7.241.61', '0db5b7aca7947ae29c19209ef255550d', '2026-04-23 18:56:06', '2026-04-23 18:56:06'),
(1580, 49, NULL, '74.7.241.61', '93c08d19d088a1b4a277982c9aa62496', '2026-04-23 18:56:26', '2026-04-23 18:56:26'),
(1581, 55, NULL, '74.7.241.61', 'ea9fc5554dfcb574e1f7e29810db9332', '2026-04-23 18:56:28', '2026-04-23 18:56:28'),
(1582, 44, NULL, '74.7.241.61', '640cd79dbbdb3fc0010b0e30edd9731c', '2026-04-23 18:57:03', '2026-04-23 18:57:03'),
(1583, 30, NULL, '74.7.241.61', '85553f87ee1f91bf2cf6c21ef8d71c53', '2026-04-23 18:57:05', '2026-04-23 18:57:05'),
(1584, 46, NULL, '54.235.172.96', '57c046de24a5ebe9a4e1c168b6e168b1', '2026-04-23 19:39:52', '2026-04-23 19:39:52'),
(1585, 16, NULL, '98.83.8.142', 'ed90c9d222dcfcece3507b08582183b3', '2026-04-23 19:39:56', '2026-04-23 19:39:56'),
(1586, 52, NULL, '98.82.38.120', 'fd77ebdc3e41c81546fcc26d600dd258', '2026-04-23 23:41:56', '2026-04-23 23:41:56'),
(1587, 33, NULL, '82.38.180.249', '59026f6edcfed79b4005020298978a20', '2026-04-24 06:58:28', '2026-04-24 06:58:28'),
(1588, 42, NULL, '83.99.206.119', 'd8ec1c54cc3ed5b753b95fa092294117', '2026-04-24 09:56:55', '2026-04-24 09:56:55'),
(1589, 34, NULL, '83.99.206.119', 'fa89774567aa844293f601c7734143ef', '2026-04-24 09:57:56', '2026-04-24 09:57:56'),
(1590, 29, NULL, '83.99.206.90', 'f0dc69a7130c5bc5d17f035dbefbbdfa', '2026-04-24 09:59:48', '2026-04-24 09:59:48'),
(1591, 43, NULL, '83.99.206.154', '474825842fc3684ee71cc0208f86ae90', '2026-04-24 10:00:45', '2026-04-24 10:00:45'),
(1592, 24, NULL, '83.99.206.154', '09300421b00106c10197d4a000a24a30', '2026-04-24 10:01:06', '2026-04-24 10:01:06'),
(1593, 25, NULL, '83.99.206.236', 'c696a63059b5cb000d06a3b9f3a89268', '2026-04-24 10:02:38', '2026-04-24 10:02:38'),
(1594, 48, NULL, '83.99.206.47', '7ee38b551daf3c5080e44412edb97782', '2026-04-24 10:03:18', '2026-04-24 10:03:18'),
(1595, 46, NULL, '83.99.206.47', '88e3b3390eed32dd67bea24f0bbe138d', '2026-04-24 10:04:42', '2026-04-24 10:04:42'),
(1596, 40, NULL, '83.99.206.17', '00ad8bc5dd6b9ad808e286171a8026d9', '2026-04-24 10:05:17', '2026-04-24 10:05:17'),
(1597, 38, NULL, '83.99.206.224', 'c4c4e957291f104fc85c9d80f68d9247', '2026-04-24 10:05:57', '2026-04-24 10:05:57'),
(1598, 56, NULL, '83.99.206.224', 'd502e11842ee0063f3205360d17d0388', '2026-04-24 10:06:05', '2026-04-24 10:06:05'),
(1599, 54, NULL, '83.99.206.201', '0e85cd8f32f5dfdba7d1872ef8bf3ab4', '2026-04-24 10:08:53', '2026-04-24 10:08:53'),
(1600, 51, NULL, '83.99.206.119', 'c99fbea73e2e6a0cc784ca223258e6a5', '2026-04-24 10:09:50', '2026-04-24 10:09:50'),
(1601, 41, NULL, '83.99.206.119', '1137f1643f73aac6972873ffad0d4a21', '2026-04-24 10:11:11', '2026-04-24 10:11:11'),
(1602, 14, NULL, '83.99.206.119', '75875d5cb74605b9301adf8c8245e372', '2026-04-24 10:11:29', '2026-04-24 10:11:29'),
(1603, 33, NULL, '83.99.206.146', '596dd91808908a3b1e05a7981cb5e99a', '2026-04-24 10:12:25', '2026-04-24 10:12:25'),
(1604, 14, NULL, '3.218.103.254', '81632ca8d13bda07ae3178584ffb1030', '2026-04-24 10:54:25', '2026-04-24 10:54:25'),
(1605, 48, NULL, '54.209.100.30', '514d685ac7b7b51d6ab7cfa216328eb0', '2026-04-24 12:04:50', '2026-04-24 12:04:50'),
(1606, 9, NULL, '66.249.66.194', '64d91688e9dffdc0fb162b5df2af2219', '2026-04-24 12:40:27', '2026-04-24 12:40:27'),
(1607, 18, NULL, '18.210.58.238', 'c15db1d102781b092e4d055042f82709', '2026-04-24 17:23:34', '2026-04-24 17:23:34'),
(1608, 55, NULL, '17.22.237.99', 'db02fcafcc875a8b0184f873739fb11a', '2026-04-24 17:37:57', '2026-04-24 17:37:57'),
(1609, 36, NULL, '186.195.94.108', 'f397d7d38968caab237756fab5b26c92', '2026-04-24 18:03:10', '2026-04-24 18:03:10'),
(1610, 44, NULL, '93.180.222.220', '29736087e00d1af82510e5ca66af4b8a', '2026-04-24 18:05:59', '2026-04-24 18:05:59'),
(1611, 52, NULL, '14.190.194.14', 'eafffd23084d04405651d223d537f146', '2026-04-24 18:06:35', '2026-04-24 18:06:35'),
(1612, 32, NULL, '54.89.90.224', 'b616f3768ef1a8e1d2b29f2a07834c83', '2026-04-24 19:46:57', '2026-04-24 19:46:57'),
(1613, 49, NULL, '17.241.219.14', '116a962661e576a14a66af66f74e5693', '2026-04-24 19:55:21', '2026-04-24 19:55:21'),
(1614, 44, NULL, '54.157.84.74', '37d69be0f5915406597d62d1973fe865', '2026-04-24 22:05:26', '2026-04-24 22:05:26'),
(1615, 34, NULL, '3.210.29.96', 'e17d1f2ada6d0e3f816bc47178237bc6', '2026-04-25 00:40:50', '2026-04-25 00:40:50'),
(1616, 9, NULL, '47.128.121.181', 'be24172570cab6c142074c0f482d9888', '2026-04-25 10:23:39', '2026-04-25 10:23:39'),
(1617, 43, NULL, '18.211.39.188', '29588d6c0980236b5a241b09f7892575', '2026-04-25 11:56:22', '2026-04-25 11:56:22'),
(1618, 19, NULL, '98.82.214.73', '37313d779ec7404cbd8002561c6b7a00', '2026-04-25 17:35:45', '2026-04-25 17:35:45'),
(1619, 25, NULL, '145.223.132.205', '1719c45cd1064934dc65a67a8aee163e', '2026-04-25 17:48:56', '2026-04-25 17:48:56'),
(1620, 44, NULL, '14.160.141.252', '11e8f6258e82c7534b4b6e8ac4ceff4f', '2026-04-25 17:59:23', '2026-04-25 17:59:23'),
(1621, 36, NULL, '14.174.195.80', '475763b9c8341839931689d12469faa2', '2026-04-25 17:59:24', '2026-04-25 17:59:24'),
(1622, 20, NULL, '185.191.171.2', 'c43e541d91e7e3054a9c293e93bf8494', '2026-04-26 01:40:23', '2026-04-26 01:40:23'),
(1623, 24, NULL, '47.128.121.132', '262c69816426a86c8a042c914d0706a6', '2026-04-26 07:42:34', '2026-04-26 07:42:34'),
(1624, 20, NULL, '74.7.242.179', 'c9fcc901d7f1ef72cb247e26816172fe', '2026-04-26 17:32:05', '2026-04-26 17:32:05'),
(1625, 21, NULL, '74.7.229.115', 'cf7070a115b51e83e589b42fb255131e', '2026-04-26 17:32:14', '2026-04-26 17:32:14'),
(1626, 36, NULL, '74.7.243.38', 'a1e01e34be3dab04ea042ddc4d9ae384', '2026-04-26 17:32:16', '2026-04-26 17:32:16'),
(1627, 47, NULL, '74.7.229.115', 'bcba3dbc86a5c80f22da5b9b998f0201', '2026-04-26 17:32:26', '2026-04-26 17:32:26'),
(1628, 50, NULL, '74.7.243.52', '686d155520235de639575de9060c18f8', '2026-04-26 17:32:28', '2026-04-26 17:32:28'),
(1629, 29, NULL, '74.7.243.38', '2c4c53d59d129a0715fb07f46aebb30a', '2026-04-26 17:32:32', '2026-04-26 17:32:32'),
(1630, 54, NULL, '74.7.229.92', 'bc20b8930575ca0fa0e3d443a4ed9fd8', '2026-04-26 17:32:34', '2026-04-26 17:32:34'),
(1631, 48, NULL, '74.7.243.38', '7656c11696d95acde198f2d6b05c964b', '2026-04-26 17:32:34', '2026-04-26 17:32:34'),
(1632, 24, NULL, '74.7.242.175', '8cf94f0270dc06b3fbb6e676a221fd09', '2026-04-26 17:32:35', '2026-04-26 17:32:35'),
(1633, 43, NULL, '74.7.229.92', 'c3260f727aed6ad7005dd67d394d96c7', '2026-04-26 17:32:35', '2026-04-26 17:32:35'),
(1634, 44, NULL, '74.7.243.52', 'cfd384f7e789488ac7729e25a8e88b94', '2026-04-26 17:32:37', '2026-04-26 17:32:37'),
(1635, 20, NULL, '74.7.243.38', '030e60efa7b79cf1fbc400cbfec26bfa', '2026-04-26 17:32:40', '2026-04-26 17:32:40'),
(1636, 36, NULL, '151.236.162.38', 'c14cb6e14054e2c4d55051ee3400ca38', '2026-04-26 18:04:10', '2026-04-26 18:04:10'),
(1637, 44, NULL, '113.162.41.209', 'a37c5bc70a018621af6eb2e3e3a8c2fa', '2026-04-26 18:05:53', '2026-04-26 18:05:53'),
(1638, 9, NULL, '123.24.70.123', '0847748525bc131162c4e9dd29dee58c', '2026-04-26 18:05:54', '2026-04-26 18:05:54'),
(1639, 38, NULL, '54.87.62.248', 'd7001402a527c31f9263af8e4d6ea6a5', '2026-04-26 18:26:58', '2026-04-26 18:26:58'),
(1640, 19, NULL, '40.77.167.241', '9e2647694c64179d1c38ddd1790e822e', '2026-04-26 19:14:08', '2026-04-26 19:14:08'),
(1641, 22, NULL, '145.223.131.224', '563e14e78fbbef1a660f2ac24f3cd372', '2026-04-26 22:13:46', '2026-04-26 22:13:46'),
(1642, 31, NULL, '98.84.60.17', '8706b9986a73ede837a4abf81f7ea15b', '2026-04-26 22:49:06', '2026-04-26 22:49:06'),
(1643, 43, NULL, '47.128.121.117', '301e500fb676a04fd605d1ba1ce255c3', '2026-04-27 01:17:51', '2026-04-27 01:17:51'),
(1644, 17, NULL, '145.223.130.229', '84e61f09a7f59184207f0fdb9f0cf936', '2026-04-27 01:22:02', '2026-04-27 01:22:02'),
(1645, 25, NULL, '54.80.73.122', '481e0cb371d6af2f3651f66743185be8', '2026-04-27 06:55:42', '2026-04-27 06:55:42'),
(1646, 19, NULL, '47.128.121.182', 'bdf17d016a1fb6ded8359451b37c5ca7', '2026-04-27 07:04:41', '2026-04-27 07:04:41'),
(1647, 36, NULL, '103.105.45.167', '69aa5d425aa5cd88ff5aac8e7d586a2e', '2026-04-27 13:18:56', '2026-04-27 13:18:56'),
(1648, 36, NULL, '66.249.66.9', '240ef0c1c282ab6b9af4dde0cc8785a6', '2026-04-27 13:18:58', '2026-04-27 13:18:58'),
(1649, 36, NULL, '66.249.66.168', '85e5fe6826223e48d8fe40f4fa839bd1', '2026-04-27 13:18:58', '2026-04-27 13:18:58'),
(1650, 18, NULL, '103.105.45.167', 'f99bffb780cb7d55b4e3d92432e34ca9', '2026-04-27 13:20:01', '2026-04-27 13:20:01'),
(1651, 18, NULL, '66.249.66.196', '690a69da856a57197b3da24b9465eb5d', '2026-04-27 13:20:02', '2026-04-27 13:20:02'),
(1652, 18, NULL, '66.249.66.195', '1cb57e60a4aa8d1ceccad49a8eecb996', '2026-04-27 13:20:02', '2026-04-27 13:20:02'),
(1653, 30, NULL, '18.211.39.188', '90266d5833a8e3da1cc667254db94534', '2026-04-27 16:06:14', '2026-04-27 16:06:14'),
(1654, 29, NULL, '52.44.148.203', 'e27cb5718ae7e81c893f65cef80bda1d', '2026-04-27 17:24:34', '2026-04-27 17:24:34'),
(1655, 36, NULL, '45.189.56.133', 'b2d8d59c6bb49f430884fe7894087e3f', '2026-04-27 18:01:52', '2026-04-27 18:01:52'),
(1656, 40, NULL, '52.204.71.8', '91ac0a0c3b9bdee7c6490e38411ce83b', '2026-04-27 18:08:51', '2026-04-27 18:08:51'),
(1657, 32, NULL, '37.114.131.70', '46e50d748fb58f138f3c21022dc6b883', '2026-04-27 18:10:47', '2026-04-27 18:10:47'),
(1658, 44, NULL, '103.89.157.159', '4e36a03766782d15384db7e2bc9f4c4e', '2026-04-27 18:16:08', '2026-04-27 18:16:08'),
(1659, 32, NULL, '185.127.127.130', '01a2e096ec9071303a5ab01157521aa0', '2026-04-27 18:16:24', '2026-04-27 18:16:24'),
(1660, 16, NULL, '54.84.147.79', '452e9dfb9260142889103afd6196afb3', '2026-04-27 20:03:46', '2026-04-27 20:03:46'),
(1661, 36, NULL, '18.214.186.220', '95eb2b6eb8b1be52fcc7aaf41f7dba9b', '2026-04-27 21:15:30', '2026-04-27 21:15:30'),
(1662, 645, NULL, '54.210.152.179', '2b8985232e6211486e393adb500b8530', '2026-04-28 00:07:06', '2026-04-28 00:07:06'),
(1663, 24, NULL, '44.207.207.36', '46fb29450e45c6aac7d8eb47d14d64bd', '2026-04-28 06:45:15', '2026-04-28 06:45:15'),
(1664, 15, NULL, '34.230.124.21', '9033a11b864dfb5c3ac7afa9a0765fc5', '2026-04-28 08:29:11', '2026-04-28 08:29:11'),
(1665, 645, NULL, '23.20.178.124', '45a56b096e54989afa86e6ecf304f499', '2026-04-28 08:38:37', '2026-04-28 08:38:37'),
(1666, 20, NULL, '123.201.169.249', 'a915e907c847c3d080c9c659963692bb', '2026-04-28 11:49:08', '2026-04-28 11:49:08'),
(1667, 20, 2, '123.201.169.249', '957ef354342f070d6212f723d814e42b', '2026-04-28 11:49:34', '2026-04-28 11:49:34'),
(1668, 15, 2, '123.201.169.249', 'd0fe5a7c0fbf46a15f341a6082b0b425', '2026-04-28 11:51:49', '2026-04-28 11:51:49'),
(1669, 49, NULL, '52.204.37.237', '4f824292b225d58a31693ead9652f041', '2026-04-28 11:56:06', '2026-04-28 11:56:06'),
(1670, 21, 2, '123.201.169.249', '8e6710faa84f8b47d333e36dc948fec7', '2026-04-28 11:59:09', '2026-04-28 11:59:09'),
(1671, 12, 2, '123.201.169.249', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-04-28 12:00:29', '2026-04-28 12:00:29'),
(1672, 9, 2, '123.201.169.249', '22151a90d76d9baf72f813d88f8586ca', '2026-04-28 12:00:53', '2026-04-28 12:00:53'),
(1673, 14, 2, '123.201.169.249', '0e912d6b70a634f676c8f879d23afe29', '2026-04-28 12:01:04', '2026-04-28 12:01:04'),
(1674, 52, 2, '123.201.169.249', '0e2760eb7ba8635c184c3dd719a0e107', '2026-04-28 12:02:19', '2026-04-28 12:02:19'),
(1675, 12, 12, '123.201.169.249', '6c55b5a204b517e2c5ba9159b9af329a', '2026-04-28 12:14:31', '2026-04-28 12:14:31'),
(1676, 12, 1, '123.201.169.249', 'a1fac38516aa77313c091598b39bf819', '2026-04-28 12:23:54', '2026-04-28 12:23:54'),
(1677, 41, NULL, '152.56.145.41', 'e5a1515300faa4f6a9bffedd1490124c', '2026-04-28 12:47:04', '2026-04-28 12:47:04'),
(1678, 41, 2, '152.56.145.41', '2fe1d165540ecc69b17b082f666bed02', '2026-04-28 12:47:31', '2026-04-28 12:47:31'),
(1679, 645, 2, '152.56.145.41', '5872eae21beef482e1bb88222db66c8a', '2026-04-28 12:48:40', '2026-04-28 12:48:40'),
(1680, 49, NULL, '54.87.95.7', 'af1117f0b129af94cb742b3e0cc695a4', '2026-04-28 12:56:38', '2026-04-28 12:56:38'),
(1681, 44, NULL, '127.0.0.1', 'ee717eb008caa42e77755a1b08b28409', '2026-04-28 16:34:22', '2026-04-28 16:34:22'),
(1682, 37, NULL, '127.0.0.1', 'ef0a91d46ee7a056b73b64490596c743', '2026-04-28 16:46:56', '2026-04-28 16:46:56'),
(1683, 43, NULL, '127.0.0.1', 'ce839512e9606e71b17281e33cda980f', '2026-04-28 17:07:23', '2026-04-28 17:07:23'),
(1684, 41, NULL, '127.0.0.1', '545399c0391c945faaa354a0c5ae16bd', '2026-04-28 17:18:36', '2026-04-28 17:18:36'),
(1685, 41, 12, '127.0.0.1', 'a6fd4e45987ea162d389bf14e20d34ea', '2026-04-28 17:36:58', '2026-04-28 17:36:58'),
(1686, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-04-28 17:37:13', '2026-04-28 17:37:13'),
(1687, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-05-03 09:18:47', '2026-05-03 09:18:47'),
(1688, 32, 12, '127.0.0.1', 'c2f065a382600d2c92db65db1ad721d5', '2026-05-03 09:34:27', '2026-05-03 09:34:27'),
(1689, 32, 32, '127.0.0.1', '363a7b35732cf28518cf85d0467eaa5e', '2026-05-03 09:36:07', '2026-05-03 09:36:07'),
(1690, 12, 32, '127.0.0.1', 'c9a75729a139fa9310cde54ebef82822', '2026-05-03 09:45:46', '2026-05-03 09:45:46'),
(1691, 36, 12, '127.0.0.1', '30e177851ca4607f16d51063a7301f1e', '2026-05-03 09:56:58', '2026-05-03 09:56:58'),
(1692, 42, 12, '127.0.0.1', '97c0efa9884142ef445de7ba20da6467', '2026-05-03 09:57:07', '2026-05-03 09:57:07'),
(1693, 43, 12, '127.0.0.1', 'e47c55c2c5ffd65de04eb96630a22e85', '2026-05-03 09:57:13', '2026-05-03 09:57:13'),
(1694, 44, 12, '127.0.0.1', '26b50909917022171b6b53c5c4b388ad', '2026-05-03 09:57:19', '2026-05-03 09:57:19'),
(1695, 43, 32, '127.0.0.1', '7e7dcff743ee6b2f99af1bd3c92bbed6', '2026-05-03 09:57:58', '2026-05-03 09:57:58'),
(1696, 14, 32, '127.0.0.1', '731d12bc0eddb8e18429926e1d60f959', '2026-05-03 10:02:05', '2026-05-03 10:02:05'),
(1697, 20, 32, '127.0.0.1', '603d07440d36447f754ae6ae8c30620d', '2026-05-03 10:04:06', '2026-05-03 10:04:06'),
(1698, 32, 12, '127.0.0.1', 'c2f065a382600d2c92db65db1ad721d5', '2026-05-03 10:09:26', '2026-05-03 10:09:26'),
(1699, 36, 32, '127.0.0.1', '879ba11edf62428f635e41e52b030a0c', '2026-05-03 10:11:22', '2026-05-03 10:11:22'),
(1700, 30, 32, '127.0.0.1', '5ce21d27ea30faa02b934c9966956a54', '2026-05-03 10:15:15', '2026-05-03 10:15:15'),
(1701, 192, 32, '127.0.0.1', '200ab4fcb70e4ffb7fc532c4267bb704', '2026-05-03 10:17:37', '2026-05-03 10:17:37'),
(1702, 14, 12, '127.0.0.1', '5802a81ec34ea2acf9c9ed44b971f2ca', '2026-05-03 10:31:16', '2026-05-03 10:31:16'),
(1703, 43, 12, '127.0.0.1', 'e47c55c2c5ffd65de04eb96630a22e85', '2026-05-03 10:34:34', '2026-05-03 10:34:34'),
(1704, 43, 2, '127.0.0.1', '1be8f786243ed6428d68be084279cad1', '2026-05-03 10:45:44', '2026-05-03 10:45:44'),
(1705, 42, 2, '127.0.0.1', '14ca8d051fb13869aa0dd52b224e3cac', '2026-05-03 10:59:42', '2026-05-03 10:59:42'),
(1706, 12, 2, '127.0.0.1', '77c6a9a5bbe24c0fc31ffb89cebdf197', '2026-05-03 10:59:51', '2026-05-03 10:59:51'),
(1707, 20, 2, '127.0.0.1', '957ef354342f070d6212f723d814e42b', '2026-05-03 11:00:15', '2026-05-03 11:00:15'),
(1708, 14, 2, '127.0.0.1', '0e912d6b70a634f676c8f879d23afe29', '2026-05-03 11:00:41', '2026-05-03 11:00:41'),
(1709, 24, 2, '127.0.0.1', 'fd8a9d30ce46960c0b28937c2dc81421', '2026-05-03 11:13:12', '2026-05-03 11:13:12'),
(1710, 20, 12, '127.0.0.1', '97a0aa6d32135bf9b95b5534c9cbf9b1', '2026-05-03 11:16:33', '2026-05-03 11:16:33'),
(1711, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-05-03 11:26:10', '2026-05-03 11:26:10'),
(1712, 44, 12, '127.0.0.1', '26b50909917022171b6b53c5c4b388ad', '2026-05-03 11:26:16', '2026-05-03 11:26:16'),
(1713, 43, 12, '127.0.0.1', 'e47c55c2c5ffd65de04eb96630a22e85', '2026-05-03 11:26:23', '2026-05-03 11:26:23'),
(1714, 36, 12, '127.0.0.1', '30e177851ca4607f16d51063a7301f1e', '2026-05-03 11:26:28', '2026-05-03 11:26:28'),
(1715, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-05-03 17:15:27', '2026-05-03 17:15:27'),
(1716, 36, NULL, '127.0.0.1', '092b8c2e05ad296ff53b4f56490b8588', '2026-05-03 17:38:31', '2026-05-03 17:38:31'),
(1717, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-05-03 18:19:12', '2026-05-03 18:19:12'),
(1718, 14, 12, '127.0.0.1', '5802a81ec34ea2acf9c9ed44b971f2ca', '2026-05-03 18:20:18', '2026-05-03 18:20:18'),
(1719, 20, 12, '127.0.0.1', '97a0aa6d32135bf9b95b5534c9cbf9b1', '2026-05-03 18:21:18', '2026-05-03 18:21:18'),
(1720, 44, 12, '127.0.0.1', '26b50909917022171b6b53c5c4b388ad', '2026-05-03 18:23:16', '2026-05-03 18:23:16'),
(1721, 43, NULL, '127.0.0.1', 'ce839512e9606e71b17281e33cda980f', '2026-05-19 05:13:27', '2026-05-19 05:13:27'),
(1723, 37, 647, '127.0.0.1', 'f7b63728abc1631c042200dbc68f4baa', '2026-05-20 06:00:08', '2026-05-20 06:00:08'),
(1724, 38, 647, '127.0.0.1', '8534bbdc601e94276428cc0ca3f32f44', '2026-05-20 06:00:18', '2026-05-20 06:00:18'),
(1725, 34, 647, '127.0.0.1', 'e7d44ecbfbccf988e501b8b4b0ebc3bf', '2026-05-20 06:00:26', '2026-05-20 06:00:26'),
(1726, 42, NULL, '127.0.0.1', '7dfd68cc47f92f3cb10d5e2176a33621', '2026-05-20 06:00:43', '2026-05-20 06:00:43'),
(1727, 647, 1, '127.0.0.1', '304e4586b70c547c476be4c6c4f6fd1e', '2026-05-21 04:16:36', '2026-05-21 04:16:36'),
(1728, 12, 12, '127.0.0.1', '6c55b5a204b517e2c5ba9159b9af329a', '2026-05-21 05:00:55', '2026-05-21 05:00:55'),
(1729, 192, 647, '127.0.0.1', '335bb8c6498dddd2ac0724f2d89bebea', '2026-05-21 06:21:37', '2026-05-21 06:21:37'),
(1730, 36, 647, '127.0.0.1', 'b678f6d3606c63778a85545fa45137c8', '2026-05-21 16:48:30', '2026-05-21 16:48:30'),
(1731, 12, 647, '127.0.0.1', '3dc9e1b51f07eeeb60106c358382bd1f', '2026-05-21 16:48:36', '2026-05-21 16:48:36'),
(1732, 12, NULL, '127.0.0.1', '32e43564ee6a906e14d6631fde16516e', '2026-05-22 05:17:17', '2026-05-22 05:17:17'),
(1733, 12, 647, '127.0.0.1', '3dc9e1b51f07eeeb60106c358382bd1f', '2026-05-22 06:14:29', '2026-05-22 06:14:29'),
(1734, 645, NULL, '127.0.0.1', '281d870ed5fcc188ba38e4590fe26114', '2026-05-27 05:53:14', '2026-05-27 05:53:14'),
(1735, 24, NULL, '127.0.0.1', '1db913e09acbcd3fb4634f30f5fb5cca', '2026-05-27 05:53:26', '2026-05-27 05:53:26'),
(1736, 192, NULL, '127.0.0.1', '838c8cb437cdbdec477c45b1f66cdcde', '2026-05-27 05:53:56', '2026-05-27 05:53:56'),
(1737, 42, NULL, '127.0.0.1', '7dfd68cc47f92f3cb10d5e2176a33621', '2026-05-27 05:54:11', '2026-05-27 05:54:11'),
(1738, 42, NULL, '127.0.0.1', '7dfd68cc47f92f3cb10d5e2176a33621', '2026-05-27 06:01:29', '2026-05-27 06:01:29'),
(1739, 44, 647, '127.0.0.1', '3cdeb306ba412b52b037c2df0690f370', '2026-05-27 10:25:08', '2026-05-27 10:25:08'),
(1740, 43, 647, '127.0.0.1', '5440973838ee84f63cc56dbce546b8ff', '2026-05-27 10:34:11', '2026-05-27 10:34:11'),
(1741, 46, 647, '127.0.0.1', '8d7988df8156fec15159dc662c3a3419', '2026-05-27 10:34:33', '2026-05-27 10:34:33'),
(1742, 20, 647, '127.0.0.1', '4b1918c6f42083d57df6d9ca073a58d2', '2026-05-27 10:36:27', '2026-05-27 10:36:27'),
(1743, 9, 647, '127.0.0.1', 'd52157acfcb46cfe74d501f2f3bfad07', '2026-05-27 10:44:10', '2026-05-27 10:44:10'),
(1744, 41, 647, '127.0.0.1', '328c98a1dcfc0bceec3ec209db343b0f', '2026-05-27 12:03:18', '2026-05-27 12:03:18'),
(1745, 42, 648, '127.0.0.1', '1b68a22e5b77d43b00b1c84055fdf21a', '2026-05-28 06:12:20', '2026-05-28 06:12:20'),
(1746, 43, 648, '127.0.0.1', '17657ab491453fa20e341d39b7a65af7', '2026-05-28 06:15:50', '2026-05-28 06:15:50'),
(1747, 12, 648, '127.0.0.1', '4c017a97e6f5a7965c60ea2c0e5ded42', '2026-05-28 06:15:53', '2026-05-28 06:15:53'),
(1748, 14, 648, '127.0.0.1', '3ee25f2ac0af81d3a32021f0e3fffef0', '2026-05-28 06:16:46', '2026-05-28 06:16:46');
INSERT INTO `profile_views` (`id`, `celebrity_id`, `viewer_id`, `ip`, `session_key`, `created_at`, `updated_at`) VALUES
(1749, 9, 648, '127.0.0.1', 'ee12191ad41ddb62c4d03acf3b487ba9', '2026-05-28 08:04:26', '2026-05-28 08:04:26'),
(1750, 42, 648, '127.0.0.1', '1b68a22e5b77d43b00b1c84055fdf21a', '2026-05-28 08:04:30', '2026-05-28 08:04:30'),
(1751, 14, 648, '127.0.0.1', '3ee25f2ac0af81d3a32021f0e3fffef0', '2026-05-28 08:04:35', '2026-05-28 08:04:35'),
(1752, 12, 648, '127.0.0.1', '4c017a97e6f5a7965c60ea2c0e5ded42', '2026-05-28 08:04:39', '2026-05-28 08:04:39'),
(1753, 15, 648, '127.0.0.1', 'b8db066b86e9753d444ca0332d6995cd', '2026-05-28 08:04:45', '2026-05-28 08:04:45'),
(1754, 32, 648, '127.0.0.1', '8d7f17c97cc446058dc08df095317672', '2026-05-28 08:04:48', '2026-05-28 08:04:48');

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

--
-- Table structure for table `promotional_videos`
--

CREATE TABLE `promotional_videos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `video` varchar(100) DEFAULT NULL,
  `video_poster` varchar(100) DEFAULT NULL,
  `subtitles` varchar(255) DEFAULT NULL,
  `duration_video` varchar(100) DEFAULT NULL,
  `encode` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `bytes` varchar(100) DEFAULT NULL,
  `mime` varchar(100) DEFAULT NULL,
  `job_id` varchar(255) 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 `promotional_videos`
--

INSERT INTO `promotional_videos` (`id`, `user_id`, `video`, `video_poster`, `subtitles`, `duration_video`, `encode`, `status`, `bytes`, `mime`, `job_id`, `created_at`, `updated_at`) VALUES
(2, 12, '1269a1322592eee1772171813tauapuigpwxq3sdl1ar8.mp4', NULL, NULL, NULL, 1, 0, '2603986', 'video/mp4', NULL, '2026-02-27 05:56:53', '2026-02-27 05:57:36');

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

--
-- Table structure for table `referrals`
--

CREATE TABLE `referrals` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `referred_by` int(10) 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 `referrals`
--

INSERT INTO `referrals` (`id`, `user_id`, `referred_by`, `created_at`, `updated_at`) VALUES
(1, 648, 647, '2026-05-28 06:01:14', '2026-05-28 06:01:14');

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

--
-- Table structure for table `referral_transactions`
--

CREATE TABLE `referral_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `transactions_id` int(10) UNSIGNED DEFAULT NULL,
  `referrals_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `referred_by` int(10) UNSIGNED NOT NULL,
  `earnings` double(10,2) NOT NULL,
  `type` char(25) 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 `referral_transactions`
--

INSERT INTO `referral_transactions` (`id`, `transactions_id`, `referrals_id`, `user_id`, `referred_by`, `earnings`, `type`, `created_at`, `updated_at`) VALUES
(1, 185, 1, 648, 647, 0.01, 'dm', '2026-05-28 06:20:38', '2026-05-28 06:20:38'),
(2, 186, 1, 648, 647, 0.01, 'dm', '2026-05-28 06:23:19', '2026-05-28 06:23:19'),
(3, 187, 1, 648, 647, 0.01, 'dm', '2026-05-28 06:23:45', '2026-05-28 06:23:45'),
(4, 181, 1, 648, 647, 0.17, 'custom_video', '2026-05-28 06:34:21', '2026-05-28 06:34:21');

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

--
-- Table structure for table `refunds`
--

CREATE TABLE `refunds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `seller_id` int(10) UNSIGNED NOT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'pending',
  `reason` text 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 `refunds`
--

INSERT INTO `refunds` (`id`, `order_id`, `user_id`, `seller_id`, `status`, `reason`, `created_at`, `updated_at`) VALUES
(4, 953, 2, 12, 'approved_by_admin', 'not good errterte not good errterte', '2026-03-03 12:18:40', '2026-03-10 13:37:28'),
(5, 954, 2, 12, 'approved_by_seller', 'ghngvsgdhdgshshdhshshshshahshsjsj', '2026-03-05 09:25:50', '2026-03-05 09:26:19'),
(6, 960, 2, 12, 'approved_by_seller', 'not good work and not good behavior', '2026-03-30 10:39:05', '2026-04-01 07:16:56'),
(7, 964, 2, 12, 'approved_by_seller', 'not good work and not good behavior', '2026-03-30 10:39:46', '2026-04-01 07:13:37'),
(8, 961, 2, 12, 'approved_by_seller', 'not good ..dsfffsfsff', '2026-03-30 11:30:21', '2026-04-01 07:11:24'),
(9, 962, 2, 12, 'declined_by_seller', 'not good work and not good behavior', '2026-03-30 11:53:47', '2026-04-01 05:08:18'),
(10, 968, 2, 12, 'approved_by_seller', 'not good work this was not reply time to time', '2026-04-01 04:58:53', '2026-04-01 05:02:38'),
(11, 967, 2, 12, 'approved_by_seller', 'not good work for video in this', '2026-04-01 07:19:28', '2026-04-01 07:20:39'),
(12, 966, 2, 12, 'approved_by_seller', 'not good work for creator so refund my money', '2026-04-01 07:21:33', '2026-04-01 07:21:50'),
(13, 965, 2, 12, 'approved_by_seller', 'not good work for this creator', '2026-04-01 07:22:45', '2026-04-01 07:24:48'),
(14, 963, 2, 12, 'approved_by_seller', 'demo not working good to see this', '2026-04-01 07:25:38', '2026-04-01 07:26:41'),
(15, 958, 2, 12, 'approved_by_seller', 'not good working creator refund my money', '2026-04-01 07:29:46', '2026-04-01 07:57:34'),
(16, 957, 2, 12, 'closed', 'not propper work refund my money', '2026-04-01 08:02:13', '2026-04-01 08:04:52'),
(17, 956, 2, 12, 'declined_by_seller', 'not good work on this creator data', '2026-04-01 08:06:22', '2026-04-01 08:18:14'),
(18, 71, 2, 12, 'declined_by_seller', 'not good work of creator', '2026-04-01 08:15:37', '2026-04-01 08:21:50'),
(19, 955, 2, 12, 'approved_by_seller', 'demo not good good  gfdgfdgfg', '2026-04-01 08:25:03', '2026-04-01 08:25:17'),
(20, 938, 2, 12, 'closed', 'not good work gdydhjhhdhss', '2026-04-01 08:28:03', '2026-04-01 08:28:12'),
(21, 971, 2, 12, 'declined_by_seller', 'not working propper way', '2026-04-02 05:13:17', '2026-04-02 05:13:31'),
(22, 970, 2, 12, 'approved_by_seller', 'hdhdhdgsgsfshfmcnfhdgsge', '2026-04-02 05:13:50', '2026-04-02 05:13:59');

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

--
-- Table structure for table `replies`
--

CREATE TABLE `replies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `updates_id` bigint(20) UNSIGNED NOT NULL,
  `comments_id` bigint(20) UNSIGNED NOT NULL,
  `reply` longtext NOT 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 `reports`
--

CREATE TABLE `reports` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `report_id` int(10) UNSIGNED NOT NULL,
  `reason` varchar(100) NOT 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 `reserved`
--

CREATE TABLE `reserved` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `editable` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `reserved`
--

INSERT INTO `reserved` (`id`, `name`, `editable`) VALUES
(1, 'fuck', 0),
(2, 'app', 0),
(3, 'public', 0),
(4, 'vendor', 0),
(5, 'xxx', 0),
(6, 'porn', 0),
(7, 'sex', 0),
(8, 'tags', 0),
(9, 'goods', 0),
(11, 'jobs', 0),
(12, 'projects', 0),
(13, 'messages', 0),
(14, 'account', 0),
(15, 'popular', 0),
(16, 'latest', 0),
(17, 'search', 0),
(19, 'notifications', 0),
(20, 'login', 0),
(21, 'join', 0),
(23, 'register', 0),
(24, 'upgrade', 0),
(25, 'contact', 0),
(26, 'signup', 0),
(27, 'members', 0),
(28, 'upload', 0),
(29, 'comment', 0),
(30, 'bootstrap', 0),
(31, 'api', 0),
(32, 'creators', 0),
(33, 'logout', 0),
(34, 'categories', 0),
(35, 'featured', 0),
(36, 'collections', 0),
(37, 'dashboard', 0),
(38, 'tests', 0),
(39, 'routes', 0),
(40, 'resources', 0),
(41, 'database', 0),
(42, 'config', 0),
(44, 'storage', 0),
(45, 'core', 0),
(46, 'cpanel', 0),
(47, 'blog', 0),
(48, 'offline', 0),
(49, 'artisan', 0),
(50, 'explore', 0),
(51, 'shop', 0),
(52, 'home', 0),
(53, 'lang', 0),
(54, 'favorites', 0),
(55, 'orders', 0),
(56, 'enroll', 0),
(57, 'wallet', 0),
(58, 'withdrawals', 0),
(59, 'changelog', 0),
(60, 'payments', 0),
(61, 'install', 0);

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

--
-- Table structure for table `restrictions`
--

CREATE TABLE `restrictions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_restricted` int(10) UNSIGNED NOT 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 `reviews`
--

CREATE TABLE `reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `seller_id` int(10) UNSIGNED NOT NULL,
  `orders_id` int(10) UNSIGNED NOT NULL,
  `rating` int(10) UNSIGNED NOT NULL,
  `comment` text 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 `reviews`
--

INSERT INTO `reviews` (`id`, `user_id`, `seller_id`, `orders_id`, `rating`, `comment`, `created_at`, `updated_at`) VALUES
(20, 2, 12, 954, 4, 'yrdry rdydydtyt ydty', '2026-03-02 05:06:06', '2026-03-02 05:06:06'),
(21, 2, 12, 952, 4, 'gffdg', '2026-03-05 11:55:29', '2026-03-05 11:55:29'),
(22, 2, 12, 962, 5, 'nice work', '2026-03-30 10:19:33', '2026-03-30 10:19:33'),
(25, 2, 12, 971, 5, 'nice work', '2026-04-02 05:11:49', '2026-04-02 05:11:49');

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

--
-- Table structure for table `roles_and_permissions`
--

CREATE TABLE `roles_and_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `permissions` longtext NOT NULL,
  `editable` enum('0','1') NOT NULL DEFAULT '1',
  `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_and_permissions`
--

INSERT INTO `roles_and_permissions` (`id`, `name`, `permissions`, `editable`, `created_at`, `updated_at`) VALUES
(1, 'Super Admin', 'full_access', '0', '2024-06-27 19:00:00', '2024-06-27 19:00:00'),
(2, 'Admin', 'limited_access', '1', '2026-03-12 09:25:53', '2026-03-12 09:25:53');

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

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

CREATE TABLE `states` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `countries_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `code` char(10) NOT 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 `stories`
--

CREATE TABLE `stories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `media_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `media_type` enum('image','video') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `caption` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `overlay_data_json` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `privacy_type` enum('public','followers','subscribers') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public',
  `expires_at` datetime DEFAULT NULL,
  `viewers_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `status` enum('active','expired','deleted') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `stories`
--

INSERT INTO `stories` (`id`, `user_id`, `media_path`, `media_type`, `caption`, `overlay_data_json`, `privacy_type`, `expires_at`, `viewers_count`, `status`, `created_at`, `updated_at`) VALUES
(50, 192, 'stories/test_video.mp4', 'video', NULL, NULL, 'public', '2026-02-25 04:13:17', 0, 'active', '2026-02-26 01:17:03', '2026-02-26 04:13:17'),
(61, 2, 'stories/2/story_MjmpNsE07romP6pT1GP1.png', 'image', 'Test', '{\"version\":\"5.3.0\",\"objects\":[{\"type\":\"i-text\",\"version\":\"5.3.0\",\"originX\":\"center\",\"originY\":\"center\",\"left\":179,\"top\":535.35,\"width\":202.08,\"height\":40.68,\"fill\":\"#ffffff\",\"stroke\":null,\"strokeWidth\":1,\"strokeDashArray\":null,\"strokeLineCap\":\"butt\",\"strokeDashOffset\":0,\"strokeLineJoin\":\"miter\",\"strokeUniform\":false,\"strokeMiterLimit\":4,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":{\"color\":\"rgba(0,0,0,0.8)\",\"blur\":8,\"offsetX\":2,\"offsetY\":2,\"id\":0},\"visible\":true,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"skewX\":0,\"skewY\":0,\"fontFamily\":\"Montserrat, sans-serif\",\"fontWeight\":\"bold\",\"fontSize\":36,\"text\":\"Shaktimaan\",\"underline\":false,\"overline\":false,\"linethrough\":false,\"textAlign\":\"left\",\"fontStyle\":\"normal\",\"lineHeight\":1.16,\"textBackgroundColor\":\"\",\"charSpacing\":0,\"styles\":[],\"direction\":\"ltr\",\"path\":null,\"pathStartOffset\":0,\"pathSide\":\"left\",\"pathAlign\":\"baseline\"},{\"type\":\"path\",\"version\":\"5.3.0\",\"originX\":\"left\",\"originY\":\"top\",\"left\":128.1,\"top\":530.05,\"width\":179,\"height\":88.92,\"fill\":null,\"stroke\":\"#ffffff\",\"strokeWidth\":5,\"strokeDashArray\":null,\"strokeLineCap\":\"round\",\"strokeDashOffset\":0,\"strokeLineJoin\":\"round\",\"strokeUniform\":false,\"strokeMiterLimit\":10,\"scaleX\":1,\"scaleY\":1,\"angle\":0,\"flipX\":false,\"flipY\":false,\"opacity\":1,\"shadow\":null,\"visible\":true,\"backgroundColor\":\"\",\"fillRule\":\"nonzero\",\"paintFirst\":\"fill\",\"globalCompositeOperation\":\"source-over\",\"skewX\":0,\"skewY\":0,\"path\":[[\"M\",130.59999084472656,591.4954219409283],[\"Q\",130.59999084472656,591.5004219409283,130.59999084472656,592],[\"Q\",130.59999084472656,592.4995780590717,130.59999084472656,592.9991561181434],[\"Q\",130.59999084472656,593.4987341772152,131.59999084472656,594.4978902953587],[\"Q\",132.59999084472656,595.4970464135022,134.09999084472656,597.9949367088608],[\"Q\",135.59999084472656,600.4928270042194,137.09999084472656,602.9907172995781],[\"Q\",138.59999084472656,605.4886075949368,141.09999084472656,608.4860759493672],[\"Q\",143.59999084472656,611.4835443037975,144.09999084472656,613.4818565400844],[\"Q\",144.59999084472656,615.4801687763713,145.59999084472656,616.4793248945148],[\"Q\",146.59999084472656,617.4784810126582,147.59999084472656,617.97805907173],[\"Q\",148.59999084472656,618.4776371308017,148.59999084472656,619.4767932489451],[\"Q\",148.59999084472656,620.4759493670887,148.59999084472656,620.9755274261604],[\"Q\",148.59999084472656,621.4751054852321,149.09999084472656,621.4751054852321],[\"Q\",149.59999084472656,621.4751054852321,150.09999084472656,621.4751054852321],[\"Q\",150.59999084472656,621.4751054852321,152.09999084472656,620.9755274261604],[\"Q\",153.59999084472656,620.4759493670887,155.59999084472656,619.4767932489451],[\"Q\",157.59999084472656,618.4776371308017,163.59999084472656,614.4810126582279],[\"Q\",169.59999084472656,610.4843881856541,179.59999084472656,602.9907172995781],[\"Q\",189.59999084472656,595.4970464135022,202.09999084472656,588.5029535864979],[\"Q\",214.59999084472656,581.5088607594937,237.09999084472656,569.0194092827005],[\"Q\",259.59999084472656,556.5299578059072,274.09999084472656,548.5367088607595],[\"Q\",288.59999084472656,540.5434599156118,293.59999084472656,538.5451476793249],[\"Q\",298.59999084472656,536.546835443038,300.59999084472656,535.0481012658229],[\"Q\",302.59999084472656,533.5493670886076,304.59999084472656,533.0497890295359],[\"Q\",306.59999084472656,532.5502109704641,308.09999084472656,532.5502109704641],[\"L\",309.60499084472656,532.5502109704641]]}]}', 'public', '2026-02-27 05:40:04', 1, 'active', '2026-02-27 05:39:58', '2026-02-27 05:40:04'),
(68, 12, 'stories/12/story_taOsoSN7M29HRFkC8FmW.png', 'image', 'aaaaaa', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 07:32:15', 1, 'active', '2026-03-03 07:32:11', '2026-03-03 07:32:15'),
(69, 12, 'stories/12/story_R2vBxTxxmBMcnUc0GcgZ.png', 'image', 'LOgo', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 08:07:55', 1, 'active', '2026-03-03 08:07:52', '2026-03-03 08:07:55'),
(70, 12, 'stories/12/story_wY7RLPCDWaEam6jnrC9A.png', 'image', 'VV', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 08:08:12', 1, 'active', '2026-03-03 08:08:10', '2026-03-03 08:08:12'),
(71, 12, 'stories/12/story_1GnQB4aboqqjfMD6Eylv.png', 'image', 'eeee', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 08:09:01', 1, 'active', '2026-03-03 08:08:53', '2026-03-03 08:09:01'),
(72, 12, 'stories/12/story_zOsTzwotd1XW6c9dLfgP.png', 'image', '11', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 08:52:49', 1, 'active', '2026-03-03 08:52:42', '2026-03-03 08:52:42'),
(73, 12, 'stories/12/story_KxlTjg2rT29bvEencbNr.png', 'image', '12', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-03 08:53:05', 1, 'active', '2026-03-03 08:53:00', '2026-03-03 08:53:00'),
(74, 12, 'stories/12/story_VE8YX46EPe1dYqn4unBJ.png', 'image', '1', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-04 08:56:13', 1, 'active', '2026-03-03 08:56:13', '2026-03-03 08:56:13'),
(75, 12, 'stories/12/story_xt5YYV6fMQaoLZHhLbAy.png', 'image', '3', '{\"version\":\"5.3.0\",\"objects\":[]}', 'public', '2026-03-04 08:56:32', 1, 'active', '2026-03-03 08:56:32', '2026-03-03 08:56:32'),
(76, 12, 'stories/12/story_K1i5ymLJITchIroFBYSq.jpg', 'image', 'thh', NULL, 'public', '2026-03-04 09:01:56', 1, 'active', '2026-03-03 09:01:56', '2026-03-03 09:01:56'),
(77, 12, 'stories/12/story_NgukNRAjTwXuiQjjYaL3.jpg', 'image', '', NULL, 'public', '2026-03-10 09:49:43', 1, 'active', '2026-03-09 09:49:43', '2026-03-09 09:49:43'),
(83, 12, 'stories/12/story_aYEYTgiONO78PSPSJpGk.jpg', 'image', 'hellofriends', NULL, 'public', '2026-03-13 16:58:55', 1, 'active', '2026-03-12 11:28:55', '2026-03-12 11:28:55'),
(84, 12, 'stories/12/story_vrz98S31isDca61RkFMF.jpg', 'image', '', NULL, 'public', '2026-04-02 17:16:00', 2, 'active', '2026-04-01 11:46:00', '2026-04-01 11:46:00');

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

--
-- Table structure for table `story_views`
--

CREATE TABLE `story_views` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `story_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `viewed_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `story_views`
--

INSERT INTO `story_views` (`id`, `story_id`, `user_id`, `ip_address`, `viewed_at`) VALUES
(20, 61, 2, '152.58.17.226', '2026-02-27 05:40:04'),
(26, 68, 12, '152.58.35.177', '2026-03-03 07:32:15'),
(27, 69, 12, '106.215.176.184', '2026-03-03 08:07:55'),
(28, 70, 12, '106.215.176.184', '2026-03-03 08:08:12'),
(29, 71, 12, '106.215.176.184', '2026-03-03 08:09:01'),
(30, 72, 12, '106.215.176.184', '2026-03-03 08:52:49'),
(31, 73, 12, '106.215.176.184', '2026-03-03 08:53:05'),
(32, 74, 12, '106.215.176.184', '2026-03-03 08:56:16'),
(33, 75, 12, '106.215.176.184', '2026-03-03 08:56:39'),
(34, 76, 12, '152.58.35.177', '2026-03-03 09:02:12'),
(35, 77, 12, '152.59.38.168', '2026-03-09 09:51:42'),
(37, 83, 12, '152.58.61.49', '2026-03-12 11:35:01'),
(38, 84, 2, '152.58.60.86', '2026-04-01 11:46:39'),
(40, 84, 12, '152.58.17.141', '2026-04-02 04:29:13');

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

--
-- Table structure for table `stripe_state_tokens`
--

CREATE TABLE `stripe_state_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `token` varchar(255) 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 `stripe_state_tokens`
--

INSERT INTO `stripe_state_tokens` (`id`, `user_id`, `token`, `created_at`, `updated_at`) VALUES
(1, 12, '705deec0-bb56-4dcf-bfba-ea7501d85cb56a2664dde0be212', '2026-06-08 06:44:45', '2026-06-08 06:44:45'),
(2, 12, '9d7c712f-294b-4669-bcf7-3d5b708a165c6a266cbe72a9412', '2026-06-08 07:18:22', '2026-06-08 07:18:22'),
(3, 12, '25b862c2-67d1-4723-af50-e5aa766717ea6a266da25c14612', '2026-06-08 07:22:10', '2026-06-08 07:22:10'),
(4, 12, 'b402fa9f-60d0-479c-9edd-08aadd7fc3e06a266dd7ab1f512', '2026-06-08 07:23:03', '2026-06-08 07:23:03'),
(5, 12, '9f76825c-9efa-496a-8121-9b9f0202f20f6a266de5bf43c12', '2026-06-08 07:23:17', '2026-06-08 07:23:17'),
(6, 12, '0c278f1c-f662-4d81-9e7c-d6fa1bde5d416a266ed8bcff412', '2026-06-08 07:27:20', '2026-06-08 07:27:20'),
(7, 12, '43a90b80-ec20-4954-a6b4-7c2fcf0b24ad6a266ee243a5e12', '2026-06-08 07:27:30', '2026-06-08 07:27:30'),
(8, 12, 'bc1ddde5-fc1b-4c48-ad87-5bc4cdd8a7c56a266f3a3552612', '2026-06-08 07:28:58', '2026-06-08 07:28:58'),
(9, 12, 'afbcb23d-13c1-4205-822d-5ca03281b0556a266f80a0e7312', '2026-06-08 07:30:08', '2026-06-08 07:30:08');

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

--
-- Table structure for table `support_tickets`
--

CREATE TABLE `support_tickets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `business_profile_id` bigint(20) UNSIGNED NOT NULL,
  `assigned_admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `body` text NOT NULL,
  `type` enum('general','concierge','campaign_assistance','managed_campaign') NOT NULL DEFAULT 'general',
  `status` enum('open','in_progress','waiting_business','resolved','closed') NOT NULL DEFAULT 'open',
  `priority` enum('standard','priority','enterprise') NOT NULL DEFAULT 'standard',
  `sla_due_at` timestamp NULL DEFAULT NULL,
  `resolved_at` timestamp NULL DEFAULT NULL,
  `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 `support_ticket_replies`
--

CREATE TABLE `support_ticket_replies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ticket_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `body` text NOT NULL,
  `is_admin_reply` tinyint(1) NOT NULL DEFAULT 0,
  `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 `tax_rates`
--

CREATE TABLE `tax_rates` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `type` tinyint(1) NOT NULL DEFAULT 1,
  `percentage` decimal(5,2) NOT NULL,
  `country` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `iso_state` char(10) DEFAULT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `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 `tips`
--

CREATE TABLE `tips` (
  `user_id` int(10) UNSIGNED NOT NULL,
  `seller_id` int(10) UNSIGNED NOT NULL,
  `orders_id` int(10) UNSIGNED NOT NULL,
  `transactions_id` int(10) UNSIGNED DEFAULT NULL,
  `amount` decimal(10,2) 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 `tips`
--

INSERT INTO `tips` (`user_id`, `seller_id`, `orders_id`, `transactions_id`, `amount`, `created_at`, `updated_at`) VALUES
(2, 12, 954, 120, 1.00, '2026-03-05 09:23:20', '2026-03-05 09:23:20'),
(2, 12, 954, 121, 5.00, '2026-03-05 09:24:46', '2026-03-05 09:24:46'),
(2, 12, 953, 122, 1.00, '2026-03-05 09:50:13', '2026-03-05 09:50:13'),
(2, 12, 960, 144, 1.00, '2026-03-06 09:32:06', '2026-03-06 09:32:06'),
(2, 12, 968, 168, 1.00, '2026-04-01 04:58:01', '2026-04-01 04:58:01'),
(2, 12, 971, 175, 1.00, '2026-04-02 05:10:32', '2026-04-02 05:10:32');

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

--
-- Table structure for table `transactions`
--

CREATE TABLE `transactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `txn_id` varchar(250) DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `seller` int(10) UNSIGNED NOT NULL,
  `earning_net_user` decimal(10,2) NOT NULL,
  `earning_net_admin` decimal(10,2) NOT NULL,
  `payment_gateway` varchar(100) NOT NULL,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `amount` float NOT NULL,
  `charged` decimal(10,2) NOT NULL,
  `type` varchar(100) NOT NULL DEFAULT 'custom_video',
  `percentage_applied` varchar(50) DEFAULT NULL,
  `referred_commission` int(10) UNSIGNED DEFAULT NULL,
  `taxes_applied` decimal(10,2) NOT NULL,
  `taxes` text DEFAULT NULL,
  `direct_payment` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `coupon_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `transactions`
--

INSERT INTO `transactions` (`id`, `txn_id`, `user_id`, `seller`, `earning_net_user`, `earning_net_admin`, `payment_gateway`, `status`, `amount`, `charged`, `type`, `percentage_applied`, `referred_commission`, `taxes_applied`, `taxes`, `direct_payment`, `created_at`, `updated_at`, `coupon_id`) VALUES
(1, 'w_Kp6BmmaH0kPPHNnUFKjpDfXGk', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 03:03:08', '2026-02-24 03:06:41', NULL),
(2, 'w_cEpFocmAKmVQybvY6tub1YXd4', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 03:25:03', '2026-02-24 03:51:08', NULL),
(3, 'w_LaRJcw7aAJTgIlU61NgK90I93', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 04:02:04', '2026-02-24 04:03:40', NULL),
(4, 'w_0G84oShW7cUYgM1QFupZnpuvt', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 04:29:19', '2026-02-24 04:30:41', NULL),
(5, 'w_RQ3nr27MQdVGQjRnHzyU4KCEP', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 04:42:06', '2026-02-24 04:43:29', NULL),
(6, 'w_ocYh6VXR4imks0JfWRXy5NmSY', 70, 12, 500.00, 25.00, 'Wallet', 2, 500, 525.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-02-24 04:49:34', '2026-03-12 09:19:55', NULL),
(7, 'w_zoKn6dtl0jmFQKOrg3x0f8R5N', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 04:57:56', '2026-02-24 04:59:17', NULL),
(8, 'w_0hMYAXnUuJVvxPt6kcANTi3yI', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 05:02:37', '2026-02-24 05:03:53', NULL),
(9, 'w_cxqIh4n6ZmQaHil8wselW6znW', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 06:03:38', '2026-02-24 06:04:57', NULL),
(10, 'w_qt4guzSdMvsk0RYieUYtvf0PN', 70, 12, 500.00, 25.00, 'Wallet', 2, 500, 525.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-02-24 06:05:09', '2026-03-12 09:19:55', NULL),
(11, 'w_4aE0ZegjOKzpUZeqXfjB3vrrS', 70, 12, 500.00, 25.00, 'Wallet', 2, 500, 525.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-02-24 06:19:45', '2026-03-12 09:19:55', NULL),
(12, 'w_Co0yDQhvgZ5oCiLTXkQ4JOOfl', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 06:29:42', '2026-02-24 06:41:20', NULL),
(13, 'w_d6aJm2MTtl6jO19rXlGVESI0p', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 06:48:08', '2026-02-24 06:49:38', NULL),
(14, 'w_NWOtCX6zK8vqaeQe8nz6M8Z5V', 70, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-02-24 07:07:16', '2026-02-24 09:34:27', NULL),
(15, 'w_89sUqwQofAsUUH9mQ18orYR1d', 2, 70, 10.00, 0.50, 'Wallet', 1, 10, 10.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-02-24 11:38:02', '2026-02-24 11:38:57', NULL),
(29, NULL, 2, 12, 1.64, 0.10, 'Stripe', 3, 2, 2.10, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-26 00:28:33', '2026-02-26 00:28:33', NULL),
(30, NULL, 2, 12, 1.64, 0.10, 'Stripe', 3, 2, 2.10, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-26 00:33:04', '2026-02-26 00:33:04', NULL),
(31, 'w_5yrNNBCP95un36vLooPG1GFl9', 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-26 00:34:58', '2026-02-26 00:34:58', NULL),
(32, 'w_akJmTzioMOURMkaPScwGX7MTy', 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-26 00:39:47', '2026-02-26 00:39:47', NULL),
(33, 'w_SgNKKtZU9uD1uCKuM9xlebtXp', 2, 12, 2.00, 0.10, 'Wallet', 2, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-26 00:49:19', '2026-02-27 04:58:34', NULL),
(34, 'w_r1XLshViu2LUgjtV7PMXTzsYO', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'custom_video', NULL, 0, 0.00, '', 0, '2026-02-26 01:16:12', '2026-02-26 01:16:44', NULL),
(77, 'w_gneHHX2GE3GqfeawooNfBLZRU', 2, 12, 2.00, 0.10, 'Wallet', 2, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-26 10:56:38', '2026-02-26 11:12:08', NULL),
(78, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-26 11:30:51', '2026-02-26 11:30:51', NULL),
(79, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-26 11:31:05', '2026-02-26 11:31:05', NULL),
(80, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-26 11:31:07', '2026-02-26 11:31:07', NULL),
(81, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-26 11:31:08', '2026-02-26 11:31:08', NULL),
(82, 'w_rPJQ1ZmOEqMCtfqR4CUXC4YGQ', 2, 12, 2.00, 0.10, 'Wallet', 2, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-26 11:46:27', '2026-02-27 06:03:29', NULL),
(83, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-26 11:48:16', '2026-02-26 11:48:16', NULL),
(84, 'w_JpneRcFqQNgI2P25QkGLynoCE', 2, 12, 2.00, 0.10, 'Wallet', 2, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 04:56:38', '2026-03-05 06:14:22', NULL),
(85, NULL, 2, 12, 11.33, 0.60, 'Stripe', 3, 12, 12.60, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 05:04:42', '2026-02-27 05:04:42', NULL),
(86, NULL, 2, 12, 11.33, 0.60, 'Stripe', 3, 12, 12.60, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 05:06:34', '2026-02-27 05:06:34', NULL),
(87, 'w_3sKQe2fqV7v3GMAfWmLt5o8i9', 2, 12, 12.00, 0.60, 'Wallet', 1, 12, 12.60, 'custom_video', NULL, 0, 0.00, '', 0, '2026-02-27 05:08:43', '2026-04-01 08:26:32', NULL),
(88, 'w_YdXTpjIoqJvEwxUbUwom0CEEf', 2, 12, 12.00, 0.60, 'Wallet', 3, 12, 12.60, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 05:13:09', '2026-02-27 05:13:09', NULL),
(89, NULL, 2, 12, 11.33, 0.60, 'Stripe', 3, 12, 12.60, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 05:16:36', '2026-02-27 05:16:36', NULL),
(90, 'w_FP6USz8M2ablc79DANkNpnvAX', 2, 12, 500.00, 25.00, 'Wallet', 2, 500, 525.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-02-27 05:24:41', '2026-02-27 06:03:45', NULL),
(91, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 05:27:04', '2026-02-27 05:27:04', NULL),
(92, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 05:31:01', '2026-02-27 05:31:01', NULL),
(93, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 05:31:40', '2026-02-27 05:31:40', NULL),
(94, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 05:32:58', '2026-02-27 05:32:58', NULL),
(95, 'w_d8emi2uipkqcD1Yyn1aXHl8Hm', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 06:52:12', '2026-02-27 06:52:17', NULL),
(96, NULL, 2, 12, 67.57, 3.50, 'Stripe', 3, 70, 73.50, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 06:54:13', '2026-02-27 06:54:13', NULL),
(97, NULL, 2, 12, 67.57, 3.50, 'Stripe', 3, 70, 73.50, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 06:59:39', '2026-02-27 06:59:39', NULL),
(98, NULL, 1, 12, 484.47, 25.00, 'Stripe', 3, 500, 525.00, 'custom_video_business', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 07:02:24', '2026-02-27 07:02:24', NULL),
(99, NULL, 2, 12, 67.57, 3.50, 'Stripe', 3, 70, 73.50, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 07:08:07', '2026-02-27 07:08:07', NULL),
(100, NULL, 2, 12, 67.57, 3.50, 'Stripe', 3, 70, 73.50, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 07:09:25', '2026-02-27 07:09:25', NULL),
(101, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 07:09:52', '2026-02-27 07:09:52', NULL),
(102, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-02-27 07:09:57', '2026-02-27 07:09:57', NULL),
(103, 'w_DHK1SSnD2HPFd7oXmiwdbu6J3', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-02-27 07:28:33', '2026-02-27 07:28:33', NULL),
(104, 'w_CUcSPrqGezUOSqn44ytIZBL4S', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-02-27 07:29:38', '2026-02-27 07:29:38', NULL),
(105, NULL, 2, 38, 3.00, 0.15, 'Wallet', 3, 3, 3.15, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 07:58:12', '2026-02-27 07:58:12', NULL),
(106, 'w_pm9nD29bUaVO7c0BafTRmuuV0', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 08:02:48', '2026-02-27 08:04:39', NULL),
(107, 'w_h92x5eRAqVEdY3g5Q5U68j7lE', 2, 12, 0.01, 0.00, 'Wallet', 2, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-02-27 08:07:24', '2026-03-10 15:00:00', NULL),
(108, 'w_jwIF26cWl7p8dRhO3H0EzEBEc', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-02-27 08:21:31', '2026-02-27 08:21:31', NULL),
(109, 'w_Wb8pSB84lQP6g4MYVnvhrs4PV', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 08:24:50', '2026-02-27 09:50:33', NULL),
(110, 'w_oCPhqWhlQgyCmh9D3yzrNtKIe', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-02-27 09:42:47', '2026-02-27 09:42:47', NULL),
(111, 'w_kTi7nw19jNdg6oM9mXZVsJfKC', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-02-27 09:43:22', '2026-02-27 09:43:22', NULL),
(112, 'w_Mxb7asEuGd25SvLcnukpj2UDa', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-02-27 09:47:37', '2026-02-27 09:47:37', NULL),
(113, 'w_uUlW2WdOd1KuWlRAYXOR42epk', 2, 12, 0.01, 0.00, 'Wallet', 2, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-02-27 09:48:40', '2026-02-27 09:49:06', NULL),
(114, 'w_k6EY49MUJ0LVIFdTqh82cd9lg', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-02-27 09:50:25', '2026-02-27 09:52:00', NULL),
(115, NULL, 2, 12, 77.26, 4.00, 'Stripe', 3, 80, 84.00, 'custom_video', '2.9% + 0.30', NULL, 0.00, '', 0, '2026-02-27 09:53:43', '2026-02-27 09:53:43', NULL),
(116, 'w_NaGSpZmdFVajlaJwCYvS2IEsP', 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-02 04:59:50', '2026-03-02 04:59:50', NULL),
(117, 'w_3RNHE8buTLfMMce0fa4oNFD6i', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-02 05:01:13', '2026-03-10 13:37:28', NULL),
(118, 'w_Jk8k1xLvdGekVnt5kF7y6XUCQ', 2, 12, 70.00, 3.50, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-02 05:02:25', '2026-03-02 05:02:50', NULL),
(119, NULL, 2, 12, 500.00, 25.00, 'Wallet', 3, 500, 525.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-03-02 10:14:17', '2026-03-02 10:14:17', NULL),
(120, 't_MMeT6gt3o14FDX83nM686AdRM', 2, 12, 1.00, 0.00, 'Wallet', 1, 1, 1.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-03-05 09:23:20', '2026-03-05 09:23:20', NULL),
(121, 't_xFLTGkYfx55ClpDA4SB8STtNO', 2, 12, 5.00, 0.00, 'Wallet', 1, 5, 5.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-03-05 09:24:46', '2026-03-05 09:24:46', NULL),
(122, 't_yqWFg1RdTO8jWPbArgHF2VxTb', 2, 12, 1.00, 0.00, 'Wallet', 1, 1, 1.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-03-05 09:50:13', '2026-03-05 09:50:13', NULL),
(123, NULL, 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-05 12:35:46', '2026-03-05 12:35:46', NULL),
(124, NULL, 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-05 12:38:40', '2026-03-05 12:38:40', NULL),
(125, NULL, 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-05 12:41:04', '2026-03-05 12:41:04', NULL),
(126, NULL, 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-05 12:42:45', '2026-03-05 12:42:45', NULL),
(127, NULL, 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-05 12:44:16', '2026-03-05 12:44:16', NULL),
(128, 'w_gNzTTYnrTOuNH95flrhQwiILt', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-05 12:47:24', '2026-04-01 08:25:17', NULL),
(129, 'w_wPBxEQPaW4JSgpcPv9R1VUCWs', 2, 12, 70.00, 3.50, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-06 04:54:48', '2026-03-10 05:32:22', NULL),
(130, 'w_g9AGxnGOEdI9h82LhygZ6RFOu', 2, 12, 70.00, 3.50, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-06 04:56:39', '2026-03-06 10:27:42', NULL),
(131, 'w_TlsAlyNxDQGewimZ5AGL360PM', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-06 05:10:14', '2026-04-01 07:57:34', NULL),
(132, 'w_CAVN0GjN0AWX5ZwUxLnj741tv', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-03-06 05:20:00', '2026-03-06 05:20:21', NULL),
(133, 'w_5V861fs2MsInLuRQFVOrOCJEH', 2, 12, 70.00, 3.50, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-06 05:20:46', '2026-03-06 09:28:23', NULL),
(134, 'w_6ChktawR4UEDN2WAfFjxsgWzL', 2, 12, 500.00, 25.00, 'Wallet', 1, 500, 525.00, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-03-06 05:29:54', '2026-03-06 09:26:54', NULL),
(135, 'w_shuHdOHW8g3iN1g2W9DfWvTQ5', 2, 12, 520.00, 26.00, 'Wallet', 3, 520, 546.00, 'custom_video_business', NULL, NULL, 0.00, '', 0, '2026-03-06 05:32:31', '2026-03-06 05:32:31', NULL),
(136, 'w_RLxY26D0McQeNC6YIKGnVxcXk', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-06 06:40:25', '2026-03-06 06:40:25', NULL),
(137, 'w_SNYDJ92fGDnSZKPj6pQcXrzsX', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-06 06:41:21', '2026-03-06 06:41:21', NULL),
(138, 'w_tNrxr3qEYfbirv16UVSDlRKSI', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-06 07:12:22', '2026-03-06 07:12:22', NULL),
(139, 'w_hfxe5kvkm78NHhJa3QNSt7SSD', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-06 07:19:30', '2026-03-06 07:19:30', NULL),
(140, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-03-06 09:15:47', '2026-03-06 09:15:47', NULL),
(141, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-03-06 09:17:55', '2026-03-06 09:17:55', NULL),
(142, NULL, 2, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-03-06 09:18:24', '2026-03-06 09:18:24', NULL),
(143, 'w_dCFEdJ8bCJrRApNabo1eSP9pe', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-03-06 09:24:04', '2026-03-06 09:24:04', NULL),
(144, 't_V11OkQ15D272E8kmlxzlSQGkJ', 2, 12, 1.00, 0.00, 'Wallet', 1, 1, 1.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-03-06 09:32:06', '2026-03-06 09:32:06', NULL),
(145, 'w_wpRdj9PixmsskTOu5HejcjPyM', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-06 10:29:52', '2026-04-01 07:26:41', NULL),
(146, 'w_88mH48z01e9WoDVWeCZQ9Piev', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-03-10 04:10:02', '2026-03-10 04:10:02', NULL),
(147, 'w_KWHzy7DrvB2qcY2YealRCMnFj', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-10 07:13:26', '2026-03-10 07:13:26', NULL),
(148, 'w_3rveMdJsPdPL7xcagyNpfgqPt', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-10 13:50:16', '2026-03-10 13:50:16', NULL),
(149, 'w_eC3l1EwTdYWiOHsUCiYARpnNu', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-10 13:59:24', '2026-03-10 14:03:54', NULL),
(150, 'w_p0VSm0ySLwvZz4mRwSFzyDHKt', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-10 14:21:16', '2026-03-10 14:22:59', NULL),
(151, 'w_x7NgbX15dk4xSEZhUkI5ugvM2', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-10 17:35:44', '2026-03-10 17:39:53', NULL),
(152, 'w_18j64hNcUtQKb8nVF9YKUnsEH', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-10 18:01:52', '2026-03-10 18:02:46', NULL),
(153, 'w_7VpZmLRD2CuG7FPpN8jD7tsV3', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 09:11:24', '2026-03-11 09:13:05', NULL),
(154, 'w_cJGQ8OUC0X7gLXxZsTUIZjzZF', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 09:23:27', '2026-03-11 09:23:54', NULL),
(155, 'w_L81Htw7PZ4ke0AI8kqALOZvQu', 2, 12, 0.01, 0.00, 'Wallet', 2, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-11 09:35:07', '2026-03-11 09:37:28', NULL),
(156, 'w_slrjcX6YMnziazSHZ6dQJe1tX', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 09:37:12', '2026-03-11 09:39:03', NULL),
(157, 'w_dMIe0Go5p0o2p4zPuIpbFkFmF', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 09:55:07', '2026-03-11 09:55:43', NULL),
(158, 'w_B3YUc2L68kYpzuaRzh6Gc6V3d', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 10:13:57', '2026-03-11 10:14:25', NULL),
(159, 'w_gaQhZlFU6fSxQy1eMpQe4UHDQ', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 10:26:01', '2026-03-11 10:26:28', NULL),
(160, 'w_CRzVV2BgJNoFyVP15xhA6NQkO', 2, 12, 0.01, 0.00, 'Wallet', 1, 0.01, 0.01, 'videocall', NULL, 0, 0.00, '', 0, '2026-03-11 10:39:59', '2026-03-11 10:41:54', NULL),
(161, 'w_jmssmTrK2mvmSA9J39IXhzH7i', 2, 12, 80.00, 4.00, 'Wallet', 1, 80, 84.00, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-11 11:19:31', '2026-03-11 11:33:36', NULL),
(162, 'w_2Z7cDvfmK4wlYbd8JJIHqCmkZ', 2, 12, 0.01, 0.00, 'Wallet', 3, 0.01, 0.01, 'videocall', NULL, NULL, 0.00, '', 0, '2026-03-11 11:19:52', '2026-03-11 11:19:52', NULL),
(163, 'w_BDIDo8ICvkIgADl3vibuSavIP', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-03-11 11:20:08', '2026-03-11 11:20:08', NULL),
(164, 'w_PQVPtQqCSeJ1umJyoxmioLmTN', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-20 10:52:11', '2026-04-01 07:24:48', NULL),
(165, 'w_neuDuI2YXmZsmemYsihri0qHd', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-20 11:41:57', '2026-04-01 07:21:50', NULL),
(166, 'w_cKsbD8foJdozpw4jWY2RHLzll', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-03-20 12:53:45', '2026-04-01 07:20:39', NULL),
(167, 'w_JHNcZ3HP4YfKZzpVWti4bcNSM', 2, 12, 70.00, 3.50, 'Wallet', 2, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-04-01 04:28:53', '2026-04-01 05:02:38', NULL),
(168, 't_wN48y7x2hkorGcZuqkxkBixWw', 2, 12, 1.00, 0.00, 'Wallet', 1, 1, 1.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-04-01 04:58:01', '2026-04-01 04:58:01', NULL),
(169, 'w_Zxhij2cFNvpS4BnXxwxu06KpC', 2, 12, 70.00, 3.50, 'Wallet', 3, 70, 73.50, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-04-01 08:52:21', '2026-04-01 08:52:21', NULL),
(170, 'w_tcqhBYyaqewYrJDksz3lPmvro', 2, 12, 530.00, 26.50, 'Wallet', 2, 530, 556.50, 'custom_video_business', NULL, 0, 0.00, '', 0, '2026-04-01 08:53:57', '2026-04-02 05:13:59', NULL),
(171, 'w_tIZSOi7c29Vk9CeXVpygHfdnP', 2, 12, 0.03, 0.00, 'Wallet', 3, 0.03, 0.03, 'videocall', NULL, NULL, 0.00, '', 0, '2026-04-01 08:54:34', '2026-04-01 08:54:34', NULL),
(172, 'w_eMjBfuUIXELczuK6zBG76yfxR', 2, 12, 0.03, 0.00, 'Wallet', 3, 0.03, 0.03, 'videocall', NULL, NULL, 0.00, '', 0, '2026-04-01 09:14:57', '2026-04-01 09:14:57', NULL),
(173, 'w_L6NRBtFJQZyDLRML6EI8m6KXv', 2, 12, 0.03, 0.00, 'Wallet', 1, 0.03, 0.03, 'videocall', NULL, 0, 0.00, '', 0, '2026-04-01 09:15:25', '2026-04-02 05:20:09', NULL),
(174, 'w_wq2TRfuv8IZ0ZOPdyDNCG09A8', 2, 12, 70.00, 3.50, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 0, 0.00, '', 0, '2026-04-02 04:22:49', '2026-04-02 05:10:01', NULL),
(175, 't_eas5KcJCcbQhPrkIKF40lqLWI', 2, 12, 1.00, 0.00, 'Wallet', 1, 1, 1.00, 'tip', NULL, NULL, 0.00, NULL, 0, '2026-04-02 05:10:32', '2026-04-02 05:10:32', NULL),
(176, 'w_YMe0bNl7FXww40muA6vjj0q6J', 2, 12, 2.00, 0.10, 'Wallet', 1, 2, 2.10, 'dm', NULL, 0, 0.00, '', 0, '2026-04-02 05:11:13', '2026-04-02 05:11:13', NULL),
(177, 'w_fLW09lEOCe2zbDjQgOiSuZiaL', 1, 36, 5.00, 0.25, 'Wallet', 1, 5, 5.25, 'dm', NULL, 0, 0.00, '', 0, '2026-04-17 12:21:32', '2026-04-17 12:21:32', NULL),
(178, 'w_ZCWqL8yinFB9FdWa2szzJmOXQ', 1, 36, 5.00, 0.25, 'Wallet', 1, 5, 5.25, 'dm', NULL, 0, 0.00, '', 0, '2026-04-17 12:21:52', '2026-04-17 12:21:52', NULL),
(179, 'w_Jz28uhRh1jL7vbpkNivd1z4ss', 12, 20, 5.00, 0.25, 'Wallet', 1, 5, 5.25, 'dm', NULL, 0, 0.00, '', 0, '2026-05-03 11:55:09', '2026-05-03 11:55:09', NULL),
(180, 'w_pAYeFHzJYLrxCA3r40liLfwvB', 12, 14, 12.00, 0.60, 'Wallet', 3, 12, 12.60, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-05-03 18:20:51', '2026-05-03 18:20:51', NULL),
(181, 'w_2NP1kqZmiS0WN3p2eq2Vawt4h', 648, 12, 70.00, 3.32, 'Wallet', 1, 70, 73.50, 'custom_video', NULL, 1, 0.00, '', 0, '2026-05-28 06:16:21', '2026-05-28 06:34:21', NULL),
(182, NULL, 648, 14, 5.00, 0.25, 'Wallet', 3, 5, 5.25, 'dm', NULL, NULL, 0.00, '', 0, '2026-05-28 06:16:59', '2026-05-28 06:16:59', NULL),
(183, 'w_tEXI0SdREvBEOmC346Fa7pHzq', 648, 14, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'custom_video', NULL, NULL, 0.00, '', 0, '2026-05-28 06:17:28', '2026-05-28 06:17:28', NULL),
(184, NULL, 648, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-05-28 06:17:55', '2026-05-28 06:17:55', NULL),
(185, NULL, 648, 12, 2.00, 0.10, 'Wallet', 3, 2, 2.10, 'dm', NULL, NULL, 0.00, '', 0, '2026-05-28 06:20:38', '2026-05-28 06:20:38', NULL),
(186, 'w_KYSP6ay0ZWnXubD72ALvfaS2Y', 648, 14, 5.00, 0.24, 'Wallet', 1, 5, 5.25, 'dm', NULL, 1, 0.00, '', 0, '2026-05-28 06:23:19', '2026-05-28 06:23:19', NULL),
(187, 'w_tf0Sb6ouKHa4tSkC7pB53CXLE', 648, 12, 2.00, 0.09, 'Wallet', 1, 2, 2.10, 'dm', NULL, 1, 0.00, '', 0, '2026-05-28 06:23:45', '2026-05-28 06:23:45', NULL),
(188, 'w_v28MUXmDGsGT8qjpPzUovNW3l', 648, 12, 0.03, 0.00, 'Wallet', 3, 0.03, 0.03, 'videocall', NULL, NULL, 0.00, '', 0, '2026-05-28 06:40:07', '2026-05-28 06:40:07', NULL),
(189, 'w_48hcv8m9GbfGO3PLwVyMXOuMU', 648, 12, 0.03, 0.00, 'Wallet', 3, 0.03, 0.03, 'videocall', NULL, NULL, 0.00, '', 0, '2026-05-28 06:40:38', '2026-05-28 06:40:38', NULL),
(190, 'w_eXzoLS7fKrSi1Xr2m6UUTwiBe', 648, 12, 0.03, 0.00, 'Wallet', 3, 0.03, 0.03, 'videocall', NULL, NULL, 0.00, '', 0, '2026-05-28 06:47:40', '2026-05-28 06:47:40', NULL);

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

--
-- Table structure for table `two_factor_codes`
--

CREATE TABLE `two_factor_codes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `code` varchar(25) NOT 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 `users`
--

CREATE TABLE `users` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `countries_id` char(25) DEFAULT NULL,
  `password` char(60) NOT NULL,
  `email` varchar(255) NOT NULL,
  `avatar` varchar(70) NOT NULL,
  `cover` varchar(70) NOT NULL,
  `suspended` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `role` int(10) UNSIGNED NOT NULL,
  `remember_token` varchar(100) NOT NULL,
  `payment_gateway` varchar(50) NOT NULL,
  `payment_account` text NOT NULL,
  `featured_at` timestamp NULL DEFAULT NULL,
  `about_you` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `oauth_uid` varchar(255) NOT NULL,
  `oauth_provider` varchar(255) NOT NULL,
  `categories_id` varchar(255) NOT NULL,
  `subcategory` varchar(200) DEFAULT NULL,
  `website` varchar(200) NOT NULL,
  `price` decimal(10,2) NOT NULL,
  `price_video_business` decimal(10,2) NOT NULL,
  `balance` decimal(10,2) NOT NULL,
  `type` varchar(100) DEFAULT 'normal',
  `address` varchar(200) NOT NULL,
  `city` varchar(150) NOT NULL,
  `zip` varchar(50) NOT NULL,
  `facebook` varchar(200) NOT NULL,
  `twitter` varchar(200) NOT NULL,
  `instagram` varchar(200) NOT NULL,
  `youtube` varchar(200) NOT NULL,
  `pinterest` varchar(200) NOT NULL,
  `github` varchar(200) NOT NULL,
  `last_seen` timestamp NULL DEFAULT NULL,
  `company` varchar(50) NOT NULL,
  `ip` varchar(40) NOT NULL,
  `dark_mode` enum('on','off') NOT NULL DEFAULT 'off',
  `birthdate` varchar(30) NOT NULL,
  `language` varchar(10) NOT NULL,
  `wallet` decimal(10,2) NOT NULL,
  `tiktok` varchar(200) NOT NULL,
  `snapchat` varchar(200) NOT NULL,
  `last_login` varchar(250) NOT NULL,
  `birthdate_changed` enum('yes','no') NOT NULL DEFAULT 'no',
  `payoneer_account` varchar(200) NOT NULL,
  `zelle_account` varchar(200) NOT NULL,
  `two_factor_auth` enum('yes','no') NOT NULL DEFAULT 'no',
  `stripe_connect_id` varchar(255) DEFAULT NULL,
  `completed_stripe_onboarding` tinyint(1) NOT NULL DEFAULT 0,
  `telegram` varchar(200) NOT NULL,
  `vk` varchar(200) NOT NULL,
  `twitch` varchar(200) NOT NULL,
  `discord` varchar(200) NOT NULL,
  `reddit` varchar(200) NOT NULL,
  `spotify` varchar(200) NOT NULL,
  `phone` varchar(100) DEFAULT NULL,
  `ocupation` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `flash_delivery` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `days_delivery` tinyint(3) UNSIGNED NOT NULL DEFAULT 7,
  `flash_delivery_price` decimal(10,2) NOT NULL,
  `business` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `allow_booking_videos` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `allow_dm` tinyint(3) UNSIGNED DEFAULT 0,
  `price_dm` decimal(10,2) NOT NULL,
  `allow_flash_delivery_business` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `flash_delivery_business_price` decimal(10,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `rating` int(10) UNSIGNED NOT NULL,
  `popularity_score` decimal(10,2) NOT NULL DEFAULT 0.00,
  `follower_count` int(11) NOT NULL DEFAULT 0,
  `profile_completeness_score` int(11) NOT NULL DEFAULT 0,
  `total_rating` int(10) UNSIGNED NOT NULL,
  `verification_status` varchar(255) DEFAULT NULL,
  `verification_tier` enum('none','silver','gold','premium') NOT NULL DEFAULT 'none',
  `videos_available` char(10) NOT NULL DEFAULT '-1',
  `videocall_status` tinyint(1) NOT NULL DEFAULT 0,
  `videocall_price` decimal(10,2) NOT NULL,
  `videocall_duration` int(11) DEFAULT NULL,
  `timezone` varchar(255) DEFAULT NULL,
  `timezone_offset` varchar(255) DEFAULT NULL,
  `age_verification` tinyint(1) NOT NULL DEFAULT 0,
  `business_verified` tinyint(1) NOT NULL DEFAULT 0,
  `engagement_rate` decimal(5,2) NOT NULL DEFAULT 0.00,
  `avg_delivery_time_days` decimal(4,1) DEFAULT NULL,
  `business_rating` decimal(3,2) NOT NULL DEFAULT 0.00,
  `business_ratings_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `featured_for_business_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

INSERT INTO `users` (`id`, `name`, `username`, `countries_id`, `password`, `email`, `avatar`, `cover`, `suspended`, `role`, `remember_token`, `payment_gateway`, `payment_account`, `featured_at`, `about_you`, `oauth_uid`, `oauth_provider`, `categories_id`, `subcategory`, `website`, `price`, `price_video_business`, `balance`, `type`, `address`, `city`, `zip`, `facebook`, `twitter`, `instagram`, `youtube`, `pinterest`, `github`, `last_seen`, `company`, `ip`, `dark_mode`, `birthdate`, `language`, `wallet`, `tiktok`, `snapchat`, `last_login`, `birthdate_changed`, `payoneer_account`, `zelle_account`, `two_factor_auth`, `stripe_connect_id`, `completed_stripe_onboarding`, `telegram`, `vk`, `twitch`, `discord`, `reddit`, `spotify`, `phone`, `ocupation`, `flash_delivery`, `days_delivery`, `flash_delivery_price`, `business`, `allow_booking_videos`, `allow_dm`, `price_dm`, `allow_flash_delivery_business`, `flash_delivery_business_price`, `created_at`, `updated_at`, `email_verified_at`, `rating`, `popularity_score`, `follower_count`, `profile_completeness_score`, `total_rating`, `verification_status`, `verification_tier`, `videos_available`, `videocall_status`, `videocall_price`, `videocall_duration`, `timezone`, `timezone_offset`, `age_verification`, `business_verified`, `engagement_rate`, `avg_delivery_time_days`, `business_rating`, `business_ratings_count`, `featured_for_business_at`) VALUES
(1, 'Master Demo', 'mastermcx', '1', '$2y$10$tTNMfl1ffziHoqs3.5yy5.Km7A2UswksfTZNCcUWhZG99yq6b6CO.', 'mastermcx@miracuves.com', 'default-1771491177.gif', '', 0, 1, 'E7VaMko1brYzfOQzMZqrRO5qi1SPeE1UTyEziWU7w9s5MnJRAMDKmyOEtnqO', '', '', NULL, '', '', '', '0', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '', 'on', '', 'en', 999988.50, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-19 02:38:24', '2026-04-17 12:21:52', '2024-06-27 19:56:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(2, 'User Demo', 'userdemo', '99', '$2y$10$wS8YiIUR9HS0UTMzzop6aOuYKPl4uPxUsUv7iRtoSurorFApUilcO', 'user@demo.com', 'userdemo-21772515666zgnayqwudv.jpg', '', 0, 0, 'H9gwsbd27cHsl4kUkigz4T9UUWgqdk1odONKYnlKny2IOHJ4pczrhPx9OdZN', '', '', NULL, '', '', '', '1', '19', '', 0.00, 0.00, 0.01, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '152.59.190.189', 'off', '', 'en', 99996343.69, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '78945123000', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 09:07:30', '2026-04-02 05:27:20', '2025-09-10 10:01:23', 0, 0.00, 0, 0, 0, 'rejected', '', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(4, 'Paul Walker', 'Paul123', '99', '$2y$10$12B6s6.Tx5JIBw59qZxnCeVF80NOAsONc9XtyCdjnXWHEI2J64ADW', 'paul@gmail.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 09:25:17', '2025-08-28 09:25:17', '2025-09-10 09:15:17', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(5, 'Vin Diesel', 'vin123', '99', '$2y$10$.3/ycaV1v393gpatZy8dYeDAcKCUUoxnkVF1hfBUA7jZZgG7/yZqG', 'wix.st.oc.l.e@gmail.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '5', '31', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 09:46:56', '2026-02-23 05:44:53', '2025-08-28 09:48:18', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(7, 'Andrea Denver', 'andrea', '4', '$2y$10$vx1fPM6BaQQ2LZuCLUGP2eOHm93I/QqbSwEAMEDvC7oTY4iYWuqRO', 'johnson@gmail.com', 'default-1756362794.gif', '', 0, 0, 'oqrbanKwTJ4lDhOtfI06k8yUPs6eZdQTBrWD0kGEXx3W3PxKmAwowufdQ5yR', '', '', NULL, '', '', '', '4', '46', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '9090909090', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 10:23:43', '2026-02-23 05:44:53', '2025-08-28 10:44:51', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(8, 'Brandon Walker', 'brandon', '96', '$2y$10$o3pPbP8MIY9SRpo0SGOoCegRyxkrF6nTY2rH9fLNxqYEeW8h1Qz9y', 'brandon@gmail.com', 'brandon-81756383456mla8xs5tis.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '4', '46', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9090909090', NULL, 0, 7, 0.00, 0, 0, NULL, 0.00, 0, 0.00, '2025-08-28 10:57:11', '2026-02-23 05:44:53', '2025-08-28 10:57:44', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(9, 'BJ Britt', 'bjb', '97', '$2y$10$PDh/bVsEGUMGlphv2eA4ueFESvXZSKmKj1i3UtWn1FKz2jN4mnORa', 'britt@gmail.com', 'bjb-91762838255kxjkvl4rtt.jpg', '', 0, 0, '', '', '', '2025-08-28 11:41:32', '', '', '', '4', '45', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Creator', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-08-28 11:03:42', '2026-02-23 05:45:11', '2025-08-28 11:04:01', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(10, 'Amit Kumar', 'amitkumar', '99', '$2y$10$7MxvZiFImjdDPT1ljM.GcORCTN0rsyeAC2aCSSHocgNJPrixQBgMu', 'amit@demo.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '157.33.198.231', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 11:12:45', '2025-08-28 11:14:10', '2025-08-28 11:14:10', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(11, 'Ben Mintz', 'benmintz', '99', '$2y$10$NBOzgYB8yhvHY/zBTyxKL.1/vBR4Fa5ppIUnx.38otoxoPTjcAXd.', 'mintz@gmail.com', 'benmintz-111756380697sj5hjwordm.jpg', '', 0, 0, '', '', '', '2025-08-28 11:40:59', '', '', '', '4', '49', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9090909090', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-28 11:18:52', '2026-02-23 05:44:53', '2025-08-28 11:19:17', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(12, 'Carry Minati', 'carryminati', '1', '$2y$10$6Cb2nyvdXG3MSHxf4ihM8ue9SKB.2lSoDh6WLgv3MTj3DCgrJr0g.', 'creator@demo.com', 'carryminati-121772534251lmdtpxy0nj.jpg', '', 0, 0, 'naNCo0sBkLopsvTdiALnrSU9fX7yRB1zTZcsh9MpeAkp6C2X7rCTRVYBOtFw', 'PayPal', 'provider@demo.com', '2025-08-28 11:40:45', 'gaming wonder', '', '', '4', '49', '', 70.00, 500.00, 6375.15, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 972.70, '', '', '', 'no', '', '', '', 'acct_1Tfy9o60aHRPOJmt', 1, '', '', '', '', '', '', '9898989898', 'Gamer', 1, 7, 10.00, 1, 1, 1, 2.00, 1, 100.00, '2025-08-28 11:37:03', '2026-06-08 08:21:49', '2025-08-28 11:37:23', 27, 1027.00, 0, 0, 6, 'verified', '', '-1', 1, 0.03, 10, 'Asia/Kolkata', 'GMT+5', 0, 0, 0.00, NULL, 0.00, 0, NULL),
(13, 'Khaby Lame', 'khabylame', '99', '$2y$10$vkg95iWUmoUmEapyM6vQsuF8C5USRYInxxJiBV0dNehlnPwdclO0S', 'khaby@gmail.com', 'khabylame-131762838397fu9wow948j.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '4', '45', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.232.5', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'creator', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 03:41:50', '2026-02-23 05:44:53', '2025-08-29 03:41:50', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(14, 'Mr Beast', 'jamesstephen', '1', '$2y$10$kNw5Al1vU9u3DmaO.UlKTOer1dfIZ3r5dQnazTX/8vt3HncvSGk12', 'james12@gmail.com', 'jamesstephen-141762838581i5wo5ltgbl.png', '', 0, 0, '', '', '', '2026-05-03 10:01:50', '', '', '', '4', '46', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.119', 'off', '', 'en', 9999.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'creator', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 04:31:45', '2026-05-03 10:31:58', '2025-08-29 04:31:45', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, 10, '', NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(15, 'Zach King', 'zachking', '99', '$2y$10$Sm0igOp1ScYqXiRfCQ2Qjuf1IXjw8zkbBEfZ.Vz3xpn6tpj1v8s0G', 'zach12@gmail.com', 'zachking-151762838661zblgklbvfm.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '4', '46', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.119', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'creator', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 04:42:18', '2026-02-23 05:44:53', '2025-08-29 04:42:18', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(16, 'Leonardo DiCaprio', 'leonardo', '1', '$2y$10$P/my0yHZH.eKYBIQwTcmEOMRrmVK9UG66C1KXVT6O8HpVco7smEru', 'leonardo12@gmail.com', 'leonardo-161762838804qw4rcqzudx.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '5', '26', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.133.73', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 05:37:19', '2026-02-23 05:44:53', '2025-08-29 05:37:19', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(17, 'Robert Downey Jr.', 'robertdowney', '1', '$2y$10$/2YhNWCb0wos4sJpZlA3F.gHDp8lNrtepEuNOectkYVqR1kxprmFy', 'downey12@gmail.com', 'robertdowney-171762838907czseuzvdzj.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '5', '26', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.133.73', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 05:49:13', '2026-02-23 05:44:53', '2025-08-29 05:49:13', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(18, 'Shah Rukh Khan', 'shahrukh', '99', '$2y$10$iL0V9QOAF0Vamynrkjd83OEDfqdU0wVjFr1H8ADHUBbyAn1VnPPwm', 'srk123@gmail.com', 'shahrukh-181762838987qbopr08lax.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '5', '28', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.133.73', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 05:55:38', '2026-02-23 05:44:53', '2025-08-29 05:55:38', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(19, 'Aishwarya Rai Bachchan', 'Aishwarya', '99', '$2y$10$9lvkJ3EIcnuunl3k1GfTru1yYWqKdHEif.uzF.XhPl.P1NJVgfvBa', 'aish123@gmail.com', 'aishwarya-191762839279qzsgwts2mq.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '5', '28', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:05:03', '2026-02-23 05:44:53', '2025-08-29 06:05:03', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(20, 'Cristiano Ronaldo', 'cristiano', '174', '$2y$10$7q7Sh8YPVjuv0pvgTahJSu.iXX7JQebaU4n2GGy9ndgOHGRUHJlym', 'cristiano12@gmail.com', 'cristiano-201756463570xrqyccfjgv.png', '', 0, 0, '9cbZ71gogFAQZIMmaPMGfaud1AcQKWbmHgtx1Ud5XXnUbSA5yAttT05kvIaY', 'PayPal', 'cristiano12@gmail.com', '2026-05-03 10:02:42', '', '', '', '1', '16', '', 2.00, 500.00, 550.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 99453.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Footballer', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:13:36', '2026-05-03 10:08:29', '2025-08-29 06:13:36', 5, 15.00, 0, 0, 1, 'verified', 'none', '-1', 1, 0.07, 10, 'America/Adak', 'GMT-9', 0, 0, 0.00, NULL, 0.00, 0, NULL),
(21, 'Rohit Sharma', 'rohitsharma', '99', '$2y$10$VvlhIQRHFsYK3.Cy4Dg8buDOwjgP5Ox8OmzI8bzpuZFwHpWlqsxpq', 'rohit12@gmail.com', 'rohitsharma-2117628393928bxypgqbt2.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '1', '36', '', 2.00, 500.00, -6.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'cricketer', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:24:20', '2026-02-23 05:44:53', '2025-08-29 06:24:20', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(22, 'John Isner', 'johncena', '1', '$2y$10$Li2UE343GhB4SVfrBL2A3uSHjyNEVWF1a5GFt8DsdwFO6TcvuOf96', 'john12@gmail.com', 'johncena-221762839486353evp6oqq.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '1', '33', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Tennis', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:32:38', '2026-02-23 05:44:53', '2025-08-29 06:32:38', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(23, 'Harmanpreet Singh', 'harmanpreet', '99', '$2y$10$4fDlVLxCJbpN8Uxaz3RiVOVMFTEPVnjbvU15rqIW9aOvSMvOKimqa', 'harmanpreet@gmail.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-29 06:41:42', '2025-08-29 06:41:42', '2025-08-29 06:41:42', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(24, 'Vishesh Bhriguvanshi', 'vishesh', '99', '$2y$10$5Zy7eiYLhJeNVMmI0rv8UuTkmR9GzmSTcoPlv/NP3IdLNcEHzqqCC', 'vishesh@gmail.com', 'vishesh-241756463105l9lmvdo5or.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '1', '17', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Basketball', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:45:06', '2026-02-23 05:44:53', '2025-08-29 06:45:06', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(25, 'Kapil Sharma', 'kapilsharma', '99', '$2y$10$BGKGXquIz8/uHHW8oV8GQOJKGdFg7YA8MKkTd9t7ZhkLzwaxrr50y', 'kapil@gmail.com', 'kapilsharma-251762839572jntuxtqpuz.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '2', '20', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'fr', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Comedians', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 06:54:02', '2026-02-23 05:55:43', '2025-08-29 06:54:02', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(26, 'Zakir Khan', 'zakirkhan', '99', '$2y$10$GG2n78tPS9dgA3FLgyQht.LmpS.9zjYgzWzrAu9YCAghdLUyrIccC', 'zakir@gmail.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-29 07:03:13', '2025-08-29 07:03:13', '2025-08-29 07:03:13', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(28, 'Zakir Khan', 'zaakirkhan', '99', '$2y$10$pD4mfGn40JUTMxd6Os2Vs..zF9HqelBmzRI.AqyJCfGsQtrWzxnjC', 'zakir12@gmail.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '2', '20', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '9898989898', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-29 07:04:04', '2026-02-23 05:44:53', '2025-08-29 07:04:04', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(29, 'Hannibal Buress', 'hannibal', '1', '$2y$10$r8clo4P//Mk7frKG4m2hP./R7w9becjtNeBVreuSEGbZnjgmve6f2', 'hannibal@demo.com', 'hannibal-29175646416516ww6pw4xw.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '2', '20', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Comedians', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 07:18:02', '2026-02-23 05:44:53', '2025-08-29 07:18:02', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(30, 'Tracy Morgan', 'morgan', '99', '$2y$10$EFUc.Ce.MvTjXd71gz82vu3CAJTkzwbf3a4xEbeEIeL8w1hKLlTAO', 'morgan@gmail.com', 'morgan-301762839667synj35dfpj.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '2', '20', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', NULL, 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 07:27:31', '2026-02-23 05:44:53', '2025-08-29 07:27:31', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(31, 'The D Soraki', 'Thedsoraki', '108', '$2y$10$eCKtdReISqNy15HRBaMHeOTz26TFekutp6gf1qiecHWXi7d5Y9qfK', 'soraki@demo.com', 'thedsoraki-311762839803a2mvlbzaqm.png', '', 0, 0, '', '', '', NULL, '', '', '', '10', '69', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Dancer', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 07:58:25', '2026-02-23 05:44:53', '2025-08-29 07:58:25', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(32, 'Rihanna', 'rihanna', '21', '$2y$10$HUPZXDHppQabPlDEag.3r.IJRD1ZonOtvsBLHQ9Z2yxUrwjr/gN/y', 'rihanna@demo.com', 'rihanna-321762839955ccfccrroon.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '4', '46', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Singer', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 08:07:56', '2026-05-03 10:09:18', '2025-08-29 08:07:56', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 1, 0.06, 10, 'Africa/Addis_Ababa', 'GMT+3', 0, 0, 0.00, NULL, 0.00, 0, NULL),
(33, 'Adrianna Daniel', 'adrianna', '173', '$2y$10$V6deSw.IxOTaP7ktJlmI7uqjnyFcuIBwQ/9LYVoc67KX7.oBpmaFS', 'adrianna@demo.com', 'adrianna-331756465158ii9vydcxhi.png', '', 0, 0, '', '', '', NULL, '', '', '', '88', '', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Model', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 08:20:26', '2026-02-23 05:44:53', '2025-08-29 08:20:26', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(34, 'Nick Vujicic', 'nickvujicic', '15', '$2y$10$mbSY6VyWsXet8mVDHLZOQuIE9jawmCuRvhdEJWn1p./GtIjvRt.Sy', 'nick@demo.com', 'nickvujicic-341762840106zlelxpnymf.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '88', '', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Motivational speaker', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 08:29:04', '2026-02-23 05:44:53', '2025-08-29 08:29:04', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(35, 'Max Martin', 'maxmartin', '207', '$2y$10$f29aqiLkoVm7lzol2gNhQu/4FfugLCZremaG363YTNZ6.zih.vnRm', 'max@demo.com', 'maxmartin-351762840258uckjbtqlvq.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '88', '', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Music Producer', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 08:39:39', '2026-02-23 05:44:53', '2025-08-29 08:39:39', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(36, 'Wil Anderson', 'wilanderson', '15', '$2y$10$QpoC4vEe20kC93GBpMovJOnVX/U0yVM6zHgvciPrZHtAcRTJa0TNS', 'will@demo.com', 'wilanderson-361756463810ulsw9nvzid.jpg', '', 0, 0, 'HtiATXRZ7js5y9yndFE9g1RMOWnWWqqf71Lkz0YcEbfPvkwphsYMPhVgxFas', '', '', '2025-08-29 12:33:52', '', '', '', '2', '20', '', 5.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 99999.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Comedians', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 08:53:53', '2026-02-23 05:44:53', '2025-08-29 08:53:53', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 1, 20.00, 10, 'America/Adak', 'GMT-9', 0, 0, 0.00, NULL, 0.00, 0, NULL),
(37, 'Bill Murray', 'billmurray', '1', '$2y$10$GjUEEpa.hcl3vRc0saHvruDvhZ0425R67uH5l9cosfSGUIozydYu.', 'murray@demo.com', 'billmurray-371762840925pqmpzwj4dz.png', '', 0, 0, '', '', '', NULL, '', '', '', '5', '14', '', 2.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 09:12:10', '2026-02-23 05:44:53', '2025-08-29 09:12:10', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(38, 'Simon Pegg', 'simonpegg', '1', '$2y$10$liSvKo20HnPYgBWHwx//6us2CAGPGcmPP0nOfzUa0K1RE.K/6NDHO', 'simon@demo.com', 'simonpegg-3817628410412z0qhhvpid.jpg', '', 0, 0, 'dD0EWEAjilnpfysTkPmZijr3SW3J68P9lRXltxsSCpa20ACujpaFAMrERycz', '', '', NULL, '', '', '', '5', '14', '', 3.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 09:21:02', '2026-02-23 05:44:53', '2025-08-29 09:21:02', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(39, 'Jason Dolley', 'jason', '1', '$2y$10$bWuT033DbvfW12imjTVKTOPPrEcErcGSIiucBERU6Hdq541OZlTeW', 'jason@demo.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '5', '24', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.108.131.102', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '9898989898', 'Actor', 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-08-29 09:33:21', '2026-02-23 05:44:53', '2025-08-29 09:33:21', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(40, 'Travis Head', 'travishead', '15', '$2y$10$M3MWWRgqGHV9mkyBp1YpM.KQrbCY0jP01vJCRbhgAoQLhrLL3vAPO', 'travis@demo.com', 'travishead-401762837862190xihhjrn.png', '', 0, 0, '', '', '', NULL, '', '', '', '1', '36', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.55', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'cricket', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-08-29 11:16:27', '2026-02-23 05:44:53', '2025-08-29 11:16:27', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(41, 'Bill Burr', 'billburr', '1', '$2y$10$peVEiWTMWaa49tK.lW2kwewKqREeP/OUoBnh49yc8fyV5ud6EHVV.', 'burr@demo.com', 'billburr-411762840665ytsyw7veso.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '2', '20', '', 4.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.55', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Comedians', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-08-29 11:34:47', '2026-02-23 05:44:53', '2025-08-29 11:34:47', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(42, 'Selena Gomez', 'selena', '1', '$2y$10$kpMYPKoCfHC9f0JnbGLkiOJRYkBTeMwsnbGFG9okHgaQW.27t8JgS', 'selena@demo.com', 'selena-421762838009l6ctjser5t.jpg', '', 0, 0, '', '', '', '2025-08-29 12:33:42', '', '', '', '4', '45', '', 4.00, 500.00, 4.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.55', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'influencers', 1, 7, 10.00, 1, 1, 1, 5.00, 1, 100.00, '2025-08-29 11:51:19', '2026-02-23 05:44:53', '2025-08-29 11:51:19', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(43, 'Billie Eilish', 'billieeilish', '1', '$2y$10$3v.sJmb83MZAf5/PTQ/NG.ypXIZRYp6u7sIlxApkCvSTPEKUFu.tK', 'eilish@demo.com', 'billieeilish-431756469948ev1bhvliiw.png', '', 0, 0, '', '', '', '2025-08-29 12:33:34', '', '', '', '3', '51', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.55', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Musicians', 0, 7, 0.00, 0, 1, 0, 0.00, 0, 0.00, '2025-08-29 12:14:22', '2026-05-03 10:34:09', '2025-08-29 12:14:22', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, 10, '', NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(44, 'Justin Bieber', 'justin', '2', '$2y$10$oLpy3tdGnpzfCBD6vImhPuJSV3W9UWL9XY4juBuMHUgVReEy8s.ne', 'justin@demo.com', 'justin-441756470757zvkrijpsgg.png', '', 0, 0, '', '', '', '2025-08-29 12:33:27', '', '', '', '3', '51', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '42.104.161.55', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Musicians', 0, 7, 0.00, 0, 1, 0, 0.00, 0, 0.00, '2025-08-29 12:20:39', '2026-05-03 10:19:20', '2025-08-29 12:20:39', 0, 1000.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, 10, '', NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(45, 'Mark McGrath', 'mark', '1', '$2y$10$Q2jrpE5OgpCug11GO4gcjOWE79ULDDJnUGWSRTJbl/cdcPGCwqRPa', 'mark@demo.com', 'mark-451762840557617dqzu3af.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '3', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Musicians', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 03:40:31', '2026-02-23 05:44:53', '2025-09-01 03:40:31', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(46, 'Riff Raff', 'riffraff', '1', '$2y$10$yhZDbRO9tmCXPD.KXlfk6uwio4jqfEtOqSHdxEym.FYLs42fQkxQy', 'riff@demo.com', 'riffraff-461762840497c9adr4ls9l.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '3', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Musicians', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 03:52:42', '2026-02-23 05:44:53', '2025-09-01 03:52:42', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(47, 'Kenny G', 'kennyg', '1', '$2y$10$THdfPZqVRJ0Rt.pACK1LU.n8/SsUaUk3KRamAzbL3he.TNNAZOtLO', 'kenny@demo.com', 'kennyg-471762840371ogqxm3ccrc.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '3', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Musicians', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 03:58:52', '2026-02-23 05:44:53', '2025-09-01 03:58:52', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(48, 'Bam Margera', 'margera', '1', '$2y$10$evObLfoyZzU8N823eOzBwuOSGiw6wDCaHahMrlpsuaMuFpdGtfcHi', 'margera@demo.com', 'margera-481762840292omobiolrnf.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '7', '', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'stunt performer', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 04:06:43', '2026-02-23 05:44:53', '2025-09-01 04:06:43', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(49, 'Chris Pontius', 'chris', '1', '$2y$10$SCxkFqmQAo7ZwfM7UjExgeHPBZcjVGV83bITyMW2gUd.sI7lrbq4.', 'chris@demo.com', 'chris-491756700360la9tqs6zqm.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '7', '', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'stunt performer', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 04:14:56', '2026-02-23 05:44:53', '2025-09-01 04:14:56', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(50, 'Cara Maria Sorbello', 'caramaria', '1', '$2y$10$unAE5iHkD0V0ItRpG2hZKuGI4wQv4Bb2v1YHDm2g9XvPXZMs67O4S', 'cara@demo.com', 'caramaria-501762840183n8zik2ncdy.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '7', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Reality TV', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 04:21:00', '2026-02-23 05:44:53', '2025-09-01 04:21:00', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(51, 'Johnny Devenanzio', 'johnny', '1', '$2y$10$iwcN4YuM0q2oEMeuYXU70uyJD5DgP4hdaH2er0zq635B8HGxHZjdC', 'johnny@demo.com', 'johnny-511762840114pnrfcfsxxt.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '7', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Reality TV', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 04:34:03', '2026-02-23 05:44:53', '2025-09-01 04:34:03', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(52, 'Farrah Abraham', 'farrah', '1', '$2y$10$wlYI6ANro/Lj0c3TF/.F7.czdlyNlMtMfonTaRjm/BwJ49I2i6Yqu', 'farrah@demo.com', 'farrah-521756702204eeta2p5otb.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '7', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Reality TV', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 04:40:43', '2026-02-23 05:44:53', '2025-09-01 04:40:43', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(53, 'Dani Bowman', 'dani', '99', '$2y$10$j/MLFInnssqQBDjXBPqLZu1djKMiie9IaKkfgFVTE47p4nAo7A2/6', 'dani@demo.com', 'default-1756362794.gif', '', 0, 0, 'Ea8QcSzdViOk8H8PkwLTYskwKAW7altYxeinaecfaWkzFyW2kjVxj7WkQfFa', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 98801.68, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-09-01 04:54:28', '2025-09-03 06:39:07', '2025-09-01 04:54:28', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(54, 'Jimmy Fallon', 'jimmy', '1', '$2y$10$qaHrVUN.u9Bi54EqpSlpqer5jG6dCkH5H.82unniuvaIg2f7LDw2e', 'jimmy@demo.com', 'jimmy-5417628400567sul6wddmb.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '10', '', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Reality TV', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 05:25:03', '2026-02-23 05:44:53', '2025-09-01 05:25:03', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(55, 'Karyn Bryant', 'karyn', '1', '$2y$10$CIHM4n9D83WjrDVqqqHnPuN.bhi2dxHf0B.id87xN7X5Aq9K9KWL6', 'karyn@demo.com', 'karyn-551762839950zskmvrzewa.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '10', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9090909090', 'TV Host', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 05:33:50', '2026-02-23 05:44:53', '2025-09-01 05:33:50', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(56, 'Kate Upton', 'kateupton', '1', '$2y$10$oMh1GeTgI/MLQ6SemNRFcexM9l8UPZNmjpLamFMivLR5EUCPyFHc.', 'kate@demo.com', 'kateupton-561756705474ijsoebrkyf.png', '', 0, 0, '', '', '', NULL, '', '', '', '10', '', '', 2.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9090909090', 'Model', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 05:41:26', '2026-02-23 05:44:53', '2025-09-01 05:41:26', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(57, 'Erik Wahl', 'erikwahl', '1', '$2y$10$46MlmYSOezIKn48NLW4w4uVkAOsDCU1zc0kYtdN.kZLeySxvnM6Z2', 'erik@demo.com', 'erikwahl-571762839801ju0svj4yy4.png', '', 0, 0, '', '', '', NULL, '', '', '', '10', '', '', 3.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', '9898989898', 'Motivational speaker', 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2025-09-01 05:46:34', '2026-02-23 05:44:53', '2025-09-01 05:46:34', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(58, 'Alex Petar', 'alexpetar', '99', '$2y$10$otul5QH9UPCHhOC6PYE1r.YbJbOSZ2KwhpwKYKR0PGhOa/zHB3TWy', 'alex@demo.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '150.107.241.199', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-09-01 09:06:18', '2025-09-01 09:06:18', '2025-09-01 09:06:18', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(62, 'Sam Chan', 'samc', '99', '$2y$10$lpiMYjy3xX9MuFIYYl3sAen.Ls/ARojgUBaoEd0jagYGrK1uyQ7NW', 'user2@demo.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '1', '18', '', 0.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '103.116.239.109', 'off', '', 'en', 99999993.75, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '2564556666', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-09-11 04:21:50', '2026-03-12 09:20:23', '2025-09-11 04:21:50', 0, 0.00, 0, 0, 0, 'verified', 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(63, 'Admin Demo', 'admin', '99', '$2y$10$L.8hDuJappJLCaTBFB86NO3A.0ysj5orNh.FoqH65r3frqTB4eoYm', 'admin@demo.com', 'default-1756362794.gif', '', 0, 2, 'YbyPpEnGdjFHN0OVZMmfmcfDRs3yhXC9Kp6lrm6PkUYlf3fcI6pcwXDchMQo', '', '', NULL, '', '', '', '1', '', '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '106.215.159.24', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '44444444444', NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-09-15 07:06:10', '2025-12-08 17:42:30', '2025-09-15 07:06:10', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(64, 'Tom', 'Cruise', '99', '$2y$10$/GBj5eYgxuMNk6Z621vbO.b3hfraScT5ksg1ZXhu.guioEzdOGx8.', 'tom@demo.com', 'cruise-641762858872zwdmclyjzd.jpg', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '106.215.180.59', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', '', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2025-11-11 11:00:38', '2025-11-11 11:01:59', '2025-11-11 11:00:38', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(65, 'Tolgaded', 'Tolgaded', '1', '$2y$10$0lhMcOBpBJV7eBRn.2K25ex9QOzjTDSGzgXjwcyhMebo.xzg.y8CC', 'tolgacan@em2.thematinggrounds.com', 'default-1756362794.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '3.228.76.156', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-01-26 09:49:00', '2026-01-26 09:49:00', '2026-01-26 09:49:00', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(68, 'user23', 'user23', '99', '$2y$10$J8rPEWfFNh8sqh5KUMa1/uhlBCRMyVVrdFeagG9X7jXT37CPDcPR6', 'user23@demo.com', 'default-1771491177.gif', '', 1, 0, '', '', '', NULL, '', '', '', '5', '28', '', 20.00, 0.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '::1', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '8787475875', NULL, 0, 7, 0.00, 0, 1, NULL, 0.00, 0, 0.00, '2026-02-20 06:56:43', '2026-02-25 06:39:38', '2026-02-20 06:57:23', 0, 0.00, 0, 0, 0, 'verified', '', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(117, 'Myriam Stanton', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'robel.elbert@example.net', '', '', 0, 0, '4D8XTECFNm', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:10:17', '2026-02-26 01:10:17', '2026-02-26 01:10:17', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(119, 'Ramona Beahan', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'casper.nayeli@example.org', '', '', 0, 0, 'rPxqnWeoj1', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:10:17', '2026-02-26 01:10:17', '2026-02-26 01:10:17', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(121, 'Carol Kozey', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'zelda.vandervort@example.org', '', '', 0, 0, 'FuwwpvsFAg', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:10:17', '2026-02-26 01:10:17', '2026-02-26 01:10:17', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(123, 'Kobe Strosin', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'austen.dicki@example.org', '', '', 0, 0, 'cOa5iVc57c', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:10:18', '2026-02-26 01:10:18', '2026-02-26 01:10:18', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(125, 'Grover Watsica', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'sgoyette@example.com', '', '', 0, 0, 'pIjF9xG0uL', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:16', '2026-02-26 01:11:16', '2026-02-26 01:11:16', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(127, 'Cayla Borer', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'npouros@example.com', '', '', 0, 0, 'jkiGreEeEn', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:16', '2026-02-26 01:11:16', '2026-02-26 01:11:16', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(129, 'Hilton West', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'lillie90@example.net', '', '', 0, 0, 'AqgiduAGcx', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:16', '2026-02-26 01:11:16', '2026-02-26 01:11:16', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(131, 'Joesph Stanton II', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'bednar.vernice@example.com', '', '', 0, 0, 'T20OBQ2DG3', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:16', '2026-02-26 01:11:16', '2026-02-26 01:11:16', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(133, 'Cielo Kuhn MD', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'adrien88@example.org', '', '', 0, 0, 'JQIEwujTeI', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:55', '2026-02-26 01:11:55', '2026-02-26 01:11:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(135, 'Orrin O\'Kon', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'gracie76@example.net', '', '', 0, 0, 'heSZHJX8jz', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:55', '2026-02-26 01:11:55', '2026-02-26 01:11:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(137, 'Elroy Larson', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'pdaugherty@example.org', '', '', 0, 0, '3AlYE8XsQk', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:55', '2026-02-26 01:11:55', '2026-02-26 01:11:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(139, 'Carolina Bernhard', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'jewel02@example.org', '', '', 0, 0, 'js6sOJiOdL', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:11:55', '2026-02-26 01:11:55', '2026-02-26 01:11:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(141, 'Gayle Lockman', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'iva95@example.net', '', '', 0, 0, 'ohL6Hvtp9i', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:12:35', '2026-02-26 01:12:35', '2026-02-26 01:12:35', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(143, 'Clifton Murray', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'sven.casper@example.org', '', '', 0, 0, '0aoJ21PGhh', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:12:35', '2026-02-26 01:12:35', '2026-02-26 01:12:35', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(145, 'Prof. Brisa Jacobs', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'nsimonis@example.net', '', '', 0, 0, '8iXVLibXhx', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:12:36', '2026-02-26 01:12:36', '2026-02-26 01:12:36', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(147, 'Moises Lehner', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'bmurphy@example.org', '', '', 0, 0, '4IuxGAh75y', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:12:36', '2026-02-26 01:12:36', '2026-02-26 01:12:36', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(149, 'Jannie Marvin', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'leanna.oberbrunner@example.org', '', '', 0, 0, 'y1kANOowt4', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:00', '2026-02-26 01:13:00', '2026-02-26 01:13:00', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL);
INSERT INTO `users` (`id`, `name`, `username`, `countries_id`, `password`, `email`, `avatar`, `cover`, `suspended`, `role`, `remember_token`, `payment_gateway`, `payment_account`, `featured_at`, `about_you`, `oauth_uid`, `oauth_provider`, `categories_id`, `subcategory`, `website`, `price`, `price_video_business`, `balance`, `type`, `address`, `city`, `zip`, `facebook`, `twitter`, `instagram`, `youtube`, `pinterest`, `github`, `last_seen`, `company`, `ip`, `dark_mode`, `birthdate`, `language`, `wallet`, `tiktok`, `snapchat`, `last_login`, `birthdate_changed`, `payoneer_account`, `zelle_account`, `two_factor_auth`, `stripe_connect_id`, `completed_stripe_onboarding`, `telegram`, `vk`, `twitch`, `discord`, `reddit`, `spotify`, `phone`, `ocupation`, `flash_delivery`, `days_delivery`, `flash_delivery_price`, `business`, `allow_booking_videos`, `allow_dm`, `price_dm`, `allow_flash_delivery_business`, `flash_delivery_business_price`, `created_at`, `updated_at`, `email_verified_at`, `rating`, `popularity_score`, `follower_count`, `profile_completeness_score`, `total_rating`, `verification_status`, `verification_tier`, `videos_available`, `videocall_status`, `videocall_price`, `videocall_duration`, `timezone`, `timezone_offset`, `age_verification`, `business_verified`, `engagement_rate`, `avg_delivery_time_days`, `business_rating`, `business_ratings_count`, `featured_for_business_at`) VALUES
(151, 'Miss Abigale Raynor II', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'fspinka@example.org', '', '', 0, 0, '7e8lPftU8g', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:01', '2026-02-26 01:13:01', '2026-02-26 01:13:01', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(153, 'Eric Cruickshank', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'wilkinson.obie@example.net', '', '', 0, 0, 'OJSaH1lUjx', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:01', '2026-02-26 01:13:01', '2026-02-26 01:13:01', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(155, 'Adelia Becker Sr.', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'eugene.koss@example.org', '', '', 0, 0, 'qdb21dr83G', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:01', '2026-02-26 01:13:01', '2026-02-26 01:13:01', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(157, 'Leonie Halvorson', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'reagan.graham@example.com', '', '', 0, 0, 'OfTvbFOsuX', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:52', '2026-02-26 01:13:52', '2026-02-26 01:13:52', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(159, 'Theresa Jenkins', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'watsica.lesly@example.org', '', '', 0, 0, 'IIollQUm7D', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:52', '2026-02-26 01:13:52', '2026-02-26 01:13:52', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(161, 'Paxton Bruen', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'macie81@example.com', '', '', 0, 0, 'ei9KnwZ4Mk', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:52', '2026-02-26 01:13:52', '2026-02-26 01:13:52', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(163, 'Felix Brown IV', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'emmalee46@example.org', '', '', 0, 0, 'M2c2mHlGaq', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:13:52', '2026-02-26 01:13:52', '2026-02-26 01:13:52', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(165, 'Joana Johns', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'mellie14@example.org', '', '', 0, 0, 'v8YLnkUnOS', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:14:10', '2026-02-26 01:14:10', '2026-02-26 01:14:10', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(167, 'Jerald Daugherty', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'itromp@example.com', '', '', 0, 0, 'eedD2OjXIY', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:14:50', '2026-02-26 01:14:50', '2026-02-26 01:14:50', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(169, 'Ryann Berge', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'zgislason@example.org', '', '', 0, 0, 'WC2YlvrEr9', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:14:50', '2026-02-26 01:14:50', '2026-02-26 01:14:50', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(171, 'Ezequiel Klein', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'jarrell.kreiger@example.com', '', '', 0, 0, 'RxXZaAJJI5', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:14:50', '2026-02-26 01:14:50', '2026-02-26 01:14:50', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(173, 'Dr. Odessa Grady', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'miller.wilburn@example.net', '', '', 0, 0, 'm7acrC4omO', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:14:50', '2026-02-26 01:14:50', '2026-02-26 01:14:50', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(175, 'Hanna Kozey', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'sebastian29@example.com', '', '', 0, 0, 'e5YmQnlX8y', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:15:31', '2026-02-26 01:15:31', '2026-02-26 01:15:31', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(176, 'Amely Thiel', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'alden10@example.net', '', '', 0, 0, '2J2pNvYpc6', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:15:31', '2026-02-26 01:15:31', '2026-02-26 01:15:31', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(177, 'Kacey Beahan', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'brosenbaum@example.net', '', '', 0, 0, 'zfwwyOOYk7', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:15:31', '2026-02-26 01:15:31', '2026-02-26 01:15:31', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(178, 'Madelyn Legros PhD', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'kutch.mellie@example.com', '', '', 0, 0, 'qnv14XQ8VN', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:15:31', '2026-02-26 01:15:31', '2026-02-26 01:15:31', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(179, 'Mallory Beier', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'spencer.marina@example.org', '', '', 0, 0, 'E2xQy26r04', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:16:04', '2026-02-26 01:16:04', '2026-02-26 01:16:04', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(181, 'Aisha Treutel', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'vgreenfelder@example.com', '', '', 0, 0, '8BVXFjruOC', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:16:05', '2026-02-26 01:16:05', '2026-02-26 01:16:05', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(183, 'Abbey Steuber', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'clotilde00@example.org', '', '', 0, 0, '8MjxrgUiyU', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:16:05', '2026-02-26 01:16:05', '2026-02-26 01:16:05', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(185, 'Melvina Welch', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'cassin.margot@example.org', '', '', 0, 0, 'Vgopysr94A', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:16:05', '2026-02-26 01:16:05', '2026-02-26 01:16:05', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(187, 'Damien Lockman', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'annabel71@example.net', '', '', 0, 0, '05nZykdcMH', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:17:02', '2026-02-26 01:17:02', '2026-02-26 01:17:02', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(189, 'Graham D\'Amore', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'sdeckow@example.com', '', '', 0, 0, 'IKTR2WTJor', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:17:03', '2026-02-26 01:17:03', '2026-02-26 01:17:03', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(191, 'Jana Lubowitz', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'jadyn.schmitt@example.com', '', '', 0, 0, '8zyNHmrwpE', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:17:03', '2026-02-26 01:17:03', '2026-02-26 01:17:03', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(192, 'Flossie Dicki', 'Flossie', NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'citlalli.buckridge@example.net', '-19217732871590tihecwgvy.png', '', 0, 0, 'SjdDqN9tdXaHIYML5m5AhBZAEYA8XCyiErj8TD5Jl005NwGZ3Yo11R07jyVH', '', '', NULL, '', '', '', '', NULL, '', 10.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 1, 1, 1, 5.00, 0, 0.00, '2026-02-26 01:17:03', '2026-05-03 10:13:38', '2026-02-26 01:17:03', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, 10, '', NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(193, 'Dr. Afton Senger Sr.', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'madison.baumbach@example.com', '', '', 0, 0, '4MD6Fst4ND', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 01:17:03', '2026-02-26 01:17:03', '2026-02-26 01:17:03', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(485, 'Precious Senger', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'roberts.alivia@example.com', '', '', 0, 0, 'dqo8dOi8MH', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 03:17:00', '2026-02-26 03:17:00', '2026-02-26 03:17:00', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(487, 'Miss Meta Abernathy MD', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'krystal.mccullough@example.net', '', '', 0, 0, 'tCsFD3BEl9', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 03:17:00', '2026-02-26 03:17:00', '2026-02-26 03:17:00', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(489, 'Ms. Vivian Rosenbaum Sr.', NULL, NULL, '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', 'jveum@example.org', '', '', 0, 0, 'qW0gAB7x5b', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'user', '', '', '', '', '', '', '', '', '', NULL, '', '', 'off', '', '', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-02-26 03:17:00', '2026-02-26 03:17:00', '2026-02-26 03:17:00', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(645, 'Amira Sharma', 'amirasharma', '49', '$2y$10$X.Wtx1LyeqVTdnuBigN/JeJBik3ERC3tRbzXQ2KZSj7TnUhKwRAdK', 'amishasharma@demo.com', 'default-1771491177.gif', '', 0, 0, '', '', '', NULL, '', '', '', '4', '49', '', 10.00, 500.00, 0.00, 'celebrity', '', '', '', '', '', '', '', '', '', NULL, '', '152.59.38.168', 'off', '', 'en', 0.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', '9598989898', NULL, 0, 7, 0.00, 1, 1, NULL, 0.00, 0, 0.00, '2026-03-09 06:10:04', '2026-03-12 10:23:56', '2026-03-09 06:10:22', 0, 0.00, 0, 0, 0, 'verified', '', '-1', 1, 0.01, 10, 'Asia/Kolkata', 'GMT+5', 0, 0, 0.00, NULL, 0.00, 0, NULL),
(647, 'Business Account', 'miracuves', NULL, '$2y$10$0O5MRYDToLma9HE64FJPweisLkToce2XJ.nlrAtKBVMTBUX/HgGaC', 'business@demo.com', 'default-1771491177.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.20, 'business', '', '', '', '', '', '', '', '', '', NULL, '', '127.0.0.1', 'off', '', 'en', 999899.00, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-05-19 09:44:26', '2026-05-28 06:34:21', '2026-05-19 09:44:55', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL),
(648, 'User 2', NULL, NULL, '$2y$10$ZH/.JEyi5tehA74ihi39BO0e5SpOqyNVtSOI5C25YB.ZnukRVngyC', 'user22@demo.com', 'default-1771491177.gif', '', 0, 0, '', '', '', NULL, '', '', '', '', NULL, '', 0.00, 0.00, 0.00, 'normal', '', '', '', '', '', '', '', '', '', NULL, '', '127.0.0.1', 'off', '', 'en', 99915.96, '', '', '', 'no', '', '', 'no', NULL, 0, '', '', '', '', '', '', NULL, NULL, 0, 7, 0.00, 0, 0, 0, 0.00, 0, 0.00, '2026-05-28 06:01:06', '2026-05-28 06:47:40', '2026-05-28 06:15:33', 0, 0.00, 0, 0, 0, NULL, 'none', '-1', 0, 0.00, NULL, NULL, NULL, 0, 0, 0.00, NULL, 0.00, 0, NULL);

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

--
-- Table structure for table `user_audience_demographics`
--

CREATE TABLE `user_audience_demographics` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `age_13_17_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `male_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 50,
  `female_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 50,
  `age_18_24_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 30,
  `age_25_34_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 40,
  `age_35_44_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `age_45_54_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `age_55_plus_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `age_35_plus_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 30,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `income_0_20k_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `income_20_40k_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `income_40_60k_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `income_60_80k_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `income_80_100k_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `income_100k_plus_percentage` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `top_city_1` varchar(255) DEFAULT NULL,
  `top_city_1_percentage` decimal(5,2) DEFAULT NULL,
  `top_city_2` varchar(255) DEFAULT NULL,
  `top_city_2_percentage` decimal(5,2) DEFAULT NULL,
  `top_city_3` varchar(255) DEFAULT NULL,
  `top_city_3_percentage` decimal(5,2) DEFAULT NULL,
  `top_city_4` varchar(255) DEFAULT NULL,
  `top_city_4_percentage` decimal(5,2) DEFAULT NULL,
  `top_city_5` varchar(255) DEFAULT NULL,
  `top_city_5_percentage` decimal(5,2) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_audience_demographics`
--

INSERT INTO `user_audience_demographics` (`id`, `user_id`, `age_13_17_percentage`, `male_percentage`, `female_percentage`, `age_18_24_percentage`, `age_25_34_percentage`, `age_35_44_percentage`, `age_45_54_percentage`, `age_55_plus_percentage`, `age_35_plus_percentage`, `created_at`, `updated_at`, `income_0_20k_percentage`, `income_20_40k_percentage`, `income_40_60k_percentage`, `income_60_80k_percentage`, `income_80_100k_percentage`, `income_100k_plus_percentage`, `top_city_1`, `top_city_1_percentage`, `top_city_2`, `top_city_2_percentage`, `top_city_3`, `top_city_3_percentage`, `top_city_4`, `top_city_4_percentage`, `top_city_5`, `top_city_5_percentage`) VALUES
(1, 12, 0, 50, 50, 0, 0, 0, 0, 0, 30, '2026-05-28 06:37:39', '2026-05-28 06:38:56', 0, 0, 0, 0, 0, 0, 'United States', 33.33, 'India', 33.33, NULL, 0.00, NULL, 0.00, NULL, 0.00);

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

--
-- Table structure for table `user_business_licenses`
--

CREATE TABLE `user_business_licenses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `days` int(11) NOT NULL,
  `price` decimal(10,2) 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 `user_business_licenses`
--

INSERT INTO `user_business_licenses` (`id`, `user_id`, `days`, `price`, `created_at`, `updated_at`) VALUES
(122, 12, 15, 0.00, '2026-04-01 08:49:06', '2026-04-01 08:49:06'),
(123, 12, 20, 20.00, '2026-04-01 08:49:06', '2026-04-01 08:49:06'),
(124, 12, 30, 30.00, '2026-04-01 08:49:06', '2026-04-01 08:49:06');

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

--
-- Table structure for table `user_devices`
--

CREATE TABLE `user_devices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `player_id` varchar(255) NOT NULL,
  `device_type` char(5) 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_video_request_categories`
--

CREATE TABLE `user_video_request_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `video_request_category_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 `user_video_request_categories`
--

INSERT INTO `user_video_request_categories` (`id`, `user_id`, `video_request_category_id`, `created_at`, `updated_at`) VALUES
(3, 12, 1, NULL, NULL),
(4, 12, 2, NULL, NULL),
(5, 645, 1, NULL, NULL),
(6, 645, 2, NULL, NULL),
(7, 20, 1, NULL, NULL),
(8, 20, 2, NULL, NULL),
(9, 32, 1, NULL, NULL),
(10, 32, 2, NULL, NULL),
(11, 192, 1, NULL, NULL),
(12, 192, 2, NULL, NULL),
(13, 44, 1, NULL, NULL),
(14, 44, 2, NULL, NULL),
(15, 14, 1, NULL, NULL),
(16, 14, 2, NULL, NULL),
(17, 43, 1, NULL, NULL),
(18, 43, 2, NULL, NULL);

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

--
-- Table structure for table `verification_audit_logs`
--

CREATE TABLE `verification_audit_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `action` varchar(255) NOT NULL,
  `from_tier` varchar(255) DEFAULT NULL,
  `to_tier` varchar(255) DEFAULT NULL,
  `note` 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 `verification_audit_logs`
--

INSERT INTO `verification_audit_logs` (`id`, `user_id`, `admin_id`, `action`, `from_tier`, `to_tier`, `note`, `created_at`, `updated_at`) VALUES
(1, 67, 1, 'approved', NULL, 'silver', NULL, '2026-02-20 06:45:24', '2026-02-20 06:45:24'),
(2, 68, 1, 'approved', NULL, 'silver', NULL, '2026-02-20 06:59:20', '2026-02-20 06:59:20'),
(3, 68, 1, 'upgraded', 'silver', 'gold', '', '2026-02-20 07:14:58', '2026-02-20 07:14:58'),
(4, 68, 1, 'upgraded', 'gold', 'premium', '', '2026-02-20 07:15:36', '2026-02-20 07:15:36'),
(5, 69, 1, 'approved', NULL, 'silver', NULL, '2026-02-23 03:15:59', '2026-02-23 03:15:59'),
(6, 70, 1, 'approved', NULL, NULL, NULL, '2026-02-23 03:30:13', '2026-02-23 03:30:13'),
(7, 12, 1, 'upgraded', 'none', 'gold', '', '2026-02-25 06:22:46', '2026-02-25 06:22:46'),
(8, 68, 1, 'upgraded', '', 'silver', '', '2026-02-25 06:27:57', '2026-02-25 06:27:57'),
(9, 68, 1, 'downgraded', 'silver', NULL, '', '2026-02-25 06:39:38', '2026-02-25 06:39:38'),
(10, 2, 1, 'approved', NULL, NULL, NULL, '2026-02-27 05:38:27', '2026-02-27 05:38:27'),
(11, 2, 1, 'revoked', '', NULL, 'You are a user', '2026-02-27 05:41:22', '2026-02-27 05:41:22'),
(12, 644, 1, 'approved', NULL, NULL, NULL, '2026-03-09 05:58:41', '2026-03-09 05:58:41'),
(13, 645, 1, 'approved', NULL, NULL, NULL, '2026-03-09 06:12:07', '2026-03-09 06:12:07'),
(14, 646, 1, 'approved', NULL, NULL, NULL, '2026-05-19 08:09:53', '2026-05-19 08:09:53');

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

--
-- Table structure for table `verification_requests`
--

CREATE TABLE `verification_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(200) NOT NULL,
  `username` varchar(150) NOT NULL,
  `phone` varchar(100) NOT NULL,
  `country` int(10) UNSIGNED NOT NULL,
  `document_type` varchar(100) DEFAULT NULL,
  `id_card` varchar(100) DEFAULT NULL,
  `id_card_back` varchar(100) DEFAULT NULL,
  `passport` varchar(100) DEFAULT NULL,
  `image_selfie` varchar(100) DEFAULT NULL,
  `category` int(10) UNSIGNED NOT NULL,
  `subcategory` int(11) NOT NULL,
  `link_social` varchar(200) NOT NULL,
  `ip` varchar(100) DEFAULT NULL,
  `language` varchar(20) DEFAULT NULL,
  `status` varchar(100) NOT NULL DEFAULT 'pending',
  `tier` varchar(255) DEFAULT NULL,
  `price_paid` decimal(10,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `verification_requests`
--

INSERT INTO `verification_requests` (`id`, `user_id`, `name`, `email`, `username`, `phone`, `country`, `document_type`, `id_card`, `id_card_back`, `passport`, `image_selfie`, `category`, `subcategory`, `link_social`, `ip`, `language`, `status`, `tier`, `price_paid`, `created_at`, `updated_at`) VALUES
(1, 66, 'User 1', 'user1@demo.com', '', '9898767656', 99, 'id_driver_license', 'zouHioJxgU9hen9YKaB5UuiD29OvCQ9d3CE2UoDW.png', 'UWDBtZlNoOMFSTZlBhYzh0apF4MJo8rn5qjS6gse.png', NULL, 'EktOG3NpAFNBgdRO945RRVLPBTqtfKQKAkPINX5F.png', 5, 28, 'https://fb.com/abhishekb', '::1', 'en', 'deleted', 'gold', 50.00, '2026-02-20 04:52:33', '2026-03-12 09:20:43'),
(2, 67, 'User 22', 'user22@demo.com', '', '2345656767', 99, 'id_driver_license', '3XK9bjJi0sNI2fdHo1DiKEOUSVALIIOUMK7pPGQE.png', 'HYRhyiMbWiXl62qA6yKEgRXbYczxpjxrI6RwJ81E.png', NULL, 'pQXUBK1nFsJzUNXbXguaetgYwZvMf4HZgUnl271w.png', 5, 28, 'http://localhost/mxmeo/', '::1', 'en', 'deleted', 'silver', 0.00, '2026-02-20 06:45:03', '2026-03-12 09:20:49'),
(3, 68, 'user23', 'user23@demo.com', '', '8787475875', 99, 'id_driver_license', 'O5U0pMb5bwe2bMwvS7iWUoZCppdeacW25P5ySogn.png', 'xYF8iEXGlu9B7C28HzGvtQwWdja2aDrvRMevAKcM.png', NULL, 'kzHeJPH9pk6oddu9WckUZII7mwhNIksu1IClOkky.png', 5, 28, 'https://example.com', '::1', 'en', 'approved', 'silver', 0.00, '2026-02-20 06:58:33', '2026-02-20 06:59:20'),
(4, 69, 'USer 24', 'user24@demo.com', '', '9878767656', 99, 'id_driver_license', 'UfwSQQ7BgobwkeKJ89NcvELbfN7vCJ0EQLD5f7N8.jpg', 'zImwmgEWknCtdqWSJtWpkRCQHVSPMzRkDzsnj1ZE.jpg', NULL, '2X9IYLWlQKOzBlOWxilu5mwG2wTiinbeL6XoscGW.jpg', 5, 28, 'https://example.com', '::1', 'en', 'deleted', 'silver', 0.00, '2026-02-23 03:15:17', '2026-03-12 09:20:54'),
(5, 70, 'User 25', 'user25@demo.com', '', '8758758575', 99, 'passport', NULL, NULL, 'rq9QgrPHHOeyzcvSgbNw3e0oP0cfObQr6IXv7EGC.jpg', 'uY6VdCVTenuAjuMiH3q3aFq9QZgUG2WybCFMFlSR.jpg', 5, 28, 'https://www.linkedin.com/', '::1', 'en', 'deleted', NULL, 0.00, '2026-02-23 03:27:58', '2026-03-12 09:19:55'),
(21, 2, 'User Demo', 'user@demo.com', '', '78945123000', 99, 'id_driver_license', 'uujjoSEkafOtvZUMrClDMvcVSXCq6T9ceftqnSbt.png', 'Fb9YItRshQFkDAhoGsn2ITdJyHqR6oDvLLHBEjV9.png', NULL, 'aKvSfjPMwewQy7Y05c6sKNjznJzUgZFEtP9iULpG.png', 1, 19, 'https://www.miracuves.com/', '152.58.17.226', 'en', 'approved', NULL, 0.00, '2026-02-27 05:37:25', '2026-02-27 05:38:27'),
(22, 644, 'user', 'user222@demo.com', '', '9898989898', 99, 'id_driver_license', 'Q3X8Cl43wkGuASXZkEL6nf8R8Dw5NurglYsQb5d9.jpg', '1IQdcRVlrN7kQhHtH8G5rXZaXmuk88A5dVyXCAOs.jpg', NULL, 'QzsBnOhAueZHkMPwuliXRU5w1vFcMGqFecsnxBUp.jpg', 4, 50, 'https://google.com', '152.59.38.168', 'en', 'approved', NULL, 0.00, '2026-03-09 05:50:38', '2026-03-09 05:58:41'),
(23, 645, 'dyhdy', 'user22@demo.com', '', '9598989898', 49, 'id_driver_license', '5agalj0njpf7TDCKp0f37OgQZiBI3keHRuv6mPqU.jpg', 'EuyEFebp32jc6c3jKnb7VStzS6N37zLz9Gerkv81.jpg', NULL, 'FTJvSDD0mhF56mu1tpBjspYLazL8kWAuqMQriN6P.jpg', 4, 49, 'https://google.com', '152.59.38.168', 'en', 'approved', NULL, 0.00, '2026-03-09 06:11:52', '2026-03-09 06:12:07'),
(24, 646, 'Business Account', 'business@demo.com', '', '09876543210', 3, 'id_driver_license', 'rcOuYc4kDJxfSv0wgPYE3vQF76pAxnuP6WJg3gBW.jpg', 'a2pNupBqXn8RKTdH3ORsIG7olhI1vhu2Qcuz7niD.png', NULL, 'nFRUFWdnIhqjPf8UX8niIXUnEkth9zOqdYOMnhgI.jpg', 5, 28, 'https://facebook.com', '127.0.0.1', 'en', 'deleted', NULL, 0.00, '2026-05-19 07:30:26', '2026-05-19 09:43:18');

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

--
-- Table structure for table `video_calls`
--

CREATE TABLE `video_calls` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `seller_id` bigint(20) UNSIGNED NOT NULL,
  `transactions_id` varchar(250) DEFAULT NULL,
  `buyer_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'pending',
  `minutes` int(10) UNSIGNED NOT NULL,
  `timezone_offset` varchar(255) DEFAULT NULL,
  `token` varchar(200) DEFAULT NULL,
  `video_call_date` timestamp NULL DEFAULT NULL,
  `started_at` timestamp NULL DEFAULT NULL,
  `joined_at` timestamp NULL DEFAULT NULL,
  `ended_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 `video_calls`
--

INSERT INTO `video_calls` (`id`, `seller_id`, `transactions_id`, `buyer_id`, `status`, `minutes`, `timezone_offset`, `token`, `video_call_date`, `started_at`, `joined_at`, `ended_at`, `created_at`, `updated_at`) VALUES
(9913, 12, '107', 2, 'rejected', 10, 'GMT+5', '702dbc46-3d80-40f1-adf9-8df8e84dc0f3', '2026-03-21 19:00:00', NULL, NULL, NULL, '2026-02-27 08:07:24', '2026-03-10 15:00:00'),
(9914, 12, '108', 2, 'accepted', 10, 'GMT+5', '867c6d00-fcfd-4f67-9bdf-4d7175e3fadf', '2026-03-21 18:00:00', NULL, NULL, NULL, '2026-02-27 08:21:31', '2026-03-10 06:35:53'),
(9915, 12, '112', 2, 'accepted', 10, 'GMT+5', 'ac5b4ee8-01da-403c-9bb3-6f021c07c05b', '2026-03-14 13:00:00', NULL, NULL, NULL, '2026-02-27 09:47:37', '2026-02-27 09:48:09'),
(9916, 12, '113', 2, 'rejected', 10, 'GMT+5', 'a87357d9-f246-4618-bfc6-3e7eb8d3b35a', '2026-03-15 13:00:00', NULL, NULL, NULL, '2026-02-27 09:48:40', '2026-02-27 09:49:06'),
(9917, 12, '136', 2, 'accepted', 10, 'GMT+5', 'eccf0bdd-812f-47a6-8322-1f660fc5c11f', '2026-03-26 17:00:00', NULL, NULL, NULL, '2026-03-06 06:40:25', '2026-03-10 14:59:53'),
(9918, 12, '137', 2, 'accepted', 10, 'GMT+5', '473d9c60-af4f-4cb3-8912-8f2fc303b4de', '2026-03-31 15:00:00', NULL, NULL, NULL, '2026-03-06 06:41:21', '2026-03-10 14:59:46'),
(9919, 12, '138', 2, 'accepted', 10, 'GMT+5', '70d26400-2460-46ab-950a-b5f8645cd26f', '2026-03-27 15:00:00', NULL, NULL, NULL, '2026-03-06 07:12:22', '2026-03-10 14:59:37'),
(9920, 12, '139', 2, 'accepted', 10, 'GMT+5', '195065f0-8660-4e29-8ce1-34a163088183', '2026-03-31 20:00:00', NULL, NULL, NULL, '2026-03-06 07:19:30', '2026-03-10 06:37:34'),
(9921, 12, '147', 2, 'accepted', 10, 'GMT+5', '959a5269-3f28-4d73-a9ee-cf59d0248ed1', '2026-03-10 12:31:00', NULL, NULL, NULL, '2026-03-10 12:59:00', '2026-03-10 12:59:00'),
(9922, 12, '148', 2, 'accepted', 10, 'GMT+5', 'a9a850ff-97ac-44a2-8426-749bca29b3a2', '2026-03-25 14:00:00', NULL, NULL, NULL, '2026-03-10 13:50:16', '2026-03-10 14:59:23'),
(9923, 12, '149', 2, 'completed', 10, 'GMT+5', 'a3f88088-2593-4453-aa74-a3ddf2a79499', '2026-03-10 14:03:00', '2026-03-10 14:03:54', NULL, NULL, '2026-03-10 13:59:24', '2026-03-10 14:03:54'),
(9924, 12, '150', 2, 'completed', 10, 'GMT+5', '530cb3b7-aeff-43a1-9c3b-6221d12cf1cf', '2026-03-10 14:23:00', '2026-03-10 14:22:59', NULL, '2026-03-10 14:55:19', '2026-03-10 14:21:16', '2026-03-10 14:55:19'),
(9925, 12, '151', 2, 'completed', 10, 'GMT+5', '7f95034d-e333-44ae-8306-363e9ac7ef79', '2026-03-10 17:38:00', '2026-03-10 17:39:53', NULL, NULL, '2026-03-10 17:35:44', '2026-03-10 18:00:34'),
(9926, 12, '152', 2, 'completed', 10, 'GMT+5', 'bde9d4e6-435a-4669-a3e6-951c5fa66fa1', '2026-03-10 18:03:00', '2026-03-10 18:02:46', '2026-03-10 18:09:16', '2026-03-10 18:18:23', '2026-03-10 18:01:52', '2026-03-10 18:18:23'),
(9927, 12, '153', 2, 'completed', 10, 'GMT+5', 'a325bf86-5bed-4caa-a7d8-46e149cd0cce', '2026-03-11 09:13:00', '2026-03-11 09:13:05', '2026-03-11 09:13:26', '2026-03-11 09:14:26', '2026-03-11 09:11:24', '2026-03-11 09:14:26'),
(9928, 12, '154', 2, 'completed', 10, 'GMT+5', '5bee53a0-67be-4cdc-9763-df7dc5b74c6f', '2026-03-11 09:24:00', '2026-03-11 09:23:54', '2026-03-11 09:24:08', '2026-03-11 09:26:29', '2026-03-11 09:23:27', '2026-03-11 09:26:29'),
(9929, 12, '155', 2, 'rejected', 10, 'GMT+5', '180b0eba-d3b0-4349-8bf7-1511ab54a610', '2026-03-26 15:00:00', NULL, NULL, NULL, '2026-03-11 09:35:07', '2026-03-11 09:37:28'),
(9930, 12, '156', 2, 'completed', 10, 'GMT+5', '983cc8bb-cc3d-4d43-9db7-15c0c4faa687', '2026-03-11 09:39:00', '2026-03-11 09:39:03', '2026-03-11 09:39:21', '2026-03-11 09:39:44', '2026-03-11 09:37:12', '2026-03-11 09:39:44'),
(9931, 12, '157', 2, 'completed', 10, 'GMT+5', 'a10dff55-1846-4791-bf5f-9b2b5623979f', '2026-03-11 09:56:00', '2026-03-11 09:55:43', '2026-03-11 09:55:53', '2026-03-11 09:56:02', '2026-03-11 09:55:07', '2026-03-11 09:56:02'),
(9932, 12, '158', 2, 'completed', 10, 'GMT+5', '4ef0ee78-2519-44cb-8be8-83b018751e27', '2026-03-11 10:15:00', '2026-03-11 10:14:25', NULL, '2026-03-11 10:24:06', '2026-03-11 10:13:57', '2026-03-11 10:24:06'),
(9933, 12, '159', 2, 'completed', 10, 'GMT+5', 'e5933937-b713-44dd-bc34-7e2a6a4062ae', '2026-03-11 10:27:00', '2026-03-11 10:26:28', '2026-03-11 10:26:39', '2026-03-11 10:26:58', '2026-03-11 10:26:01', '2026-03-11 10:26:58'),
(9934, 12, '160', 2, 'completed', 10, 'GMT+5', 'e281e9d8-fefd-44f9-8889-ccd73a6dc2ca', '2026-03-11 10:42:00', '2026-03-11 10:41:54', '2026-03-11 10:42:04', '2026-03-11 10:42:14', '2026-03-11 10:39:59', '2026-03-11 10:42:14'),
(9935, 12, '162', 2, 'accepted', 10, 'GMT+5', '2306ee18-2c06-432c-8c43-315ffa842bf6', '2026-03-26 20:00:00', NULL, NULL, NULL, '2026-03-11 11:19:52', '2026-03-12 10:04:47'),
(9936, 12, '171', 2, 'pending', 10, 'GMT+5', '11fbe367-64e6-4cb0-8e43-ce34d0b113fd', '2026-04-20 08:30:00', NULL, NULL, NULL, '2026-04-01 08:54:34', '2026-04-01 08:54:34'),
(9937, 12, '172', 2, 'accepted', 10, 'GMT+5', '7a3b7ffb-0574-40a4-a878-f0bb89ed9ff3', '2026-04-16 08:30:00', NULL, NULL, NULL, '2026-04-01 09:14:57', '2026-04-17 05:29:10'),
(9938, 12, '173', 2, 'completed', 10, 'GMT+5', 'fcbb4037-41f2-4417-af36-3197de54bdde', '2026-04-02 05:20:00', '2026-04-02 05:20:09', '2026-04-02 05:20:13', '2026-04-02 05:28:54', '2026-04-01 09:15:25', '2026-04-02 05:28:54'),
(9939, 12, '188', 648, 'pending', 10, 'GMT+5', '358390b8-02e5-4e9d-aef1-09d2947c4b26', '2026-06-12 07:30:00', NULL, NULL, NULL, '2026-05-28 06:40:07', '2026-05-28 06:40:07'),
(9940, 12, '189', 648, 'pending', 10, 'GMT+5', 'e28f1737-1b19-4fc8-b270-f46f19fdedb1', '2026-06-12 08:30:00', NULL, NULL, NULL, '2026-05-28 06:40:38', '2026-05-28 06:40:38'),
(9941, 12, '190', 648, 'pending', 10, 'GMT+5', '0fc4208f-3b9a-4365-b260-080ef846d3a7', '2026-06-12 09:30:00', NULL, NULL, NULL, '2026-05-28 06:47:40', '2026-05-28 06:47:40');

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

--
-- Table structure for table `video_occasions`
--

CREATE TABLE `video_occasions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `unique_id` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `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 `video_request_categories`
--

CREATE TABLE `video_request_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '1',
  `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 `video_request_categories`
--

INSERT INTO `video_request_categories` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Birthday', '1', '2026-02-24 11:36:58', '2026-02-24 11:36:58'),
(2, 'Motivation', '1', '2026-02-24 11:37:05', '2026-02-24 11:37:05');

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

--
-- Table structure for table `withdrawals`
--

CREATE TABLE `withdrawals` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `status` enum('pending','paid') NOT NULL DEFAULT 'pending',
  `amount` varchar(50) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `gateway` varchar(100) NOT NULL,
  `account` text NOT NULL,
  `estimated_payment` timestamp NULL DEFAULT NULL,
  `date_paid` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `txn_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `withdrawals`
--

INSERT INTO `withdrawals` (`id`, `user_id`, `status`, `amount`, `date`, `gateway`, `account`, `estimated_payment`, `date_paid`, `txn_id`) VALUES
(1, 12, 'paid', '999', '2026-02-27 05:47:22', 'bank', '123456799', '2026-03-08 13:00:00', '2026-02-27 05:47:49', ''),
(6, 12, 'paid', '100', '2026-03-03 11:41:33', 'bank', '123456799', '2026-04-08 13:00:00', '2026-03-10 13:37:15', ''),
(9, 12, 'pending', '400', '2026-06-08 08:21:49', 'PayPal', 'provider@demo.com', '2026-07-08 07:30:00', '0000-00-00 00:00:00', '');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_settings`
--
ALTER TABLE `admin_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `min_price_video` (`min_price_video`),
  ADD KEY `max_price_video` (`max_price_video`),
  ADD KEY `request_id_verification` (`request_id_verification`);

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

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tags` (`tags`),
  ADD KEY `slug` (`slug`);

--
-- Indexes for table `business_asset_folders`
--
ALTER TABLE `business_asset_folders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `business_asset_folders_business_profile_id_foreign` (`business_profile_id`),
  ADD KEY `business_asset_folders_parent_id_foreign` (`parent_id`);

--
-- Indexes for table `business_campaign_assets`
--
ALTER TABLE `business_campaign_assets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `business_campaign_assets_business_profile_id_foreign` (`business_profile_id`),
  ADD KEY `business_campaign_assets_user_id_foreign` (`user_id`),
  ADD KEY `business_campaign_assets_folder_id_foreign` (`folder_id`);

--
-- Indexes for table `business_contacts`
--
ALTER TABLE `business_contacts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `business_contacts_business_profile_id_foreign` (`business_profile_id`);

--
-- Indexes for table `business_invitations`
--
ALTER TABLE `business_invitations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `business_invitations_token_unique` (`token`),
  ADD KEY `business_invitations_business_profile_id_foreign` (`business_profile_id`);

--
-- Indexes for table `business_order_comments`
--
ALTER TABLE `business_order_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `business_order_comments_order_id_foreign` (`order_id`),
  ADD KEY `business_order_comments_user_id_foreign` (`user_id`);

--
-- Indexes for table `business_profiles`
--
ALTER TABLE `business_profiles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `business_profiles_user_id_unique` (`user_id`);

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

--
-- Indexes for table `business_team_members`
--
ALTER TABLE `business_team_members`
  ADD PRIMARY KEY (`id`),
  ADD KEY `business_team_members_business_profile_id_foreign` (`business_profile_id`),
  ADD KEY `business_team_members_user_id_foreign` (`user_id`);

--
-- Indexes for table `campaigns`
--
ALTER TABLE `campaigns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `campaigns_business_profile_id_foreign` (`business_profile_id`),
  ADD KEY `campaigns_campaign_group_id_foreign` (`campaign_group_id`);

--
-- Indexes for table `campaign_analytics`
--
ALTER TABLE `campaign_analytics`
  ADD PRIMARY KEY (`id`),
  ADD KEY `campaign_analytics_order_id_foreign` (`order_id`);

--
-- Indexes for table `campaign_applications`
--
ALTER TABLE `campaign_applications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `campaign_applications_campaign_id_creator_id_unique` (`campaign_id`,`creator_id`),
  ADD KEY `campaign_applications_creator_id_foreign` (`creator_id`);

--
-- Indexes for table `campaign_conversions`
--
ALTER TABLE `campaign_conversions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `campaign_conversions_order_id_foreign` (`order_id`);

--
-- Indexes for table `campaign_groups`
--
ALTER TABLE `campaign_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `campaign_groups_business_profile_id_foreign` (`business_profile_id`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slug` (`slug`),
  ADD KEY `parent` (`parent`);

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

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

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

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

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

--
-- Indexes for table `custom_offers`
--
ALTER TABLE `custom_offers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `custom_offers_quote_id_foreign` (`quote_id`),
  ADD KEY `custom_offers_sender_id_foreign` (`sender_id`),
  ADD KEY `custom_offers_receiver_id_foreign` (`receiver_id`);

--
-- Indexes for table `custom_quotes`
--
ALTER TABLE `custom_quotes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `custom_quotes_buyer_id_foreign` (`buyer_id`),
  ADD KEY `custom_quotes_seller_id_foreign` (`seller_id`);

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

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

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

--
-- Indexes for table `invoices`
--
ALTER TABLE `invoices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `invoices_invoice_number_unique` (`invoice_number`),
  ADD KEY `invoices_business_profile_id_index` (`business_profile_id`);

--
-- Indexes for table `invoice_items`
--
ALTER TABLE `invoice_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `invoice_items_invoice_id_index` (`invoice_id`),
  ADD KEY `invoice_items_campaign_id_index` (`campaign_id`);

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

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

--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sender_id` (`sender_id`),
  ADD KEY `receiver_id` (`receiver_id`),
  ADD KEY `transactions_id` (`transactions_id`),
  ADD KEY `status` (`status`),
  ADD KEY `buyer_id` (`buyer_id`),
  ADD KEY `created_at` (`created_at`),
  ADD KEY `messages_custom_offer_id_foreign` (`custom_offer_id`);

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `destination` (`destination`,`author`,`target`,`status`),
  ADD KEY `target` (`target`);

--
-- Indexes for table `onboarding_checklists`
--
ALTER TABLE `onboarding_checklists`
  ADD PRIMARY KEY (`id`),
  ADD KEY `onboarding_checklists_business_profile_id_foreign` (`business_profile_id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `seller` (`seller_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `type` (`type`),
  ADD KEY `status` (`status`),
  ADD KEY `delivery_deadline` (`expires`),
  ADD KEY `encode` (`encode`),
  ADD KEY `job_id` (`job_id`),
  ADD KEY `orders_video_request_category_id_foreign` (`video_request_category_id`),
  ADD KEY `orders_business_profile_id_foreign` (`business_profile_id`),
  ADD KEY `orders_custom_offer_id_foreign` (`custom_offer_id`);

--
-- Indexes for table `order_approvals`
--
ALTER TABLE `order_approvals`
  ADD PRIMARY KEY (`id`),
  ADD KEY `order_approvals_order_id_foreign` (`order_id`),
  ADD KEY `order_approvals_reviewer_id_foreign` (`reviewer_id`);

--
-- Indexes for table `order_milestones`
--
ALTER TABLE `order_milestones`
  ADD PRIMARY KEY (`id`),
  ADD KEY `order_milestones_order_id_foreign` (`order_id`);

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

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

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `id_hash` (`token`),
  ADD KEY `email` (`email`);

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

--
-- 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 `profile_views`
--
ALTER TABLE `profile_views`
  ADD PRIMARY KEY (`id`),
  ADD KEY `profile_views_celebrity_id_index` (`celebrity_id`),
  ADD KEY `profile_views_viewer_id_index` (`viewer_id`),
  ADD KEY `profile_views_session_key_index` (`session_key`);

--
-- Indexes for table `promotional_videos`
--
ALTER TABLE `promotional_videos`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `encode` (`encode`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `referrals`
--
ALTER TABLE `referrals`
  ADD PRIMARY KEY (`id`),
  ADD KEY `referrals_user_id_index` (`user_id`),
  ADD KEY `referrals_referred_by_index` (`referred_by`);

--
-- Indexes for table `referral_transactions`
--
ALTER TABLE `referral_transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `referral_transactions_referrals_id_index` (`referrals_id`),
  ADD KEY `referral_transactions_user_id_index` (`user_id`),
  ADD KEY `referral_transactions_referred_by_index` (`referred_by`),
  ADD KEY `referral_transactions_transactions_id_index` (`transactions_id`);

--
-- Indexes for table `refunds`
--
ALTER TABLE `refunds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `refunds_orders_id_index` (`order_id`),
  ADD KEY `refunds_user_id_index` (`user_id`),
  ADD KEY `refunds_seller_id_index` (`seller_id`),
  ADD KEY `refunds_status_index` (`status`);

--
-- Indexes for table `replies`
--
ALTER TABLE `replies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `replies_user_id_index` (`user_id`),
  ADD KEY `replies_updates_id_index` (`updates_id`),
  ADD KEY `replies_comments_id_index` (`comments_id`);

--
-- Indexes for table `reports`
--
ALTER TABLE `reports`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user` (`user_id`,`report_id`);

--
-- Indexes for table `reserved`
--
ALTER TABLE `reserved`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`) USING BTREE;

--
-- Indexes for table `restrictions`
--
ALTER TABLE `restrictions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `restrictions_user_id_index` (`user_id`),
  ADD KEY `restrictions_user_restricted_index` (`user_restricted`);

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`id`),
  ADD KEY `reviews_user_id_index` (`user_id`),
  ADD KEY `reviews_orders_id_index` (`orders_id`),
  ADD KEY `seller` (`seller_id`),
  ADD KEY `rating` (`rating`);

--
-- Indexes for table `roles_and_permissions`
--
ALTER TABLE `roles_and_permissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`),
  ADD KEY `roles_and_permissions_permissions_index` (`permissions`(768));

--
-- Indexes for table `states`
--
ALTER TABLE `states`
  ADD PRIMARY KEY (`id`),
  ADD KEY `states_countries_id_index` (`countries_id`),
  ADD KEY `name` (`name`),
  ADD KEY `code` (`code`);

--
-- Indexes for table `stories`
--
ALTER TABLE `stories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `stories_user_id_index` (`user_id`),
  ADD KEY `stories_expires_at_index` (`expires_at`),
  ADD KEY `stories_status_index` (`status`);

--
-- Indexes for table `story_views`
--
ALTER TABLE `story_views`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `story_views_story_id_user_id_ip_address_unique` (`story_id`,`user_id`,`ip_address`),
  ADD KEY `story_views_story_id_index` (`story_id`),
  ADD KEY `story_views_user_id_index` (`user_id`);

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

--
-- Indexes for table `support_tickets`
--
ALTER TABLE `support_tickets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `support_tickets_business_profile_id_foreign` (`business_profile_id`);

--
-- Indexes for table `support_ticket_replies`
--
ALTER TABLE `support_ticket_replies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `support_ticket_replies_ticket_id_foreign` (`ticket_id`);

--
-- Indexes for table `tax_rates`
--
ALTER TABLE `tax_rates`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `tips`
--
ALTER TABLE `tips`
  ADD KEY `tips_user_id_foreign` (`user_id`),
  ADD KEY `tips_seller_id_foreign` (`seller_id`),
  ADD KEY `tips_orders_id_foreign` (`orders_id`),
  ADD KEY `tips_transactions_id_foreign` (`transactions_id`);

--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `seller` (`seller`),
  ADD KEY `approved` (`status`);

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

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD KEY `username` (`suspended`),
  ADD KEY `role` (`role`),
  ADD KEY `username_2` (`username`),
  ADD KEY `categories_id` (`categories_id`),
  ADD KEY `subcategory` (`subcategory`),
  ADD KEY `flash_delivery` (`flash_delivery`),
  ADD KEY `days_delivery` (`days_delivery`),
  ADD KEY `business` (`business`),
  ADD KEY `email_verified_at` (`email_verified_at`),
  ADD KEY `rating` (`rating`),
  ADD KEY `total_rating` (`total_rating`),
  ADD KEY `sent_id` (`verification_status`),
  ADD KEY `age_verification` (`age_verification`),
  ADD KEY `users_price_index` (`price`),
  ADD KEY `users_rating_index` (`rating`),
  ADD KEY `users_days_delivery_index` (`days_delivery`),
  ADD KEY `users_language_index` (`language`),
  ADD KEY `users_categories_id_index` (`categories_id`),
  ADD KEY `users_popularity_score_index` (`popularity_score`);
ALTER TABLE `users` ADD FULLTEXT KEY `search_index` (`name`,`username`,`ocupation`);

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

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

--
-- Indexes for table `user_devices`
--
ALTER TABLE `user_devices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_devices_player_id_unique` (`player_id`);

--
-- Indexes for table `user_video_request_categories`
--
ALTER TABLE `user_video_request_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_video_request_categories_user_id_foreign` (`user_id`),
  ADD KEY `user_video_request_categories_video_request_category_id_foreign` (`video_request_category_id`);

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

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

--
-- Indexes for table `video_calls`
--
ALTER TABLE `video_calls`
  ADD PRIMARY KEY (`id`),
  ADD KEY `seller_id` (`seller_id`),
  ADD KEY `transactions_id` (`transactions_id`),
  ADD KEY `buyer_id` (`buyer_id`),
  ADD KEY `status` (`status`),
  ADD KEY `token` (`token`),
  ADD KEY `joined_at` (`joined_at`);

--
-- Indexes for table `video_occasions`
--
ALTER TABLE `video_occasions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `unique_id` (`unique_id`);

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=243;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `reports`
--
ALTER TABLE `reports`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `tax_rates`
--
ALTER TABLE `tax_rates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

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

--
-- Constraints for table `custom_offers`
--
ALTER TABLE `custom_offers`
  ADD CONSTRAINT `custom_offers_quote_id_foreign` FOREIGN KEY (`quote_id`) REFERENCES `custom_quotes` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `custom_offers_receiver_id_foreign` FOREIGN KEY (`receiver_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `custom_offers_sender_id_foreign` FOREIGN KEY (`sender_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `custom_quotes`
--
ALTER TABLE `custom_quotes`
  ADD CONSTRAINT `custom_quotes_buyer_id_foreign` FOREIGN KEY (`buyer_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `custom_quotes_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `messages`
--
ALTER TABLE `messages`
  ADD CONSTRAINT `messages_custom_offer_id_foreign` FOREIGN KEY (`custom_offer_id`) REFERENCES `custom_offers` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `orders`
--
ALTER TABLE `orders`
  ADD CONSTRAINT `orders_business_profile_id_foreign` FOREIGN KEY (`business_profile_id`) REFERENCES `business_profiles` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_custom_offer_id_foreign` FOREIGN KEY (`custom_offer_id`) REFERENCES `custom_offers` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `orders_video_request_category_id_foreign` FOREIGN KEY (`video_request_category_id`) REFERENCES `video_request_categories` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `profile_views`
--
ALTER TABLE `profile_views`
  ADD CONSTRAINT `profile_views_celebrity_id_foreign` FOREIGN KEY (`celebrity_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

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

--
-- Constraints for table `story_views`
--
ALTER TABLE `story_views`
  ADD CONSTRAINT `story_views_story_id_foreign` FOREIGN KEY (`story_id`) REFERENCES `stories` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `story_views_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `tips`
--
ALTER TABLE `tips`
  ADD CONSTRAINT `tips_orders_id_foreign` FOREIGN KEY (`orders_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `tips_seller_id_foreign` FOREIGN KEY (`seller_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `tips_transactions_id_foreign` FOREIGN KEY (`transactions_id`) REFERENCES `transactions` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `tips_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

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

--
-- Constraints for table `user_video_request_categories`
--
ALTER TABLE `user_video_request_categories`
  ADD CONSTRAINT `user_video_request_categories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `user_video_request_categories_video_request_category_id_foreign` FOREIGN KEY (`video_request_category_id`) REFERENCES `video_request_categories` (`id`) ON DELETE CASCADE;
COMMIT;

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